Build Information
Failed to build swift-tagged, reference 0.10.0 (3907a9
), with Swift 6.1 for Wasm on 28 May 2025 19:42:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-tagged.git
Reference: 0.10.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/pointfreeco/swift-tagged
* tag 0.10.0 -> FETCH_HEAD
HEAD is now at 3907a94 Add `CodingKeyRepresentable` conditional conformance (#66)
Cloned https://github.com/pointfreeco/swift-tagged.git
Revision (git rev-parse @):
3907a9438f5b57d317001dc99f3f11b46882272b
SUCCESS checkout https://github.com/pointfreeco/swift-tagged.git at 0.10.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-tagged.git
https://github.com/pointfreeco/swift-tagged.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-tagged",
"name" : "swift-tagged",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Tagged",
"targets" : [
"Tagged"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TaggedMoney",
"targets" : [
"TaggedMoney"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TaggedTime",
"targets" : [
"TaggedTime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TaggedTimeTests",
"module_type" : "SwiftTarget",
"name" : "TaggedTimeTests",
"path" : "Tests/TaggedTimeTests",
"sources" : [
"TaggedTimeTests.swift"
],
"target_dependencies" : [
"TaggedTime"
],
"type" : "test"
},
{
"c99name" : "TaggedTime",
"module_type" : "SwiftTarget",
"name" : "TaggedTime",
"path" : "Sources/TaggedTime",
"product_memberships" : [
"TaggedTime"
],
"sources" : [
"TaggedTime.swift"
],
"target_dependencies" : [
"Tagged"
],
"type" : "library"
},
{
"c99name" : "TaggedTests",
"module_type" : "SwiftTarget",
"name" : "TaggedTests",
"path" : "Tests/TaggedTests",
"sources" : [
"TaggedTests.swift"
],
"target_dependencies" : [
"Tagged"
],
"type" : "test"
},
{
"c99name" : "TaggedMoneyTests",
"module_type" : "SwiftTarget",
"name" : "TaggedMoneyTests",
"path" : "Tests/TaggedMoneyTests",
"sources" : [
"TaggedMoneyTests.swift"
],
"target_dependencies" : [
"TaggedMoney"
],
"type" : "test"
},
{
"c99name" : "TaggedMoney",
"module_type" : "SwiftTarget",
"name" : "TaggedMoney",
"path" : "Sources/TaggedMoney",
"product_memberships" : [
"TaggedMoney"
],
"sources" : [
"TaggedMoney.swift"
],
"target_dependencies" : [
"Tagged"
],
"type" : "library"
},
{
"c99name" : "Tagged",
"module_type" : "SwiftTarget",
"name" : "Tagged",
"path" : "Sources/Tagged",
"product_memberships" : [
"Tagged",
"TaggedMoney",
"TaggedTime"
],
"sources" : [
"Tagged.swift",
"UUID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/7] Emitting module Tagged
[6/7] Compiling Tagged Tagged.swift
[7/7] Compiling Tagged UUID.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Emitting module TaggedTime
/host/spi-builder-workspace/Sources/TaggedTime/TaggedTime.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 | import Tagged
[10/12] Compiling TaggedTime TaggedTime.swift
/host/spi-builder-workspace/Sources/TaggedTime/TaggedTime.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 | import Tagged
[11/12] Emitting module TaggedMoney
[12/12] Compiling TaggedMoney TaggedMoney.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/4] Compiling Tagged UUID.swift
[3/4] Emitting module Tagged
[4/4] Compiling Tagged Tagged.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module TaggedTime
/host/spi-builder-workspace/Sources/TaggedTime/TaggedTime.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 | import Tagged
[7/9] Compiling TaggedTime TaggedTime.swift
/host/spi-builder-workspace/Sources/TaggedTime/TaggedTime.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 | import Tagged
[8/9] Emitting module TaggedMoney
[9/9] Compiling TaggedMoney TaggedMoney.swift
BUILD FAILURE 6.1 wasm