Build Information
Failed to build Maverick, reference main (7e608b), with Swift 6.1 for Wasm on 12 Jan 2026 09:07:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taphouseio/maverick.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/taphouseio/maverick
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e608b2 [CI] Updating Docker to get running on the server (#14)
Cloned https://github.com/taphouseio/maverick.git
Revision (git rev-parse @):
7e608b2650d202b459ef9ca1e25af01be695cc76
SUCCESS checkout https://github.com/taphouseio/maverick.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/taphouseio/maverick.git
https://github.com/taphouseio/maverick.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.121.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "multipart-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.7.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/multipart-kit.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.5.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-markdown"
},
{
"identity" : "textbundleify",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/jsorge/textbundleify.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/ShellOut.git"
}
],
"manifest_display_name" : "Maverick",
"name" : "Maverick",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "Maverick",
"targets" : [
"Maverick"
],
"type" : {
"executable" : null
}
},
{
"name" : "MaverickModels",
"targets" : [
"MaverickModels"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Micropub",
"module_type" : "SwiftTarget",
"name" : "Micropub",
"path" : "Sources/Micropub",
"product_dependencies" : [
"PathKit",
"Vapor"
],
"product_memberships" : [
"Maverick"
],
"sources" : [
"Authentication.swift",
"Extensions.swift",
"MicropubConfig.swift",
"MicropubError.swift",
"Models.swift",
"PathHelper.swift",
"RouteHandler.swift"
],
"type" : "library"
},
{
"c99name" : "MaverickModels",
"module_type" : "SwiftTarget",
"name" : "MaverickModels",
"path" : "Sources/MaverickModels",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"Maverick",
"MaverickModels"
],
"sources" : [
"BundleInfo.swift",
"FrontMatter.swift",
"Page.swift",
"Post.swift",
"PostList.swift",
"PostPath.swift",
"SiteConfig.swift",
"TextBundleReader.swift"
],
"type" : "library"
},
{
"c99name" : "MaverickLibTests",
"module_type" : "SwiftTarget",
"name" : "MaverickLibTests",
"path" : "Tests/MaverickLibTests",
"product_dependencies" : [
"PathKit",
"TextBundleify"
],
"sources" : [
"FileGeneratorTests.swift"
],
"target_dependencies" : [
"MaverickLib"
],
"type" : "test"
},
{
"c99name" : "MaverickLib",
"module_type" : "SwiftTarget",
"name" : "MaverickLib",
"path" : "Sources/MaverickLib",
"product_dependencies" : [
"Leaf",
"ShellOut",
"Markdown",
"TextBundleify",
"PathKit",
"Vapor",
"Yams",
"MultipartKit"
],
"product_memberships" : [
"Maverick"
],
"sources" : [
"Controllers/AdminController.swift",
"Controllers/PostController.swift",
"Controllers/PostListController.swift",
"Controllers/SiteConfigController.swift",
"Controllers/StaticPageController.swift",
"Controllers/TagController.swift",
"File Producers/FeedGenerator.swift",
"File Producers/JSONFeedGenerator.swift",
"File Producers/Output.swift",
"File Producers/RSSFeedGenerator.swift",
"Helpers/Constants.swift",
"Helpers/Debug.swift",
"Helpers/FileProcessor.swift",
"Helpers/FileReader.swift",
"Helpers/MaverickLogger.swift",
"Helpers/PathHelper.swift",
"Helpers/PostPath+Extensions.swift",
"Helpers/Server/MicropubHelper.swift",
"Helpers/Server/PostConverter.swift",
"Helpers/SiteContentChanged.swift",
"configure.swift",
"routes.swift"
],
"target_dependencies" : [
"MaverickModels",
"Micropub"
],
"type" : "library"
},
{
"c99name" : "Maverick",
"module_type" : "SwiftTarget",
"name" : "Maverick",
"path" : "Sources/Maverick",
"product_memberships" : [
"Maverick"
],
"sources" : [
"App.swift"
],
"target_dependencies" : [
"MaverickLib"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/jsorge/textbundleify.git
[1/39] Fetching textbundleify
Fetched https://github.com/jsorge/textbundleify.git from cache (0.45s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/swiftlang/swift-markdown
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
[1/1438] Fetching pathkit
[1439/12711] Fetching pathkit, yams
[1552/19771] Fetching pathkit, yams, swift-markdown
[4263/20751] Fetching pathkit, yams, swift-markdown, shellout
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/multipart-kit.git
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.79s)
[7537/19771] Fetching pathkit, yams, swift-markdown
Fetching https://github.com/vapor/vapor.git
[14136/23387] Fetching pathkit, yams, swift-markdown, multipart-kit
[14498/27367] Fetching pathkit, yams, swift-markdown, multipart-kit, leaf
[19969/103814] Fetching pathkit, yams, swift-markdown, multipart-kit, leaf, vapor
Fetched https://github.com/kylef/PathKit.git from cache (4.09s)
Fetched https://github.com/swiftlang/swift-markdown from cache (4.10s)
[92585/95316] Fetching yams, multipart-kit, leaf, vapor
Fetched https://github.com/jpsim/Yams.git from cache (4.23s)
[82076/84043] Fetching multipart-kit, leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (4.14s)
Fetched https://github.com/vapor/multipart-kit.git from cache (4.32s)
Fetched https://github.com/vapor/vapor.git from cache (6.00s)
Computing version for https://github.com/swiftlang/swift-markdown
Computed https://github.com/swiftlang/swift-markdown at 0.7.3 (10.74s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18277] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.79s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (2.72s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.1 (0.89s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/4993] Fetching leaf-kit
[351/11045] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.70s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.0 (1.69s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-certificates.git
[1/1820] Fetching swift-atomics
[493/3512] Fetching swift-atomics, swift-asn1
[647/4674] Fetching swift-atomics, swift-asn1, swift-service-context
[2156/10302] Fetching swift-atomics, swift-asn1, swift-service-context, swift-distributed-tracing
[2359/12934] Fetching swift-atomics, swift-asn1, swift-service-context, swift-distributed-tracing, websocket-kit
[5964/20011] Fetching swift-atomics, swift-asn1, swift-service-context, swift-distributed-tracing, websocket-kit, swift-certificates
[9345/18849] Fetching swift-atomics, swift-asn1, swift-distributed-tracing, websocket-kit, swift-certificates
Fetched https://github.com/apple/swift-service-context.git from cache (0.62s)
Fetching https://github.com/apple/swift-metrics.git
[18850/21381] Fetching swift-atomics, swift-asn1, swift-distributed-tracing, websocket-kit, swift-certificates, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (1.08s)
[17357/18749] Fetching swift-atomics, swift-asn1, swift-distributed-tracing, swift-certificates, swift-metrics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.22s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.23s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.22s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.23s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.74s)
Fetching https://github.com/vapor/routing-kit.git
[1/5765] Fetching swift-log
[1962/17489] Fetching swift-log, swift-nio-http2
[3175/23896] Fetching swift-log, swift-nio-http2, swift-nio-extras
[5812/45252] Fetching swift-log, swift-nio-http2, swift-nio-extras, routing-kit
[15181/60548] Fetching swift-log, swift-nio-http2, swift-nio-extras, routing-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
[25574/54783] Fetching swift-nio-http2, swift-nio-extras, routing-kit, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.32s)
Fetching https://github.com/vapor/console-kit.git
[29883/48376] Fetching swift-nio-http2, routing-kit, swift-nio-ssl
[31327/65836] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
[37429/72337] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.15s)
[40443/65836] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[45143/68301] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (2.90s)
[26293/46945] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.71s)
[24331/44480] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto
[30361/59055] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-http-client
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.95s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.00s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.94s)
[1/81244] Fetching swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.61s)
Fetched https://github.com/apple/swift-nio.git from cache (9.80s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (18.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (1.59s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (5.22s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.41s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.41s)
Fetching https://github.com/apple/swift-collections.git
[1/18616] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.13s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (3.20s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.96s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (1.13s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.14.0 (1.05s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.14s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.91s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (3.82s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2809] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.92s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.00s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.28s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (1.21s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/2568] Fetching swift-service-lifecycle
[721/3772] Fetching swift-service-lifecycle, swift-http-structured-headers
[1205/9632] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[3574/10583] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-http-types
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.85s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.85s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.83s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.19s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.97s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.25s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.02s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.2 (1.12s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.1 (2.80s)
Fetching https://github.com/apple/swift-system.git
[1/5361] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.74s)
Creating working copy for https://github.com/swiftlang/swift-markdown
Working copy of https://github.com/swiftlang/swift-markdown resolved at 0.7.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/jsorge/textbundleify.git
Working copy of https://github.com/jsorge/textbundleify.git resolved at master (9002d65)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.14.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Building for debugging...
[0/970] Compiling CAtomic CAtomic.c
[1/970] Write swift-version-24593BA9C3E375BF.txt
[2/970] Compiling cmark-gfm-extensions tasklist.c
[3/970] Compiling cmark-gfm-extensions tagfilter.c
[4/970] Compiling cmark-gfm-extensions table.c
[5/970] Compiling cmark-gfm-extensions strikethrough.c
[6/970] Compiling cmark-gfm-extensions ext_scanners.c
[7/970] Compiling cmark-gfm-extensions core-extensions.c
[8/970] Compiling poly1305_arm.cc
[9/970] Compiling aes.cc
[10/970] Compiling a_d2i_fp.cc
[11/970] Compiling cmark-gfm-extensions autolink.c
[12/970] Compiling cmark-gfm xml.c
[13/970] Compiling a_dup.cc
[14/970] Compiling cmark-gfm syntax_extension.c
[15/970] Compiling cmark-gfm registry.c
[16/970] Compiling cmark-gfm render.c
[17/970] Compiling cmark-gfm plugin.c
[18/970] Compiling cmark-gfm references.c
[19/970] Compiling cmark-gfm map.c
[20/970] Compiling cmark-gfm plaintext.c
[21/970] Compiling cmark-gfm linked_list.c
[22/970] Compiling a_gentm.cc
[23/970] Compiling a_bool.cc
[24/970] Compiling cmark-gfm man.c
[24/970] Compiling cmark-gfm node.c
[26/970] Compiling cmark-gfm iterator.c
[27/970] Compiling cmark-gfm latex.c
[28/970] Compiling a_bitstr.cc
[29/970] Compiling cmark-gfm houdini_html_e.c
[30/970] Compiling cmark-gfm html.c
[31/970] Compiling cmark-gfm houdini_href_e.c
[32/970] Compiling cmark-gfm footnotes.c
[33/970] Compiling cmark-gfm cmark_ctype.c
[34/970] Compiling cmark-gfm houdini_html_u.c
[35/970] Compiling cmark-gfm cmark.c
[36/970] Write sources
[37/970] Compiling cmark-gfm inlines.c
[38/970] Compiling _NumericsShims _NumericsShims.c
[39/970] Write sources
[45/970] Compiling cmark-gfm commonmark.c
[46/970] Compiling cmark-gfm arena.c
[47/970] Compiling cmark-gfm buffer.c
[48/970] Compiling _CWASI _CWASI.c
[48/970] Write sources
[103/970] Compiling _AtomicsShims.c
[104/970] Compiling cmark-gfm blocks.c
[105/970] Compiling writer.c
[106/1000] Compiling cmark-gfm scanners.c
[107/1000] Compiling cmark-gfm utf8.c
[109/1013] Emitting module RealModule
[110/1014] Emitting module SwiftASN1
[111/1016] Emitting module _CertificateInternals
[112/1016] Compiling _CertificateInternals _TinyArray.swift
[113/1017] Compiling RealModule RelaxedArithmetic.swift
[114/1017] Compiling ServiceContextModule ServiceContextKey.swift
[116/1017] Compiling RealModule Real.swift
[117/1017] Compiling RealModule Float16+Real.swift
[118/1017] Compiling RealModule Float80+Real.swift
[119/1017] Compiling RealModule RealFunctions.swift
[120/1017] Compiling RealModule AlgebraicField.swift
[121/1017] Compiling RealModule ApproximateEquality.swift
[122/1017] Emitting module ServiceContextModule
[123/1017] Compiling ServiceContextModule ServiceContext.swift
[124/1017] Emitting module _NIOBase64
[125/1018] Compiling _NIOBase64 Base64.swift
[126/1018] Compiling RealModule Float+Real.swift
[127/1018] Compiling RealModule ElementaryFunctions.swift
[129/1018] Compiling SwiftASN1 ASN1Boolean.swift
[130/1018] Compiling SwiftASN1 ASN1Identifier.swift
[131/1018] Compiling RealModule AugmentedArithmetic.swift
[132/1018] Compiling RealModule Double+Real.swift
[133/1018] Compiling SwiftASN1 DER.swift
[134/1018] Compiling SwiftASN1 Errors.swift
[135/1018] Compiling SwiftASN1 TimeUtilities.swift
[136/1018] Compiling SwiftASN1 UTCTime.swift
[137/1019] Compiling _NIODataStructures PriorityQueue.swift
[138/1019] Compiling _NIODataStructures _TinyArray.swift
[144/1020] Emitting module _NIODataStructures
[145/1020] Compiling _NIODataStructures Heap.swift
[150/1105] Compiling InternalCollectionsUtilities Descriptions.swift
[151/1105] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[152/1105] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[153/1105] Compiling InternalCollectionsUtilities Debugging.swift
[154/1105] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[155/1105] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[156/1112] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[157/1112] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/862] Write sources
[5/863] Compiling CXKCPShims shims.c
[6/863] Compiling SimpleFIPS202.c
[7/863] Compiling reader.c
[8/863] Compiling KeccakSponge.c
[9/863] Compiling KeccakHash.c
[10/863] Compiling CVaporBcrypt blf.c
[10/863] Compiling api.c
[12/863] Compiling CVaporBcrypt bcrypt.c
[13/863] Compiling parser.c
[14/863] Compiling CSystem shims.c
[15/863] Compiling CNIOWindows shim.c
[16/863] Compiling CNIOWindows WSAStartup.c
[17/863] Compiling CNIOWASI CNIOWASI.c
[18/863] Compiling CNIOPosix event_loop_id.c
[19/863] Compiling CNIOOpenBSD shim.c
[20/863] Compiling CNIOLinux shim.c
[21/863] Compiling CNIOLinux liburing_shims.c
[22/863] Compiling CNIOSHA1 c_nio_sha1.c
[23/863] Compiling emitter.c
[24/863] Compiling CNIOLLHTTP c_nio_http.c
[25/863] Compiling CNIOExtrasZlib empty.c
[26/863] Compiling CNIODarwin shim.c
[27/863] Compiling fiat_p256_adx_mul.S
[28/863] Compiling fiat_p256_adx_sqr.S
[29/863] Write swift-version-24593BA9C3E375BF.txt
[30/863] Compiling CNIOLLHTTP c_nio_api.c
[31/863] Compiling fiat_curve25519_adx_square.S
[32/863] Compiling fiat_curve25519_adx_mul.S
[33/863] Compiling scanner.c
[34/902] Compiling CNIOBoringSSLShims shims.c
[36/922] Compiling _NIODataStructures Heap.swift
[37/922] Emitting module _NIODataStructures
[38/922] Compiling _NIODataStructures PriorityQueue.swift
[39/922] Compiling _NIODataStructures _TinyArray.swift
[40/923] Compiling SystemPackage Syscalls.swift
[41/923] Compiling SystemPackage WindowsSyscallAdapters.swift
[42/923] Compiling SystemPackage MachPort.swift
[43/923] Compiling SystemPackage PlatformString.swift
[44/927] Emitting module _CertificateInternals
[45/927] Compiling _CertificateInternals _TinyArray.swift
[46/928] Emitting module _NIOBase64
[48/928] Compiling _NIOBase64 Base64.swift
[51/929] Compiling Yams Node.Sequence.swift
[52/929] Compiling Yams Node.swift
[53/929] Compiling Yams Tag.swift
[54/929] Compiling Yams YamlAnchorProviding.swift
[55/948] Compiling Yams Representer.swift
[56/948] Compiling SystemPackage RawIORequest.swift
[57/948] Compiling SystemPackage Backcompat.swift
[58/948] Compiling SystemPackage CInterop.swift
[59/948] Compiling SystemPackage Constants.swift
[60/948] Compiling SystemPackage Exports.swift
[61/948] Compiling SystemPackage Mocking.swift
[62/948] Compiling SystemPackage RawBuffer.swift
[63/948] Compiling SwiftASN1 ArraySliceBigint.swift
[64/948] Compiling SwiftASN1 GeneralizedTime.swift
[65/948] Compiling Yams Parser.swift
[66/948] Compiling Yams RedundancyAliasingStrategy.swift
[67/951] Emitting module SystemPackage
[68/951] Compiling ServiceContextModule ServiceContextKey.swift
[69/951] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/951] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[71/951] Emitting module ServiceContextModule
[71/951] Compiling KeccakP-1600-opt64.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
[71/951] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/951] Compiling tls_record.cc
BUILD FAILURE 6.1 wasm