The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Wand, reference 2.0.8 (05abd0), with Swift 6.2 (beta) for Wasm on 29 Jul 2025 16:15:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Wand.git
Reference: 2.0.8
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/Wand
 * tag               2.0.8      -> FETCH_HEAD
HEAD is now at 05abd03 Exclude docs build folder
Cloned https://github.com/The-Wand/Wand.git
Revision (git rev-parse @):
05abd0313443aa6203dbb31f1f204ae327bec832
SUCCESS checkout https://github.com/The-Wand/Wand.git at 2.0.8
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/Wand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/The-Wand/Any.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/143] Fetching any
[144/2237] Fetching any, swift-docc-plugin
Fetched https://github.com/The-Wand/Any.git from cache (0.30s)
[273/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3437] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
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.1
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Wand/Wand.md
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/29] Emitting module Wand
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[6/32] Compiling Wand CoreGraphics_Convertible.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[7/32] Compiling Wand Numbers_Convertible.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[8/32] Compiling Wand String_Convertible.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[9/32] Compiling Wand Expressible.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[10/32] Compiling Wand Log.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[11/32] Compiling Wand Memory.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[12/32] Compiling Wand Ubiquitous.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[13/32] Compiling Wand Wanded.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[14/32] Compiling Wand |.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[15/32] Compiling Wand State.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[16/32] Compiling Wand Weak.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[17/32] Compiling Wand Obtainable.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[18/32] Compiling Wand Addons.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[19/32] Compiling Wand All.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[20/32] Compiling Wand Any.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[21/32] Compiling Wand Counting.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[22/32] Compiling Wand Describing.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[23/32] Compiling Wand Describing_Character.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[24/32] Compiling Wand Describing_Data.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[25/32] Compiling Wand Asking.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[26/32] Compiling Wand AskingNil.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[27/32] Compiling Wand Core.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[28/32] Compiling Wand Key.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[29/32] Compiling Wand Error.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[30/32] Compiling Wand Error?.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[31/32] Compiling Wand Option.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
[32/32] Compiling Wand Ask.swift
/host/spi-builder-workspace/Sources/Wand/Core/State.swift:19:8: error: no such module 'Foundation'
17 | /// El Machine 🤖
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | public
BUILD FAILURE 6.2 wasm