Build Information
Failed to build CleanroomLogger, reference master (d732ba), with Swift 6.2 for Wasm on 17 Jun 2025 21:07:00 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.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/emaloney/cleanroomlogger.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/42] 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 | /**
[4/42] 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 | /**
[5/42] 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 | /**
[6/42] 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 | /**
[7/42] 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 | /**
[8/42] 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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/47] 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 | /**
[10/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 | /**
[11/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 | /**
[12/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 | /**
[13/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 | /**
[14/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 | /**
[15/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 | /**
[16/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 | /**
[17/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 | /**
[18/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 | /**
[19/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 | /**
[20/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 | /**
[21/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 | /**
[22/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 | /**
[23/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 | /**
[24/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 | /**
[25/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 | /**
[26/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 | /**
[27/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 | /**
[28/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 | /**
[29/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 | /**
[30/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 | /**
[31/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 | /**
[32/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 | /**
[33/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 | /**
[34/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 | /**
[35/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 | /**
[36/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 | /**
[37/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 | /**
[38/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 | /**
[39/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 | /**
[40/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 | /**
[41/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 | /**
[42/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 | /**
[43/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 | /**
[44/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 | /**
[45/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 | /**
[46/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 | /**
[47/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 | /**
BUILD FAILURE 6.2 wasm