Skip to content

Commit d7e97d7

Browse files
leogdionclaude
andcommitted
ci: Remove Swift 6.0 from Ubuntu build matrix
Swift 6.0 compiler has a crash bug in TypeChecker::overApproximateAvailabilityAtLocation that causes builds to fail. This is fixed in Swift 6.1+. The compiler crash occurs during compilation phase, not during tests. Keeping Swift 6.1, 6.2, and nightly builds which all pass successfully. Closes #149 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 67cf7ad commit d7e97d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/BushelKit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
image:
16-
- swift:6.0
1716
- swift:6.1
1817
- swift:6.2
1918
- swiftlang/swift:nightly-6.2-noble

0 commit comments

Comments
 (0)