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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dpedley/swift-chess.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/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
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (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.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-chess",
      "name": "swift-chess",
      "url": "https://github.com/dpedley/swift-chess.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-chess",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.3",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dpedley/swift-chess.git
[1/2863] Fetching swift-chess
Fetched https://github.com/dpedley/swift-chess.git (0.45s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.03s)
Creating working copy for https://github.com/dpedley/swift-chess.git
Working copy of https://github.com/dpedley/swift-chess.git resolved at main
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.3
warning: '.resolve-product-dependencies': dependency 'swift-chess' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling Logging LogHandler.swift
[2/5] Compiling Logging MetadataProvider.swift
[3/5] Compiling Logging Locks.swift
[4/5] Compiling Logging Logging.swift
[5/5] Emitting module Logging
[6/72] Emitting module Chess
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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
[7/81] Compiling Chess PieceType.swift
[8/81] Compiling Chess Side+Move.swift
[9/81] Compiling Chess Side.swift
[10/81] Compiling Chess SideEffect.swift
[11/81] Compiling Chess Chess+URL.swift
[12/81] Compiling Chess ChessRobot.swift
[13/81] Compiling Chess HumanPlayer.swift
[14/81] Compiling Chess Player.swift
[15/81] Compiling Chess PlayerFactory.swift
[16/81] Compiling Chess CautiousBot.swift
[17/81] Compiling Chess PlayPauseButton.swift
/Users/builder/builds/TDmZkXJm/1/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
[18/81] Compiling Chess PlayerTitleView.swift
/Users/builder/builds/TDmZkXJm/1/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
[19/81] Compiling Chess ResetBoardButton.swift
/Users/builder/builds/TDmZkXJm/1/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
[20/81] Compiling Chess Sound.swift
/Users/builder/builds/TDmZkXJm/1/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
[21/81] Compiling Chess SquareBackground.swift
/Users/builder/builds/TDmZkXJm/1/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
[22/81] Compiling Chess SquareMoveHighlight.swift
/Users/builder/builds/TDmZkXJm/1/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
[23/81] Compiling Chess SquareSelected.swift
/Users/builder/builds/TDmZkXJm/1/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
[24/81] Compiling Chess SquareTargeted.swift
/Users/builder/builds/TDmZkXJm/1/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
[25/81] Compiling Chess UI.swift
/Users/builder/builds/TDmZkXJm/1/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
[26/81] Compiling Chess Defaults.swift
[27/81] Compiling Chess CoreGraphics+RelativeShape.swift
[28/81] Compiling Chess GridItem+Chess.swift
[29/81] Compiling Chess PieceDrag.swift
[30/81] Compiling Chess Bishop.swift
[31/81] Compiling Chess King.swift
[32/81] Compiling Chess Knight.swift
[33/81] Compiling Chess Pawn.swift
[34/81] Compiling Chess PieceArtwork+Drawing.swift
[35/81] Compiling Chess PieceArtwork.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[36/81] Compiling Chess Queen.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[37/81] Compiling Chess Rook.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[38/81] Compiling Chess PieceGlyph.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[39/81] Compiling Chess PieceShape+Details.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[40/81] Compiling Chess PieceShape.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[41/81] Compiling Chess PieceStyle.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[42/81] Compiling Chess PieceView.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[43/81] Compiling Chess PlayAsButton.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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
[44/81] Compiling Chess ChessStore+Preview.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/81] Compiling Chess ChessStore.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/81] Compiling Chess EnvironmentReducer.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/81] Compiling Chess GameActions.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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) {
                                                                  ^
[48/81] Compiling Chess GameReducer.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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) {
                                                                  ^
[49/81] Compiling Chess BoardIconView.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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) {
                                                                  ^
[50/81] Compiling Chess BoardView.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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) {
                                                                  ^
[51/81] Compiling Chess ChessSettingsView.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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) {
                                                                  ^
[52/81] Compiling Chess ChessThemes.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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) {
                                                                  ^
[53/81] Compiling Chess GreedyBot.swift
[54/81] Compiling Chess MindyMaxBot.swift
[55/81] Compiling Chess MontyCarlo.swift
[56/81] Compiling Chess PlaybackBot.swift
[57/81] Compiling Chess Robot+Choices.swift
[58/81] Compiling Chess Robot+Names.swift
[59/81] Compiling Chess Robot+Previews.swift
[60/81] Compiling Chess ChessPreferences.swift
[61/81] Compiling Chess ChessEnvironment.swift
[62/81] Compiling Chess Square.swift
[63/81] Compiling Chess Chess.swift
[64/81] Compiling Chess Game+Notation.swift
[65/81] Compiling Chess Game+Piece.swift
[66/81] Compiling Chess Game+Rules.swift
[67/81] Compiling Chess Game.swift
[68/81] Compiling Chess GameStatus.swift
[69/81] Compiling Chess Move+Names.swift
[70/81] Compiling Chess Move.swift
[71/81] Compiling Chess Piece.swift
[72/81] Compiling Chess Board+Analysis.swift
[73/81] Compiling Chess Board+FEN.swift
[74/81] Compiling Chess Board+Game.swift
[75/81] Compiling Chess Board+Moves.swift
[76/81] Compiling Chess Board.swift
[77/81] Compiling Chess BoardVariant+GameplayKit.swift
[78/81] Compiling Chess BoardVariant.swift
[79/81] Compiling Chess Position+Names.swift
[80/81] Compiling Chess Position.swift
[81/81] Compiling Chess SingleMoveVariant.swift
Build complete! (12.45s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Chess/PlayChess': File not found.
Build complete.
Done.