Build Information
Failed to build DocumetationComment, reference main (c6f83f), with Swift 6.2 for Wasm on 26 Nov 2025 10:37:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/fumito-ito/DocumentationComment.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/fumito-ito/DocumentationComment
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c6f83fe Merge pull request #9 from fumito-ito/renovate/actions-checkout-6.x
Cloned https://github.com/fumito-ito/DocumentationComment.git
Revision (git rev-parse @):
c6f83fe804c93c5713e58d136e17a56a2e8c5b81
SUCCESS checkout https://github.com/fumito-ito/DocumentationComment.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fumito-ito/DocumentationComment.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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://github.com/apple/swift-markdown.git
[1/7003] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.47s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (2.65s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18248] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.98s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (3.09s)
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.7.3
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Building for debugging...
[0/38] Compiling cmark-gfm cmark.c
[0/38] Compiling cmark-gfm arena.c
[2/38] Compiling cmark-gfm-extensions tasklist.c
[3/38] Compiling cmark-gfm buffer.c
[4/38] Compiling cmark-gfm-extensions tagfilter.c
[5/38] Compiling cmark-gfm cmark_ctype.c
[6/38] Write swift-version-24593BA9C3E375BF.txt
[7/38] Compiling cmark-gfm-extensions strikethrough.c
[8/38] Compiling cmark-gfm-extensions core-extensions.c
[9/38] Compiling cmark-gfm-extensions ext_scanners.c
[10/38] Compiling cmark-gfm xml.c
[11/38] Compiling cmark-gfm blocks.c
[12/38] Compiling cmark-gfm syntax_extension.c
[13/38] Compiling cmark-gfm-extensions table.c
[14/38] Compiling cmark-gfm-extensions autolink.c
[15/38] Compiling cmark-gfm registry.c
[16/38] Compiling cmark-gfm plugin.c
[16/38] Compiling cmark-gfm render.c
[18/38] Compiling cmark-gfm references.c
[19/38] Compiling cmark-gfm plaintext.c
[20/38] Compiling cmark-gfm map.c
[21/38] Compiling cmark-gfm man.c
[22/38] Compiling cmark-gfm linked_list.c
[23/38] Compiling cmark-gfm node.c
[24/38] Compiling cmark-gfm iterator.c
[25/38] Compiling cmark-gfm latex.c
[26/38] Compiling cmark-gfm houdini_html_e.c
[27/38] Compiling cmark-gfm houdini_href_e.c
[28/38] Write sources
[30/38] Compiling cmark-gfm html.c
[31/38] Compiling cmark-gfm footnotes.c
[32/38] Compiling CAtomic CAtomic.c
[33/38] Compiling cmark-gfm inlines.c
[34/38] Compiling cmark-gfm commonmark.c
[35/38] Compiling cmark-gfm houdini_html_u.c
[36/38] Compiling cmark-gfm scanners.c
[37/38] Compiling cmark-gfm utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/40] Emitting module Markdown
/host/spi-builder-workspace/.build/checkouts/swift-markdown/Sources/Markdown/Base/Document.swift:11:8: error: no such module 'Foundation'
9 | */
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// A markup element representing the top level of a whole document.
[40/40] Compiling Markdown ChildIndexPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-markdown/Sources/Markdown/Base/Document.swift:11:8: error: no such module 'Foundation'
9 | */
10 |
11 | import Foundation
| `- error: no such module 'Foundation'
12 |
13 | /// A markup element representing the top level of a whole document.
BUILD FAILURE 6.2 wasm