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 FeedKit, reference main (f8ee17), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 09:14:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/nmdias/FeedKit.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/nmdias/FeedKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8ee173 Update FeedKit-dark.svg
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
f8ee173ca4dc549051533693ce4c20628ef26560
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmdias/FeedKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nmdias/FeedKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling XMLKit XMLDocument.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[5/24] Compiling XMLKit XMLDocumentConvertible.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[6/24] Compiling XMLKit XMLElement.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[7/26] Compiling XMLKit XMLError.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[8/26] Compiling XMLKit XMLHeader.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[9/26] Compiling XMLKit XMLNamespaceCodable.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[10/26] Compiling XMLKit XMLNode.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[11/26] Compiling XMLKit XMLReader.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[12/26] Compiling XMLKit XMLCodingKey.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[13/26] Compiling XMLKit XMLDateEncodingStrategy.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[14/26] Compiling XMLKit XMLEncoder.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[15/26] Compiling XMLKit XMLStack.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[16/26] Compiling XMLKit XMLStringConvertible.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[17/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[18/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[19/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[20/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[21/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[22/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/26] Emitting module XMLKit
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[24/26] Compiling XMLKit String + escapeCharacters.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[25/26] Compiling XMLKit XMLDateDecodingStrategy.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
[26/26] Compiling XMLKit XMLDecoder.swift
/host/spi-builder-workspace/Sources/XMLKit/Extensions/String + escapeCharacters.swift:24:8: error: no such module 'Foundation'
22 | // SOFTWARE.
23 |
24 | import Foundation
   |        `- error: no such module 'Foundation'
25 |
26 | extension String {
BUILD FAILURE 6.2 wasm