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 main (763efe), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 09:01:22 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/tomasf/Nodal.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/tomasf/Nodal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 763efee 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 @):
763efeebe6bf1c26958dcbb29661a9af45cced52
SUCCESS checkout https://github.com/tomasf/Nodal.git at main
========================================
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-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
Building for debugging...
[0/4] Write sources
[1/4] Compiling Bridge bridge.cpp
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling pugixml.cpp
[5/40] 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 {
[6/40] 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 {
[7/40] 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 {
[8/40] 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 {
[9/40] 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 {
[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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/45] 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 {
[21/45] 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 {
[22/45] 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 {
[23/45] 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 {
[24/45] 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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
BUILD FAILURE 6.2 wasm