File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 # Required Swift toolchain version for WASM builds
88 # Must match REQUIRED_TOOLCHAIN_VERSION in scripts/build-and-test-wasm.sh
99 SWIFT_TOOLCHAIN_VERSION : " DEVELOPMENT-SNAPSHOT-2025-11-03-a"
10+ # Checksum for the WASM SDK (from SwiftWasm release page)
11+ SWIFT_WASM_SDK_CHECKSUM : " 879c08f24c36e20e0b3d1fadc37f4c34c089c72caa018aec726d9e0bf84ea6ff"
1012
1113jobs :
1214 build :
3234 run : |
3335 SDK_URL="https://github.com/swiftwasm/swift/releases/download/swift-wasm-${SWIFT_TOOLCHAIN_VERSION}/swift-wasm-${SWIFT_TOOLCHAIN_VERSION}-wasm32-unknown-wasip1-threads.artifactbundle.zip"
3436 echo "Installing WASM SDK from: $SDK_URL"
35- swift sdk install "$SDK_URL"
37+ swift sdk install "$SDK_URL" --checksum "$SWIFT_WASM_SDK_CHECKSUM"
3638 echo "Installed SDKs:"
3739 swift sdk list
3840
You can’t perform that action at this time.
0 commit comments