commit | 9032090db391e86236fba76ea71f9e97c506587a | [log] [tgz] |
---|---|---|
author | Byron Ellis <byron.ellis@gmail.com> | Wed Oct 18 19:25:21 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 18 19:25:21 2023 -0700 |
tree | ac1775e149019825e6a8a3606de7e91c2af190bb | |
parent | 68babd87728733d716a0b1f196878634348b9d93 [diff] | |
parent | 032de7140323e861916270c2898992462220d0ea [diff] |
Merge pull request #3 from byronellis/docc-integration Documentation updates and adding the Docc plugin
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"), ],