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 XMLMapper, reference master (6218f3), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 10:29:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/gcharita/XMLMapper.git
Reference: master
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/gcharita/XMLMapper
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6218f33 Updated bundle gems
Cloned https://github.com/gcharita/XMLMapper.git
Revision (git rev-parse @):
6218f338c559f220c41d48828edce0b90f406a8d
SUCCESS checkout https://github.com/gcharita/XMLMapper.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gcharita/XMLMapper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/35] Compiling XMLMapper XMLMappable.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[4/35] Compiling XMLMapper XMLMapper.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[5/35] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[6/35] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[7/39] Compiling XMLMapper XMLParserConstant.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[8/39] Compiling XMLMapper XMLParserHelper.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[9/39] Compiling XMLMapper XMLRepresentable.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[10/39] Compiling XMLMapper XMLSerialization+Error.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[11/39] Compiling XMLMapper XMLSerialization+ReadingOptions.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[12/39] Compiling XMLMapper XMLSerialization.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[13/39] Compiling XMLMapper XMLStringConvertibleOperators.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[14/39] Compiling XMLMapper XMLStringConvertibleTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[15/39] Compiling XMLMapper Array+cdataString.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[16/39] Compiling XMLMapper Dictionary+XMLParser.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[17/39] Compiling XMLMapper Dictionary+isEqual.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[18/39] Compiling XMLMapper Dictionary+mapValues.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[19/39] Compiling XMLMapper FromXML.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[20/39] Compiling XMLMapper XMLDictionaryTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[21/39] Compiling XMLMapper XMLEnumOperators.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[22/39] Compiling XMLMapper XMLEnumTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[23/39] Compiling XMLMapper XMLHexColorTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[24/39] Compiling XMLMapper XMLMap.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[25/39] Compiling XMLMapper XMLCDATATransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[26/39] Compiling XMLMapper XMLCustomDateFormatTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[27/39] Compiling XMLMapper XMLDataTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[28/39] Compiling XMLMapper XMLDateFormatterTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[29/39] Compiling XMLMapper XMLDateTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/39] Emitting module XMLMapper
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[31/39] Compiling XMLMapper NSMutableDictionary+XMLParser.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[32/39] Compiling XMLMapper Operators.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[33/39] Compiling XMLMapper Sequence+compactMap.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[34/39] Compiling XMLMapper String+XMLParser.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[35/39] Compiling XMLMapper ToXML.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[36/39] Compiling XMLMapper XMLTransformOf.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[37/39] Compiling XMLMapper XMLTransformOperators.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[38/39] Compiling XMLMapper XMLTransformType.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
[39/39] Compiling XMLMapper XMLURLTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/Array+cdataString.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | extension Array where Element == Data {
BUILD FAILURE 6.2 wasm