This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 03ba1a0 [SPARK-53698] Support `Swift 6.2`
03ba1a0 is described below
commit 03ba1a003b3fcddb3243d447b2a0c56bcff93ae4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Sep 24 11:36:55 2025 -0700
[SPARK-53698] Support `Swift 6.2`
### What changes were proposed in this pull request?
This PR aims to support `Swift 6.2` by adding the official test coverage
and updating `README.md`.
### Why are the changes needed?
`Swift 6.2` is released on 2025-09-15 finally. We need to support it
officially.
- https://www.swift.org/blog/swift-6.2-released/
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #243 from dongjoon-hyun/SPARK-53698.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index ad28367..c724e17 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -90,8 +90,8 @@ jobs:
- uses: actions/checkout@v5
- name: Build
run: |
- docker run swiftlang/swift:nightly-6.2-amazonlinux2 uname -a
- docker run -v $PWD:/spark -w /spark
swiftlang/swift:nightly-6.2-amazonlinux2 swift build
+ docker run swift:6.2 uname -a
+ docker run -v $PWD:/spark -w /spark swift:6.2 swift build -c release
integration-test-ubuntu:
runs-on: ubuntu-latest
diff --git a/README.md b/README.md
index 0e19c5b..3ebaa5a 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ So far, this library project is tracking the upstream changes
of [Apache Arrow](
## Requirement
- [Apache Spark 4.0.0 (May
2025)](https://github.com/apache/spark/releases/tag/v4.0.0)
-- [Swift 6.0 (2024) or 6.1 (2025)](https://swift.org)
+- [Swift 6.0/6.1/6.2 (September 2025)](https://swift.org)
- [gRPC Swift 2.1 (July
2025)](https://github.com/grpc/grpc-swift-2/releases/tag/2.1.0)
- [gRPC Swift Protobuf 2.1 (August
2025)](https://github.com/grpc/grpc-swift-protobuf/releases/tag/2.1.1)
- [gRPC Swift NIO Transport 2.1 (August
2025)](https://github.com/grpc/grpc-swift-nio-transport/releases/tag/2.1.0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]