Build Information
Failed to build MicroMaxOnAppleSilicon, reference main (2fd599
), with Swift 6.2 (beta) for Linux on 5 Jul 2025 05:48:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/MicroMaxOnAppleSilicon.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/mesqueeb/MicroMaxOnAppleSilicon
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2fd5994 chore: bump
Cloned https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git
Revision (git rev-parse @):
2fd59942c0db00b5ca9785fff09fac7ee84946b5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/mesqueeb/Asyncify
[1/143] Fetching asyncify
Fetched https://github.com/mesqueeb/Asyncify from cache (0.20s)
Computing version for https://github.com/mesqueeb/Asyncify
Computed https://github.com/mesqueeb/Asyncify at 0.0.9 (0.63s)
Creating working copy for https://github.com/mesqueeb/Asyncify
Working copy of https://github.com/mesqueeb/Asyncify resolved at 0.0.9
Building for debugging...
In file included from /host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BBitboard.cpp:2:
In file included from /host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BBitcount.h:4:
/host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BTypes.h:380:41: warning: arithmetic between different enumeration types ('Rank' and 'Square') is deprecated [-Wdeprecated-enum-enum-conversion]
380 | return SquareColor(int(square_rank(s) + s) & 1);
| ~~~~~~~~~~~~~~ ^ ~
1 warning generated.
[0/26] Compiling MicroMaxCppBridge AbstractAdapter.cpp
[1/26] Compiling BBitboard.cpp
[1/26] Write sources
[1/26] Copying fmax.ini
[4/26] Compiling MicroMaxCppBridge engine.cpp
[5/26] Compiling MicroMaxCppBridge WBProtocolParser.cpp
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/MicroMaxObjCBridge.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
2 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/26] Compiling MicroMaxObjCBridge resource_bundle_accessor.m
[6/26] Compiling MicroMaxCppBridge io.cpp
[6/26] Compiling MicroMaxObjCBridge MicroMaxObjCBridge.mm
In file included from /host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BMovegen.cpp:2:
In file included from /host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BMoveGen.h:4:
In file included from /host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BMove.h:5:
/host/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Bitboard/BTypes.h:380:41: warning: arithmetic between different enumeration types ('Rank' and 'Square') is deprecated [-Wdeprecated-enum-enum-conversion]
380 | return SquareColor(int(square_rank(s) + s) & 1);
| ~~~~~~~~~~~~~~ ^ ~
[6/26] Compiling BMovegen.cpp
[6/26] Compiling BBBook.cpp
[6/26] Write swift-version-24593BA9C3E375BF.txt
[6/26] Compiling MicroMaxCppBridge ChessCore.cpp
[6/26] Compiling MicroMaxCppBridge WBProtocol.cpp
BUILD FAILURE 6.2 linux