|
61 | 61 | ./Vendor/checkout-dependency --category component-model |
62 | 62 |
|
63 | 63 | swift --version |
64 | | - swift test --sanitize address --traits ComponentModel,WasmDebuggingSupport ${{ matrix.test-args }} |
| 64 | + swift test --sanitize address --traits FileSystem,ComponentModel,WasmDebuggingSupport ${{ matrix.test-args }} |
65 | 65 | swift build --package-path Benchmarks |
66 | 66 |
|
67 | 67 | build-macos: |
|
71 | 71 | # Swift 6.3.2 |
72 | 72 | - os: macos-26 |
73 | 73 | xcode: Xcode_26.5 |
74 | | - test-args: "--sanitize address --traits ComponentModel,WasmDebuggingSupport" |
| 74 | + test-args: "--sanitize address --traits FileSystem,ComponentModel,WasmDebuggingSupport" |
75 | 75 |
|
76 | 76 | runs-on: ${{ matrix.os }} |
77 | 77 | name: "build-macos (${{ matrix.xcode }})" |
@@ -132,15 +132,15 @@ jobs: |
132 | 132 | matrix: |
133 | 133 | include: |
134 | 134 | - swift: "swift:6.3-noble" |
135 | | - test-args: "--traits ComponentModel,WasmDebuggingSupport --enable-code-coverage" |
| 135 | + test-args: "--traits FileSystem,ComponentModel,WasmDebuggingSupport --enable-code-coverage" |
136 | 136 | build-benchmarks: true |
137 | 137 | run-benchmarks: true |
138 | 138 | build-dev-dashboard: true |
139 | 139 | - swift: "swiftlang/swift:nightly-6.4.x-noble" |
140 | | - test-args: "--traits ComponentModel,WasmDebuggingSupport" |
| 140 | + test-args: "--traits FileSystem,ComponentModel,WasmDebuggingSupport" |
141 | 141 | build-benchmarks: true |
142 | 142 | - swift: "swiftlang/swift:nightly-main-noble" |
143 | | - test-args: "--traits ComponentModel,WasmDebuggingSupport" |
| 143 | + test-args: "--traits FileSystem,ComponentModel,WasmDebuggingSupport" |
144 | 144 | build-benchmarks: true |
145 | 145 |
|
146 | 146 | runs-on: ubuntu-24.04 |
@@ -234,9 +234,9 @@ jobs: |
234 | 234 | run: ./build-exec swift sdk install "${{ matrix.musl-swift-sdk-download }}" --checksum "${{ matrix.musl-swift-sdk-checksum }}" |
235 | 235 |
|
236 | 236 | - name: Build (x86_64-swift-linux-musl) |
237 | | - run: ./build-exec swift build --swift-sdk x86_64-swift-linux-musl --traits ComponentModel,WasmDebuggingSupport --explicit-target-dependency-import-check error |
| 237 | + run: ./build-exec swift build --swift-sdk x86_64-swift-linux-musl --traits FileSystem,ComponentModel,WasmDebuggingSupport --explicit-target-dependency-import-check error |
238 | 238 | - name: Build (aarch64-swift-linux-musl) |
239 | | - run: ./build-exec swift build --swift-sdk aarch64-swift-linux-musl --traits ComponentModel,WasmDebuggingSupport --explicit-target-dependency-import-check error |
| 239 | + run: ./build-exec swift build --swift-sdk aarch64-swift-linux-musl --traits FileSystem,ComponentModel,WasmDebuggingSupport --explicit-target-dependency-import-check error |
240 | 240 |
|
241 | 241 | build-android: |
242 | 242 | runs-on: ubuntu-24.04 |
@@ -297,4 +297,4 @@ jobs: |
297 | 297 | - name: Install Swift SDK |
298 | 298 | run: swift sdk install https://download.swift.org/swift-6.3.2-release/wasm-sdk/swift-6.3.2-RELEASE/swift-6.3.2-RELEASE_wasm.artifactbundle.tar.gz --checksum a61f0584c93283589f8b2f42db05c1f9a182b506c2957271402992655591dd7c |
299 | 299 | - name: Build with the Swift SDK |
300 | | - run: swift build --swift-sdk "$(swiftc -print-target-info | jq -r '.swiftCompilerTag')_wasm" --traits ComponentModel --explicit-target-dependency-import-check error --product wasmkit-cli |
| 300 | + run: swift build --swift-sdk "$(swiftc -print-target-info | jq -r '.swiftCompilerTag')_wasm" --traits FileSystem,ComponentModel --explicit-target-dependency-import-check error --product wasmkit-cli |
0 commit comments