Build Information
Failed to build DSFPagerControl, reference 2.5.2 (9da3ea
), with Swift 6.1 for Wasm on 29 May 2025 14:12:55 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFPagerControl.git
Reference: 2.5.2
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/dagronf/DSFPagerControl
* tag 2.5.2 -> FETCH_HEAD
HEAD is now at 9da3ea3 Additional style
Cloned https://github.com/dagronf/DSFPagerControl.git
Revision (git rev-parse @):
9da3ea3712fec487ed496bd3905b8c01754a7921
SUCCESS checkout https://github.com/dagronf/DSFPagerControl.git at 2.5.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dagronf/DSFPagerControl.git
https://github.com/dagronf/DSFPagerControl.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "dsfappearancemanager",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.0",
"upper_bound" : "3.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/DSFAppearanceManager"
}
],
"manifest_display_name" : "DSFPagerControl",
"name" : "DSFPagerControl",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DSFPagerControl",
"targets" : [
"DSFPagerControl"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFPagerControl-static",
"targets" : [
"DSFPagerControl"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFPagerControl-shared",
"targets" : [
"DSFPagerControl"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFPagerControlTests",
"module_type" : "SwiftTarget",
"name" : "DSFPagerControlTests",
"path" : "Tests/DSFPagerControlTests",
"sources" : [
"DSFPagerControlTests.swift"
],
"target_dependencies" : [
"DSFPagerControl"
],
"type" : "test"
},
{
"c99name" : "DSFPagerControl",
"module_type" : "SwiftTarget",
"name" : "DSFPagerControl",
"path" : "Sources/DSFPagerControl",
"product_dependencies" : [
"DSFAppearanceManager"
],
"product_memberships" : [
"DSFPagerControl",
"DSFPagerControl-static",
"DSFPagerControl-shared"
],
"sources" : [
"DSFPagerControl+CustomShapes.swift",
"DSFPagerControl+Interation.swift",
"DSFPagerControl+Shape.swift",
"DSFPagerControl+SwiftUI.swift",
"DSFPagerControl.swift",
"DSFPagerControlHandling.swift",
"private/util/CATransaction+extensions.swift",
"private/util/CGPath+extensions.swift",
"private/util/DSFDebounce.swift",
"private/util/NSBezierPath+extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.65s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.1 (1.63s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.1
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version-24593BA9C3E375BF.txt
[4/21] Compiling DSFAppearanceManager NSAppearance+extensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[5/22] Compiling DSFAppearanceManager NSWindow+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[6/22] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[7/22] Compiling DSFAppearanceManager DSFAppearanceCache.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[8/22] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/22] Emitting module DSFAppearanceManager
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[10/22] Compiling DSFAppearanceManager DSFAppearanceManager.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[11/22] Compiling DSFAppearanceManager NSView+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[12/22] Compiling DSFAppearanceManager WeakBox.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[13/22] Compiling DSFAppearanceManager WeakBag.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[14/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[15/22] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[16/22] Compiling DSFAppearanceManager DSFDebounce.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
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: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/7] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling DSFAppearanceManager WeakBag.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/20] Compiling DSFAppearanceManager NSWindow+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[4/20] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[5/20] Compiling DSFAppearanceManager DSFAppearanceCache.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[6/20] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[7/20] Compiling DSFAppearanceManager DSFAppearanceManager.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[8/20] Compiling DSFAppearanceManager NSView+Appearance.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[9/20] Emitting module DSFAppearanceManager
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[10/20] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[11/20] Compiling DSFAppearanceManager DSFDebounce.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[12/20] Compiling DSFAppearanceManager DSFSimpleLock.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[13/20] Compiling DSFAppearanceManager NSAppearance+extensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
[14/20] Compiling DSFAppearanceManager WeakBox.swift
/host/spi-builder-workspace/.build/checkouts/DSFAppearanceManager/Sources/DSFAppearanceManager/private/util/DSFDebounce.swift:22:8: error: no such module 'Dispatch'
20 | //
21 |
22 | import Dispatch
| `- error: no such module 'Dispatch'
23 | import Foundation
24 |
BUILD FAILURE 6.1 wasm