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 Existential Graphs Foundation, reference main (06f7eb), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 10:53:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/Gerzer/Existential-Graphs-Foundation.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/Gerzer/Existential-Graphs-Foundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 06f7eb4 Create LICENSE
Cloned https://github.com/Gerzer/Existential-Graphs-Foundation.git
Revision (git rev-parse @):
06f7eb458a656ab99277a571f5eef1f24e692ec5
SUCCESS checkout https://github.com/Gerzer/Existential-Graphs-Foundation.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Gerzer/Existential-Graphs-Foundation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/PureSwift/Silica.git
[1/1226] Fetching silica
Fetched https://github.com/PureSwift/Silica.git from cache (0.28s)
Fetching https://github.com/PureSwift/Cairo.git
[1/3617] Fetching cairo
Fetched https://github.com/PureSwift/Cairo.git from cache (1.25s)
Fetching https://github.com/PureSwift/FontConfig.git
[1/123] Fetching fontconfig
Fetched https://github.com/PureSwift/FontConfig.git from cache (0.21s)
Fetching https://github.com/Gerzer/LogicParser.git
[1/18] Fetching logicparser
Fetched https://github.com/Gerzer/LogicParser.git from cache (0.22s)
Computing version for https://github.com/Gerzer/LogicParser.git
Computed https://github.com/Gerzer/LogicParser.git at 1.0.0 (0.65s)
Fetching https://github.com/palle-k/Covfefe.git
[1/2438] Fetching covfefe
Fetched https://github.com/palle-k/Covfefe.git from cache (0.75s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (1.33s)
Creating working copy for https://github.com/PureSwift/Silica.git
Working copy of https://github.com/PureSwift/Silica.git resolved at master (16f8c29)
Creating working copy for https://github.com/palle-k/Covfefe.git
Working copy of https://github.com/palle-k/Covfefe.git resolved at 0.6.1
Creating working copy for https://github.com/PureSwift/Cairo.git
Working copy of https://github.com/PureSwift/Cairo.git resolved at master (646b210)
Creating working copy for https://github.com/Gerzer/LogicParser.git
Working copy of https://github.com/Gerzer/LogicParser.git resolved at 1.0.0
Creating working copy for https://github.com/PureSwift/FontConfig.git
Working copy of https://github.com/PureSwift/FontConfig.git resolved at master (02b7b62)
warning: you may be able to install freetype using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install cairo using your system-packager:
    apt-get install libcairo2-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig-dev
warning: you may be able to install freetype using your system-packager:
    apt-get install libfreetype6-dev
warning: you may be able to install cairo using your system-packager:
    apt-get install libcairo2-dev
warning: you may be able to install fontconfig using your system-packager:
    apt-get install libfontconfig-dev
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/21] Compiling Covfefe SyntaxTree.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[6/21] Compiling Covfefe Terminal.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[7/23] Compiling Covfefe Grammar.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[8/23] Compiling Covfefe GrammarCheck.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[9/23] Compiling Covfefe ABNFImporter.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[10/23] Compiling Covfefe BNFImporter.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[11/23] Compiling Covfefe CYKParser.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[12/23] Compiling Covfefe Tokenizer.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[13/23] Compiling Covfefe Utility.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[14/23] Compiling Covfefe StringUtility.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[15/23] Compiling Covfefe Symbols.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[16/23] Compiling Covfefe PrefixGrammar.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[17/23] Compiling Covfefe Productions.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[18/23] Compiling Covfefe Normalization.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[19/23] Compiling Covfefe Parser.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/23] Emitting module Covfefe
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[21/23] Compiling Covfefe CharacterSets.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[22/23] Compiling Covfefe EBNFImporter.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
[23/23] Compiling Covfefe EarleyParser.swift
/host/spi-builder-workspace/.build/checkouts/Covfefe/Sources/Covfefe/ABNFImporter.swift:26:8: error: no such module 'Foundation'
 24 | //  SOFTWARE.
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | let abnfGrammar: Grammar = {
BUILD FAILURE 6.2 wasm