[SPARK-56264] Use Swift 6.3 always in CIs#342
Closed
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
Closed
[SPARK-56264] Use Swift 6.3 always in CIs#342dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
Swift 6.3 always in CIs#342dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
Conversation
Swift 6.3 always in CIs
viirya
approved these changes
Mar 27, 2026
Member
Author
|
Merged to main |
dongjoon-hyun
added a commit
that referenced
this pull request
Mar 27, 2026
### What changes were proposed in this pull request? This PR standardizes all Ubuntu Docker-based CI jobs to use `Swift 6.3` and removes the now-redundant `build-ubuntu-swift63` job. ### Why are the changes needed? The `build-ubuntu-swift63` job was added to test Swift 6.3 compatibility separately. Now that all Ubuntu jobs should use Swift 6.3, this dedicated job becomes a duplicate of `build-ubuntu-latest`. Standardizing on a single Swift version simplifies CI maintenance. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI should pass with the updated Swift 6.3 Docker images. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-6) Closes #342 from dongjoon-hyun/SPARK-56264. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Thank you, @viirya . |
dongjoon-hyun
added a commit
that referenced
this pull request
Mar 30, 2026
### What changes were proposed in this pull request? This PR renames the `build-macos-26-swift62` job to `build-macos-26-swift63` in the GitHub Actions workflow to reflect the actual Swift 6.3 usage. ### Why are the changes needed? Since SPARK-56264,, the project always uses Swift 6.3 in CIs. However, the macOS build job ID still contained `swift62`, which was outdated and inconsistent. - #342 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? This is a job name change only. The existing CI will validate the workflow. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-6) Closes #346 from dongjoon-hyun/SPARK-56290. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR standardizes all Ubuntu Docker-based CI jobs to use
Swift 6.3and removes the now-redundantbuild-ubuntu-swift63job.Why are the changes needed?
The
build-ubuntu-swift63job was added to test Swift 6.3 compatibility separately. Now that all Ubuntu jobs should use Swift 6.3, this dedicated job becomes a duplicate ofbuild-ubuntu-latest. Standardizing on a single Swift version simplifies CI maintenance.Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI should pass with the updated Swift 6.3 Docker images.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (claude-opus-4-6)