Commit 36ed250
Force SwiftSyntax 602.x for Swift 6.2 CI job
On Swift 6.2, SPM resolves to SwiftSyntax 600.0.1 by default (per Package.swift),
which doesn't have the SwiftSyntax602 module. Use sed to temporarily force
SwiftSyntax 602.x so we actually test the SwiftSyntax602 code path.
This also may avoid the prebuilt binary linker conflicts that occur with
SwiftSyntax 600.0.1 on Swift 6.2.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0be0c07 commit 36ed250
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
0 commit comments