Bump github.com/apple/swift-nio from 2.84.0 to 2.101.0 (#8)

Bumps [github.com/apple/swift-nio](https://github.com/apple/swift-nio) from 2.84.0 to 2.101.0.
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](https://github.com/apple/swift-nio/compare/2.84.0...2.101.0)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-nio
  dependency-version: 2.101.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: c0ee2a7e8de019cab942d8a583fb8f96732c1b85
  1. Sources/
  2. Tests/
  3. .gitignore
  4. LICENSE
  5. Package.resolved
  6. Package.swift
  7. README.md
README.md

Apache Beam Swift SDK

Provides the Apache Beam SDK for Swift.

Usage

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"),
],

Documentation