Build Information
Successful build of swift-chess-neo, reference master (1a2031), with Swift 6.2 for macOS (SPM) on 16 Sep 2025 23:47:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/navanchauhan/swift-chess-neo.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/navanchauhan/swift-chess-neo
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1a20317 Merge pull request #8 from navanchauhan/feature/swiftui-board
Cloned https://github.com/navanchauhan/swift-chess-neo.git
Revision (git rev-parse @):
1a2031788da75026c1bb25fccffa38ab6ec8bdf5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-chess-neo.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/navanchauhan/swift-chess-neo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/22] Compiling SwiftChessCore Piece.swift
[5/22] Compiling SwiftChessCore Player.swift
[6/22] Compiling SwiftChessCore Rank.swift
[7/22] Compiling SwiftChessCore Sequence+Sage.swift
[8/22] Compiling SwiftChessCore Square.swift
[9/22] Compiling SwiftChessCore Tables.swift
[10/23] Compiling SwiftChessCore Variant.swift
[11/23] Compiling SwiftChessCore Move.swift
[12/23] Compiling SwiftChessCore PGN.swift
[13/23] Compiling SwiftChessCore InternalTypes.swift
[14/23] Compiling SwiftChessCore Minimax.swift
[15/23] Compiling SwiftChessCore File.swift
[16/23] Compiling SwiftChessCore Game.swift
[17/23] Compiling SwiftChessCore CastlingRights.swift
[18/23] Compiling SwiftChessCore Color.swift
[19/23] Emitting module SwiftChessCore
[20/23] Compiling SwiftChessCore Bitboard.swift
[21/23] Compiling SwiftChessCore Board.swift
[22/23] Compiling SwiftChessCore PGNMove.swift
[23/23] Compiling SwiftChessCore PGNMovetextParser.swift
[24/29] Compiling SwiftChessUI BoardView+Preview.swift
[25/29] Compiling SwiftChessUI BoardView.swift
[26/29] Compiling SwiftChessUI Board+View.swift
[27/29] Compiling SwiftChessUI BoardState.swift
[28/29] Emitting module SwiftChessUI
[29/29] Compiling SwiftChessUI MovetextOutline.swift
Build complete! (8.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-chess-neo",
"name" : "swift-chess-neo",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftChessCore",
"targets" : [
"SwiftChessCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftChessUI",
"targets" : [
"SwiftChessUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftChessUI",
"module_type" : "SwiftTarget",
"name" : "SwiftChessUI",
"path" : "Sources/SwiftChessUI",
"product_memberships" : [
"SwiftChessUI"
],
"sources" : [
"Board+View.swift",
"BoardState.swift",
"BoardView+Preview.swift",
"BoardView.swift",
"MovetextOutline.swift"
],
"target_dependencies" : [
"SwiftChessCore"
],
"type" : "library"
},
{
"c99name" : "SwiftChessCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftChessCoreTests",
"path" : "Tests/SwiftChessCoreTests",
"sources" : [
"BoardStateTests.swift",
"MiscTests.swift",
"PGNParsingTests.swift",
"SwiftChessCoreTests.swift"
],
"target_dependencies" : [
"SwiftChessCore",
"SwiftChessUI"
],
"type" : "test"
},
{
"c99name" : "SwiftChessCore",
"module_type" : "SwiftTarget",
"name" : "SwiftChessCore",
"path" : "Sources/SwiftChessCore",
"product_memberships" : [
"SwiftChessCore",
"SwiftChessUI"
],
"sources" : [
"Bitboard.swift",
"Board.swift",
"CastlingRights.swift",
"Color.swift",
"File.swift",
"Game.swift",
"InternalTypes.swift",
"Minimax.swift",
"Move.swift",
"PGN.swift",
"PGNMove.swift",
"PGNMovetextParser.swift",
"Piece.swift",
"Player.swift",
"Rank.swift",
"Sequence+Sage.swift",
"Square.swift",
"Tables.swift",
"Variant.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.