Commit 960a57d
fix: drop Swift 5.10 from spi.yml, restore android platform
Swift 5.10 builds fail across all platforms because the codebase
uses Swift 6 strict concurrency (@preconcurrency, Sendable, etc.).
Advertising 5.10 support created misleading red builds on SPI.
Android is a valid SPI platform — restored with swift_versions: ["6.0"]
using the correct plural key (was incorrectly singular in v1.4.1).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4ecd11f commit 960a57d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments