Build Information
Failed to build MusicXML, reference 0.2.3 (1d98bc
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 13:14:33 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/dn-m/MusicXML.git
Reference: 0.2.3
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/dn-m/MusicXML
* tag 0.2.3 -> FETCH_HEAD
HEAD is now at 1d98bc4 Note Encoding Implementation (#210)
Cloned https://github.com/dn-m/MusicXML.git
Revision (git rev-parse @):
1d98bc4891c5588fd48703cba850a7a1499e1f04
SUCCESS checkout https://github.com/dn-m/MusicXML.git at 0.2.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dn-m/MusicXML.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
Fetching https://github.com/bwetherfield/XMLCoder
[1/6129] Fetching xmlcoder
Fetched https://github.com/bwetherfield/XMLCoder from cache (0.32s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.20s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (1.88s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/bwetherfield/XMLCoder
Working copy of https://github.com/bwetherfield/XMLCoder resolved at value-coding-key-empty (f35a28a)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/43] Compiling XMLCoder FloatBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[5/43] Compiling XMLCoder IntBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[6/43] Compiling XMLCoder KeyedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[7/43] Compiling XMLCoder NullBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[8/43] Compiling XMLCoder SharedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[9/43] Compiling XMLCoder SingleKeyedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[10/48] Compiling XMLCoder BoolBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[11/48] Compiling XMLCoder Box.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[12/48] Compiling XMLCoder ChoiceBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[13/48] Compiling XMLCoder DataBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[14/48] Compiling XMLCoder DateBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[15/48] Compiling XMLCoder DecimalBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[16/48] Compiling XMLCoder DynamicNodeEncoding.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[17/48] Compiling XMLCoder EncodingErrorExtension.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[18/48] Compiling XMLCoder SingleValueEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[19/48] Compiling XMLCoder XMLChoiceEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[20/48] Compiling XMLCoder XMLEncoder.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[21/48] Compiling XMLCoder XMLEncoderImplementation.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[22/48] Compiling XMLCoder XMLEncodingStorage.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[23/48] Compiling XMLCoder XMLKeyedEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[24/48] Compiling XMLCoder XMLReferencingEncoder.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[25/48] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[26/48] Compiling XMLCoder XMLStackParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/48] Compiling XMLCoder DecodingErrorExtension.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[28/48] Compiling XMLCoder DynamicNodeDecoding.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[29/48] Compiling XMLCoder SingleValueDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[30/48] Compiling XMLCoder XMLChoiceDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[31/48] Compiling XMLCoder Metatypes.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[32/48] Compiling XMLCoder String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[33/48] Compiling XMLCoder XMLChoiceCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[34/48] Compiling XMLCoder XMLCoderElement.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[35/48] Compiling XMLCoder XMLHeader.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[36/48] Compiling XMLCoder XMLKey.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[37/48] Compiling XMLCoder StringBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[38/48] Compiling XMLCoder UIntBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[39/48] Compiling XMLCoder URLBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[40/48] Compiling XMLCoder UnkeyedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[41/48] Compiling XMLCoder ISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[42/48] Compiling XMLCoder KeyedStorage.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[43/48] Emitting module XMLCoder
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[44/48] Compiling XMLCoder XMLDecoder.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[45/48] Compiling XMLCoder XMLDecoderImplementation.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[46/48] Compiling XMLCoder XMLDecodingStorage.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[47/48] Compiling XMLCoder XMLKeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
[48/48] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/Sources/XMLCoder/Auxiliaries/Box/DataBox.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | struct DataBox: Equatable {
BUILD FAILURE 6.2 wasm