Build Information
Failed to build Sh, reference 1.3.0 (1c3006), with Swift 6.3 for Wasm on 14 Apr 2026 10:15:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/danielsincere/Sh.git
Reference: 1.3.0
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/danielsincere/Sh
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 1c30064 S3e15 (#6)
Cloned https://github.com/danielsincere/Sh.git
Revision (git rev-parse @):
1c30064de9dceac00aa3fefc70a1431e425e5f28
SUCCESS checkout https://github.com/danielsincere/Sh.git at 1.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/danielsincere/Sh.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-system
[1/1442] Fetching rainbow
[1443/7043] Fetching rainbow, swift-system
Fetched https://github.com/onevcat/Rainbow from cache (0.54s)
[2857/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.88s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (5.15s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.83s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Building for debugging...
[0/5] Write sources
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/51] Compiling Rainbow ConditionalStyleBuilder.swift
[7/51] Compiling Rainbow ControlCode.swift
[8/52] Compiling Rainbow StringGenerator.swift
[9/52] Compiling Rainbow Style.swift
[10/52] Compiling Rainbow String+ConditionalStyling.swift
[11/52] Compiling Rainbow String+Rainbow.swift
[12/52] Compiling Rainbow BackgroundColor.swift
[13/52] Compiling Rainbow CodesParser.swift
[14/52] Compiling Rainbow Color.swift
[15/52] Compiling Rainbow ColorApproximation.swift
[17/56] Compiling SystemPackage FilePathWindows.swift
[18/56] Compiling SystemPackage FilePermissions.swift
[19/56] Compiling SystemPackage IOCompletion.swift
[20/56] Compiling SystemPackage IORequest.swift
[22/56] Compiling Rainbow OutputTarget.swift
[23/56] Compiling Rainbow Rainbow.swift
[24/56] Compiling Rainbow HSLColorConverter.swift
[25/56] Compiling Rainbow ModesExtractor.swift
[26/56] Compiling SystemPackage IORing.swift
[27/56] Compiling SystemPackage RawIORequest.swift
[28/56] Compiling SystemPackage Backcompat.swift
[29/56] Compiling SystemPackage CInterop.swift
[34/56] Compiling SystemPackage Syscalls.swift
[35/56] Compiling SystemPackage WindowsSyscallAdapters.swift
[36/56] Compiling SystemPackage MachPort.swift
[37/56] Compiling SystemPackage PlatformString.swift
[38/56] Emitting module SystemPackage
[39/56] Compiling SystemPackage Constants.swift
[40/56] Compiling SystemPackage Exports.swift
[41/56] Compiling SystemPackage Mocking.swift
[42/56] Compiling SystemPackage RawBuffer.swift
[43/56] Emitting module Rainbow
[52/56] Compiling Rainbow StyledStringBuilder.swift
[54/57] Compiling SystemPackage SystemString.swift
[55/57] Compiling SystemPackage Util+StringArray.swift
[56/57] Compiling SystemPackage Util.swift
[57/57] Compiling SystemPackage UtilConsumers.swift
[59/72] Compiling Sh Process.init.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[60/72] Compiling Sh Process.runRedirectingAllOutput.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[61/73] Compiling Sh shq.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[62/73] Compiling Sh PipeBuffer.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[63/73] Compiling Sh Errors.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/73] Emitting module Sh
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[65/73] Compiling Sh Data.asJSON.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[66/73] Compiling Sh Data.asTrimmedString.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[67/73] Compiling Sh Sink.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[68/73] Compiling Sh String.asTrimmedLines.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[69/73] Compiling Sh Process.runReturningTrimmedString.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[70/73] Compiling Sh Process.terminationError.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[71/73] Compiling Sh sh.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[72/73] Compiling Sh Process.runReturningAllOutput.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
[73/73] Compiling Sh Process.runReturningData.swift
/host/spi-builder-workspace/Sources/Sh/Process/Process.runRedirectingAllOutput.swift:6:8: error: no such module 'System'
4 | import SystemPackage
5 | #else
6 | import System
| `- error: no such module 'System'
7 | #endif
8 |
BUILD FAILURE 6.3 wasm