Build Information
Failed to build SRM, reference 0.0.6 (d01710), with Swift 6.3 for Wasm on 15 Apr 2026 15:59:10 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/Maxim-Lanskoy/SRM.git
Reference: 0.0.6
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/Maxim-Lanskoy/SRM
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at d01710a Minor installation process fix.
Cloned https://github.com/Maxim-Lanskoy/SRM.git
Revision (git rev-parse @):
d01710ae60d554829a318c8743650418a039c763
SUCCESS checkout https://github.com/Maxim-Lanskoy/SRM.git at 0.0.6
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Maxim-Lanskoy/SRM.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/heroesofcode/CLI-Table-Swift
[1/214] Fetching cli-table-swift
Fetched https://github.com/heroesofcode/CLI-Table-Swift from cache (0.80s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Maxim-Lanskoy/ShellOut.git
Fetching https://github.com/onevcat/Rainbow
[1/378] Fetching shellout
[379/1820] Fetching shellout, rainbow
[1821/19343] Fetching shellout, rainbow, swift-argument-parser
Fetched https://github.com/Maxim-Lanskoy/ShellOut.git from cache (0.38s)
Fetched https://github.com/onevcat/Rainbow from cache (0.38s)
[701/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.93s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (3.32s)
Computing version for https://github.com/Maxim-Lanskoy/ShellOut.git
Computed https://github.com/Maxim-Lanskoy/ShellOut.git at 2.4.0 (0.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.44s)
Creating working copy for https://github.com/Maxim-Lanskoy/ShellOut.git
Working copy of https://github.com/Maxim-Lanskoy/ShellOut.git resolved at 2.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
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/heroesofcode/CLI-Table-Swift
Working copy of https://github.com/heroesofcode/CLI-Table-Swift resolved at main (18ec562)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[9/21] Write swift-version-24593BA9C3E375BF.txt
[11/42] Compiling Rainbow StringGenerator.swift
[12/42] Compiling Rainbow Style.swift
[13/42] Compiling Rainbow BackgroundColor.swift
[14/42] Compiling Rainbow CodesParser.swift
[15/43] Emitting module Rainbow
[16/43] Compiling Rainbow String+ConditionalStyling.swift
[17/43] Compiling Rainbow String+Rainbow.swift
[18/43] Compiling Rainbow ConditionalStyleBuilder.swift
[19/43] Compiling Rainbow ControlCode.swift
[20/43] Emitting module ArgumentParserToolInfo
[21/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/44] Wrapping AST for ArgumentParserToolInfo for debugging
[24/90] Emitting module ArgumentParser
[25/96] Compiling ArgumentParser ArgumentDecoder.swift
[26/96] Compiling ArgumentParser ArgumentDefinition.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/96] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[28/96] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[29/96] Emitting module Concatenator
BUILD FAILURE 6.3 wasm