Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift-2.git", exact: "2.4.2"),
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.4.1"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.9.0"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.9.1"),
.package(url: "https://github.com/google/flatbuffers.git", exact: "25.12.19-2026-02-06-03fffb2"),
.package(url: "https://github.com/apple/swift-system.git", exact: "1.7.5")
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For example, a user can develop and ship a lightweight Swift-based SparkPi app.
- [Swift 6.3.2 (May 2026)](https://swift.org)
- [gRPC Swift 2.4.2 (June 2026)](https://github.com/grpc/grpc-swift-2/releases/tag/2.4.2)
- [gRPC Swift Protobuf 2.4.1 (June 2026)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.4.1)
- [gRPC Swift NIO Transport 2.9.0 (June 2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.9.0)
- [gRPC Swift NIO Transport 2.9.1 (August 2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.9.1)
- [FlatBuffers v25.12.19 (February 2026)](https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2)
- [Swift System 1.7.5 (July 2026)](https://github.com/apple/swift-system/releases/tag/1.7.5)
- [Apache Arrow Swift](https://github.com/apache/arrow-swift)
Expand Down