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 3b730dc [SPARK-58091] Upgrade `swift-system` to 1.7.4
3b730dc is described below
commit 3b730dc5145d0789f06669dacc06b06cb0acffa4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jul 10 14:23:30 2026 -0700
[SPARK-58091] Upgrade `swift-system` to 1.7.4
### What changes were proposed in this pull request?
This PR aims to upgrade `swift-system` dependency to 1.7.4.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/apple/swift-system/releases/tag/1.7.4
- https://github.com/apple/swift-system/releases/tag/1.7.3
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5
Closes #436 from dongjoon-hyun/SPARK-58091.
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 ae11264..ab7a558 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.1"),
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git",
exact: "2.9.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.7.2")
+ .package(url: "https://github.com/apple/swift-system.git", exact: "1.7.4")
],
targets: [
.target(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]