The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Reldus, reference ReImp (a073d6), with Swift 6.2 for Linux on 22 Jun 2025 11:02:42 UTC.

Swift 6 data race errors: 0

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/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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Intron014/Reldus.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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/19] Compiling ReldusCore Square.swift
[5/20] Compiling ReldusCore Move.swift
[6/20] Compiling ReldusCore MoveGenerator.swift
[7/20] Compiling ReldusCore Color.swift
[8/20] Compiling ReldusCore Evaluator.swift
[9/20] Compiling ReldusCore MoveValidator.swift
[10/20] Compiling ReldusCore Search.swift
[11/20] Emitting module ReldusCore
[12/20] Compiling ReldusCore Bitboard.swift
[13/20] Compiling ReldusCore CastlingSlide.swift
[14/20] Compiling ReldusCore ChessBoard.swift
[15/20] Compiling ReldusCore ChessPiece.swift
[16/20] Compiling ReldusCore UCI.swift
[17/23] 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! (21.95s)
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"
}
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
Done.