The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ChessboardKit, reference main (c203bf), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 06:29:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rohanrhu/ChessboardKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rohanrhu/ChessboardKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c203bf4 Update README.md
Cloned https://github.com/rohanrhu/ChessboardKit.git
Revision (git rev-parse @):
c203bf46ea16fb299d8978739a09e4c4f6ec4ed8
SUCCESS checkout https://github.com/rohanrhu/ChessboardKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rohanrhu/ChessboardKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Copying bN.png
[0/15] Copying bR.png
[0/15] Copying wR.png
[1/15] Copying bQ.png
[4/15] Copying bP.png
[4/15] Copying bK.png
[6/15] Copying wQ.png
[7/15] Copying wN.png
[7/15] Copying bB.png
[8/15] Copying wP.png
[8/15] Copying wK.png
[9/15] Write sources
[13/15] Copying wB.png
[14/15] Write swift-version-1EA4D86E10B52AF.txt
[16/39] Emitting module ChessKit
[17/41] Compiling ChessKit Piece.swift
[18/41] Compiling ChessKit PieceColor.swift
[19/41] Compiling ChessKit PieceKind.swift
[20/41] Compiling ChessKit Bitboards.swift
[21/41] Compiling ChessKit Board.swift
[22/41] Compiling ChessKit Square.swift
[23/41] Compiling ChessKit ShortRangeMoving.swift
[24/41] Compiling ChessKit Rules.swift
[25/41] Compiling ChessKit MovingTranslations.swift
[26/41] Compiling ChessKit PawnMoving.swift
[27/41] Compiling ChessKit PieceMoving.swift
[28/41] Compiling ChessKit QueenMoving.swift
[29/41] Compiling ChessKit FenSerialization.swift
[30/41] Compiling ChessKit Game.swift
[31/41] Compiling ChessKit Move.swift
[32/41] Compiling ChessKit KingMoving.swift
[33/41] Compiling ChessKit KnightMoving.swift
[34/41] Compiling ChessKit LongRangeMoving.swift
[35/41] Compiling ChessKit RangeMoving.swift
[36/41] Compiling ChessKit RookMoving.swift
[37/41] Compiling ChessKit StandardRules.swift
[38/41] Compiling ChessKit SanSerialization.swift
[39/41] Compiling ChessKit Position.swift
[40/41] Compiling ChessKit Rays.swift
[41/41] Compiling ChessKit BishopMoving.swift
[42/46] Compiling ChessboardKit resource_bundle_accessor.swift
[43/46] Compiling ChessboardKit Theme.swift
[44/46] Compiling ChessboardKit Fen.swift
[45/46] Emitting module ChessboardKit
[46/46] Compiling ChessboardKit ChessboardKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/ChessboardKit.swift:641:32: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
639 |                             .contentShape(Rectangle())
640 |                     } else if phase.error != nil {
641 |                         Text("\(piece)")
    |                                `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
642 |                             .foregroundStyle(piece.color == PieceColor.white ? Color.white : Color.black)
643 |                             .font(.system(size: 18))
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (15.18s)
Fetching https://github.com/aperechnev/ChessKit
[1/1713] Fetching chesskit
Fetched https://github.com/aperechnev/ChessKit from cache (1.09s)
Computing version for https://github.com/aperechnev/ChessKit
Computed https://github.com/aperechnev/ChessKit at 1.3.7 (3.64s)
Creating working copy for https://github.com/aperechnev/ChessKit
Working copy of https://github.com/aperechnev/ChessKit resolved at 1.3.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "chesskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aperechnev/ChessKit"
    }
  ],
  "manifest_display_name" : "ChessboardKit",
  "name" : "ChessboardKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ChessboardKit",
      "targets" : [
        "ChessboardKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ChessboardKit",
      "module_type" : "SwiftTarget",
      "name" : "ChessboardKit",
      "path" : "Sources/ChessboardKit",
      "product_dependencies" : [
        "ChessKit"
      ],
      "product_memberships" : [
        "ChessboardKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bK.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bN.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bP.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bQ.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/bR.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wK.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wN.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wP.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wQ.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ChessboardKit/Assets/Pieces/uscf/wR.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ChessboardKit.swift",
        "Fen.swift",
        "Theme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.