Skip to content

Commit 960a57d

Browse files
vkuttypCopilot
andcommitted
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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.spi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: 1
22
swift_versions:
3-
- "5.10"
43
- "6.0"
54
- "6.1"
65
- "6.2"
@@ -17,3 +16,6 @@ builder:
1716
linux_packages:
1817
- libsqlite3-dev
1918
- pkg-config
19+
- platform: android
20+
swift_versions:
21+
- "6.0"

0 commit comments

Comments
 (0)