Skip to content

Commit c21120e

Browse files
committed
Optimize .spi.yml for full Linux support and broader platform compatibility
1 parent c6d4d0f commit c21120e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.spi.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,27 @@ version: 1
22
builder:
33
configs:
44
- platform: macos-spm
5+
- platform: macos-xcodebuild
6+
- platform: ios
7+
- platform: tvos
8+
- platform: visionos
59
- platform: linux
10+
swift_version: '5.10'
11+
linux_packages:
12+
- freetds-dev
13+
- pkg-config
14+
- platform: linux
15+
swift_version: '6.0'
16+
linux_packages:
17+
- freetds-dev
18+
- pkg-config
19+
- platform: linux
20+
swift_version: '6.1'
21+
linux_packages:
22+
- freetds-dev
23+
- pkg-config
24+
- platform: linux
25+
swift_version: '6.2'
26+
linux_packages:
27+
- freetds-dev
28+
- pkg-config

0 commit comments

Comments
 (0)