Commit 7bbc493
committed
[SPARK-51808] Use Swift 6.1 in GitHub Action CIs
### What changes were proposed in this pull request?
This PR aims to use `Swift` 6.1 in GitHub Action CIs while keeping the minimum version is still 6.0.
### Why are the changes needed?
Swift community released 6.1 on March 31, 2025. We had better use the latest version to have a test coverage.
- https://www.swift.org/blog/swift-6.1-released/
- [ST-0007: Testing Scope Traits](https://github.com/swiftlang/swift-evolution/blob/main/proposals/testing/0007-test-scoping-traits.md)
To bring Swift 6.1, `setup-swift` is upgraded to `v2.3.0`.
- https://github.com/swift-actions/setup-swift/releases/tag/v2.3.0
- swift-actions/setup-swift#693
### Does this PR introduce _any_ user-facing change?
No, this is a test infra only change.
### How was this patch tested?
Pass the CIs and check the CI log manually.
```
Apple Swift version 6.1 (swift-6.1-RELEASE)
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #61 from dongjoon-hyun/swift61.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent ea3ea2a commit 7bbc493
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments