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 108ec0a  [SPARK-55101] Add `Swift 6.3` build test CI
108ec0a is described below

commit 108ec0aec008bb397bf288486e0445e29a53f068
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jan 20 22:20:33 2026 +0900

    [SPARK-55101] Add `Swift 6.3` build test CI
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `Swift 6.3` build test CI.
    
    ### Why are the changes needed?
    
    To be ready for the upcoming Swift 6.3.
    - https://forums.swift.org/t/swift-6-3-release-process/82843
      - Branch Cut: 2025-11-12
    - https://github.com/swiftlang/swift/milestone/16
    
    ### 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.
    
    <img width="424" height="115" alt="Screenshot 2026-01-20 at 20 02 50" 
src="https://github.com/user-attachments/assets/a6ccf619-172b-44b5-89f2-e70a2771f2c1";
 />
    
    ```
    nightly-6.3-amazonlinux2: Pulling from swiftlang/swift
    ...
    Status: Downloaded newer image for swiftlang/swift:nightly-6.3-amazonlinux2
    Linux 8697b093b354 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 
04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
    ```
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #282 from dongjoon-hyun/SPARK-55101.
    
    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 b97610c..ddd2a61 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -48,6 +48,16 @@ jobs:
     - name: Build
       run: swift build -c release
 
+  build-ubuntu-swift63:
+    runs-on: ubuntu-latest
+    timeout-minutes: 20
+    steps:
+    - uses: actions/checkout@v6
+    - name: Build
+      run: |
+        docker run swiftlang/swift:nightly-6.3-amazonlinux2 uname -a
+        docker run -v $PWD:/spark -w /spark 
swiftlang/swift:nightly-6.3-amazonlinux2 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