Build Information
Failed to build FranticApparatus, reference master (8eb203
), with Swift 6.1 for Wasm on 27 May 2025 09:35:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/jkolb/FranticApparatus.git
Reference: master
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/jkolb/FranticApparatus
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8eb2030 Fixed up package, podspec, and projects to have appropriate deployment targets.
Cloned https://github.com/jkolb/FranticApparatus.git
Revision (git rev-parse @):
8eb2030068113c6f3897c55bb9872144c3cbc580
SUCCESS checkout https://github.com/jkolb/FranticApparatus.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jkolb/FranticApparatus.git
https://github.com/jkolb/FranticApparatus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "FranticApparatus",
"name" : "FranticApparatus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "FranticApparatus",
"targets" : [
"FranticApparatus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FranticApparatusTests",
"module_type" : "SwiftTarget",
"name" : "FranticApparatusTests",
"path" : "Tests/FranticApparatusTests",
"sources" : [
"FranticApparatusTests.swift"
],
"target_dependencies" : [
"FranticApparatus"
],
"type" : "test"
},
{
"c99name" : "FranticApparatus",
"module_type" : "SwiftTarget",
"name" : "FranticApparatus",
"path" : "Sources/FranticApparatus",
"product_memberships" : [
"FranticApparatus"
],
"sources" : [
"AllPromises.swift",
"AnyPromises.swift",
"ExecutionContext.swift",
"Lock.swift",
"Promise.swift",
"RacePromises.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling FranticApparatus Lock.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[4/9] Compiling FranticApparatus Promise.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[5/9] Compiling FranticApparatus RacePromises.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module FranticApparatus
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[7/9] Compiling FranticApparatus AllPromises.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[8/9] Compiling FranticApparatus AnyPromises.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[9/9] Compiling FranticApparatus ExecutionContext.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/8] Compiling FranticApparatus ExecutionContext.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[3/8] Compiling FranticApparatus Lock.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module FranticApparatus
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[5/8] Compiling FranticApparatus AnyPromises.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[6/8] Compiling FranticApparatus AllPromises.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[7/8] Compiling FranticApparatus RacePromises.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
[8/8] Compiling FranticApparatus Promise.swift
/host/spi-builder-workspace/Sources/FranticApparatus/ExecutionContext.swift:25:8: error: no such module 'Dispatch'
23 | */
24 |
25 | import Dispatch
| `- error: no such module 'Dispatch'
26 | import Foundation
27 |
BUILD FAILURE 6.1 wasm