The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WandNetwork, reference 2.0.10 (5eecbb), with Swift 6.2 for Wasm on 6 Mar 2026 08:56:24 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/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/The-Wand/Network.git
Reference: 2.0.10
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/The-Wand/Network
 * tag               2.0.10     -> FETCH_HEAD
HEAD is now at 5eecbb7 Update to Wand 2.0.10
Cloned https://github.com/The-Wand/Network.git
Revision (git rev-parse @):
5eecbb71ef0973d7467e459b91fdb43b27ba2e0e
SUCCESS checkout https://github.com/The-Wand/Network.git at 2.0.10
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/Network.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/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/embedded-swift-sdk.json
Fetching https://github.com/The-Wand/Any.git
Fetching https://github.com/The-Wand/Wand.git
[1/277] Fetching any
[140/9242] Fetching any, wand
Fetched https://github.com/The-Wand/Any.git from cache (0.69s)
Fetched https://github.com/The-Wand/Wand.git from cache (0.69s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.08s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.15 (0.41s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.3
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 2.0.15
warning: 'wand': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.md
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module Wand
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Weak.swift:25:9: error: attribute 'weak' cannot be used in embedded Swift
23 |
24 |         public
25 |         weak
   |         `- error: attribute 'weak' cannot be used in embedded Swift
26 |         var item: Core?
27 |
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:102:9: error: cannot find 'sendAsking' in scope
100 |     deinit {
101 |
102 |         sendAsking()
    |         `- error: cannot find 'sendAsking' in scope
103 |         close()
104 |
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers_Convertible.swift:55:12: error: 'init(describing:)' is unavailable: unavailable in embedded Swift
53 |     }
54 |
55 |     return String(describing: value)
   |            `- error: 'init(describing:)' is unavailable: unavailable in embedded Swift
56 | }
57 |
Swift.String.init:2:19: note: 'init(describing:)' has been explicitly marked unavailable here
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : CustomStringConvertible}
  |                   `- note: 'init(describing:)' has been explicitly marked unavailable here
3 |
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift:24:5: error: 'init(describing:)' is unavailable: unavailable in embedded Swift
22 | public
23 | func |<T>(object: T) -> String {
24 |     String(describing: object)
   |     `- error: 'init(describing:)' is unavailable: unavailable in embedded Swift
25 | }
26 |
Swift.String.init:2:8: note: 'init(describing:)' has been explicitly marked unavailable here
1 | struct String {
2 | public init<Subject>(describing instance: Subject)}
  |        `- note: 'init(describing:)' has been explicitly marked unavailable here
3 |
[5/5] Compiling Wand Addons.swift
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Weak.swift:25:9: error: attribute 'weak' cannot be used in embedded Swift
23 |
24 |         public
25 |         weak
   |         `- error: attribute 'weak' cannot be used in embedded Swift
26 |         var item: Core?
27 |
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Core/Core.swift:102:9: error: cannot find 'sendAsking' in scope
100 |     deinit {
101 |
102 |         sendAsking()
    |         `- error: cannot find 'sendAsking' in scope
103 |         close()
104 |
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers_Convertible.swift:55:12: error: 'init(describing:)' is unavailable: unavailable in embedded Swift
53 |     }
54 |
55 |     return String(describing: value)
   |            `- error: 'init(describing:)' is unavailable: unavailable in embedded Swift
56 | }
57 |
Swift.String.init:2:19: note: 'init(describing:)' has been explicitly marked unavailable here
1 | struct String {
2 | @inlinable public init<Subject>(describing instance: Subject) where Subject : CustomStringConvertible}
  |                   `- note: 'init(describing:)' has been explicitly marked unavailable here
3 |
/host/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift:24:5: error: 'init(describing:)' is unavailable: unavailable in embedded Swift
22 | public
23 | func |<T>(object: T) -> String {
24 |     String(describing: object)
   |     `- error: 'init(describing:)' is unavailable: unavailable in embedded Swift
25 | }
26 |
Swift.String.init:2:8: note: 'init(describing:)' has been explicitly marked unavailable here
1 | struct String {
2 | public init<Subject>(describing instance: Subject)}
  |        `- note: 'init(describing:)' has been explicitly marked unavailable here
3 |
BUILD FAILURE 6.2 wasm