Build Information
Failed to build CleanroomLogger, reference master (d732ba), with Swift 6.1 for Wasm on 27 May 2025 10:44:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emaloney/cleanroomlogger.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/emaloney/cleanroomlogger
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d732bae Update .travis.yml
Cloned https://github.com/emaloney/cleanroomlogger.git
Revision (git rev-parse @):
d732baead85b77471505daf290212700b9d87a05
SUCCESS checkout https://github.com/emaloney/cleanroomlogger.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/emaloney/cleanroomlogger.git
https://github.com/emaloney/cleanroomlogger.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "CleanroomLogger",
"name" : "CleanroomLogger",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CleanroomLogger",
"targets" : [
"CleanroomLogger"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CleanroomLogger",
"module_type" : "SwiftTarget",
"name" : "CleanroomLogger",
"path" : "Sources",
"product_memberships" : [
"CleanroomLogger"
],
"sources" : [
"BasicLogConfiguration.swift",
"BufferedLogRecorder.swift",
"CallSiteLogFormatter.swift",
"CallingThreadLogFormatter.swift",
"ConcatenatingLogFormatter.swift",
"ConsoleLogConfiguration.swift",
"DelimiterLogFormatter.swift",
"FieldBasedLogFormatter.swift",
"FileLogRecorder.swift",
"LiteralLogFormatter.swift",
"Log.swift",
"LogChannel.swift",
"LogConfiguration.swift",
"LogEntry.swift",
"LogFilter.swift",
"LogFormatter.swift",
"LogReceptacle.swift",
"LogRecorder.swift",
"LogRecorderBase.swift",
"LogSeverity.swift",
"OSLogMimicFormatter.swift",
"OSLogRecorder.swift",
"OSLogTypeTranslator.swift",
"OutputStreamLogRecorder.swift",
"ParsableLogFormatter.swift",
"PayloadLogFormatter.swift",
"PayloadMessageLogFormatter.swift",
"PayloadTraceLogFormatter.swift",
"PayloadValueLogFormatter.swift",
"ProcessIDLogFormatter.swift",
"ProcessNameLogFormatter.swift",
"ReadableLogFormatter.swift",
"RotatingLogFileConfiguration.swift",
"RotatingLogFileRecorder.swift",
"SeverityLogFormatter.swift",
"StackFrameLogFormatter.swift",
"StandardErrorLogRecorder.swift",
"StandardLogFormatter.swift",
"StandardOutputLogRecorder.swift",
"StandardStreamsLogRecorder.swift",
"TimestampLogFormatter.swift",
"XcodeLogConfiguration.swift",
"XcodeLogFormatter.swift",
"XcodeTraceLogFormatter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/42] Emitting module CleanroomLogger
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[4/47] Compiling CleanroomLogger ParsableLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[5/47] Compiling CleanroomLogger PayloadLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[6/47] Compiling CleanroomLogger PayloadMessageLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[7/47] Compiling CleanroomLogger PayloadTraceLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[8/47] Compiling CleanroomLogger PayloadValueLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[9/47] Compiling CleanroomLogger ProcessIDLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[10/47] Compiling CleanroomLogger ProcessNameLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[11/47] Compiling CleanroomLogger ReadableLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[12/47] Compiling CleanroomLogger RotatingLogFileConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[13/47] Compiling CleanroomLogger RotatingLogFileRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[14/47] Compiling CleanroomLogger SeverityLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[15/47] Compiling CleanroomLogger StackFrameLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[16/47] Compiling CleanroomLogger StandardErrorLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[17/47] Compiling CleanroomLogger StandardLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[18/47] Compiling CleanroomLogger StandardOutputLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[19/47] Compiling CleanroomLogger LogRecorderBase.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[20/47] Compiling CleanroomLogger LogSeverity.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[21/47] Compiling CleanroomLogger OSLogMimicFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[22/47] Compiling CleanroomLogger OSLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[23/47] Compiling CleanroomLogger OSLogTypeTranslator.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[24/47] Compiling CleanroomLogger OutputStreamLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[25/47] Compiling CleanroomLogger LogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[26/47] Compiling CleanroomLogger LogEntry.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[27/47] Compiling CleanroomLogger LogFilter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[28/47] Compiling CleanroomLogger LogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[29/47] Compiling CleanroomLogger LogReceptacle.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[30/47] Compiling CleanroomLogger LogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[31/47] Compiling CleanroomLogger DelimiterLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[32/47] Compiling CleanroomLogger FieldBasedLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[33/47] Compiling CleanroomLogger FileLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[34/47] Compiling CleanroomLogger LiteralLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[35/47] Compiling CleanroomLogger Log.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[36/47] Compiling CleanroomLogger LogChannel.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[37/47] Compiling CleanroomLogger BasicLogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[38/47] Compiling CleanroomLogger BufferedLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[39/47] Compiling CleanroomLogger CallSiteLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[40/47] Compiling CleanroomLogger CallingThreadLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[41/47] Compiling CleanroomLogger ConcatenatingLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[42/47] Compiling CleanroomLogger ConsoleLogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[43/47] Compiling CleanroomLogger StandardStreamsLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[44/47] Compiling CleanroomLogger TimestampLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[45/47] Compiling CleanroomLogger XcodeLogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[46/47] Compiling CleanroomLogger XcodeLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[47/47] Compiling CleanroomLogger XcodeTraceLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/41] Compiling CleanroomLogger LogRecorderBase.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[3/41] Compiling CleanroomLogger LogSeverity.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[4/41] Compiling CleanroomLogger OSLogMimicFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[5/41] Compiling CleanroomLogger OSLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[6/41] Compiling CleanroomLogger OSLogTypeTranslator.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[7/41] Compiling CleanroomLogger OutputStreamLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/46] Emitting module CleanroomLogger
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[9/46] Compiling CleanroomLogger BasicLogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[10/46] Compiling CleanroomLogger BufferedLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[11/46] Compiling CleanroomLogger CallSiteLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[12/46] Compiling CleanroomLogger CallingThreadLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[13/46] Compiling CleanroomLogger ConcatenatingLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[14/46] Compiling CleanroomLogger ConsoleLogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[15/46] Compiling CleanroomLogger ProcessIDLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[16/46] Compiling CleanroomLogger ProcessNameLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[17/46] Compiling CleanroomLogger ReadableLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[18/46] Compiling CleanroomLogger RotatingLogFileConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[19/46] Compiling CleanroomLogger RotatingLogFileRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[20/46] Compiling CleanroomLogger ParsableLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[21/46] Compiling CleanroomLogger PayloadLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[22/46] Compiling CleanroomLogger PayloadMessageLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[23/46] Compiling CleanroomLogger PayloadTraceLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[24/46] Compiling CleanroomLogger PayloadValueLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[25/46] Compiling CleanroomLogger DelimiterLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[26/46] Compiling CleanroomLogger FieldBasedLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[27/46] Compiling CleanroomLogger FileLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[28/46] Compiling CleanroomLogger LiteralLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[29/46] Compiling CleanroomLogger Log.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[30/46] Compiling CleanroomLogger LogChannel.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[31/46] Compiling CleanroomLogger SeverityLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[32/46] Compiling CleanroomLogger StackFrameLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[33/46] Compiling CleanroomLogger StandardErrorLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[34/46] Compiling CleanroomLogger StandardLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[35/46] Compiling CleanroomLogger StandardOutputLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[36/46] Compiling CleanroomLogger LogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[37/46] Compiling CleanroomLogger LogEntry.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[38/46] Compiling CleanroomLogger LogFilter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[39/46] Compiling CleanroomLogger LogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[40/46] Compiling CleanroomLogger LogReceptacle.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[41/46] Compiling CleanroomLogger LogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[42/46] Compiling CleanroomLogger StandardStreamsLogRecorder.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[43/46] Compiling CleanroomLogger TimestampLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[44/46] Compiling CleanroomLogger XcodeLogConfiguration.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[45/46] Compiling CleanroomLogger XcodeLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
[46/46] Compiling CleanroomLogger XcodeTraceLogFormatter.swift
/host/spi-builder-workspace/Sources/BufferedLogRecorder.swift:9:8: error: no such module 'Dispatch'
7 | //
8 |
9 | import Dispatch
| `- error: no such module 'Dispatch'
10 |
11 | /**
BUILD FAILURE 6.1 wasm