You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-54080] Use Swift 6.2 as the minimum supported version
### What changes were proposed in this pull request?
This PR aims to use Swift 6.2 as the minimum supported version.
### Why are the changes needed?
Swift 6.2 is more stable and has more features.
### Does this PR introduce _any_ user-facing change?
Yes, but this is still 0.x version and this helps users to be up-to-date with the Swift language.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#257 from dongjoon-hyun/SPARK-54080.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
docker run --add-host=host.docker.internal:host-gateway -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swift:6.2 swift test --no-parallel -c release
0 commit comments