Skip to content

Commit 4ecd11f

Browse files
vkuttypCopilot
andcommitted
fix: remove unsupported android platform from .spi.yml
'android' is not a valid Swift Package Index build platform. SPI validates the manifest schema before processing — an unknown platform entry causes the entire file to be rejected, preventing SPI from picking up new releases. Also removed the malformed 'swift_version' (singular) key that appeared in the android entry; the correct key is 'swift_versions'. Valid SPI platforms: macos-spm, linux, ios, tvos, watchos, visionos. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent db95e57 commit 4ecd11f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.spi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ builder:
1717
linux_packages:
1818
- libsqlite3-dev
1919
- pkg-config
20-
- platform: android
21-
swift_version: "6.0"

0 commit comments

Comments
 (0)