Build Information
Failed to build swift-chess-neo, reference master (1a2031), with Swift 6.2 for Wasm on 16 Sep 2025 23:40:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/navanchauhan/swift-chess-neo.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/navanchauhan/swift-chess-neo
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1a20317 Merge pull request #8 from navanchauhan/feature/swiftui-board
Cloned https://github.com/navanchauhan/swift-chess-neo.git
Revision (git rev-parse @):
1a2031788da75026c1bb25fccffa38ab6ec8bdf5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-chess-neo.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/navanchauhan/swift-chess-neo.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/21] Compiling SwiftChessCore Bitboard.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[5/21] Compiling SwiftChessCore Board.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[6/21] Compiling SwiftChessCore CastlingRights.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[7/21] Compiling SwiftChessCore Color.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[8/21] Compiling SwiftChessCore File.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[9/21] Compiling SwiftChessCore Game.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/23] Emitting module SwiftChessCore
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[11/23] Compiling SwiftChessCore PGN.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[12/23] Compiling SwiftChessCore PGNMove.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[13/23] Compiling SwiftChessCore Player.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[14/23] Compiling SwiftChessCore Rank.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[15/23] Compiling SwiftChessCore InternalTypes.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[16/23] Compiling SwiftChessCore Minimax.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[17/23] Compiling SwiftChessCore Move.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[18/23] Compiling SwiftChessCore PGNMovetextParser.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[19/23] Compiling SwiftChessCore Piece.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[20/23] Compiling SwiftChessCore Sequence+Sage.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[21/23] Compiling SwiftChessCore Square.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[22/23] Compiling SwiftChessCore Tables.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
[23/23] Compiling SwiftChessCore Variant.swift
/host/spi-builder-workspace/Sources/SwiftChessCore/PGN.swift:26:8: error: no such module 'Foundation'
24 | /// [PGN Specification](https://www.chessclub.com/user/help/PGN-spec)
25 |
26 | import Foundation
| `- error: no such module 'Foundation'
27 |
28 | public struct PGN: Equatable {
BUILD FAILURE 6.2 wasm