commit | ab6de147a79b2ed796b91e9a09460b17d02211c6 | [log] [tgz] |
---|---|---|
author | Byron Ellis <byronellis@google.com> | Wed Oct 18 08:29:42 2023 -0700 |
committer | Byron Ellis <byronellis@google.com> | Wed Oct 18 08:29:42 2023 -0700 |
tree | 184e583dc910d4c2ecb04beebcfae6dd292702bc | |
parent | f58a38eaddfa86210fe438d572c6804fd57d0f4a [diff] |
Documentation updates
Provides Apache Beam 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"), ],