The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-chess-neo, reference master (1a2031), with Swift 6.0 for macOS (SPM) on 16 Sep 2025 23:46:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 1a20317 Merge pull request #8 from navanchauhan/feature/swiftui-board
Cloned https://github.com/navanchauhan/swift-chess-neo.git
Revision (git rev-parse @):
1a2031788da75026c1bb25fccffa38ab6ec8bdf5
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.0
Building package at path:  $PWD
https://github.com/navanchauhan/swift-chess-neo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/22] Compiling SwiftChessCore Square.swift
[5/22] Compiling SwiftChessCore Tables.swift
[6/23] Compiling SwiftChessCore Variant.swift
[7/23] Emitting module SwiftChessCore
[8/23] Compiling SwiftChessCore Bitboard.swift
[9/23] Compiling SwiftChessCore Board.swift
[10/23] Compiling SwiftChessCore File.swift
[11/23] Compiling SwiftChessCore Game.swift
[12/23] Compiling SwiftChessCore CastlingRights.swift
[13/23] Compiling SwiftChessCore Color.swift
[14/23] Compiling SwiftChessCore InternalTypes.swift
[15/23] Compiling SwiftChessCore Minimax.swift
[16/23] Compiling SwiftChessCore Piece.swift
[17/23] Compiling SwiftChessCore Player.swift
[18/23] Compiling SwiftChessCore Rank.swift
[19/23] Compiling SwiftChessCore Sequence+Sage.swift
[20/23] Compiling SwiftChessCore Move.swift
[21/23] Compiling SwiftChessCore PGN.swift
[22/23] Compiling SwiftChessCore PGNMove.swift
[23/23] Compiling SwiftChessCore PGNMovetextParser.swift
[24/29] Emitting module SwiftChessUI
[25/29] Compiling SwiftChessUI Board+View.swift
[26/29] Compiling SwiftChessUI BoardView+Preview.swift
[27/29] Compiling SwiftChessUI MovetextOutline.swift
[28/29] Compiling SwiftChessUI BoardView.swift
[29/29] Compiling SwiftChessUI BoardState.swift
Build complete! (8.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-chess-neo",
  "name" : "swift-chess-neo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftChessCore",
      "targets" : [
        "SwiftChessCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftChessUI",
      "targets" : [
        "SwiftChessUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftChessUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessUI",
      "path" : "Sources/SwiftChessUI",
      "product_memberships" : [
        "SwiftChessUI"
      ],
      "sources" : [
        "Board+View.swift",
        "BoardState.swift",
        "BoardView+Preview.swift",
        "BoardView.swift",
        "MovetextOutline.swift"
      ],
      "target_dependencies" : [
        "SwiftChessCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftChessCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessCoreTests",
      "path" : "Tests/SwiftChessCoreTests",
      "sources" : [
        "BoardStateTests.swift",
        "MiscTests.swift",
        "PGNParsingTests.swift",
        "SwiftChessCoreTests.swift"
      ],
      "target_dependencies" : [
        "SwiftChessCore",
        "SwiftChessUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftChessCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftChessCore",
      "path" : "Sources/SwiftChessCore",
      "product_memberships" : [
        "SwiftChessCore",
        "SwiftChessUI"
      ],
      "sources" : [
        "Bitboard.swift",
        "Board.swift",
        "CastlingRights.swift",
        "Color.swift",
        "File.swift",
        "Game.swift",
        "InternalTypes.swift",
        "Minimax.swift",
        "Move.swift",
        "PGN.swift",
        "PGNMove.swift",
        "PGNMovetextParser.swift",
        "Piece.swift",
        "Player.swift",
        "Rank.swift",
        "Sequence+Sage.swift",
        "Square.swift",
        "Tables.swift",
        "Variant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.