commit | 96e2d544551932182ad56b4aa6c702501d81fb49 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Feb 09 00:34:50 2024 +0000 |
committer | GitHub <noreply@github.com> | Fri Feb 09 00:34:50 2024 +0000 |
tree | d8be1f3b426e42c11fe0772012aea5031fab5d95 | |
parent | 9032090db391e86236fba76ea71f9e97c506587a [diff] |
Bump github.com/apple/swift-nio-http2 from 1.27.0 to 1.28.1 Bumps [github.com/apple/swift-nio-http2](https://github.com/apple/swift-nio-http2) from 1.27.0 to 1.28.1. - [Release notes](https://github.com/apple/swift-nio-http2/releases) - [Commits](https://github.com/apple/swift-nio-http2/compare/1.27.0...1.28.1) --- updated-dependencies: - dependency-name: github.com/apple/swift-nio-http2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@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"), ],