Build Information
Successful build of ChessboardKit, reference main (8c2aef), with Swift 6.2 for macOS (SPM) on 13 Dec 2025 16:50:36 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/rohanrhu/ChessboardKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rohanrhu/ChessboardKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8c2aef4 Merge pull request #6 from Trickfest/click-to-move
Cloned https://github.com/rohanrhu/ChessboardKit.git
Revision (git rev-parse @):
8c2aef4f9d52c62ef92d8bcfab37d903c0dcbadd
SUCCESS checkout https://github.com/rohanrhu/ChessboardKit.git at main
Fetching https://github.com/aperechnev/ChessKit
[1/2613] Fetching chesskit
Fetched https://github.com/aperechnev/ChessKit from cache (1.22s)
Computing version for https://github.com/aperechnev/ChessKit
Computed https://github.com/aperechnev/ChessKit at 1.3.7 (4.09s)
Creating working copy for https://github.com/aperechnev/ChessKit
Working copy of https://github.com/aperechnev/ChessKit resolved at 1.3.7
========================================
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": "chessboardkit",
"name": "ChessboardKit",
"url": "https://github.com/rohanrhu/ChessboardKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChessboardKit",
"dependencies": [
{
"identity": "chesskit",
"name": "ChessKit",
"url": "https://github.com/aperechnev/ChessKit",
"version": "1.3.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChessKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/rohanrhu/ChessboardKit.git
[1/81] Fetching chessboardkit
Fetched https://github.com/rohanrhu/ChessboardKit.git from cache (1.76s)
Fetching https://github.com/aperechnev/ChessKit from cache
Fetched https://github.com/aperechnev/ChessKit from cache (0.46s)
Computing version for https://github.com/aperechnev/ChessKit
Computed https://github.com/aperechnev/ChessKit at 1.3.7 (0.51s)
Creating working copy for https://github.com/aperechnev/ChessKit
Working copy of https://github.com/aperechnev/ChessKit resolved at 1.3.7
Creating working copy for https://github.com/rohanrhu/ChessboardKit.git
Working copy of https://github.com/rohanrhu/ChessboardKit.git resolved at main (8c2aef4)
warning: '.resolve-product-dependencies': dependency 'chessboardkit' is not used by any target
Found 1 product dependencies
- ChessKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rohanrhu/ChessboardKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Copying wR.png
[1/15] Copying bB.png
[1/15] Copying bR.png
[1/15] Copying wP.png
[2/15] Copying bP.png
[4/15] Copying bQ.png
[4/15] Copying wN.png
[4/15] Write sources
[5/15] Copying wK.png
[5/15] Copying bN.png
[6/15] Copying wB.png
[6/15] Write sources
[8/15] Copying wQ.png
[8/15] Copying bK.png
[14/15] Write swift-version-49B95AFC49DCD68C.txt
[16/39] Emitting module ChessKit
[17/41] Compiling ChessKit PieceMoving.swift
[18/41] Compiling ChessKit QueenMoving.swift
[19/41] Compiling ChessKit MovingTranslations.swift
[20/41] Compiling ChessKit PawnMoving.swift
[21/41] Compiling ChessKit FenSerialization.swift
[22/41] Compiling ChessKit Game.swift
[23/41] Compiling ChessKit Move.swift
[24/41] Compiling ChessKit RangeMoving.swift
[25/41] Compiling ChessKit RookMoving.swift
[26/41] Compiling ChessKit KingMoving.swift
[27/41] Compiling ChessKit KnightMoving.swift
[28/41] Compiling ChessKit LongRangeMoving.swift
[29/41] Compiling ChessKit ShortRangeMoving.swift
[30/41] Compiling ChessKit Rules.swift
[31/41] Compiling ChessKit Bitboards.swift
[32/41] Compiling ChessKit Board.swift
[33/41] Compiling ChessKit Square.swift
[34/41] Compiling ChessKit Piece.swift
[35/41] Compiling ChessKit PieceColor.swift
[36/41] Compiling ChessKit PieceKind.swift
[37/41] Compiling ChessKit Position.swift
[38/41] Compiling ChessKit Rays.swift
[39/41] Compiling ChessKit BishopMoving.swift
[40/41] Compiling ChessKit StandardRules.swift
[41/41] Compiling ChessKit SanSerialization.swift
[42/46] Compiling ChessboardKit resource_bundle_accessor.swift
[43/46] Compiling ChessboardKit Theme.swift
[44/46] Emitting module ChessboardKit
[45/46] Compiling ChessboardKit Fen.swift
[46/46] Compiling ChessboardKit ChessboardKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/ChessboardKit.swift:684:32: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
682 | .contentShape(Rectangle())
683 | } else if phase.error != nil {
684 | Text("\(piece)")
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
685 | .foregroundStyle(piece.color == PieceColor.white ? Color.white : Color.black)
686 | .font(.system(size: 18))
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (11.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "chesskit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/aperechnev/ChessKit"
}
],
"manifest_display_name" : "ChessboardKit",
"name" : "ChessboardKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ChessboardKit",
"targets" : [
"ChessboardKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "ChessboardKit",
"module_type" : "SwiftTarget",
"name" : "ChessboardKit",
"path" : "Sources/ChessboardKit",
"product_dependencies" : [
"ChessKit"
],
"product_memberships" : [
"ChessboardKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bB.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bK.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bN.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bP.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bQ.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bR.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wB.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wK.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wN.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wP.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wQ.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wR.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ChessboardKit.swift",
"Fen.swift",
"Theme.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.