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 SWXMLHash, reference 8.1.0 (6ae7b8), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 04:17:40 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/drmohundro/SWXMLHash.git
Reference: 8.1.0
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/drmohundro/SWXMLHash
 * tag               8.1.0      -> FETCH_HEAD
HEAD is now at 6ae7b83 Merge pull request #278 from drmohundro/feat/add-parent-to-xmlelement
Cloned https://github.com/drmohundro/SWXMLHash.git
Revision (git rev-parse @):
6ae7b83692c4a2ed53ea2cb0e6cda20768800a99
SUCCESS checkout https://github.com/drmohundro/SWXMLHash.git at 8.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/drmohundro/SWXMLHash.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/apple/swift-testing.git
[1/23375] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (1.04s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (1.73s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70924] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.18s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (12.35s)
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/26] Compiling SWXMLHash XMLContent.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[4/26] Compiling SWXMLHash XMLElement.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[5/26] Compiling SWXMLHash XMLHash.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[6/29] Compiling SWXMLHash XMLAttributeDeserializable.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[7/29] Compiling SWXMLHash XMLElementDeserializable.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[8/29] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[9/29] Compiling SWXMLHash XMLObjectDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/29] Emitting module SWXMLHash
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[11/29] Compiling SWXMLHash XMLValueDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[12/29] Compiling SWXMLHash Bool+XMLDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[13/29] Compiling SWXMLHash Double+XMLDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[14/29] Compiling SWXMLHash Float+XMLDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[15/29] Compiling SWXMLHash IndexOp.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[16/29] Compiling SWXMLHash LazyXMLParser.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[17/29] Compiling SWXMLHash Stack.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[18/29] Compiling SWXMLHash ParsingError.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[19/29] Compiling SWXMLHash XMLDeserializationError.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[20/29] Compiling SWXMLHash FullXMLParser.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[21/29] Compiling SWXMLHash String+Extensions.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[22/29] Compiling SWXMLHash TextElement.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[23/29] Compiling SWXMLHash XMLAttribute.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[24/29] Compiling SWXMLHash Int+XMLDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[25/29] Compiling SWXMLHash String+XMLDeserialization.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[26/29] Compiling SWXMLHash IndexingError.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[27/29] Compiling SWXMLHash XMLHashOptions.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[28/29] Compiling SWXMLHash XMLIndexer.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
[29/29] Compiling SWXMLHash shim.swift
/host/spi-builder-workspace/Source/Deserialization/XMLAttributeDeserializable.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Provides XMLAttribute deserialization / type transformation support
BUILD FAILURE 6.2 wasm