The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Reldus, reference ReImp (a073d6), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 11:03:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Intron014/Reldus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write Reldus-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/19] Compiling ReldusCore Square.swift
[6/20] Compiling ReldusCore UCI.swift
[7/20] Compiling ReldusCore Search.swift
[8/20] Compiling ReldusCore Move.swift
[9/20] Compiling ReldusCore MoveValidator.swift
[10/20] Compiling ReldusCore Evaluator.swift
[11/20] Compiling ReldusCore Color.swift
[12/20] Compiling ReldusCore ChessBoard.swift
[13/20] Compiling ReldusCore ChessPiece.swift
[14/20] Compiling ReldusCore Bitboard.swift
[15/20] Compiling ReldusCore CastlingSlide.swift
[16/20] Emitting module ReldusCore
[17/20] Compiling ReldusCore MoveGenerator.swift
[18/22] Compiling Reldus main.swift
[19/22] Emitting module Reldus
[19/22] Write Objects.LinkFileList
[20/22] Linking Reldus
[21/22] Applying Reldus
Build complete! (6.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reldus",
  "name" : "Reldus",
  "path" : "/Users/admin/builder/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"
}
Done.