Build Information
Failed to build Down, reference master (e754ab), with Swift 6.2 for Wasm on 14 Oct 2025 06:38:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/kustomer/Down.git
Reference: master
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/kustomer/Down
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e754ab1 Provide access to the list delimiter (#275)
Cloned https://github.com/kustomer/Down.git
Revision (git rev-parse @):
e754ab1c80920dd51a8e08290c912ac1c2ac8b58
SUCCESS checkout https://github.com/kustomer/Down.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kustomer/Down.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
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
Building for debugging...
[0/23] Compiling libcmark cmark_ctype.c
[1/23] Compiling libcmark cmark.c
[2/23] Compiling libcmark commonmark.c
[3/23] Write swift-version-24593BA9C3E375BF.txt
[4/23] Compiling libcmark houdini_href_e.c
[5/23] Compiling libcmark xml.c
[6/23] Compiling libcmark render.c
[7/23] Compiling libcmark buffer.c
[8/23] Compiling libcmark node.c
[9/23] Compiling libcmark references.c
[10/23] Compiling libcmark iterator.c
[11/23] Compiling libcmark man.c
[12/23] Compiling libcmark latex.c
[12/23] Copying DownView.bundle
[12/23] Copying DownView (macOS).bundle
[12/23] Write sources
[16/23] Compiling libcmark html.c
[17/23] Compiling libcmark houdini_html_e.c
[18/23] Compiling libcmark inlines.c
[19/23] Compiling libcmark blocks.c
[20/23] Compiling libcmark houdini_html_u.c
[21/23] Compiling libcmark scanners.c
[22/23] Compiling libcmark utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/25] Emitting module Down
/host/spi-builder-workspace/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
[25/25] Compiling Down BaseNode.swift
/host/spi-builder-workspace/Sources/Down/AST/Nodes/BaseNode.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 | import libcmark
11 |
BUILD FAILURE 6.2 wasm