The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dpedley/swift-chess.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dpedley/swift-chess
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3922505 Create LICENSE (#47)
Cloned https://github.com/dpedley/swift-chess.git
Revision (git rev-parse @):
392250531b7a9b4f275e6b38ac0e26c06e2a9574
SUCCESS checkout https://github.com/dpedley/swift-chess.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dpedley/swift-chess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Logging.swift
[7/8] Compiling Logging MetadataProvider.swift
[8/8] Compiling Logging Locks.swift
[9/75] Compiling Chess Defaults.swift
[10/75] Compiling Chess CoreGraphics+RelativeShape.swift
[11/75] Compiling Chess GridItem+Chess.swift
[12/75] Compiling Chess PieceDrag.swift
[13/75] Compiling Chess Bishop.swift
[14/75] Compiling Chess King.swift
[15/75] Compiling Chess Knight.swift
[16/75] Compiling Chess Pawn.swift
[17/75] Compiling Chess PieceArtwork+Drawing.swift
[18/84] Compiling Chess PieceArtwork.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess Queen.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess Rook.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess PieceGlyph.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess PieceShape+Details.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess PieceShape.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess PieceStyle.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/84] Compiling Chess PieceView.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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
[26/84] Compiling Chess PlayAsButton.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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
[27/84] Emitting module Chess
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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
[28/84] Compiling Chess Square.swift
[29/84] Compiling Chess Chess.swift
[30/84] Compiling Chess Game+Notation.swift
[31/84] Compiling Chess Game+Piece.swift
[32/84] Compiling Chess Game+Rules.swift
[33/84] Compiling Chess Game.swift
[34/84] Compiling Chess GameStatus.swift
[35/84] Compiling Chess Move+Names.swift
[36/84] Compiling Chess Move.swift
[37/84] Compiling Chess Piece.swift
[38/84] Compiling Chess ChessStore+Preview.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[39/84] Compiling Chess ChessStore.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[40/84] Compiling Chess EnvironmentReducer.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[41/84] Compiling Chess GameActions.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[42/84] Compiling Chess GameReducer.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[43/84] Compiling Chess BoardIconView.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[44/84] Compiling Chess BoardView.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[45/84] Compiling Chess ChessSettingsView.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[46/84] Compiling Chess ChessThemes.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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) {
                                                                  ^
[47/84] Compiling Chess PieceType.swift
[48/84] Compiling Chess Side+Move.swift
[49/84] Compiling Chess Side.swift
[50/84] Compiling Chess SideEffect.swift
[51/84] Compiling Chess Chess+URL.swift
[52/84] Compiling Chess ChessRobot.swift
[53/84] Compiling Chess HumanPlayer.swift
[54/84] Compiling Chess Player.swift
[55/84] Compiling Chess PlayerFactory.swift
[56/84] Compiling Chess CautiousBot.swift
[57/84] Compiling Chess Board+Analysis.swift
[58/84] Compiling Chess Board+FEN.swift
[59/84] Compiling Chess Board+Game.swift
[60/84] Compiling Chess Board+Moves.swift
[61/84] Compiling Chess Board.swift
[62/84] Compiling Chess BoardVariant+GameplayKit.swift
[63/84] Compiling Chess BoardVariant.swift
[64/84] Compiling Chess Position+Names.swift
[65/84] Compiling Chess Position.swift
[66/84] Compiling Chess SingleMoveVariant.swift
[67/84] Compiling Chess GreedyBot.swift
[68/84] Compiling Chess MindyMaxBot.swift
[69/84] Compiling Chess MontyCarlo.swift
[70/84] Compiling Chess PlaybackBot.swift
[71/84] Compiling Chess Robot+Choices.swift
[72/84] Compiling Chess Robot+Names.swift
[73/84] Compiling Chess Robot+Previews.swift
[74/84] Compiling Chess ChessPreferences.swift
[75/84] Compiling Chess ChessEnvironment.swift
[76/84] Compiling Chess PlayPauseButton.swift
/Users/builder/builds/UKfvDsi8u/2/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/84] Compiling Chess PlayerTitleView.swift
/Users/builder/builds/UKfvDsi8u/2/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/84] Compiling Chess ResetBoardButton.swift
/Users/builder/builds/UKfvDsi8u/2/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/84] Compiling Chess Sound.swift
/Users/builder/builds/UKfvDsi8u/2/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/84] Compiling Chess SquareBackground.swift
/Users/builder/builds/UKfvDsi8u/2/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/84] Compiling Chess SquareMoveHighlight.swift
/Users/builder/builds/UKfvDsi8u/2/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
[82/84] Compiling Chess SquareSelected.swift
/Users/builder/builds/UKfvDsi8u/2/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
[83/84] Compiling Chess SquareTargeted.swift
/Users/builder/builds/UKfvDsi8u/2/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
[84/84] Compiling Chess UI.swift
/Users/builder/builds/UKfvDsi8u/2/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! (7.25s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.03s)
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.4
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/PlayChess': File not found.
Build complete.
Done.

Build Machine: Mac 7