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 SwiftAST, reference 0.14.0 (75eb69), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 20:46:34 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/LuizZak/SwiftAST.git
Reference: 0.14.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/LuizZak/SwiftAST
 * tag               0.14.0     -> FETCH_HEAD
HEAD is now at 75eb69c Adding support for default parameter expressions in function and subscript declarations
Cloned https://github.com/LuizZak/SwiftAST.git
Revision (git rev-parse @):
75eb69c009d213b58a34a43bc164054c8d52c73a
SUCCESS checkout https://github.com/LuizZak/SwiftAST.git at 0.14.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LuizZak/SwiftAST.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/LuizZak/MiniGraphviz.git
Fetching https://github.com/LuizZak/MiniDigraph.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/LuizZak/MiniLexer.git
[1/41] Fetching minigraphviz
[13/285] Fetching minigraphviz, minidigraph
[243/1065] Fetching minigraphviz, minidigraph, minilexer
[1023/71990] Fetching minigraphviz, minidigraph, minilexer, swift-syntax
Fetched https://github.com/LuizZak/MiniGraphviz.git from cache (15.31s)
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (15.31s)
Fetched https://github.com/LuizZak/MiniLexer.git from cache (15.31s)
Fetched https://github.com/apple/swift-syntax.git from cache (15.36s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.0 (16.66s)
Computing version for https://github.com/LuizZak/MiniGraphviz.git
Computed https://github.com/LuizZak/MiniGraphviz.git at 0.1.0 (0.54s)
Computing version for https://github.com/LuizZak/MiniLexer.git
Computed https://github.com/LuizZak/MiniLexer.git at 0.10.0 (2.83s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (0.86s)
Creating working copy for https://github.com/LuizZak/MiniGraphviz.git
Working copy of https://github.com/LuizZak/MiniGraphviz.git resolved at 0.1.0
Creating working copy for https://github.com/LuizZak/MiniDigraph.git
Working copy of https://github.com/LuizZak/MiniDigraph.git resolved at 0.8.0
Creating working copy for https://github.com/LuizZak/MiniLexer.git
Working copy of https://github.com/LuizZak/MiniLexer.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/44] Write sources
[25/44] Compiling _SwiftSyntaxCShims dummy.c
[26/44] Write swift-version-24593BA9C3E375BF.txt
[28/87] Compiling MiniLexer GrammarRules+Operators.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/87] Emitting module MiniLexer
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[30/88] Compiling MiniLexer GrammarRules.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[31/88] Compiling MiniLexer TokenProtocol.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[32/88] Compiling MiniLexer TokenizerLexer.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/88] Emitting module MiniGraphviz
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
   1 | import Foundation
     |        `- error: no such module 'Foundation'
   2 |
   3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
[34/88] Compiling MiniLexer Lexer+Advance.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[35/88] Compiling MiniLexer Lexer+AdvancedParsing.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[36/88] Compiling MiniGraphviz GraphViz+GraphAttributes.swift
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
   1 | import Foundation
     |        `- error: no such module 'Foundation'
   2 |
   3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
[37/88] Compiling MiniGraphviz GraphViz.swift
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
   1 | import Foundation
     |        `- error: no such module 'Foundation'
   2 |
   3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
[38/88] Compiling MiniGraphviz GraphViz+Attribute.swift
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
   1 | import Foundation
     |        `- error: no such module 'Foundation'
   2 |
   3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
[39/88] Compiling MiniLexer Lexer.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[40/88] Compiling MiniLexer Lexer+Consume.swift
/host/spi-builder-workspace/.build/checkouts/MiniLexer/Sources/MiniLexer/Lexer+Advance.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | // MARK: - Safe operations
[41/88] Emitting module SwiftSyntax509
[42/88] Emitting module MiniGraphviz
[43/88] Emitting module SwiftSyntax510
BUILD FAILURE 6.2 wasm