Build Information
Failed to build skip-bridge, reference main (b52df4), with Swift 6.2 for Wasm on 30 Nov 2025 04:10:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skiptools/skip-bridge.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/skiptools/skip-bridge
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b52df4b Disable test that hangs on Android
Cloned https://github.com/skiptools/skip-bridge.git
Revision (git rev-parse @):
b52df4be75cc187738ab3e59aee0056cc8888e06
SUCCESS checkout https://github.com/skiptools/skip-bridge.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/skiptools/skip-bridge.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/embedded-swift-sdk.json
Fetching https://source.skip.tools/skip-lib.git
Fetching https://source.skip.tools/skip-foundation.git
Fetching https://source.skip.tools/swift-jni.git
Fetching https://source.skip.tools/skip.git
[1/1541] Fetching skip-lib
[1358/1666] Fetching skip-lib, swift-jni
[1667/10218] Fetching skip-lib, swift-jni, skip
Fetched https://source.skip.tools/skip-lib.git from cache (0.58s)
[1408/8677] Fetching swift-jni, skip
[7054/12055] Fetching swift-jni, skip, skip-foundation
Fetched https://source.skip.tools/swift-jni.git from cache (1.09s)
Fetched https://source.skip.tools/skip-foundation.git from cache (1.10s)
Fetched https://source.skip.tools/skip.git from cache (1.12s)
Computing version for https://source.skip.tools/skip-foundation.git
Computed https://source.skip.tools/skip-foundation.git at 1.3.9 (1.76s)
Computing version for https://source.skip.tools/swift-jni.git
Computed https://source.skip.tools/swift-jni.git at 0.3.1 (0.45s)
Computing version for https://source.skip.tools/skip-lib.git
Computed https://source.skip.tools/skip-lib.git at 1.3.8 (0.38s)
Fetching https://source.skip.tools/skip-unit.git
[1/1009] Fetching skip-unit
Fetched https://source.skip.tools/skip-unit.git from cache (0.53s)
Computing version for https://source.skip.tools/skip-unit.git
Computed https://source.skip.tools/skip-unit.git at 1.4.0 (0.89s)
Computing version for https://source.skip.tools/skip.git
Computed https://source.skip.tools/skip.git at 1.6.30 (0.45s)
Creating working copy for https://source.skip.tools/skip-unit.git
Working copy of https://source.skip.tools/skip-unit.git resolved at 1.4.0
Creating working copy for https://source.skip.tools/skip-foundation.git
Working copy of https://source.skip.tools/skip-foundation.git resolved at 1.3.9
Creating working copy for https://source.skip.tools/swift-jni.git
Working copy of https://source.skip.tools/swift-jni.git resolved at 0.3.1
Creating working copy for https://source.skip.tools/skip-lib.git
Working copy of https://source.skip.tools/skip-lib.git resolved at 1.3.8
Creating working copy for https://source.skip.tools/skip.git
Working copy of https://source.skip.tools/skip.git resolved at 1.6.30
Downloading binary artifact https://source.skip.tools/skip/releases/download/1.6.30/skip-linux.zip
[1397/168635381] Downloading https://source.skip.tools/skip/releases/download/1.6.30/skip-linux.zip
Downloaded https://source.skip.tools/skip/releases/download/1.6.30/skip-linux.zip (16.51s)
[1/1] Compiling plugin Create SkipLink
[2/2] Compiling plugin skipstone
Building for debugging...
[2/63] Write sources
[13/63] Copying Info.plist
[14/63] Compiling CJNI cjni.c
[15/63] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/65] Emitting module SwiftJNI
/host/spi-builder-workspace/.build/checkouts/swift-jni/Sources/SwiftJNI/SwiftJNI.swift:6:8: error: no such module 'Foundation'
4 | import FoundationEssentials
5 | #else
6 | import Foundation
| `- error: no such module 'Foundation'
7 | #endif
8 | #if canImport(Darwin)
[18/65] Compiling SwiftJNI SwiftJNI.swift
/host/spi-builder-workspace/.build/checkouts/swift-jni/Sources/SwiftJNI/SwiftJNI.swift:6:8: error: no such module 'Foundation'
4 | import FoundationEssentials
5 | #else
6 | import Foundation
| `- error: no such module 'Foundation'
7 | #endif
8 | #if canImport(Darwin)
[18/65] Skip SkipUnit
BUILD FAILURE 6.2 wasm