Build Information
Failed to build XMLCoder, reference 0.17.1 (b1e944
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 04:38:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/CoreOffice/XMLCoder.git
Reference: 0.17.1
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/CoreOffice/XMLCoder
* tag 0.17.1 -> FETCH_HEAD
HEAD is now at b1e944c Fix decoding of types conforming to XMLNodeDecoding (#266)
Cloned https://github.com/CoreOffice/XMLCoder.git
Revision (git rev-parse @):
b1e944cbd0ef33787b13f639a5418d55b3bed501
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CoreOffice/XMLCoder.git at 0.17.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/CoreOffice/XMLCoder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/47] Emitting module XMLCoder
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[4/53] Compiling XMLCoder ElementAndAttribute.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[5/53] Compiling XMLCoder ISO8601DateFormatter.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[6/53] Compiling XMLCoder KeyedStorage.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[7/53] Compiling XMLCoder Metatypes.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[8/53] Compiling XMLCoder String+Extensions.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[9/53] Compiling XMLCoder XMLChoiceCodingKey.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[10/53] Compiling XMLCoder DynamicNodeDecoding.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[11/53] Compiling XMLCoder SingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[12/53] Compiling XMLCoder XMLChoiceDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[13/53] Compiling XMLCoder XMLDecoder.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[14/53] Compiling XMLCoder XMLDecoderImplementation.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[15/53] Compiling XMLCoder XMLDecodingStorage.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[16/53] Compiling XMLCoder XMLKeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[17/53] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[18/53] Compiling XMLCoder DynamicNodeEncoding.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[19/53] Compiling XMLCoder EncodingErrorExtension.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[20/53] Compiling XMLCoder SingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[21/53] Compiling XMLCoder XMLChoiceEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[22/53] Compiling XMLCoder StringBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[23/53] Compiling XMLCoder UIntBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[24/53] Compiling XMLCoder URLBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[25/53] Compiling XMLCoder UnkeyedBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[26/53] Compiling XMLCoder ValueBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[27/53] Compiling XMLCoder Element.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[28/53] Compiling XMLCoder XMLEncoder.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[29/53] Compiling XMLCoder XMLEncoderImplementation.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[30/53] Compiling XMLCoder XMLEncodingStorage.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[31/53] Compiling XMLCoder XMLKeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[32/53] Compiling XMLCoder XMLReferencingEncoder.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[33/53] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[34/53] Compiling XMLCoder XMLCoderElement.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[35/53] Compiling XMLCoder XMLDocumentType.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[36/53] Compiling XMLCoder XMLHeader.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[37/53] Compiling XMLCoder XMLKey.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[38/53] Compiling XMLCoder XMLStackParser.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[39/53] Compiling XMLCoder DecodingErrorExtension.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[40/53] Compiling XMLCoder DoubleBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[41/53] Compiling XMLCoder FloatBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[42/53] Compiling XMLCoder IntBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[43/53] Compiling XMLCoder KeyedBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[44/53] Compiling XMLCoder NullBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[45/53] Compiling XMLCoder SharedBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[46/53] Compiling XMLCoder SingleKeyedBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[47/53] Compiling XMLCoder Attribute.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[48/53] Compiling XMLCoder BoolBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[49/53] Compiling XMLCoder Box.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[50/53] Compiling XMLCoder ChoiceBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[51/53] Compiling XMLCoder DataBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[52/53] Compiling XMLCoder DateBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
[53/53] Compiling XMLCoder DecimalBox.swift
/host/spi-builder-workspace/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | struct DataBox: Equatable {
BUILD FAILURE 6.2 wasm