The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-chess with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dpedley/swift-chess.git
Reference: 1.0.8
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dpedley/swift-chess
 * tag               1.0.8      -> FETCH_HEAD
HEAD is now at 14d9d98 Release prep (#42)
Cloned https://github.com/dpedley/swift-chess.git into spi-builder-workspace
14d9d982c8a509efcfebf696c140b0ec397daf40
SUCCESS checkout https://github.com/dpedley/swift-chess.git at 1.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.02s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.2
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/PlayChess': File not found.
Building for debugging...
[1/5] Compiling Logging MetadataProvider.swift
[2/5] Emitting module Logging
[3/5] Compiling Logging Locks.swift
[4/5] Compiling Logging LogHandler.swift
[5/5] Compiling Logging Logging.swift
[6/72] Compiling Chess ChessStore+Preview.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[7/72] Compiling Chess ChessStore.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[8/72] Compiling Chess EnvironmentReducer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[9/72] Compiling Chess GameActions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[10/72] Compiling Chess GameReducer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[11/72] Compiling Chess BoardIconView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[12/72] Compiling Chess BoardView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[13/72] Compiling Chess ChessSettingsView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[14/72] Compiling Chess ChessThemes.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:36:29: warning: non-constant range: argument must be an integer literal
                ForEach(0..<height) { yIdx in
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/BoardIconView.swift:38:37: warning: non-constant range: argument must be an integer literal
                        ForEach(0..<width) { xIdx in
                                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:49:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/ChessSettingsView.swift:58:67: warning: non-constant range: argument must be an integer literal
                        ForEach(0 ..< Chess.playerFactory.players.count) {
                                                                  ^
[15/72] Emitting module Chess
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[16/72] Compiling Chess PieceArtwork.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[17/72] Compiling Chess Queen.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[18/72] Compiling Chess Rook.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[19/72] Compiling Chess PieceGlyph.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[20/72] Compiling Chess PieceShape+Details.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[21/72] Compiling Chess PieceShape.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[22/72] Compiling Chess PieceStyle.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[23/72] Compiling Chess PieceView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[24/72] Compiling Chess PlayAsButton.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape+Details.swift:14:13: warning: stored property 'artwork' of 'Sendable'-conforming struct 'Details' has non-sendable type 'PieceArtwork'
        let artwork: PieceArtwork
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceShape.swift:13:9: warning: stored property 'artwork' of 'Sendable'-conforming struct 'PieceShape' has non-sendable type 'PieceArtwork'
    let artwork: PieceArtwork
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/PieceArtwork/PieceArtwork.swift:11:15: note: consider making struct 'PieceArtwork' conform to the 'Sendable' protocol
public struct PieceArtwork {
              ^
                           : Sendable
[25/81] Compiling Chess Defaults.swift
[26/81] Compiling Chess CoreGraphics+RelativeShape.swift
[27/81] Compiling Chess GridItem+Chess.swift
[28/81] Compiling Chess PieceDrag.swift
[29/81] Compiling Chess Bishop.swift
[30/81] Compiling Chess King.swift
[31/81] Compiling Chess Knight.swift
[32/81] Compiling Chess Pawn.swift
[33/81] Compiling Chess PieceArtwork+Drawing.swift
[34/81] Compiling Chess PieceType.swift
[35/81] Compiling Chess Side+Move.swift
[36/81] Compiling Chess Side.swift
[37/81] Compiling Chess SideEffect.swift
[38/81] Compiling Chess Chess+URL.swift
[39/81] Compiling Chess ChessRobot.swift
[40/81] Compiling Chess HumanPlayer.swift
[41/81] Compiling Chess Player.swift
[42/81] Compiling Chess PlayerFactory.swift
[43/81] Compiling Chess CautiousBot.swift
[44/81] Compiling Chess Square.swift
[45/81] Compiling Chess Chess.swift
[46/81] Compiling Chess Game+Notation.swift
[47/81] Compiling Chess Game+Piece.swift
[48/81] Compiling Chess Game+Rules.swift
[49/81] Compiling Chess Game.swift
[50/81] Compiling Chess GameStatus.swift
[51/81] Compiling Chess Move+Names.swift
[52/81] Compiling Chess Move.swift
[53/81] Compiling Chess Piece.swift
[54/81] Compiling Chess Board+Analysis.swift
[55/81] Compiling Chess Board+FEN.swift
[56/81] Compiling Chess Board+Game.swift
[57/81] Compiling Chess Board+Moves.swift
[58/81] Compiling Chess Board.swift
[59/81] Compiling Chess BoardVariant+GameplayKit.swift
[60/81] Compiling Chess BoardVariant.swift
[61/81] Compiling Chess Position+Names.swift
[62/81] Compiling Chess Position.swift
[63/81] Compiling Chess SingleMoveVariant.swift
[64/81] Compiling Chess GreedyBot.swift
[65/81] Compiling Chess MindyMaxBot.swift
[66/81] Compiling Chess MontyCarlo.swift
[67/81] Compiling Chess PlaybackBot.swift
[68/81] Compiling Chess Robot+Choices.swift
[69/81] Compiling Chess Robot+Names.swift
[70/81] Compiling Chess Robot+Previews.swift
[71/81] Compiling Chess ChessPreferences.swift
[72/81] Compiling Chess ChessEnvironment.swift
[73/81] Compiling Chess PlayPauseButton.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[74/81] Compiling Chess PlayerTitleView.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[75/81] Compiling Chess ResetBoardButton.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[76/81] Compiling Chess Sound.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[77/81] Compiling Chess SquareBackground.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[78/81] Compiling Chess SquareMoveHighlight.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[79/81] Compiling Chess SquareSelected.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[80/81] Compiling Chess SquareTargeted.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
[81/81] Compiling Chess UI.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/UI/Sound.swift:9:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ChessSoundEffectDelegate: class {
                                          ^~~~~
                                          AnyObject
Build complete! (9.79s)
Build complete.
Done.