Commit a7f1b7b
Add Swift Source Compatibility CI workflow
Implements GitHub Actions workflow to test MistKit against multiple Swift toolchain versions (6.0, 6.1, 6.2, and 6.3-nightly) for source compatibility validation.
- Tests Swift 6.0, 6.1, 6.2 (stable) and 6.3-nightly
- Build-only approach using official Swift Docker containers
- Nightly failures allowed via continue-on-error flag
- Follows SyndiKit source compatibility suite pattern
- Runs on push to main, pull requests, and manual dispatch
- Uses explicit Swift 6 language mode for all builds
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent cf1451a commit a7f1b7b
1 file changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments