This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-swift.git
The following commit(s) were added to refs/heads/main by this push:
new 0f001a5 [SPARK-57299] Upgrade `Swift System` to 1.6.5
0f001a5 is described below
commit 0f001a5e75c39c294a945c609aff81fb015e35ee
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jun 6 22:07:51 2026 -0700
[SPARK-57299] Upgrade `Swift System` to 1.6.5
### What changes were proposed in this pull request?
This PR aims to upgrade `swift-system` to `1.6.5`.
### Why are the changes needed?
To keep our dependencies up to date with the latest patch release.
- https://github.com/apple/swift-system/releases/tag/1.6.5
- https://github.com/apple/swift-system/pull/309
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CI.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.8)
Closes #404 from dongjoon-hyun/SPARK-57299.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
Package.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Package.swift b/Package.swift
index fd9bc2e..a033d26 100644
--- a/Package.swift
+++ b/Package.swift
@@ -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.7.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.4")
+ .package(url: "https://github.com/apple/swift-system.git", exact: "1.6.5")
],
targets: [
.target(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]