Build Information
Failed to build ColorPaletteCodable, reference main (bae0a8
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 07:10:26 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/dagronf/ColorPaletteCodable.git
Reference: main
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/dagronf/ColorPaletteCodable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bae0a8f Fixed compile error on older Xcode
Cloned https://github.com/dagronf/ColorPaletteCodable.git
Revision (git rev-parse @):
bae0a8fad95f8184ea0f2094cc3ba201e2920da6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dagronf/ColorPaletteCodable.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dagronf/ColorPaletteCodable.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/dagronf/TinyCSV
Fetching https://github.com/dagronf/DSFRegex
Fetching https://github.com/dagronf/SwiftImageReadWrite
Fetching https://github.com/dagronf/BytesParser
[1/240] Fetching dsfregex
[241/696] Fetching dsfregex, bytesparser
[697/1074] Fetching dsfregex, bytesparser, swiftimagereadwrite
[875/1351] Fetching dsfregex, bytesparser, swiftimagereadwrite, tinycsv
Fetched https://github.com/dagronf/BytesParser from cache (0.41s)
Fetched https://github.com/dagronf/SwiftImageReadWrite from cache (0.41s)
Fetched https://github.com/dagronf/TinyCSV from cache (0.41s)
Fetched https://github.com/dagronf/DSFRegex from cache (0.41s)
Computing version for https://github.com/dagronf/BytesParser
Computed https://github.com/dagronf/BytesParser at 3.2.1 (1.44s)
Computing version for https://github.com/dagronf/DSFRegex
Computed https://github.com/dagronf/DSFRegex at 3.4.0 (0.50s)
Computing version for https://github.com/dagronf/TinyCSV
Computed https://github.com/dagronf/TinyCSV at 1.2.0 (0.46s)
Computing version for https://github.com/dagronf/SwiftImageReadWrite
Computed https://github.com/dagronf/SwiftImageReadWrite at 1.9.2 (0.48s)
Creating working copy for https://github.com/dagronf/BytesParser
Working copy of https://github.com/dagronf/BytesParser resolved at 3.2.1
Creating working copy for https://github.com/dagronf/DSFRegex
Working copy of https://github.com/dagronf/DSFRegex resolved at 3.4.0
Creating working copy for https://github.com/dagronf/SwiftImageReadWrite
Working copy of https://github.com/dagronf/SwiftImageReadWrite resolved at 1.9.2
Creating working copy for https://github.com/dagronf/TinyCSV
Working copy of https://github.com/dagronf/TinyCSV resolved at 1.2.0
Building for debugging...
[0/19] Write sources
[3/19] Copying PrivacyInfo.xcprivacy
[7/19] Write sources
[9/19] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/65] Emitting module BytesParser
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
[12/67] Compiling BytesParser InMemorySource.swift
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
[13/67] Compiling BytesParser InputStreamSource.swift
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
[14/67] Compiling TinyCSV TinyCSV+Parsing.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:22:8: error: no such module 'Foundation'
20 | // CSV decoding routines
21 |
22 | import Foundation
| `- error: no such module 'Foundation'
23 |
24 | public extension TinyCSV.Coder {
[15/68] Compiling BytesParser BytesWriter+string.swift
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
[16/68] Compiling BytesParser BytesWriter.swift
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
[17/68] Compiling TinyCSV resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:22:8: error: no such module 'Foundation'
20 | // CSV decoding routines
21 |
22 | import Foundation
| `- error: no such module 'Foundation'
23 |
24 | public extension TinyCSV.Coder {
[18/68] Compiling BytesParser BytesReader+float.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[19/68] Compiling BytesParser BytesReader+int.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[20/68] Compiling BytesParser BytesParser.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[21/70] Compiling BytesParser BytesReader.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[23/70] Compiling BytesParser BytesReader+bool.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[24/70] Compiling BytesParser BytesReader+data.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[25/70] Compiling DSFRegex DSFRegex.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:27:8: error: no such module 'Foundation'
25 | //
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | /// A regex class wrapper for Swift
[26/70] Compiling DSFRegex resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:27:8: error: no such module 'Foundation'
25 | //
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | /// A regex class wrapper for Swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/70] Compiling DSFRegex String+CursorExtensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:27:8: error: no such module 'Foundation'
25 | //
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | /// A regex class wrapper for Swift
[28/70] Emitting module DSFRegex
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:27:8: error: no such module 'Foundation'
25 | //
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | /// A regex class wrapper for Swift
[29/70] Compiling BytesParser BytesWriter+data.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[30/70] Compiling BytesParser ByteBuffer.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[31/70] Compiling BytesParser BytesReader+Source.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[33/70] Compiling SwiftImageReadWrite SwiftUI+extensions.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[34/70] Compiling SwiftImageReadWrite resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/70] Emitting module TinyCSV
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:22:8: error: no such module 'Foundation'
20 | // CSV decoding routines
21 |
22 | import Foundation
| `- error: no such module 'Foundation'
23 |
24 | public extension TinyCSV.Coder {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:22:8: error: no such module 'Foundation'
20 | // CSV decoding routines
21 |
22 | import Foundation
| `- error: no such module 'Foundation'
23 |
24 | public extension TinyCSV.Coder {
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:22:8: error: no such module 'Foundation'
20 | // CSV decoding routines
21 |
22 | import Foundation
| `- error: no such module 'Foundation'
23 |
24 | public extension TinyCSV.Coder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/70] Emitting module SwiftImageReadWrite
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:22:8: error: no such module 'Foundation'
20 | // CSV decoding routines
21 |
22 | import Foundation
| `- error: no such module 'Foundation'
23 |
24 | public extension TinyCSV.Coder {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
[46/70] Compiling BytesParser BytesWriter+float.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[47/70] Compiling BytesParser BytesWriter+int.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
[48/70] Compiling BytesParser BytesReader+string.swift
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/SwiftImageReadWrite.build/DerivedSources/resource_bundle_accessor.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension Foundation.Bundle {
/host/spi-builder-workspace/.build/checkouts/BytesParser/Sources/BytesParser/BytesParser.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | public class BytesParser {
BUILD FAILURE 6.2 wasm