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 master (dd9d6f), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 20:39:11 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/r-dent/FritzBoxKit.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dd9d6fa Merge pull request #2 from codeinho/master
Cloned https://github.com/r-dent/FritzBoxKit.git
Revision (git rev-parse @):
dd9d6fa290d8e7294f7e9715470b9401c65aef85
SUCCESS checkout https://github.com/r-dent/FritzBoxKit.git at master
========================================
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-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/gcharita/XMLMapper.git
[1/2235] Fetching xmlmapper
Fetching https://github.com/tadija/AEXML.git
Fetched https://github.com/gcharita/XMLMapper.git from cache (0.77s)
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.51s)
Computing version for https://github.com/gcharita/XMLMapper.git
Computed https://github.com/gcharita/XMLMapper.git at 1.6.1 (2.30s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.87s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/gcharita/XMLMapper.git
Working copy of https://github.com/gcharita/XMLMapper.git resolved at 1.6.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/42] Compiling XMLMapper XMLSerialization+ReadingOptions.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 {
[6/42] Compiling XMLMapper XMLSerialization.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 {
[7/42] Compiling XMLMapper XMLStringConvertibleOperators.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 {
[8/42] Compiling XMLMapper XMLStringConvertibleTransform.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 {
[9/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
[10/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
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/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
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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
[22/46] Compiling XMLMapper XMLParserConstant.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 XMLParserHelper.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 XMLRepresentable.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 XMLSerialization+Error.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 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
[27/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
[28/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 {
[29/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 {
[30/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 {
[31/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/46] 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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
BUILD FAILURE 6.2 wasm