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 swift-chess-neo, reference master (7a2a98), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:13:27 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/navanchauhan/swift-chess-neo.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/navanchauhan/swift-chess-neo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7a2a983 add license
Cloned https://github.com/navanchauhan/swift-chess-neo.git
Revision (git rev-parse @):
7a2a98398f87d9a982f674f18ae811579b29236e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/navanchauhan/swift-chess-neo.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/navanchauhan/swift-chess-neo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling SwiftChessNeo Tables.swift
[4/19] Compiling SwiftChessNeo Square.swift
[5/20] Compiling SwiftChessNeo Variant.swift
[6/20] Compiling SwiftChessNeo PGN.swift
[7/20] Compiling SwiftChessNeo PGNMove.swift
[8/20] Compiling SwiftChessNeo Rank.swift
[9/20] Compiling SwiftChessNeo Sequence+Sage.swift
[10/20] Compiling SwiftChessNeo Piece.swift
[11/20] Compiling SwiftChessNeo Player.swift
[12/20] Compiling SwiftChessNeo CastlingRights.swift
[13/20] Compiling SwiftChessNeo Color.swift
[14/20] Compiling SwiftChessNeo InternalTypes.swift
[15/20] Compiling SwiftChessNeo Move.swift
[16/20] Compiling SwiftChessNeo File.swift
[17/20] Compiling SwiftChessNeo Game.swift
[18/20] Emitting module SwiftChessNeo
[19/20] Compiling SwiftChessNeo Bitboard.swift
[20/20] Compiling SwiftChessNeo Board.swift
Build complete! (6.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-chess-neo",
  "name" : "swift-chess-neo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftChessNeo",
      "targets" : [
        "SwiftChessNeo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftChessNeoTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessNeoTests",
      "path" : "Tests/SwiftChessNeoTests",
      "sources" : [
        "PGNParsingTests.swift",
        "PlayerTests.swift",
        "SwiftChessNeoTests.swift",
        "VariantTests.swift"
      ],
      "target_dependencies" : [
        "SwiftChessNeo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftChessNeo",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessNeo",
      "path" : "Sources/SwiftChessNeo",
      "product_memberships" : [
        "SwiftChessNeo"
      ],
      "sources" : [
        "Bitboard.swift",
        "Board.swift",
        "CastlingRights.swift",
        "Color.swift",
        "File.swift",
        "Game.swift",
        "InternalTypes.swift",
        "Move.swift",
        "PGN.swift",
        "PGNMove.swift",
        "Piece.swift",
        "Player.swift",
        "Rank.swift",
        "Sequence+Sage.swift",
        "Square.swift",
        "Tables.swift",
        "Variant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.