Build Information
Failed to build HTTPCodable, reference 0.2.0 (6b40e0), with Swift 6.1 for Wasm on 27 May 2025 11:27:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/terwanerik/httpcodable.git
Reference: 0.2.0
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/terwanerik/httpcodable
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 6b40e00 Merge pull request #1 from terwanerik/passing-current-session
Cloned https://github.com/terwanerik/httpcodable.git
Revision (git rev-parse @):
6b40e00b7dad02c8010e0bc98ca1006d11fd0f5b
SUCCESS checkout https://github.com/terwanerik/httpcodable.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/terwanerik/httpcodable.git
https://github.com/terwanerik/httpcodable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "futures",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/formbound/Futures.git"
}
],
"manifest_display_name" : "HTTPCodable",
"name" : "HTTPCodable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTTPCodable",
"targets" : [
"HTTPCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPCodableTests",
"module_type" : "SwiftTarget",
"name" : "HTTPCodableTests",
"path" : "Tests/HTTPCodableTests",
"sources" : [
"HTTPCodableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HTTPCodable"
],
"type" : "test"
},
{
"c99name" : "HTTPCodable",
"module_type" : "SwiftTarget",
"name" : "HTTPCodable",
"path" : "Sources/HTTPCodable",
"product_dependencies" : [
"Futures"
],
"product_memberships" : [
"HTTPCodable"
],
"sources" : [
"Client.swift",
"CodableClient/CodableClient+Codable.swift",
"CodableClient/CodableClient+Request.swift",
"CodableClient/CodableClient+Rest.swift",
"CodableClient/CodableClient.swift",
"Errors/HTTPCodableError.swift",
"Extensions/Encodable+Query.swift",
"HTTP/HTTPCodableMethod.swift",
"HTTPCodable/HTTPCodable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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 finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/formbound/Futures.git
[1/972] Fetching futures
Fetched https://github.com/formbound/Futures.git from cache (0.34s)
Computing version for https://github.com/formbound/Futures.git
Computed https://github.com/formbound/Futures.git at 1.6.1 (2.66s)
Creating working copy for https://github.com/formbound/Futures.git
Working copy of https://github.com/formbound/Futures.git resolved at 1.6.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Futures PromisesExtended.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module Futures
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[6/9] Compiling Futures AnyFuture.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[7/9] Compiling Futures Future.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[8/9] Compiling Futures DispatchQueue+Futures.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[9/9] Compiling Futures Promise.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling Futures Promise.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[3/7] Compiling Futures PromisesExtended.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[4/7] Compiling Futures AnyFuture.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Compiling Futures DispatchQueue+Futures.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[6/7] Emitting module Futures
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
[7/7] Compiling Futures Future.swift
/host/spi-builder-workspace/.build/checkouts/Futures/Sources/Futures/DispatchQueue+Futures.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 |
3 | public extension DispatchQueue {
BUILD FAILURE 6.1 wasm