Build Information
Successful build of StockFishKit_iOS, reference 2.0.2 (de7bb4), with Swift 6.2 for Android on 21 Mar 2026 01:05:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SoumitSaha/StockFishKit_iOS.git
Reference: 2.0.2
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/SoumitSaha/StockFishKit_iOS
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at de7bb4f total core / 1.5 thread to gain more speed
Cloned https://github.com/SoumitSaha/StockFishKit_iOS.git
Revision (git rev-parse @):
de7bb4f4615b7faf775be148e7a28c8b5e87011a
SUCCESS checkout https://github.com/SoumitSaha/StockFishKit_iOS.git at 2.0.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/SoumitSaha/StockFishKit_iOS.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/28] Compiling memory.cpp
[1/28] Write swift-version--11D90AFD9DD3AB2.txt
[1/28] Copying nn-47fc8b7fff06.nnue
[2/28] Write sources
[4/28] Copying nn-9a0cc2a62c52.nnue
[5/28] Compiling movegen.cpp
[6/28] Compiling nnue_accumulator.cpp
[7/28] Compiling misc.cpp
[8/28] Compiling movepick.cpp
[9/28] Compiling nnue_misc.cpp
[10/28] Compiling position.cpp
[11/28] Compiling ucioption.cpp
[12/28] Compiling tune.cpp
[13/28] Compiling timeman.cpp
[14/28] Compiling tt.cpp
[15/28] Compiling StockfishWrapper.cpp
[16/28] Compiling half_ka_v2_hm.cpp
[17/28] Compiling score.cpp
[18/28] Compiling uci.cpp
[19/28] Compiling network.cpp
[20/28] Compiling tbprobe.cpp
[21/28] Compiling thread.cpp
[22/28] Compiling search.cpp
[23/28] Compiling full_threats.cpp
[24/28] Compiling bitboard.cpp
[25/28] Compiling evaluate.cpp
[26/28] Compiling benchmark.cpp
[27/28] Compiling engine.cpp
[29/32] Compiling StockFishKit_iOS resource_bundle_accessor.swift
[30/32] Compiling StockFishKit_iOS StockFish_iOSDelegate.swift
[31/32] Compiling StockFishKit_iOS StockFish_iOS.swift
[32/32] Emitting module StockFishKit_iOS
Build complete! (243.73s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "StockFishKit_iOS",
"name" : "StockFishKit_iOS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "StockFishKit_iOS",
"targets" : [
"StockFishKit_iOS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StockFishKit_iOS",
"module_type" : "SwiftTarget",
"name" : "StockFishKit_iOS",
"path" : "Sources/StockFishKit_iOS",
"product_memberships" : [
"StockFishKit_iOS"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/StockFishKit_iOS/Resources/nn-47fc8b7fff06.nnue",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/StockFishKit_iOS/Resources/nn-9a0cc2a62c52.nnue",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"StockFish_iOS.swift",
"StockFish_iOSDelegate.swift"
],
"target_dependencies" : [
"StockFishKitCXX"
],
"type" : "library"
},
{
"c99name" : "StockFishKitCXX",
"module_type" : "ClangTarget",
"name" : "StockFishKitCXX",
"path" : "Sources/StockFishKitCXX",
"product_memberships" : [
"StockFishKit_iOS"
],
"sources" : [
"StockFish_src/benchmark.cpp",
"StockFish_src/bitboard.cpp",
"StockFish_src/engine.cpp",
"StockFish_src/evaluate.cpp",
"StockFish_src/memory.cpp",
"StockFish_src/misc.cpp",
"StockFish_src/movegen.cpp",
"StockFish_src/movepick.cpp",
"StockFish_src/nnue/features/full_threats.cpp",
"StockFish_src/nnue/features/half_ka_v2_hm.cpp",
"StockFish_src/nnue/network.cpp",
"StockFish_src/nnue/nnue_accumulator.cpp",
"StockFish_src/nnue/nnue_misc.cpp",
"StockFish_src/position.cpp",
"StockFish_src/score.cpp",
"StockFish_src/search.cpp",
"StockFish_src/syzygy/tbprobe.cpp",
"StockFish_src/thread.cpp",
"StockFish_src/timeman.cpp",
"StockFish_src/tt.cpp",
"StockFish_src/tune.cpp",
"StockFish_src/uci.cpp",
"StockFish_src/ucioption.cpp",
"Wrappers/StockfishWrapper.cpp"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.