The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ChessKit, reference 2.0.0 (bee00f), with Swift 6.2 for Android on 30 Sep 2025 20:43:21 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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aperechnev/ChessKit.git
Reference: 2.0.0
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
 * tag               2.0.0      -> FETCH_HEAD
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 2.0.0
========================================
Build
========================================
Selected platform:         android
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-2":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.42s)
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-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
[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--11D90AFD9DD3AB2.txt
[5/27] Emitting module ChessKit
[6/30] Compiling ChessKit RangeMoving.swift
[7/30] Compiling ChessKit RookMoving.swift
[8/30] Compiling ChessKit ShortRangeMoving.swift
[9/30] Compiling ChessKit Bitboards.swift
[10/30] Compiling ChessKit Board.swift
[11/30] Compiling ChessKit Square.swift
[12/30] Compiling ChessKit FenSerialization.swift
[13/30] Compiling ChessKit PawnMoving.swift
[14/30] Compiling ChessKit PieceMoving.swift
[15/30] Compiling ChessKit QueenMoving.swift
[16/30] Compiling ChessKit KnightMoving.swift
[17/30] Compiling ChessKit LongRangeMoving.swift
[18/30] Compiling ChessKit MovingTranslations.swift
[19/30] Compiling ChessKit PieceColor.swift
[20/30] Compiling ChessKit PieceKind.swift
[21/30] Compiling ChessKit Position.swift
[22/30] Compiling ChessKit Game.swift
[23/30] Compiling ChessKit Move.swift
[24/30] Compiling ChessKit Piece.swift
[25/30] Compiling ChessKit Rays.swift
[26/30] Compiling ChessKit BishopMoving.swift
[27/30] Compiling ChessKit KingMoving.swift
[28/30] Compiling ChessKit Rules.swift
[29/30] Compiling ChessKit StandardRules.swift
[30/30] Compiling ChessKit SanSerialization.swift
Build complete! (29.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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.