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 FritzBoxKit, reference v0.5.0 (f2d9b1), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 20:38:41 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/r-dent/FritzBoxKit.git
Reference: v0.5.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/r-dent/FritzBoxKit
 * tag               v0.5.0     -> FETCH_HEAD
HEAD is now at f2d9b1e Create CONTRIBUTING.md
Cloned https://github.com/r-dent/FritzBoxKit.git
Revision (git rev-parse @):
f2d9b1e4b9797b4d5177e245cd2052485d65a1f1
SUCCESS checkout https://github.com/r-dent/FritzBoxKit.git at v0.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/r-dent/FritzBoxKit.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/tadija/AEXML.git
Fetching https://github.com/gcharita/XMLMapper.git
[1/2127] Fetching aexml
[2128/4362] Fetching aexml, xmlmapper
Fetched https://github.com/tadija/AEXML.git from cache (0.28s)
Fetched https://github.com/gcharita/XMLMapper.git from cache (0.30s)
Computing version for https://github.com/gcharita/XMLMapper.git
Computed https://github.com/gcharita/XMLMapper.git at 1.6.1 (0.70s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.31s)
Creating working copy for https://github.com/gcharita/XMLMapper.git
Working copy of https://github.com/gcharita/XMLMapper.git resolved at 1.6.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/42] Emitting module XMLMapper
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[6/46] Compiling AEXML Parser.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
[7/46] Compiling AEXML Options.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
[8/46] Compiling AEXML Error.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
[9/46] Compiling XMLMapper Operators.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[10/46] Compiling XMLMapper Sequence+compactMap.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[11/46] Compiling XMLMapper String+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[12/46] Compiling XMLMapper ToXML.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[13/46] Compiling XMLMapper XMLCustomDateFormatTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[14/46] Compiling XMLMapper XMLEnumOperators.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[15/46] Compiling XMLMapper XMLEnumTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[16/46] Compiling XMLMapper XMLHexColorTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[17/46] Compiling XMLMapper XMLMap.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[18/46] Compiling XMLMapper Dictionary+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[19/46] Compiling XMLMapper Dictionary+isEqual.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[20/46] Compiling XMLMapper Dictionary+mapValues.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[21/46] Compiling XMLMapper FromXML.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[22/46] Compiling XMLMapper NSMutableDictionary+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[23/46] Compiling XMLMapper XMLMappable.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[24/46] Compiling XMLMapper XMLMapper.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[25/46] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[26/46] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[27/46] Compiling XMLMapper XMLDataTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[28/46] Compiling XMLMapper XMLDateFormatterTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[29/46] Compiling XMLMapper XMLDateTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
[30/46] Compiling XMLMapper XMLDictionaryTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/Dictionary+XMLParser.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 |
 10 | extension Dictionary {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/46] Emitting module AEXML
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
[32/46] Compiling AEXML Element.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
[33/46] Compiling AEXML Document.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
[34/46] Compiling AEXML Builders.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Document.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 | #if canImport(FoundationXML)
  9 | import FoundationXML
BUILD FAILURE 6.2 wasm