Build Information
Failed to build SagaParsleyMarkdownReader, reference main (cfec82), with Swift 6.1 for Wasm on 5 Apr 2026 06:54:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaParsleyMarkdownReader.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/loopwerk/SagaParsleyMarkdownReader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfec826 chore: Improve readme
Cloned https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Revision (git rev-parse @):
cfec8263df534979a3525a847d1c61169dfc9f6e
SUCCESS checkout https://github.com/loopwerk/SagaParsleyMarkdownReader.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/loopwerk/SagaParsleyMarkdownReader.git
https://github.com/loopwerk/SagaParsleyMarkdownReader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "saga",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Saga.git"
},
{
"identity" : "parsley",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Parsley"
}
],
"manifest_display_name" : "SagaParsleyMarkdownReader",
"name" : "SagaParsleyMarkdownReader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SagaParsleyMarkdownReader",
"targets" : [
"SagaParsleyMarkdownReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaParsleyMarkdownReaderTests",
"module_type" : "SwiftTarget",
"name" : "SagaParsleyMarkdownReaderTests",
"path" : "Tests/SagaParsleyMarkdownReaderTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/content-only.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/frontmatter-only.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/hard-breaks.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/smart-quotes.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/special-chars.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/test-content.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SagaParsleyMarkdownReaderTests.swift"
],
"target_dependencies" : [
"SagaParsleyMarkdownReader"
],
"type" : "test"
},
{
"c99name" : "SagaParsleyMarkdownReader",
"module_type" : "SwiftTarget",
"name" : "SagaParsleyMarkdownReader",
"path" : "Sources/SagaParsleyMarkdownReader",
"product_dependencies" : [
"Saga",
"Parsley"
],
"product_memberships" : [
"SagaParsleyMarkdownReader"
],
"sources" : [
"SagaParsleyMarkdownReader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/loopwerk/Saga.git
Fetching https://github.com/loopwerk/Parsley
[1/408] Fetching parsley
[409/5136] Fetching parsley, saga
Fetched https://github.com/loopwerk/Parsley from cache (0.50s)
[2223/4728] Fetching saga
Fetched https://github.com/loopwerk/Saga.git from cache (0.78s)
Computing version for https://github.com/loopwerk/Parsley
Computed https://github.com/loopwerk/Parsley at 1.2.0 (3.36s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18374] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.02s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (1.66s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 3.3.1 (0.59s)
Fetching https://github.com/loopwerk/SagaPathKit
Fetching https://github.com/apple/swift-crypto
[1/829] Fetching sagapathkit
Fetched https://github.com/loopwerk/SagaPathKit from cache (0.26s)
[1/17328] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (2.10s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (4.33s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (2.01s)
Fetching https://github.com/apple/swift-asn1.git
[1/1789] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.94s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/loopwerk/SagaPathKit
Working copy of https://github.com/loopwerk/SagaPathKit resolved at 1.6.1
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
Creating working copy for https://github.com/loopwerk/Parsley
Working copy of https://github.com/loopwerk/Parsley resolved at 1.2.0
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 3.3.1
Building for debugging...
[0/39] Write sources
[2/39] Compiling cmark-gfm-extensions tagfilter.c
[3/39] Compiling cmark-gfm-extensions tasklist.c
[4/39] Compiling cmark-gfm buffer.c
[5/39] Compiling cmark-gfm-extensions strikethrough.c
[6/39] Compiling cmark-gfm-extensions core-extensions.c
[7/39] Compiling cmark-gfm-extensions ext_scanners.c
[8/39] Compiling cmark-gfm-extensions table.c
[9/39] Compiling cmark-gfm-extensions autolink.c
[10/39] Compiling cmark-gfm xml.c
[11/39] Write swift-version-24593BA9C3E375BF.txt
[11/39] Compiling cmark-gfm arena.c
[13/39] Compiling cmark-gfm registry.c
[13/39] Compiling cmark-gfm syntax_extension.c
[15/39] Compiling cmark-gfm plugin.c
[15/39] Compiling cmark-gfm render.c
[15/39] Compiling cmark-gfm references.c
[18/39] Compiling cmark-gfm plaintext.c
[19/39] Compiling cmark-gfm linked_list.c
[20/39] Compiling cmark-gfm latex.c
[21/39] Compiling cmark-gfm map.c
[22/39] Compiling cmark-gfm man.c
[23/39] Compiling cmark-gfm node.c
[24/39] Compiling cmark-gfm iterator.c
[25/39] Compiling cmark-gfm houdini_html_e.c
[26/39] Compiling cmark-gfm html.c
[26/39] Compiling cmark-gfm houdini_href_e.c
[28/39] Compiling cmark-gfm footnotes.c
[29/41] Compiling cmark-gfm cmark.c
[30/41] Compiling cmark-gfm cmark_ctype.c
[30/41] Write sources
[33/41] Compiling cmark-gfm inlines.c
[34/41] Compiling cmark-gfm houdini_html_u.c
[35/41] Compiling cmark-gfm blocks.c
[36/41] Compiling cmark-gfm commonmark.c
[37/41] Compiling cmark-gfm utf8.c
[38/41] Compiling cmark-gfm scanners.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/46] Emitting module SagaPathKit
/host/spi-builder-workspace/.build/checkouts/SagaPathKit/Sources/SagaPathKit.swift:8:10: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[41/46] Emitting module Parsley
[42/46] Compiling Parsley Document.swift
[43/46] Compiling Parsley MarkdownOptions.swift
[44/46] Compiling Parsley SyntaxExtension.swift
[45/46] Compiling SagaPathKit SagaPathKit.swift
/host/spi-builder-workspace/.build/checkouts/SagaPathKit/Sources/SagaPathKit.swift:8:10: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[46/46] Compiling Parsley Parsley.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling Parsley SyntaxExtension.swift
[3/8] Compiling Parsley Document.swift
[4/8] Emitting module Parsley
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module SagaPathKit
/host/spi-builder-workspace/.build/checkouts/SagaPathKit/Sources/SagaPathKit.swift:8:10: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[6/8] Compiling SagaPathKit SagaPathKit.swift
/host/spi-builder-workspace/.build/checkouts/SagaPathKit/Sources/SagaPathKit.swift:8:10: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
BUILD FAILURE 6.1 wasm