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 ColorPaletteCodable, reference main (6026f5), with Swift 6.2 (beta) for Wasm on 30 Jul 2025 02:17:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/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 6026f54 Added Skencil (spl) support
Cloned https://github.com/dagronf/ColorPaletteCodable.git
Revision (git rev-parse @):
6026f54cd88d1bc22cfef19d29acbdf64d64bdad
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-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
f557aa5ee224: Pulling fs layer
5a06fb7b224d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
319f0910e4be: Pulling fs layer
f944f812c62d: Pulling fs layer
bd6b4327ba26: Pulling fs layer
d371e227cf38: Pulling fs layer
7678df1e7885: Pulling fs layer
4f4fb700ef54: Download complete
319f0910e4be: Waiting
f944f812c62d: Waiting
bd6b4327ba26: Waiting
d371e227cf38: Waiting
7678df1e7885: Waiting
f557aa5ee224: Verifying Checksum
f557aa5ee224: Download complete
f944f812c62d: Download complete
bd6b4327ba26: Download complete
5a06fb7b224d: Download complete
f557aa5ee224: Pull complete
d371e227cf38: Verifying Checksum
d371e227cf38: Download complete
7678df1e7885: Verifying Checksum
7678df1e7885: Download complete
319f0910e4be: Verifying Checksum
319f0910e4be: Download complete
5a06fb7b224d: Pull complete
4f4fb700ef54: Pull complete
319f0910e4be: Pull complete
f944f812c62d: Pull complete
bd6b4327ba26: Pull complete
d371e227cf38: Pull complete
7678df1e7885: Pull complete
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/dagronf/BytesParser
Fetching https://github.com/dagronf/TinyCSV
Fetching https://github.com/dagronf/DSFRegex
Fetching https://github.com/dagronf/SwiftImageReadWrite
[1/277] Fetching tinycsv
[231/655] Fetching tinycsv, swiftimagereadwrite
[321/895] Fetching tinycsv, swiftimagereadwrite, dsfregex
[893/1351] Fetching tinycsv, swiftimagereadwrite, dsfregex, bytesparser
Fetched https://github.com/dagronf/BytesParser from cache (0.57s)
Fetched https://github.com/dagronf/SwiftImageReadWrite from cache (0.58s)
Fetched https://github.com/dagronf/DSFRegex from cache (0.58s)
Fetched https://github.com/dagronf/TinyCSV from cache (0.58s)
Computing version for https://github.com/dagronf/BytesParser
Computed https://github.com/dagronf/BytesParser at 3.2.1 (1.43s)
Computing version for https://github.com/dagronf/DSFRegex
Computed https://github.com/dagronf/DSFRegex at 3.4.0 (0.57s)
Computing version for https://github.com/dagronf/TinyCSV
Computed https://github.com/dagronf/TinyCSV at 1.2.0 (0.73s)
Computing version for https://github.com/dagronf/SwiftImageReadWrite
Computed https://github.com/dagronf/SwiftImageReadWrite at 1.9.2 (0.43s)
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/BytesParser
Working copy of https://github.com/dagronf/BytesParser resolved at 3.2.1
Creating working copy for https://github.com/dagronf/TinyCSV
Working copy of https://github.com/dagronf/TinyCSV resolved at 1.2.0
Creating working copy for https://github.com/dagronf/DSFRegex
Working copy of https://github.com/dagronf/DSFRegex resolved at 3.4.0
Building for debugging...
[0/19] Copying PrivacyInfo.xcprivacy
[0/19] Write sources
[1/19] Copying PrivacyInfo.xcprivacy
[2/19] Write sources
[5/19] Copying PrivacyInfo.xcprivacy
[7/19] Write sources
[9/19] Write swift-version-24593BA9C3E375BF.txt
[11/65] 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
[12/65] 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 {
[13/65] 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 {
[14/65] 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 {
[15/65] 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 {
[16/65] Compiling BytesParser BytesWriter+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 {
[17/65] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/67] 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 {
[19/69] 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 {
[20/69] Compiling BytesParser InMemorySource.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/69] 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 {
[22/69] 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 {
/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 {
[25/69] Compiling TinyCSV TinyCSV+EventDrivenDecoder.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 {
[26/69] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/69] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/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 {
[29/70] Compiling BytesParser ByteBuffer.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 {
/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 {
[31/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
/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 {
[34/70] Compiling BytesParser BytesReader+data.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 {
[35/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
/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 {
[38/70] Compiling TinyCSV TinyCSV+Encode.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 {
/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 {
/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 {
[43/70] 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 {
[44/70] 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 {
/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/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 {
[49/70] 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 {
[50/70] 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 {
/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 {
[52/70] Compiling TinyCSV TinyCSVData.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 {
/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 {
[54/70] Compiling TinyCSV TinyCSV.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 {
[55/70] Compiling TinyCSV TinyCSV+Decoder.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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/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 {
[57/70] Compiling BytesParser InputStreamSource.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 {
[58/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 {
[59/70] 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 {
BUILD FAILURE 6.2 wasm