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 TOMLKit, reference 0.6.1 (18a7db), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 15:04:12 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/stackotter/TOMLKit.git
Reference: 0.6.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/stackotter/TOMLKit
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 18a7db4 Fix a different aspect of the not-decoded keys propagation bug
Cloned https://github.com/stackotter/TOMLKit.git
Revision (git rev-parse @):
18a7db47209b83ad969196dbc4eb4904ee9955d0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stackotter/TOMLKit.git at 0.6.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stackotter/TOMLKit.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/apple/swift-docc-plugin
Fetching https://github.com/karwa/swift-checkit.git
[1/74] Fetching swift-checkit
[75/2156] Fetching swift-checkit, swift-docc-plugin
Fetched https://github.com/karwa/swift-checkit.git from cache (0.24s)
[250/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/karwa/swift-checkit.git
Computed https://github.com/karwa/swift-checkit.git at 0.0.2 (0.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.41s)
Creating working copy for https://github.com/karwa/swift-checkit.git
Working copy of https://github.com/karwa/swift-checkit.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Conversion.cpp
[5/9] Compiling Date&Time&DateTime.cpp
[6/9] Compiling Node.cpp
[7/9] Compiling Array.cpp
[8/9] Compiling Table.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/35] Emitting module TOMLKit
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[11/38] Compiling TOMLKit UnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[12/38] Compiling TOMLKit InternalTOMLEncoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[13/38] Compiling TOMLKit KeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[14/38] Compiling TOMLKit SingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[15/38] Compiling TOMLKit TOMLValue+Initializers.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[16/38] Compiling TOMLKit TOMLValue.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[17/38] Compiling TOMLKit ValueOptions.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[18/38] Compiling TOMLKit TOMLCodingKey.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[19/38] Compiling TOMLKit TOMLParseError.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[20/38] Compiling TOMLKit TOMLType.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[21/38] Compiling TOMLKit TOMLTableIterator.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[22/38] Compiling TOMLKit TOMLValueConvertible+Int.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[23/38] Compiling TOMLKit TOMLValueConvertible.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[24/38] Compiling TOMLKit TOMLInt.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[25/38] Compiling TOMLKit TOMLTable+CollectionFunctions.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[26/38] Compiling TOMLKit TOMLTable.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[27/38] Compiling TOMLKit TOMLArray+CollectionConformance.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[28/38] Compiling TOMLKit TOMLArray.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[29/38] Compiling TOMLKit TOMLArrayIterator.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[30/38] Compiling TOMLKit TOMLDate&Time&DateTime.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[31/38] Compiling TOMLKit TOMLEncoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[32/38] Compiling TOMLKit UnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[33/38] Compiling TOMLKit FormatOptions.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[34/38] Compiling TOMLKit Operators&Extensions.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[35/38] Compiling TOMLKit InternalTOMLDecoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[36/38] Compiling TOMLKit KeyedDecodingContainerProtocol.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[37/38] Compiling TOMLKit SingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
[38/38] Compiling TOMLKit TOMLDecoder.swift
/host/spi-builder-workspace/Sources/TOMLKit/Decoder/InternalTOMLDecoder.swift:7:15: error: no such module 'Foundation'
  5 | //  The full text of the license can be found in the file named LICENSE.
  6 |
  7 | import struct Foundation.Data
    |               `- error: no such module 'Foundation'
  8 |
  9 | final class InternalTOMLDecoder: Decoder {
BUILD FAILURE 6.2 wasm