The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-chess-neo, reference 1.0.0 (7a2a98), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 15:45:13 UTC.

Swift 6 data race errors: 219

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-chess-neo -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

internal let _kingAttackTable = Square.all.map { square in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:41:14: note: add '@MainActor' to make let '_kingAttackTable' part of global actor 'MainActor'
internal let _kingAttackTable = Square.all.map { square in
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:41:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _kingAttackTable = Square.all.map { square in
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:46:14: warning: let '_knightAttackTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _knightAttackTable = Square.all.map { square in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:46:14: note: add '@MainActor' to make let '_knightAttackTable' part of global actor 'MainActor'
internal let _knightAttackTable = Square.all.map { square in
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:46:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _knightAttackTable = Square.all.map { square in
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:85:14: warning: let '_betweenTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _betweenTable: [Bitboard] = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:85:14: note: add '@MainActor' to make let '_betweenTable' part of global actor 'MainActor'
internal let _betweenTable: [Bitboard] = {
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:85:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _betweenTable: [Bitboard] = {
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:97:14: warning: let '_lineTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _lineTable: [Bitboard] = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:97:14: note: add '@MainActor' to make let '_lineTable' part of global actor 'MainActor'
internal let _lineTable: [Bitboard] = {
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:97:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _lineTable: [Bitboard] = {
             ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling CastlingRights.swift, Color.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k Compiling\ InternalTypes.swift,\ Move.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/InternalTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Move.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/InternalTypes.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Move.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Piece.swift, Player.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ InternalTypes.swift,\ Move.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/InternalTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Move.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/InternalTypes.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Move.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Square.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ File.swift,\ Game.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:62:25: warning: static property '_a' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _a = File.a
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:62:25: note: add '@MainActor' to make static property '_a' part of global actor 'MainActor'
    internal static let _a = File.a
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:62:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _a = File.a
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:65:25: warning: static property '_b' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _b = File.b
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:65:25: note: add '@MainActor' to make static property '_b' part of global actor 'MainActor'
    internal static let _b = File.b
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:65:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _b = File.b
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:68:25: warning: static property '_c' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _c = File.c
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:68:25: note: add '@MainActor' to make static property '_c' part of global actor 'MainActor'
    internal static let _c = File.c
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:68:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _c = File.c
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:71:25: warning: static property '_d' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _d = File.d
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:71:25: note: add '@MainActor' to make static property '_d' part of global actor 'MainActor'
    internal static let _d = File.d
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:71:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _d = File.d
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:74:25: warning: static property '_e' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _e = File.e
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:74:25: note: add '@MainActor' to make static property '_e' part of global actor 'MainActor'
    internal static let _e = File.e
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:74:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _e = File.e
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:77:25: warning: static property '_f' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _f = File.f
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:77:25: note: add '@MainActor' to make static property '_f' part of global actor 'MainActor'
    internal static let _f = File.f
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:77:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _f = File.f
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:80:25: warning: static property '_g' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _g = File.g
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:80:25: note: add '@MainActor' to make static property '_g' part of global actor 'MainActor'
    internal static let _g = File.g
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:80:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _g = File.g
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:83:25: warning: static property '_h' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _h = File.h
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:83:25: note: add '@MainActor' to make static property '_h' part of global actor 'MainActor'
    internal static let _h = File.h
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:83:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _h = File.h
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:90:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[File]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: [File] = [.a, .b, .c, .d, .e, .f, .g, .h]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:90:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: [File] = [.a, .b, .c, .d, .e, .f, .g, .h]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: [File] = [.a, .b, .c, .d, .e, .f, .g, .h]
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:35:29: warning: static property '_draw' is not concurrency-safe because non-'Sendable' type 'Game.Outcome' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _draw = Outcome.draw
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:26:17: note: consider making enum 'Outcome' conform to the 'Sendable' protocol
    public enum Outcome: Hashable, CustomStringConvertible {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:35:29: note: add '@MainActor' to make static property '_draw' part of global actor 'MainActor'
        internal static let _draw = Outcome.draw
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:35:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _draw = Outcome.draw
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:235:14: warning: associated value 'wrongKingCount' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Color'; this is an error in the Swift 6 language mode
        case wrongKingCount(Color)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Color.swift:22:13: note: consider making enum 'Color' conform to the 'Sendable' protocol
public enum Color: String, CustomStringConvertible {
            ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:238:14: warning: associated value 'missingKing' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'CastlingRights.Right'; this is an error in the Swift 6 language mode
        case missingKing(CastlingRights.Right)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/CastlingRights.swift:27:17: note: consider making enum 'Right' conform to the 'Sendable' protocol
    public enum Right: String, CustomStringConvertible {
                ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:241:14: warning: associated value 'missingRook' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'CastlingRights.Right'; this is an error in the Swift 6 language mode
        case missingRook(CastlingRights.Right)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/CastlingRights.swift:27:17: note: consider making enum 'Right' conform to the 'Sendable' protocol
    public enum Right: String, CustomStringConvertible {
                ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:244:14: warning: associated value 'wrongEnPassantTargetRank' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Rank'; this is an error in the Swift 6 language mode
        case wrongEnPassantTargetRank(Rank)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift:24:13: note: consider making enum 'Rank' conform to the 'Sendable' protocol
public enum Rank: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:247:14: warning: associated value 'nonEmptyEnPassantTarget' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantTarget(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:247:14: warning: associated value 'nonEmptyEnPassantTarget' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Piece'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantTarget(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Piece.swift:22:15: note: consider making struct 'Piece' conform to the 'Sendable' protocol
public struct Piece: Hashable, CustomStringConvertible {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:250:14: warning: associated value 'missingEnPassantPawn' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case missingEnPassantPawn(Square)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:253:14: warning: associated value 'nonEmptyEnPassantSquare' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantSquare(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:253:14: warning: associated value 'nonEmptyEnPassantSquare' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Piece'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantSquare(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Piece.swift:22:15: note: consider making struct 'Piece' conform to the 'Sendable' protocol
public struct Piece: Hashable, CustomStringConvertible {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:263:14: warning: associated value 'missingPiece' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case missingPiece(Square)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:266:14: warning: associated value 'illegalMove' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Move'; this is an error in the Swift 6 language mode
        case illegalMove(Move, Color, Board)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Move.swift:22:15: note: consider making struct 'Move' conform to the 'Sendable' protocol
public struct Move: Hashable, CustomStringConvertible {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:266:14: warning: associated value 'illegalMove' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Color'; this is an error in the Swift 6 language mode
        case illegalMove(Move, Color, Board)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Color.swift:22:13: note: consider making enum 'Color' conform to the 'Sendable' protocol
public enum Color: String, CustomStringConvertible {
            ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:266:14: warning: associated value 'illegalMove' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Board'; this is an error in the Swift 6 language mode
        case illegalMove(Move, Color, Board)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Board.swift:30:15: note: consider making struct 'Board' conform to the 'Sendable' protocol
public struct Board: Hashable, CustomStringConvertible {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:269:14: warning: associated value 'invalidPromotion' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Piece.Kind'; this is an error in the Swift 6 language mode
        case invalidPromotion(Piece.Kind)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Piece.swift:25:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
    public enum Kind: Int {
                ^
                         , Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling PGN.swift, PGNMove.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k Compiling\ File.swift,\ Game.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:62:25: warning: static property '_a' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _a = File.a
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:62:25: note: add '@MainActor' to make static property '_a' part of global actor 'MainActor'
    internal static let _a = File.a
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:62:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _a = File.a
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:65:25: warning: static property '_b' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _b = File.b
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:65:25: note: add '@MainActor' to make static property '_b' part of global actor 'MainActor'
    internal static let _b = File.b
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:65:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _b = File.b
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:68:25: warning: static property '_c' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _c = File.c
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:68:25: note: add '@MainActor' to make static property '_c' part of global actor 'MainActor'
    internal static let _c = File.c
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:68:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _c = File.c
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:71:25: warning: static property '_d' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _d = File.d
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:71:25: note: add '@MainActor' to make static property '_d' part of global actor 'MainActor'
    internal static let _d = File.d
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:71:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _d = File.d
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:74:25: warning: static property '_e' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _e = File.e
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:74:25: note: add '@MainActor' to make static property '_e' part of global actor 'MainActor'
    internal static let _e = File.e
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:74:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _e = File.e
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:77:25: warning: static property '_f' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _f = File.f
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:77:25: note: add '@MainActor' to make static property '_f' part of global actor 'MainActor'
    internal static let _f = File.f
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:77:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _f = File.f
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:80:25: warning: static property '_g' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _g = File.g
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:80:25: note: add '@MainActor' to make static property '_g' part of global actor 'MainActor'
    internal static let _g = File.g
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:80:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _g = File.g
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:83:25: warning: static property '_h' is not concurrency-safe because non-'Sendable' type 'File' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _h = File.h
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:83:25: note: add '@MainActor' to make static property '_h' part of global actor 'MainActor'
    internal static let _h = File.h
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:83:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _h = File.h
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:90:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[File]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: [File] = [.a, .b, .c, .d, .e, .f, .g, .h]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:24:13: note: consider making enum 'File' conform to the 'Sendable' protocol
public enum File: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:90:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: [File] = [.a, .b, .c, .d, .e, .f, .g, .h]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/File.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: [File] = [.a, .b, .c, .d, .e, .f, .g, .h]
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:35:29: warning: static property '_draw' is not concurrency-safe because non-'Sendable' type 'Game.Outcome' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _draw = Outcome.draw
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:26:17: note: consider making enum 'Outcome' conform to the 'Sendable' protocol
    public enum Outcome: Hashable, CustomStringConvertible {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:35:29: note: add '@MainActor' to make static property '_draw' part of global actor 'MainActor'
        internal static let _draw = Outcome.draw
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:35:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _draw = Outcome.draw
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:235:14: warning: associated value 'wrongKingCount' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Color'; this is an error in the Swift 6 language mode
        case wrongKingCount(Color)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Color.swift:22:13: note: consider making enum 'Color' conform to the 'Sendable' protocol
public enum Color: String, CustomStringConvertible {
            ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:238:14: warning: associated value 'missingKing' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'CastlingRights.Right'; this is an error in the Swift 6 language mode
        case missingKing(CastlingRights.Right)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/CastlingRights.swift:27:17: note: consider making enum 'Right' conform to the 'Sendable' protocol
    public enum Right: String, CustomStringConvertible {
                ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:241:14: warning: associated value 'missingRook' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'CastlingRights.Right'; this is an error in the Swift 6 language mode
        case missingRook(CastlingRights.Right)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/CastlingRights.swift:27:17: note: consider making enum 'Right' conform to the 'Sendable' protocol
    public enum Right: String, CustomStringConvertible {
                ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:244:14: warning: associated value 'wrongEnPassantTargetRank' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Rank'; this is an error in the Swift 6 language mode
        case wrongEnPassantTargetRank(Rank)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift:24:13: note: consider making enum 'Rank' conform to the 'Sendable' protocol
public enum Rank: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:247:14: warning: associated value 'nonEmptyEnPassantTarget' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantTarget(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:247:14: warning: associated value 'nonEmptyEnPassantTarget' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Piece'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantTarget(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Piece.swift:22:15: note: consider making struct 'Piece' conform to the 'Sendable' protocol
public struct Piece: Hashable, CustomStringConvertible {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:250:14: warning: associated value 'missingEnPassantPawn' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case missingEnPassantPawn(Square)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:253:14: warning: associated value 'nonEmptyEnPassantSquare' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantSquare(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:253:14: warning: associated value 'nonEmptyEnPassantSquare' of 'Sendable'-conforming enum 'PositionError' has non-sendable type 'Piece'; this is an error in the Swift 6 language mode
        case nonEmptyEnPassantSquare(Square, Piece)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Piece.swift:22:15: note: consider making struct 'Piece' conform to the 'Sendable' protocol
public struct Piece: Hashable, CustomStringConvertible {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:263:14: warning: associated value 'missingPiece' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Square'; this is an error in the Swift 6 language mode
        case missingPiece(Square)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:266:14: warning: associated value 'illegalMove' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Move'; this is an error in the Swift 6 language mode
        case illegalMove(Move, Color, Board)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Move.swift:22:15: note: consider making struct 'Move' conform to the 'Sendable' protocol
public struct Move: Hashable, CustomStringConvertible {
              ^
                                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:266:14: warning: associated value 'illegalMove' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Color'; this is an error in the Swift 6 language mode
        case illegalMove(Move, Color, Board)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Color.swift:22:13: note: consider making enum 'Color' conform to the 'Sendable' protocol
public enum Color: String, CustomStringConvertible {
            ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:266:14: warning: associated value 'illegalMove' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Board'; this is an error in the Swift 6 language mode
        case illegalMove(Move, Color, Board)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Board.swift:30:15: note: consider making struct 'Board' conform to the 'Sendable' protocol
public struct Board: Hashable, CustomStringConvertible {
              ^
                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Game.swift:269:14: warning: associated value 'invalidPromotion' of 'Sendable'-conforming enum 'ExecutionError' has non-sendable type 'Piece.Kind'; this is an error in the Swift 6 language mode
        case invalidPromotion(Piece.Kind)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Piece.swift:25:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
    public enum Kind: Int {
                ^
                         , Sendable
SwiftDriverJobDiscovery normal armv7k Compiling InternalTypes.swift, Move.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 Compiling\ Tables.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:31:14: warning: let '_whitePawnAttackTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _whitePawnAttackTable = Square.all.map { square in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:31:14: note: add '@MainActor' to make let '_whitePawnAttackTable' part of global actor 'MainActor'
internal let _whitePawnAttackTable = Square.all.map { square in
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:31:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _whitePawnAttackTable = Square.all.map { square in
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:36:14: warning: let '_blackPawnAttackTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _blackPawnAttackTable = Square.all.map { square in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:36:14: note: add '@MainActor' to make let '_blackPawnAttackTable' part of global actor 'MainActor'
internal let _blackPawnAttackTable = Square.all.map { square in
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:36:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _blackPawnAttackTable = Square.all.map { square in
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:41:14: warning: let '_kingAttackTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _kingAttackTable = Square.all.map { square in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:41:14: note: add '@MainActor' to make let '_kingAttackTable' part of global actor 'MainActor'
internal let _kingAttackTable = Square.all.map { square in
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:41:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _kingAttackTable = Square.all.map { square in
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:46:14: warning: let '_knightAttackTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _knightAttackTable = Square.all.map { square in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:46:14: note: add '@MainActor' to make let '_knightAttackTable' part of global actor 'MainActor'
internal let _knightAttackTable = Square.all.map { square in
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:46:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _knightAttackTable = Square.all.map { square in
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:85:14: warning: let '_betweenTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _betweenTable: [Bitboard] = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:85:14: note: add '@MainActor' to make let '_betweenTable' part of global actor 'MainActor'
internal let _betweenTable: [Bitboard] = {
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:85:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _betweenTable: [Bitboard] = {
             ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:97:14: warning: let '_lineTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
internal let _lineTable: [Bitboard] = {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:97:14: note: add '@MainActor' to make let '_lineTable' part of global actor 'MainActor'
internal let _lineTable: [Bitboard] = {
             ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Tables.swift:97:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal let _lineTable: [Bitboard] = {
             ^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling PGN.swift, PGNMove.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ Variant.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:31:25: warning: static property '_standard' is not concurrency-safe because non-'Sendable' type 'Variant' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _standard = Variant.standard
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:22:13: note: consider making enum 'Variant' conform to the 'Sendable' protocol
public enum Variant {
            ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:31:25: note: add '@MainActor' to make static property '_standard' part of global actor 'MainActor'
    internal static let _standard = Variant.standard
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:31:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _standard = Variant.standard
                        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:34:25: warning: static property '_upsideDown' is not concurrency-safe because non-'Sendable' type 'Variant' may have shared mutable state; this is an error in the Swift 6 language mode
    internal static let _upsideDown = Variant.upsideDown
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:22:13: note: consider making enum 'Variant' conform to the 'Sendable' protocol
public enum Variant {
            ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:34:25: note: add '@MainActor' to make static property '_upsideDown' part of global actor 'MainActor'
    internal static let _upsideDown = Variant.upsideDown
                        ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Variant.swift:34:25: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    internal static let _upsideDown = Variant.upsideDown
                        ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftChessNeo (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftDriver\ Compilation\ Requirements SwiftChessNeo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Tables.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ Bitboard.swift,\ Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Board.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:42:13: warning: let '_bitboardTable' is not concurrency-safe because non-'Sendable' type '[Bitboard]' may have shared mutable state; this is an error in the Swift 6 language mode
private let _bitboardTable: [Bitboard] = (0 ..< 64).map { Bitboard(rawValue: 1 << $0) }
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:42:13: note: add '@MainActor' to make let '_bitboardTable' part of global actor 'MainActor'
private let _bitboardTable: [Bitboard] = (0 ..< 64).map { Bitboard(rawValue: 1 << $0) }
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:42:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _bitboardTable: [Bitboard] = (0 ..< 64).map { Bitboard(rawValue: 1 << $0) }
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:56:13: warning: let '_notFileA' is not concurrency-safe because non-'Sendable' type 'Bitboard' may have shared mutable state; this is an error in the Swift 6 language mode
private let _notFileA: Bitboard = 0xfefefefefefefefe
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:56:13: note: add '@MainActor' to make let '_notFileA' part of global actor 'MainActor'
private let _notFileA: Bitboard = 0xfefefefefefefefe
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:56:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _notFileA: Bitboard = 0xfefefefefefefefe
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:59:13: warning: let '_notFileAB' is not concurrency-safe because non-'Sendable' type 'Bitboard' may have shared mutable state; this is an error in the Swift 6 language mode
private let _notFileAB: Bitboard = 0xfcfcfcfcfcfcfcfc
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:59:13: note: add '@MainActor' to make let '_notFileAB' part of global actor 'MainActor'
private let _notFileAB: Bitboard = 0xfcfcfcfcfcfcfcfc
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:59:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _notFileAB: Bitboard = 0xfcfcfcfcfcfcfcfc
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:62:13: warning: let '_notFileH' is not concurrency-safe because non-'Sendable' type 'Bitboard' may have shared mutable state; this is an error in the Swift 6 language mode
private let _notFileH: Bitboard = 0x7f7f7f7f7f7f7f7f
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:62:13: note: add '@MainActor' to make let '_notFileH' part of global actor 'MainActor'
private let _notFileH: Bitboard = 0x7f7f7f7f7f7f7f7f
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:62:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _notFileH: Bitboard = 0x7f7f7f7f7f7f7f7f
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:65:13: warning: let '_notFileGH' is not concurrency-safe because non-'Sendable' type 'Bitboard' may have shared mutable state; this is an error in the Swift 6 language mode
private let _notFileGH: Bitboard = 0x3f3f3f3f3f3f3f3f
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:65:13: note: add '@MainActor' to make let '_notFileGH' part of global actor 'MainActor'
private let _notFileGH: Bitboard = 0x3f3f3f3f3f3f3f3f
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:65:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let _notFileGH: Bitboard = 0x3f3f3f3f3f3f3f3f
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:108:29: warning: static property '_north' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _north = ShiftDirection.north
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:108:29: note: add '@MainActor' to make static property '_north' part of global actor 'MainActor'
        internal static let _north = ShiftDirection.north
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:108:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _north = ShiftDirection.north
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:111:29: warning: static property '_south' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _south = ShiftDirection.south
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:111:29: note: add '@MainActor' to make static property '_south' part of global actor 'MainActor'
        internal static let _south = ShiftDirection.south
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:111:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _south = ShiftDirection.south
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:114:29: warning: static property '_east' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _east = ShiftDirection.east
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:114:29: note: add '@MainActor' to make static property '_east' part of global actor 'MainActor'
        internal static let _east = ShiftDirection.east
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:114:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _east = ShiftDirection.east
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:117:29: warning: static property '_west' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _west = ShiftDirection.west
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:117:29: note: add '@MainActor' to make static property '_west' part of global actor 'MainActor'
        internal static let _west = ShiftDirection.west
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:117:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _west = ShiftDirection.west
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:120:29: warning: static property '_northeast' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _northeast = ShiftDirection.northeast
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:120:29: note: add '@MainActor' to make static property '_northeast' part of global actor 'MainActor'
        internal static let _northeast = ShiftDirection.northeast
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:120:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _northeast = ShiftDirection.northeast
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:123:29: warning: static property '_southeast' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _southeast = ShiftDirection.southeast
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:123:29: note: add '@MainActor' to make static property '_southeast' part of global actor 'MainActor'
        internal static let _southeast = ShiftDirection.southeast
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:123:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _southeast = ShiftDirection.southeast
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:126:29: warning: static property '_northwest' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _northwest = ShiftDirection.northwest
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:126:29: note: add '@MainActor' to make static property '_northwest' part of global actor 'MainActor'
        internal static let _northwest = ShiftDirection.northwest
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:126:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _northwest = ShiftDirection.northwest
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:129:29: warning: static property '_southwest' is not concurrency-safe because non-'Sendable' type 'Bitboard.ShiftDirection' may have shared mutable state; this is an error in the Swift 6 language mode
        internal static let _southwest = ShiftDirection.southwest
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:81:17: note: consider making enum 'ShiftDirection' conform to the 'Sendable' protocol
    public enum ShiftDirection {
                ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:129:29: note: add '@MainActor' to make static property '_southwest' part of global actor 'MainActor'
        internal static let _southwest = ShiftDirection.southwest
                            ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:129:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        internal static let _southwest = ShiftDirection.southwest
                            ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:152:23: warning: static property 'edges' is not concurrency-safe because non-'Sendable' type 'Bitboard' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let edges: Bitboard = 0xff818181818181ff
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:78:15: note: consider making struct 'Bitboard' conform to the 'Sendable' protocol
public struct Bitboard: RawRepresentable, Hashable, CustomStringConvertible {
              ^
                                                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:152:23: note: add '@MainActor' to make static property 'edges' part of global actor 'MainActor'
    public static let edges: Bitboard = 0xff818181818181ff
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Bitboard.swift:152:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let edges: Bitboard = 0xff818181818181ff
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Board.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftChessNeo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo-Swift.h (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftChessNeo-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling Bitboard.swift, Board.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftmodule (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftdoc (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.abi.json (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftsourceinfo (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriver\ Compilation SwiftChessNeo normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PGN.swift,\ PGNMove.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/PGN.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/PGNMove.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/PGN.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/PGNMove.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Rank.swift,\ Sequence+Sage.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Sequence+Sage.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift:66:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Rank]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: [Rank] = [1, 2, 3, 4, 5, 6, 7, 8]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift:24:13: note: consider making enum 'Rank' conform to the 'Sendable' protocol
public enum Rank: Int, Comparable, CustomStringConvertible {
            ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift:66:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: [Rank] = [1, 2, 3, 4, 5, 6, 7, 8]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Rank.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: [Rank] = [1, 2, 3, 4, 5, 6, 7, 8]
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Sequence+Sage.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling File.swift, Game.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ Square.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:226:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Square]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: [Square] = (0 ..< 64).compactMap(Square.init(rawValue:))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:27:13: note: consider making enum 'Square' conform to the 'Sendable' protocol
public enum Square: Int, CustomStringConvertible {
            ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:226:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: [Square] = (0 ..< 64).compactMap(Square.init(rawValue:))
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftChessNeo/Square.swift:226:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: [Square] = (0 ..< 64).compactMap(Square.init(rawValue:))
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling InternalTypes.swift, Move.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64 Compiling Piece.swift, Player.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64 Compiling CastlingRights.swift, Color.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/Binary/SwiftChessNeo.o normal arm64_32 (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/Binary/SwiftChessNeo.o
SwiftDriver SwiftChessNeoTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftChessNeoTests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling File.swift, Game.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftDriver SwiftChessNeoTests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
EmitSwiftModule normal arm64 (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
EmitSwiftModule normal armv7k (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Tables.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k Compiling\ SwiftChessNeoTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
EmitSwiftModule normal arm64_32 (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Variant.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k Compiling\ PGNParsingTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ PlayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Rank.swift, Sequence+Sage.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal armv7k Compiling\ VariantTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Square.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 Compiling\ SwiftChessNeoTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Bitboard.swift, Board.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 Compiling\ VariantTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling PGN.swift, PGNMove.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ VariantTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Bitboard.swift, Board.swift (in target 'SwiftChessNeo' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ PlayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriver\ Compilation\ Requirements SwiftChessNeoTests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64 Compiling\ PGNParsingTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation\ Requirements SwiftChessNeoTests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftmodule (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriver\ Compilation\ Requirements SwiftChessNeoTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftdoc (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.abi.json (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftmodule (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftdoc (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.abi.json (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftmodule (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftdoc (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.abi.json (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftsourceinfo (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftsourceinfo (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftsourceinfo (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ SwiftChessNeoTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ PGNParsingTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ PlayerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/SwiftChessNeoTests/PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal armv7k Compiling PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriver\ Compilation SwiftChessNeo normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriver\ Compilation SwiftChessNeo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriver\ Compilation SwiftChessNeoTests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/Binary/SwiftChessNeo.o normal armv7k (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/Binary/SwiftChessNeo.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/Binary/SwiftChessNeo.o normal arm64 (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/Binary/SwiftChessNeo.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.o normal arm64\ armv7k\ arm64_32 (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/Binary/SwiftChessNeo.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/Binary/SwiftChessNeo.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/Binary/SwiftChessNeo.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.o
ExtractAppIntentsMetadata (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftChessNeo --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.SwiftChessNeo --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/SwiftChessNeo.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/SwiftChessNeo.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 08:45:11.906 appintentsmetadataprocessor[762:4757] Starting appintentsmetadataprocessor export
2025-04-28 08:45:11.952 appintentsmetadataprocessor[762:4757] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64 Compiling PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.o (in target 'SwiftChessNeo' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeo.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/empty-SwiftChessNeoTests.plist (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/empty-SwiftChessNeoTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/Binary/SwiftChessNeoTests normal armv7k (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/Binary/SwiftChessNeoTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/armv7k/SwiftChessNeo.swiftmodule
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest) was built for newer watchOS version (7.0) than being linked (6.0)
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib) was built for newer watchOS version (7.0) than being linked (6.0)
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/XCUIAutomation) was built for newer watchOS version (7.0) than being linked (6.0)
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks/XCTest.framework/../../PrivateFrameworks///XCTestCore.framework/XCTestCore) was built for newer watchOS version (7.0) than being linked (6.0)
SwiftDriverJobDiscovery normal arm64_32 Compiling VariantTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64_32 Compiling SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64_32 Compiling PlayerTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64 Compiling PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftChessNeoTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriver\ Compilation SwiftChessNeoTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/Binary/SwiftChessNeoTests normal arm64 (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/Binary/SwiftChessNeoTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64/SwiftChessNeo.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling PGNParsingTests.swift (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
SwiftDriver\ Compilation SwiftChessNeoTests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftChessNeoTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/Binary/SwiftChessNeoTests normal arm64_32 (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/Binary/SwiftChessNeoTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeo.build/Objects-normal/arm64_32/SwiftChessNeo.swiftmodule
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SwiftChessNeoTests normal arm64\ armv7k\ arm64_32 (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/Binary/SwiftChessNeoTests /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/Binary/SwiftChessNeoTests /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/Binary/SwiftChessNeoTests -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SwiftChessNeoTests
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SwiftChessNeoTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/Extensions --platform watchos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/watchos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftChessNeoTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.SwiftChessNeoTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SwiftChessNeoTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/SwiftChessNeoTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/SwiftChessNeoTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64/SwiftChessNeoTests.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/armv7k/SwiftChessNeoTests.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-chess-neo.build/Debug-watchos/SwiftChessNeoTests.build/Objects-normal/arm64_32/SwiftChessNeoTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 08:45:12.421 appintentsmetadataprocessor[770:4825] Starting appintentsmetadataprocessor export
2025-04-28 08:45:12.423 appintentsmetadataprocessor[770:4825] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SwiftChessNeoTests (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest/SwiftChessNeoTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest.dSYM
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest (in target 'SwiftChessNeoTests' from project 'swift-chess-neo')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftChessNeoTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-chess-neo",
  "name" : "swift-chess-neo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftChessNeo",
      "targets" : [
        "SwiftChessNeo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftChessNeoTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessNeoTests",
      "path" : "Tests/SwiftChessNeoTests",
      "sources" : [
        "PGNParsingTests.swift",
        "PlayerTests.swift",
        "SwiftChessNeoTests.swift",
        "VariantTests.swift"
      ],
      "target_dependencies" : [
        "SwiftChessNeo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftChessNeo",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessNeo",
      "path" : "Sources/SwiftChessNeo",
      "product_memberships" : [
        "SwiftChessNeo"
      ],
      "sources" : [
        "Bitboard.swift",
        "Board.swift",
        "CastlingRights.swift",
        "Color.swift",
        "File.swift",
        "Game.swift",
        "InternalTypes.swift",
        "Move.swift",
        "PGN.swift",
        "PGNMove.swift",
        "Piece.swift",
        "Player.swift",
        "Rank.swift",
        "Sequence+Sage.swift",
        "Square.swift",
        "Tables.swift",
        "Variant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.