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 Nodal, reference 0.3.2 (20fc1e), with Swift 6.2 (beta) for Wasm on 11 Sep 2025 11:05:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Nodal.git
Reference: 0.3.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/tomasf/Nodal
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 20fc1e7 Merge branch 'dev'
Submodule path 'Sources/pugixml': checked out 'ee86beb30e4973f5feffe3ce63bfa4fbadf72f38'
Submodule 'Sources/pugixml' (https://tomasf@github.com/zeux/pugixml.git) registered for path 'Sources/pugixml'
Cloning into '/host/spi-builder-workspace/Sources/pugixml'...
Cloned https://github.com/tomasf/Nodal.git
Revision (git rev-parse @):
20fc1e770d8fe38f4c00536547d4c782824434fa
SUCCESS checkout https://github.com/tomasf/Nodal.git at 0.3.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomasf/Nodal.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling Bridge bridge.cpp
[3/4] Compiling pugixml.cpp
[5/40] Compiling Nodal Node+XMLElementCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[6/40] Compiling Nodal XMLElementCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[7/40] Compiling Nodal Foundation+XMLValueCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[8/40] Compiling Nodal Node+XMLValueCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[9/40] Compiling Nodal Node+XMLValueCodableArray.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[10/45] Compiling Nodal ReverseSiblingSequence.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[11/45] Compiling Nodal Node+xPath.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[12/45] Compiling Nodal XPathQuery.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[13/45] Compiling Nodal XPathResults.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[14/45] Compiling Nodal XPathVariableValue.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/45] Emitting module Nodal
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[16/45] Compiling Nodal Encoding.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[17/45] Compiling Nodal ExpandedName+Pending.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[18/45] Compiling Nodal ExpandedName.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[19/45] Compiling Nodal Extensions.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[20/45] Compiling Nodal Pugi.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[21/45] Compiling Nodal PugiNode.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[22/45] Compiling Nodal Node+Attributes.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[23/45] Compiling Nodal Node+Children.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[24/45] Compiling Nodal Node+Elements.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[25/45] Compiling Nodal Node+Hierarchy.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[26/45] Compiling Nodal Document+PendingNameRecords.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[27/45] Compiling Nodal Document+RootElement.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[28/45] Compiling Nodal Document.ParseOptions.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[29/45] Compiling Nodal Document.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[30/45] Compiling Nodal PendingNameRecord.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[31/45] Compiling Nodal XMLValueCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[32/45] Compiling Nodal Document+Errors.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[33/45] Compiling Nodal Document+Input.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[34/45] Compiling Nodal Document+Namespaces.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[35/45] Compiling Nodal Document+Output.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[36/45] Compiling Nodal OutputOptions.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[37/45] Compiling Nodal AncestorAttributeSequence.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[38/45] Compiling Nodal AttributeSequence.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[39/45] Compiling Nodal ChildSequence.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[40/45] Compiling Nodal DescendantSequence.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[41/45] Compiling Nodal Node+MoveCopy.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[42/45] Compiling Nodal Node+Names.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[43/45] Compiling Nodal Node+Namespaces.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[44/45] Compiling Nodal Node.Kind.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
[45/45] Compiling Nodal Node.swift
/host/spi-builder-workspace/Sources/Nodal/Codable/Element/Node+XMLElementCodable.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public extension Node {
BUILD FAILURE 6.2 wasm