Build Information
Failed to build xcbeautify, reference 2.28.0 (98b204
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 12:50:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/cpisciotta/xcbeautify.git
Reference: 2.28.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/cpisciotta/xcbeautify
* tag 2.28.0 -> FETCH_HEAD
HEAD is now at 98b2042 Bump version to 2.28.0
Cloned https://github.com/cpisciotta/xcbeautify.git
Revision (git rev-parse @):
98b2042a24d19db9d9b23174c646018d6f599072
SUCCESS checkout https://github.com/cpisciotta/xcbeautify.git at 2.28.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/cpisciotta/xcbeautify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-argument-parser.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/10060] Fetching xmlcoder
[10061/25440] Fetching xmlcoder, swift-argument-parser
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.67s)
[5537/15380] Fetching swift-argument-parser
Fetching https://github.com/getGuaka/Colorizer.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.91s)
[1/67] Fetching colorizer
Fetched https://github.com/getGuaka/Colorizer.git from cache (0.38s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (5.06s)
Computing version for https://github.com/getGuaka/Colorizer.git
Computed https://github.com/getGuaka/Colorizer.git at 0.2.1 (3.94s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.80s)
Creating working copy for https://github.com/getGuaka/Colorizer.git
Working copy of https://github.com/getGuaka/Colorizer.git resolved at 0.2.1
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/16] Write sources
[7/16] Write swift-version-24593BA9C3E375BF.txt
[9/69] Compiling Colorizer StringStyle.swift
/host/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/StringStyle.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 |
[10/69] Compiling Colorizer StringStyleColorizer.swift
/host/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/StringStyle.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/69] Emitting module Colorizer
/host/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/StringStyle.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 |
[12/69] Compiling Colorizer Colorizer.swift
/host/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/StringStyle.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/69] Emitting module XMLCoder
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder Attribute.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder BoolBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder Box.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder ChoiceBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DataBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DateBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DecimalBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder ElementAndAttribute.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder ISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder KeyedStorage.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder Metatypes.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder String+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLChoiceCodingKey.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DoubleBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder FloatBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder IntBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder KeyedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder NullBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder SharedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder SingleKeyedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder StringBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder UIntBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder URLBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder UnkeyedBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder ValueBox.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder Element.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLCoderElement.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLDocumentType.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLHeader.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLKey.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLStackParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DecodingErrorExtension.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLKeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DynamicNodeEncoding.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder EncodingErrorExtension.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder SingleValueEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder XMLChoiceEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder DynamicNodeDecoding.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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/75] Compiling XMLCoder SingleValueDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[54/75] Compiling XMLCoder XMLChoiceDecodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[55/75] Compiling XMLCoder XMLDecoder.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[56/75] Compiling XMLCoder XMLDecoderImplementation.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[57/75] Compiling XMLCoder XMLDecodingStorage.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[58/75] Compiling Colorizer StringForegroundColorizer.swift
/host/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/StringStyle.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 |
[59/75] Compiling Colorizer StringBackgroundColorizer.swift
/host/spi-builder-workspace/.build/checkouts/Colorizer/Sources/Colorizer/StringStyle.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 |
[60/75] Compiling ArgumentParserToolInfo ToolInfo.swift
[61/75] Emitting module ArgumentParserToolInfo
[63/76] Compiling XMLCoder XMLEncoder.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[64/76] Compiling XMLCoder XMLEncoderImplementation.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[65/76] Compiling XMLCoder XMLEncodingStorage.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[66/76] Compiling XMLCoder XMLKeyedEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[67/76] Compiling XMLCoder XMLReferencingEncoder.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[68/76] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/XMLCoder/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 {
[68/76] Wrapping AST for ArgumentParserToolInfo for debugging
BUILD FAILURE 6.2 wasm