The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SessionPlus, reference 3.0.0-beta.2 (1b7033), with Swift 6.2 for Wasm on 2 Feb 2026 00:09:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 3.0.0-beta.2
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
 * tag               3.0.0-beta.2 -> FETCH_HEAD
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 3.0.0-beta.2
========================================
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-2":/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:c50555b47c4db0b0576f9f25702fbe2fdff28194c4a4f4c23a7dce4b3504c85e
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/32587] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.73s)
Fetching https://github.com/swhitty/swift-mutex.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/324] Fetching swift-mutex
[325/6212] Fetching swift-mutex, swift-log
[6213/80164] Fetching swift-mutex, swift-log, swift-syntax
Fetched https://github.com/swhitty/swift-mutex.git from cache (6.42s)
Fetched https://github.com/apple/swift-log.git from cache (6.43s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.48s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (6.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.37s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.46s)
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.9.1
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
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
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.96s)
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/14] Compiling Mutex MutexSwift5.swift
[7/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) {
[8/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 |
[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