The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Reldus, reference ReImp (a073d6), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 06:58:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build 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 /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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "reldus",
      "name": "Reldus",
      "url": "https://github.com/Intron014/Reldus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Reldus",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Intron014/Reldus.git
[1/420] Fetching reldus
Fetched https://github.com/Intron014/Reldus.git from cache (0.75s)
Creating working copy for https://github.com/Intron014/Reldus.git
Working copy of https://github.com/Intron014/Reldus.git resolved at ReImp (a073d68)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Intron014/Reldus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write Reldus-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/19] Compiling ReldusCore Square.swift
[6/19] Compiling ReldusCore Search.swift
[7/20] Compiling ReldusCore MoveValidator.swift
[8/20] Compiling ReldusCore Move.swift
[9/20] Compiling ReldusCore Evaluator.swift
[10/20] Compiling ReldusCore Color.swift
[11/20] Compiling ReldusCore ChessBoard.swift
[12/20] Compiling ReldusCore ChessPiece.swift
[13/20] Emitting module ReldusCore
[14/20] Compiling ReldusCore MoveGenerator.swift
[15/20] Compiling ReldusCore Bitboard.swift
[16/20] Compiling ReldusCore CastlingSlide.swift
[17/20] Compiling ReldusCore UCI.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! (7.69s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/intron014/reldus/reimp
Repository:               Intron014/Reldus
Swift version used:       6.3
    //    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   ReldusCore
error: Unknown subcommand or plugin name ‘generate-documentation’
Usage: swift package <options> <subcommand>
error: Unknown subcommand or plugin name ‘generate-documentation’
Usage: swift package <options> <subcommand>
Error while generating docs: retryLimitExceeded(lastError: Optional(Shell command failed:
    env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift package --allow-writing-to-directory .docs/intron014/reldus/reimp generate-documentation --emit-digest --disable-indexing --output-path .docs/intron014/reldus/reimp --hosting-base-path intron014/reldus/reimp --source-service github --source-service-base-url https://github.com/Intron014/Reldus/blob/ReImp --checkout-path $PWD --target ReldusCore))
✅  Doc result (failed) reported
Done.