commit | 68babd87728733d716a0b1f196878634348b9d93 | [log] [tgz] |
---|---|---|
author | Robert Burke <lostluck@users.noreply.github.com> | Tue Oct 17 20:22:12 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 17 20:22:12 2023 -0700 |
tree | 4467e9b627f91f6cfa0d57fe11c3e32509da1afe | |
parent | 48d0a7958a228a164b36c45fd6c24cc89ccc10bd [diff] | |
parent | 2c85d671c840dd5c3f07627cab583326c5f9d52a [diff] |
Docs: Remove invalid character in package url
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"), ],