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 9f47438  [SPARK-58048] Add `Swift 6.4` build test CI
9f47438 is described below

commit 9f4743875f9c8d9ea9b24d0aa7f7e851ec197bd4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 8 13:24:25 2026 -0700

    [SPARK-58048] Add `Swift 6.4` build test CI
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `Swift 6.4` build test CI.
    
    ### Why are the changes needed?
    
    To be ready for the upcoming Swift 6.4.
    - https://forums.swift.org/t/swift-6-4-release-process/85421
      - Branch Cut: 2026-05-04
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a test infra change.
    
    ### How was this patch tested?
    
    Pass the CIs and check the log.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #434 from dongjoon-hyun/SPARK-58048.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 9e0f5b6..1c93ca1 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -47,6 +47,16 @@ jobs:
     - name: Build
       run: swift build -c release
 
+  build-ubuntu-swift64:
+    runs-on: ubuntu-latest
+    timeout-minutes: 20
+    steps:
+    - uses: actions/checkout@v6
+    - name: Build
+      run: |
+        docker run swiftlang/swift:nightly-6.4.x-amazonlinux2023 uname -a
+        docker run -v $PWD:/spark -w /spark 
swiftlang/swift:nightly-6.4.x-amazonlinux2023 swift build
+
   build-ubuntu-latest:
     runs-on: ubuntu-latest
     timeout-minutes: 20


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to