Build Information
Successful build of Reldus, reference ReImp (a073d6), with Swift 6.3 for Android on 15 Apr 2026 06:49:41 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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Intron014/Reldus.git
Reference: ReImp
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/Intron014/Reldus
* branch ReImp -> FETCH_HEAD
* [new branch] ReImp -> origin/ReImp
HEAD is now at a073d68 feat: range of perft test can be done at once
Cloned https://github.com/Intron014/Reldus.git
Revision (git rev-parse @):
a073d68b23b11528afd21428218fc1c5cb9d44c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Intron014/Reldus.git at ReImp
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/Intron014/Reldus.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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--4F562202D5529B1.txt
[4/19] Compiling ReldusCore Square.swift
[5/19] Compiling ReldusCore Search.swift
[6/20] Compiling ReldusCore Bitboard.swift
[7/20] Compiling ReldusCore CastlingSlide.swift
[8/20] Compiling ReldusCore Move.swift
[9/20] Compiling ReldusCore MoveGenerator.swift
[10/20] Compiling ReldusCore ChessBoard.swift
[11/20] Compiling ReldusCore ChessPiece.swift
[12/20] Compiling ReldusCore Color.swift
[13/20] Compiling ReldusCore Evaluator.swift
[14/20] Compiling ReldusCore MoveValidator.swift
[15/20] Emitting module ReldusCore
[16/20] Compiling ReldusCore UCI.swift
[17/21] Wrapping AST for ReldusCore for debugging
[19/23] Emitting module Reldus
[20/23] Compiling Reldus main.swift
[21/24] Wrapping AST for Reldus for debugging
[22/24] Write Objects.LinkFileList
[23/24] Linking Reldus
Build complete! (12.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Reldus",
"name" : "Reldus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Reldus",
"targets" : [
"Reldus"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReldusCore",
"targets" : [
"ReldusCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReldusCore",
"module_type" : "SwiftTarget",
"name" : "ReldusCore",
"path" : "Sources/ReldusCore",
"product_memberships" : [
"Reldus",
"ReldusCore"
],
"sources" : [
"Bitboard.swift",
"CastlingSlide.swift",
"ChessBoard.swift",
"ChessPiece.swift",
"Color.swift",
"Evaluator.swift",
"Move.swift",
"MoveGenerator.swift",
"MoveValidator.swift",
"Search.swift",
"Square.swift",
"UCI.swift"
],
"type" : "library"
},
{
"c99name" : "Reldus",
"module_type" : "SwiftTarget",
"name" : "Reldus",
"path" : "Sources/Reldus",
"product_memberships" : [
"Reldus"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReldusCore"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.