The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SessionPlus, reference main (1b7033), with Swift 6.2 for Wasm on 23 Dec 2025 22:43:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SessionPlus.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/richardpiazza/SessionPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1b70334 Removed AsyncPlus (#16)
Cloned https://github.com/richardpiazza/SessionPlus.git
Revision (git rev-parse @):
1b70334330a00a46d48459c34409d6199d4f025d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/SessionPlus.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/richardpiazza/SessionPlus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:ea378e7d7954b9ce813c0ebc8f6bc113436e2b3d5aa4fd45225da8bf07e6be73
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/swiftlang/swift-testing.git
[1/30880] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.49s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swhitty/swift-mutex.git
[1/308] Fetching swift-mutex
[309/6066] Fetching swift-mutex, swift-log
Fetched https://github.com/swhitty/swift-mutex.git from cache (0.82s)
[1/73199] Fetching swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (1.13s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.01s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (6.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.39s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.75s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at swift-6.2-RELEASE (3fdabe5)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/swhitty/swift-mutex.git
Working copy of https://github.com/swhitty/swift-mutex.git resolved at 0.0.6
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.66s)
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/14] Compiling Mutex MutexSwift5.swift
[7/14] Compiling Mutex AllocatedLock.swift
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:37:18: error: cannot find type 'Storage' in scope
 35 |
 36 |     @usableFromInline
 37 |     let storage: Storage
    |                  `- error: cannot find type 'Storage' in scope
 38 |
 39 |     public init(uncheckedState initialState: State) {
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:40:24: error: cannot find 'Storage' in scope
 38 |
 39 |     public init(uncheckedState initialState: State) {
 40 |         self.storage = Storage(initialState: initialState)
    |                        `- error: cannot find 'Storage' in scope
 41 |     }
 42 |
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:44:24: error: cannot find 'Storage' in scope
 42 |
 43 |     public init(initialState: State) where State: Sendable {
 44 |         self.storage = Storage(initialState: initialState)
    |                        `- error: cannot find 'Storage' in scope
 45 |     }
 46 |
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:80:24: error: cannot find 'Storage' in scope
 78 |
 79 |     init() {
 80 |         self.storage = Storage(initialState: ())
    |                        `- error: cannot find 'Storage' in scope
 81 |     }
 82 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] Emitting module Mutex
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/AllocatedLock.swift:37:18: error: cannot find type 'Storage' in scope
 35 |
 36 |     @usableFromInline
 37 |     let storage: Storage
    |                  `- error: cannot find type 'Storage' in scope
 38 |
 39 |     public init(uncheckedState initialState: State) {
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/Mutex.swift:44:18: error: cannot find type 'Storage' in scope
 42 | @available(visionOS, deprecated: 15.0, message: "use Mutex from Synchronization module")
 43 | public struct Mutex<Value: ~Copyable>: ~Copyable {
 44 |     let storage: Storage<Value>
    |                  `- error: cannot find type 'Storage' in scope
 45 |
 46 |     public init(_ initialValue: consuming sending Value) {
[9/14] Compiling Mutex Mutex.swift
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/Mutex.swift:44:18: error: cannot find type 'Storage' in scope
 42 | @available(visionOS, deprecated: 15.0, message: "use Mutex from Synchronization module")
 43 | public struct Mutex<Value: ~Copyable>: ~Copyable {
 44 |     let storage: Storage<Value>
    |                  `- error: cannot find type 'Storage' in scope
 45 |
 46 |     public init(_ initialValue: consuming sending Value) {
/host/spi-builder-workspace/.build/checkouts/swift-mutex/Sources/Mutex.swift:47:24: error: cannot find 'Storage' in scope
 45 |
 46 |     public init(_ initialValue: consuming sending Value) {
 47 |         self.storage = Storage(initialValue)
    |                        `- error: cannot find 'Storage' in scope
 48 |     }
 49 |
BUILD FAILURE 6.2 wasm