commit | 6e9491e05506ab535bbde69de0ee337642ba450f | [log] [tgz] |
---|---|---|
author | Byron Ellis <byronellis@google.com> | Wed Oct 04 11:59:34 2023 -0700 |
committer | Byron Ellis <byronellis@google.com> | Wed Oct 04 11:59:34 2023 -0700 |
tree | 109811d878899e2a8934dcab592de03fe60f12f2 | |
parent | 1c32ef777b1bdea8905cd275a9a90f111e6c01f6 [diff] |
Fix license header
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"), ],