We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9429143 commit 3c84a5eCopy full SHA for 3c84a5e
.spi.yml
@@ -2,27 +2,17 @@ version: 1
2
builder:
3
configs:
4
- platform: ios
5
- scheme: FoundationExtensions
6
-
7
- platform: macos-spm
8
9
10
- platform: macos-xcodebuild
11
12
13
- platform: tvos
14
15
16
- platform: watchos
17
+ - platform: android
18
19
- platform: linux
20
21
- swift_version: '6.0'
+ swift_version: '5.9'
22
23
24
25
- swift_version: '5.9'
+ swift_version: '6.0'
26
27
- documentation_targets:
28
- FoundationExtensions
0 commit comments