Merge pull request #6 from apache/dependabot/swift/github.com/apple/swift-nio-http2-1.38.0 Bump github.com/apple/swift-nio-http2 from 1.37.0 to 1.38.0
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"), ],