The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-cli, reference main (70b998), with Swift 6.3 for Wasm on 18 Apr 2026 02:27:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-cli.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/CorvidLabs/swift-cli
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70b998e Update copyright year in LICENSE file (#7)
Cloned https://github.com/CorvidLabs/swift-cli.git
Revision (git rev-parse @):
70b998e88514c06cfe56f8517c045a96356cd800
SUCCESS checkout https://github.com/CorvidLabs/swift-cli.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-cli.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-atomics.git
[1/2277] Fetching swift-docc-plugin
[206/4097] Fetching swift-docc-plugin, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.39s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/14] Write sources
[12/14] Compiling _AtomicsShims.c
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/41] Emitting module Atomics
[16/43] Compiling Atomics OptionalRawRepresentable.swift
[17/43] Compiling Atomics RawRepresentable.swift
[18/43] Compiling Atomics AtomicBool.swift
[19/43] Compiling Atomics UnsafeAtomic.swift
[20/43] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/43] Compiling Atomics AtomicInteger.swift
[22/43] Compiling Atomics AtomicOptionalWrappable.swift
[23/43] Compiling Atomics AtomicReference.swift
[24/43] Compiling ANSI Erase.swift
[25/44] Compiling Atomics AtomicStorage.swift
[26/44] Compiling Atomics AtomicValue.swift
[27/44] Compiling Atomics AtomicMemoryOrderings.swift
[28/44] Compiling Atomics DoubleWord.swift
[29/44] Compiling Atomics IntegerConformances.swift
[30/44] Compiling Atomics PointerConformances.swift
[31/44] Compiling Atomics Primitives.native.swift
[32/44] Compiling Atomics ManagedAtomic.swift
[33/44] Compiling Atomics ManagedAtomicLazyReference.swift
[34/44] Compiling Atomics IntegerOperations.swift
[35/44] Compiling Atomics Unmanaged extensions.swift
[36/45] Compiling ANSI Screen.swift
[38/45] Compiling ANSI Color.swift
[41/45] Emitting module ANSI
[42/45] Compiling ANSI Cursor.swift
[43/45] Compiling ANSI Style.swift
[44/45] Compiling ANSI Hyperlink.swift
[45/45] Compiling ANSI Report.swift
[47/53] Compiling TerminalCore TerminalConfiguration.swift
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
[48/53] Compiling TerminalCore TerminalSize.swift
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/53] Emitting module TerminalCore
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
[50/53] Compiling TerminalCore TerminalError.swift
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
[51/53] Compiling TerminalCore TerminalCapabilities.swift
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
[52/53] Compiling TerminalCore Terminal.swift
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
[53/53] Compiling TerminalCore Logger.swift
/host/spi-builder-workspace/Sources/TerminalCore/Terminal.swift:3:8: error: no such module 'Dispatch'
  1 | import ANSI
  2 | import Atomics
  3 | import Dispatch
    |        `- error: no such module 'Dispatch'
  4 |
  5 | #if canImport(Darwin)
BUILD FAILURE 6.3 wasm