Build Information
Failed to build DSFQuickActionBar, reference main (7be7b3
), with Swift 6.1 for Wasm on 29 May 2025 13:42:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/dagronf/DSFQuickActionBar.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/dagronf/DSFQuickActionBar
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7be7b3b Update dependencies
Cloned https://github.com/dagronf/DSFQuickActionBar.git
Revision (git rev-parse @):
7be7b3bd2cebb19ee119ba1f972ecce581de5aeb
SUCCESS checkout https://github.com/dagronf/DSFQuickActionBar.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dagronf/DSFQuickActionBar.git
https://github.com/dagronf/DSFQuickActionBar.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" : "DSFQuickActionBar",
"name" : "DSFQuickActionBar",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "DSFQuickActionBar",
"targets" : [
"DSFQuickActionBar"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFQuickActionBar-static",
"targets" : [
"DSFQuickActionBar"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFQuickActionBar-shared",
"targets" : [
"DSFQuickActionBar"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFQuickActionBarTests",
"module_type" : "SwiftTarget",
"name" : "DSFQuickActionBarTests",
"path" : "Tests/DSFQuickActionBarTests",
"sources" : [
"DSFQuickActionBarTests.swift"
],
"target_dependencies" : [
"DSFQuickActionBar"
],
"type" : "test"
},
{
"c99name" : "DSFQuickActionBar",
"module_type" : "SwiftTarget",
"name" : "DSFQuickActionBar",
"path" : "Sources/DSFQuickActionBar",
"product_dependencies" : [
"DSFAppearanceManager"
],
"product_memberships" : [
"DSFQuickActionBar",
"DSFQuickActionBar-static",
"DSFQuickActionBar-shared"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DSFQuickActionBar/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DSFQuickActionBar+Delegate.swift",
"DSFQuickActionBar+SearchTask.swift",
"DSFQuickActionBar.swift",
"QuickActionBar.swift",
"private/DSFQuickActionBar+DefaultImage.swift",
"private/DSFQuickActionBar+ResultsView.swift",
"private/DSFQuickActionBar+Window.swift",
"private/util/DSFDebounce.swift",
"private/util/DSFDelayedIndeterminiteRadialProgressIndicator.swift",
"private/util/DSFFlippedClipView.swift",
"private/util/DSFPrimaryRoundedView.swift",
"private/util/DSFSingleShotTimer.swift",
"private/util/DSFTextField.swift",
"private/util/EphemeralWindow.swift",
"private/util/MainThread+extensions.swift",
"private/util/NSImage+extensions.swift",
"private/util/NSImage+scaling.swift",
"private/util/NSLock+extensions.swift",
"private/util/NSScroller+extensions.swift",
"private/util/NSTextField+extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.31s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.1 (1.48s)
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/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[3/10] Write swift-version-24593BA9C3E375BF.txt
[5/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 |
[6/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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 |
[8/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 |
[9/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 |
[10/23] 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 |
[11/23] 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 |
[12/23] 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 |
[13/23] 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/23] 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 |
[15/23] 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 |
[16/23] 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 |
[17/23] 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-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/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/19] 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 |
[3/19] 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 |
[4/19] 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 |
[5/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 |
[6/20] 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 |
[7/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 |
[8/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 |
[9/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 |
[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 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 |
[13/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 |
[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