Build Information
Failed to build swift-log-SwiftyBeaver, reference master (675c2d
), with Swift 6.1 for Wasm on 29 May 2025 18:05:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ShivaHuang/swift-log-SwiftyBeaver.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/ShivaHuang/swift-log-SwiftyBeaver
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 675c2d4 Misc: Upgrade Dependencies
Cloned https://github.com/ShivaHuang/swift-log-SwiftyBeaver.git
Revision (git rev-parse @):
675c2d46fe0d68771af00d4657bceb83b5727c6a
SUCCESS checkout https://github.com/ShivaHuang/swift-log-SwiftyBeaver.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ShivaHuang/swift-log-SwiftyBeaver.git
https://github.com/ShivaHuang/swift-log-SwiftyBeaver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swiftybeaver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
}
],
"manifest_display_name" : "swift-log-SwiftyBeaver",
"name" : "swift-log-SwiftyBeaver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggingSwiftyBeaver",
"targets" : [
"LoggingSwiftyBeaver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingSwiftyBeaverTests",
"module_type" : "SwiftTarget",
"name" : "LoggingSwiftyBeaverTests",
"path" : "Tests/LoggingSwiftyBeaverTests",
"sources" : [
"LoggingSwiftyBeaverTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LoggingSwiftyBeaver"
],
"type" : "test"
},
{
"c99name" : "LoggingSwiftyBeaver",
"module_type" : "SwiftTarget",
"name" : "LoggingSwiftyBeaver",
"path" : "Sources/LoggingSwiftyBeaver",
"product_dependencies" : [
"Logging",
"SwiftyBeaver"
],
"product_memberships" : [
"LoggingSwiftyBeaver"
],
"sources" : [
"LoggingSwiftyBeaver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/apple/swift-log.git
[1/4057] Fetching swiftybeaver
[610/7893] Fetching swiftybeaver, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.02s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.57s)
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Emitting module Logging
[6/18] Compiling Logging Locks.swift
[7/18] Compiling Logging MetadataProvider.swift
[8/18] Compiling Logging LogHandler.swift
[9/18] Compiling Logging Logging.swift
[10/19] Compiling SwiftyBeaver GoogleCloudDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[11/20] Compiling SwiftyBeaver FilterValidator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/20] Emitting module SwiftyBeaver
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[14/20] Compiling SwiftyBeaver Base64.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[15/20] Compiling SwiftyBeaver BaseDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[16/20] Compiling SwiftyBeaver Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[17/20] Compiling SwiftyBeaver ConsoleDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[18/20] Compiling SwiftyBeaver Filter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[19/20] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[20/20] Compiling SwiftyBeaver SwiftyBeaver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/15] Compiling Logging Locks.swift
[3/15] Compiling SwiftyBeaver ConsoleDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[4/15] Compiling SwiftyBeaver GoogleCloudDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[5/16] Compiling SwiftyBeaver FilterValidator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[6/16] Compiling Logging MetadataProvider.swift
[7/16] Compiling SwiftyBeaver Filter.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[8/16] Compiling SwiftyBeaver Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[9/16] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[10/16] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/16] Emitting module SwiftyBeaver
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[12/16] Compiling SwiftyBeaver Base64.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[13/16] Compiling SwiftyBeaver BaseDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[14/16] Compiling Logging LogHandler.swift
[15/16] Compiling Logging Logging.swift
[17/17] Compiling SwiftyBeaver SwiftyBeaver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
BUILD FAILURE 6.1 wasm