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 @@ -38,7 +38,7 @@ let package = Package(
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "2.4.0"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "2.8.0"),
.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.6.5")
.package(url: "https://github.com/apple/swift-system.git", exact: "1.7.2")
],
targets: [
.target(
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For example, a user can develop and ship a lightweight Swift-based SparkPi app.
- [gRPC Swift Protobuf 2.4.0 (May 2026)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.4.0)
- [gRPC Swift NIO Transport 2.8.0 (June 2026)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.8.0)
- [FlatBuffers v25.12.19 (February 2026)](https://github.com/google/flatbuffers/releases/tag/v25.12.19-2026-02-06-03fffb2)
- [Swift System 1.7.2 (June 2026)](https://github.com/apple/swift-system/releases/tag/1.7.2)
- [Apache Arrow Swift](https://github.com/apache/arrow-swift)

So far, this library project is tracking the upstream changes of [Apache Arrow](https://arrow.apache.org) project's Swift-support.
Expand Down