Bump github.com/apple/swift-nio from 2.84.0 to 2.101.0 (#8) Bumps [github.com/apple/swift-nio](https://github.com/apple/swift-nio) from 2.84.0 to 2.101.0. - [Release notes](https://github.com/apple/swift-nio/releases) - [Commits](https://github.com/apple/swift-nio/compare/2.84.0...2.101.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-nio dependency-version: 2.101.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Provides the Apache Beam SDK for Swift.
Add the package dependency in your Package.swift:
.package( url: "https://github.com/apache/beam-swift", .branch("main") )
Next, in your target add ApacheBeam to your dependencies:
.target(name: "MyPipeline",dependencies:[ .product(name:"ApacheBeam",package:"beam-swift"), ],