Build Information
Failed to build Spinner, reference main (9bd3af), with Swift 6.3 for Wasm on 14 Apr 2026 00:42:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dominicegginton/spinner.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/dominicegginton/spinner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9bd3afd feat(workspace): provide an example
Cloned https://github.com/dominicegginton/spinner.git
Revision (git rev-parse @):
9bd3afdfd0ba75c0bd097abee7f05d31c41a0ccb
SUCCESS checkout https://github.com/dominicegginton/spinner.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dominicegginton/spinner.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/dominicegginton/Nanoseconds
[1/681] Fetching bluesignals
[226/882] Fetching bluesignals, nanoseconds
[731/2324] Fetching bluesignals, nanoseconds, rainbow
Fetched https://github.com/dominicegginton/Nanoseconds from cache (0.48s)
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.55s)
Fetched https://github.com/onevcat/Rainbow from cache (0.56s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.39s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (3.78s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.89s)
Creating working copy for https://github.com/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.200
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/33] Compiling Rainbow StringGenerator.swift
[8/33] Compiling Rainbow Style.swift
[9/34] Compiling Rainbow String+ConditionalStyling.swift
[10/34] Compiling Rainbow String+Rainbow.swift
[11/34] Compiling Rainbow BackgroundColor.swift
[12/34] Compiling Rainbow CodesParser.swift
[13/34] Emitting module Rainbow
[14/34] Compiling Rainbow Color.swift
[15/34] Compiling Rainbow ColorApproximation.swift
[16/34] Compiling Rainbow OutputTarget.swift
[17/34] Compiling Rainbow Rainbow.swift
[18/34] Emitting module Signals
[19/34] Compiling Signals Signals.swift
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:56:18: error: cannot find 'SIGHUP' in scope
54 | switch self {
55 | case .hup:
56 | return Int32(SIGHUP)
| `- error: cannot find 'SIGHUP' in scope
57 | case .int:
58 | return Int32(SIGINT)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:58:18: error: cannot find 'SIGINT' in scope
56 | return Int32(SIGHUP)
57 | case .int:
58 | return Int32(SIGINT)
| `- error: cannot find 'SIGINT' in scope
59 | case .quit:
60 | return Int32(SIGQUIT)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:60:18: error: cannot find 'SIGQUIT' in scope
58 | return Int32(SIGINT)
59 | case .quit:
60 | return Int32(SIGQUIT)
| `- error: cannot find 'SIGQUIT' in scope
61 | case .abrt:
62 | return Int32(SIGABRT)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:62:18: error: cannot find 'SIGABRT' in scope
60 | return Int32(SIGQUIT)
61 | case .abrt:
62 | return Int32(SIGABRT)
| `- error: cannot find 'SIGABRT' in scope
63 | case .kill:
64 | return Int32(SIGKILL)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:64:18: error: cannot find 'SIGKILL' in scope
62 | return Int32(SIGABRT)
63 | case .kill:
64 | return Int32(SIGKILL)
| `- error: cannot find 'SIGKILL' in scope
65 | case .alrm:
66 | return Int32(SIGALRM)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:66:18: error: cannot find 'SIGALRM' in scope
64 | return Int32(SIGKILL)
65 | case .alrm:
66 | return Int32(SIGALRM)
| `- error: cannot find 'SIGALRM' in scope
67 | case .term:
68 | return Int32(SIGTERM)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:68:18: error: cannot find 'SIGTERM' in scope
66 | return Int32(SIGALRM)
67 | case .term:
68 | return Int32(SIGTERM)
| `- error: cannot find 'SIGTERM' in scope
69 | case .pipe:
70 | return Int32(SIGPIPE)
/host/spi-builder-workspace/.build/checkouts/BlueSignals/Sources/Signals/Signals.swift:70:18: error: cannot find 'SIGPIPE' in scope
68 | return Int32(SIGTERM)
69 | case .pipe:
70 | return Int32(SIGPIPE)
| `- error: cannot find 'SIGPIPE' in scope
71 | case .user(let sig):
72 | return Int32(sig)
[20/34] Compiling Nanoseconds Now.swift
/host/spi-builder-workspace/.build/checkouts/Nanoseconds/Sources/Nanoseconds/Now.swift:16:25: error: cannot find 'DispatchTime' in scope
14 | */
15 | public init() {
16 | self.rawValue = DispatchTime.now().rawValue
| `- error: cannot find 'DispatchTime' in scope
17 | }
18 | }
[21/34] Compiling Nanoseconds TimeInterval.swift
[22/34] Emitting module Nanoseconds
BUILD FAILURE 6.3 wasm