Commit 4ecd11f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
0 commit comments