Build Information
Successful build of ChessKit, reference 2.0.0 (bee00f), with Swift 6.2 for macOS (SPM) on 30 Sep 2025 20:42:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2094] Fetching swift-docc-plugin
[232/5632] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.29s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
========================================
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",
"dependencies": [
{
"identity": "chesskit",
"name": "ChessKit",
"url": "https://github.com/aperechnev/ChessKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChessKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/aperechnev/ChessKit.git
[1/2513] Fetching chesskit
Fetched https://github.com/aperechnev/ChessKit.git from cache (1.04s)
Creating working copy for https://github.com/aperechnev/ChessKit.git
Working copy of https://github.com/aperechnev/ChessKit.git resolved at 2.0.0 (bee00f5)
warning: '.resolve-product-dependencies': dependency 'chesskit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aperechnev/ChessKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[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-49B95AFC49DCD68C.txt
[5/28] Emitting module ChessKit
[6/30] Compiling ChessKit RangeMoving.swift
[7/30] Compiling ChessKit RookMoving.swift
[8/30] Compiling ChessKit PieceMoving.swift
[9/30] Compiling ChessKit QueenMoving.swift
[10/30] Compiling ChessKit Bitboards.swift
[11/30] Compiling ChessKit Board.swift
[12/30] Compiling ChessKit Square.swift
[13/30] Compiling ChessKit KingMoving.swift
[14/30] Compiling ChessKit KnightMoving.swift
[15/30] Compiling ChessKit LongRangeMoving.swift
[16/30] Compiling ChessKit MovingTranslations.swift
[17/30] Compiling ChessKit PawnMoving.swift
[18/30] Compiling ChessKit Piece.swift
[19/30] Compiling ChessKit PieceColor.swift
[20/30] Compiling ChessKit PieceKind.swift
[21/30] Compiling ChessKit FenSerialization.swift
[22/30] Compiling ChessKit Game.swift
[23/30] Compiling ChessKit Move.swift
[24/30] Compiling ChessKit ShortRangeMoving.swift
[25/30] Compiling ChessKit Rules.swift
[26/30] Compiling ChessKit StandardRules.swift
[27/30] Compiling ChessKit SanSerialization.swift
[28/30] Compiling ChessKit Position.swift
[29/30] Compiling ChessKit Rays.swift
[30/30] Compiling ChessKit BishopMoving.swift
Build complete! (13.99s)
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" : "/Users/admin/builder/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"
}
Done.