Build Information
Failed to build Neon, reference main (ad50d5
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 01:12:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ChimeHQ/Neon.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/ChimeHQ/Neon
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ad50d53 Tweaks to scroll view observation mechanics (#55)
Submodule path 'tree-sitter-swift': checked out '50b8c5e61c29fa30e760c7a1cbf24b59970e6233'
Submodule 'tree-sitter-swift' (https://github.com/alex-pinkus/tree-sitter-swift) registered for path 'tree-sitter-swift'
Cloning into '/host/spi-builder-workspace/tree-sitter-swift'...
Cloned https://github.com/ChimeHQ/Neon.git
Revision (git rev-parse @):
ad50d53cb3359a5bec4c7d7a4ec4d5f5edac16af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Neon.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/Neon.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/ChimeHQ/SwiftTreeSitter
[1/1642] Fetching swifttreesitter
Fetched https://github.com/ChimeHQ/SwiftTreeSitter from cache (0.43s)
Fetching https://github.com/ChimeHQ/Rearrange
Fetching https://github.com/tree-sitter/tree-sitter
[1/569] Fetching rearrange
[570/58563] Fetching rearrange, tree-sitter
Fetched https://github.com/ChimeHQ/Rearrange from cache (3.78s)
Fetched https://github.com/tree-sitter/tree-sitter from cache (3.83s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.0.0 (4.35s)
Computing version for https://github.com/tree-sitter/tree-sitter
Computed https://github.com/tree-sitter/tree-sitter at 0.25.6 (0.38s)
Creating working copy for https://github.com/ChimeHQ/SwiftTreeSitter
Working copy of https://github.com/ChimeHQ/SwiftTreeSitter resolved at main (08ef81e)
Creating working copy for https://github.com/tree-sitter/tree-sitter
Working copy of https://github.com/tree-sitter/tree-sitter resolved at 0.25.6
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.0.0
Building for debugging...
[0/22] Write sources
[3/22] Compiling stdlib.c
[4/22] Compiling scanner.c
[5/22] Compiling wasm_store.c
[6/22] Compiling tree.c
[7/22] Compiling tree_cursor.c
[8/22] Compiling stack.c
[9/22] Compiling lexer.c
[10/22] Compiling subtree.c
[11/22] Compiling parser.c
[12/22] Write sources
[15/22] Compiling alloc.c
[16/22] Compiling language.c
[17/22] Compiling node.c
[18/22] Compiling get_changed_ranges.c
[19/22] Compiling query.c
[20/22] Compiling parser.c
[21/22] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/50] Emitting module SwiftTreeSitter
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[24/52] Compiling Rearrange String+NSRange.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[25/53] Compiling SwiftTreeSitter String+TextProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[26/53] Compiling SwiftTreeSitter TSRange.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[27/53] Compiling Rearrange NSRange+ApplyMutation.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[28/53] Compiling SwiftTreeSitter InputEdit.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[29/53] Compiling SwiftTreeSitter Language.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[30/53] Compiling Rearrange UITextRange+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[33/53] Compiling SwiftTreeSitter LanguageConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[34/53] Compiling Rearrange NSRange+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[35/53] Compiling SwiftTreeSitter Tree.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[36/53] Compiling SwiftTreeSitter TreeCursor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/53] Emitting module Rearrange
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[38/53] Compiling Rearrange NSRange+Shift.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[39/53] Compiling Rearrange NSTextRange+NSRange.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
[40/53] Compiling SwiftTreeSitter SendableTypes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[41/53] Compiling SwiftTreeSitter String+Data.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[42/53] Compiling SwiftTreeSitter ResolvingQueryCursor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[43/53] Compiling SwiftTreeSitter ResolvingQueryMatchSequence.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[44/53] Compiling SwiftTreeSitter Bundle+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[45/53] Compiling SwiftTreeSitter Encoding+Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[46/53] Compiling SwiftTreeSitter Input.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[47/53] Compiling SwiftTreeSitter Node.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[48/53] Compiling SwiftTreeSitter Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[49/53] Compiling SwiftTreeSitter Point.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[50/53] Compiling SwiftTreeSitter Predicate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[51/53] Compiling SwiftTreeSitter Query.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[52/53] Compiling SwiftTreeSitter QueryDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Bundle+Extensions.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | #if !os(WASI)
[53/53] Compiling Rearrange RangeMutation.swift
/host/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/IndexSet+ApplyMutation.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | extension IndexSet {
BUILD FAILURE 6.2 wasm