The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Auburn, reference master (8ffb1c), with Swift 6.3 for Wasm on 11 Apr 2026 23:29:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Auburn.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/OperatorFoundation/Auburn
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8ffb1c4 Create LICENSE
Cloned https://github.com/OperatorFoundation/Auburn.git
Revision (git rev-parse @):
8ffb1c4f3f969fea6410c39512e5e530dcdef18b
SUCCESS checkout https://github.com/OperatorFoundation/Auburn.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/Auburn.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/OperatorFoundation/Redshot.git
[1/555] Fetching redshot
Fetched https://github.com/OperatorFoundation/Redshot.git from cache (0.23s)
Computing version for https://github.com/OperatorFoundation/Redshot.git
Computed https://github.com/OperatorFoundation/Redshot.git at 0.8.5 (0.69s)
Fetching https://github.com/OperatorFoundation/Datable.git
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.22s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.69s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 3.1.5
Creating working copy for https://github.com/OperatorFoundation/Redshot.git
Working copy of https://github.com/OperatorFoundation/Redshot.git resolved at 0.8.5
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/33] Emitting module Datable
[6/37] Compiling Datable Data+Stringable.swift
[7/37] Compiling Datable Datable.swift
[8/37] Compiling Datable DatableConfig.swift
[9/37] Compiling Datable Double+MaybeDatable.swift
[10/37] Compiling Datable Int+MaybeDatable.swift
[11/37] Compiling Datable Int+Stringable.swift
[12/37] Compiling Datable Intable.swift
[13/37] Compiling Datable MaybeDatable.swift
[14/37] Compiling Datable StringableArray+CSVable.swift
[15/37] Compiling Datable UInt+Datable.swift
[16/37] Compiling Datable UInt+MaybeNetworkDatable.swift
[17/37] Compiling Datable UInt+Stringable.swift
[18/37] Compiling Datable String+Arrayable.swift
[19/37] Compiling Datable String+Datable.swift
[20/37] Compiling Datable String+Intable.swift
[21/37] Compiling Datable Stringable.swift
[22/37] Compiling Datable Double+Stringable.swift
[23/37] Compiling Datable File.swift
[24/37] Compiling Datable Float+MaybeDatable.swift
[25/37] Compiling Datable Floatable.swift
[26/37] Compiling Datable Arrayable.swift
[27/37] Compiling Datable CSVable.swift
[28/37] Compiling Datable Data+Arrayable.swift
[29/37] Compiling Datable Data+Datable.swift
[30/37] Compiling Datable MaybeIntable.swift
[31/37] Compiling Datable MaybeNetworkIntable.swift
[32/37] Compiling Datable NetworkDatable.swift
[33/37] Compiling Datable NetworkIntable.swift
[34/37] Compiling Datable Data+ExpressibleByStringLiteral.swift
[35/37] Compiling Datable Data+Floatable.swift
[36/37] Compiling Datable Data+MaybeIntable.swift
[37/37] Compiling Datable Data+MaybeNetworkIntable.swift
[39/46] Compiling RedShot RedisType.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
[40/46] Compiling RedShot RedisSocket.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
[41/46] Compiling RedShot ResponseParser.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
[42/46] Compiling RedShot RedisSubscribe.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/46] Emitting module RedShot
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
[44/46] Compiling RedShot RedisCommands.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
[45/46] Compiling RedShot Redis.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
[46/46] Compiling RedShot Constants.swift
/host/spi-builder-workspace/.build/checkouts/Redshot/Sources/RedShot/Redis.swift:13:8: error: no such module 'Dispatch'
 11 |
 12 | import Foundation
 13 | import Dispatch
    |        `- error: no such module 'Dispatch'
 14 |
 15 | public enum RedisError: Error {
BUILD FAILURE 6.3 wasm