The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ChessKit, reference master (bee00f), with Swift 6.2 for Linux on 30 Sep 2025 20:43:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aperechnev/ChessKit.git
Reference: master
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/aperechnev/ChessKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bee00f5 Merge branch 'release/2.0.0'
Cloned https://github.com/aperechnev/ChessKit.git
Revision (git rev-parse @):
bee00f535ae6c6182cc3d9c9a5bd5cfb5cbc5d83
SUCCESS checkout https://github.com/aperechnev/ChessKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aperechnev/ChessKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3538] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.68s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.15s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/27] Emitting module ChessKit
[6/30] Compiling ChessKit KnightMoving.swift
[7/30] Compiling ChessKit LongRangeMoving.swift
[8/30] Compiling ChessKit MovingTranslations.swift
[9/30] Compiling ChessKit RangeMoving.swift
[10/30] Compiling ChessKit RookMoving.swift
[11/30] Compiling ChessKit ShortRangeMoving.swift
[12/30] Compiling ChessKit PawnMoving.swift
[13/30] Compiling ChessKit PieceMoving.swift
[14/30] Compiling ChessKit QueenMoving.swift
[15/30] Compiling ChessKit Bitboards.swift
[16/30] Compiling ChessKit Board.swift
[17/30] Compiling ChessKit Square.swift
[18/30] Compiling ChessKit FenSerialization.swift
[19/30] Compiling ChessKit Rules.swift
[20/30] Compiling ChessKit StandardRules.swift
[21/30] Compiling ChessKit SanSerialization.swift
[22/30] Compiling ChessKit Game.swift
[23/30] Compiling ChessKit Move.swift
[24/30] Compiling ChessKit Piece.swift
[25/30] Compiling ChessKit PieceColor.swift
[26/30] Compiling ChessKit PieceKind.swift
[27/30] Compiling ChessKit Position.swift
[28/30] Compiling ChessKit Rays.swift
[29/30] Compiling ChessKit BishopMoving.swift
[30/30] Compiling ChessKit KingMoving.swift
Build complete! (27.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ChessKit",
  "name" : "ChessKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ChessKit",
      "targets" : [
        "ChessKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ChessKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ChessKitTests",
      "path" : "Tests/ChessKitTests",
      "sources" : [
        "BoardTest.swift",
        "FenSerializationTests.swift",
        "GameTests.swift",
        "MoveTests.swift",
        "PieceColorTests.swift",
        "PieceTests.swift",
        "PositionTests.swift",
        "RaysTests.swift",
        "RealGamesTests.swift",
        "Rules/Standard/CheckmateTests.swift",
        "Rules/Standard/PawnMovesTests.swift",
        "Rules/Standard/StandardRulesTests.swift",
        "SanSerializationTests.swift",
        "SquareTest.swift"
      ],
      "target_dependencies" : [
        "ChessKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ChessKit",
      "module_type" : "SwiftTarget",
      "name" : "ChessKit",
      "path" : "Sources/ChessKit",
      "product_memberships" : [
        "ChessKit"
      ],
      "sources" : [
        "Board/Bitboards.swift",
        "Board/Board.swift",
        "Board/Square.swift",
        "FenSerialization.swift",
        "Game.swift",
        "Move.swift",
        "Piece/Piece.swift",
        "Piece/PieceColor.swift",
        "Piece/PieceKind.swift",
        "Position.swift",
        "Rays.swift",
        "Rules/Piece Moving/BishopMoving.swift",
        "Rules/Piece Moving/KingMoving.swift",
        "Rules/Piece Moving/KnightMoving.swift",
        "Rules/Piece Moving/LongRangeMoving.swift",
        "Rules/Piece Moving/MovingTranslations.swift",
        "Rules/Piece Moving/PawnMoving.swift",
        "Rules/Piece Moving/PieceMoving.swift",
        "Rules/Piece Moving/QueenMoving.swift",
        "Rules/Piece Moving/RangeMoving.swift",
        "Rules/Piece Moving/RookMoving.swift",
        "Rules/Piece Moving/ShortRangeMoving.swift",
        "Rules/Rules.swift",
        "Rules/StandardRules.swift",
        "SanSerialization.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.