The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of HiveEngine 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/autoreleasefool/hive-engine.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/autoreleasefool/hive-engine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2e17a65 Add non-affiliation notice
Cloned https://github.com/autoreleasefool/hive-engine.git
Revision (git rev-parse @):
2e17a65689a7d7991759e48fc6d7b4f4c6fbf730
SUCCESS checkout https://github.com/autoreleasefool/hive-engine.git at main
Fetching https://github.com/sharplet/Regex.git from cache
Fetched https://github.com/sharplet/Regex.git (0.19s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.0 (0.47s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "hive-engine",
      "name": "HiveEngine",
      "url": "https://github.com/autoreleasefool/hive-engine.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hive-engine",
      "dependencies": [
        {
          "identity": "regex",
          "name": "Regex",
          "url": "https://github.com/sharplet/Regex.git",
          "version": "2.1.1",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Regex",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/autoreleasefool/hive-engine.git
[1/2523] Fetching hive-engine
Fetched https://github.com/autoreleasefool/hive-engine.git (0.37s)
Fetching https://github.com/sharplet/Regex.git from cache
Fetched https://github.com/sharplet/Regex.git (0.16s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (0.02s)
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/autoreleasefool/hive-engine.git
Working copy of https://github.com/autoreleasefool/hive-engine.git resolved at main
warning: '.resolve-product-dependencies': dependency 'hive-engine' is not used by any target
Found 1 product dependencies
  - Regex
========================================
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/7] Compiling Regex Regex.swift
[2/7] Compiling Regex String+ReplaceMatching.swift
[3/7] Compiling Regex ThreadLocal.swift
[4/7] Compiling Regex MatchResult.swift
[5/7] Compiling Regex Foundation+Ranges.swift
[6/7] Compiling Regex Options.swift
[7/7] Emitting module Regex
[8/36] Compiling HiveEngine PlayCommand.swift
[9/36] Compiling HiveEngine UHPCommand.swift
[10/36] Compiling HiveEngine UHPResult.swift
[11/36] Compiling HiveEngine UndoCommand.swift
[12/39] Emitting module HiveEngine
[13/39] Compiling HiveEngine Position.swift
[14/39] Compiling HiveEngine RelativeMovement.swift
[15/39] Compiling HiveEngine Unit+Ant.swift
[16/39] Compiling HiveEngine Unit+Beetle.swift
[17/39] Compiling HiveEngine Unit+Hopper.swift
[18/39] Compiling HiveEngine Unit+LadyBug.swift
[19/39] Compiling HiveEngine Unit+Mosquito.swift
[20/39] Compiling HiveEngine Unit+PillBug.swift
[21/39] Compiling HiveEngine GameTypeString.swift
[22/39] Compiling HiveEngine MoveString.swift
[23/39] Compiling HiveEngine TurnString.swift
[24/39] Compiling HiveEngine FatalError.swift
[25/39] Compiling HiveEngine Unit+Queen.swift
[26/39] Compiling HiveEngine Unit+Spider.swift
[27/39] Compiling HiveEngine Unit.swift
[28/39] Compiling HiveEngine GameState+UHP.swift
[29/39] Compiling HiveEngine GameState.swift
[30/39] Compiling HiveEngine Movement.swift
[31/39] Compiling HiveEngine Player.swift
[32/39] Compiling HiveEngine BestMoveCommand.swift
[33/39] Compiling HiveEngine InfoCommand.swift
[34/39] Compiling HiveEngine NewGameCommand.swift
[35/39] Compiling HiveEngine OptionsCommand.swift
[36/39] Compiling HiveEngine ValidMovesCommand.swift
[37/39] Compiling HiveEngine Engine.swift
[38/39] Compiling HiveEngine GameStateString.swift
[39/39] Compiling HiveEngine GameString.swift
[40/49] Compiling HiveEngineTestUtilities GameStateProvider+Hopper.swift
[41/49] Compiling HiveEngineTestUtilities GameStateProvider+LadyBug.swift
[42/49] Compiling HiveEngineTestUtilities GameStateProvider+Queen.swift
[43/49] Compiling HiveEngineTestUtilities GameStateProvider+PillBug.swift
[44/49] Compiling HiveEngineTestUtilities GameStateProvider+Mosquito.swift
[45/49] Compiling HiveEngineTestUtilities GameStateProvider.swift
[46/49] Compiling HiveEngineTestUtilities GameStateProvider+Spider.swift
[47/50] Compiling HiveEngineTestUtilities GameStateProvider+Ant.swift
[48/50] Compiling HiveEngineTestUtilities GameStateProvider+Beetle.swift
[49/50] Emitting module HiveEngineTestUtilities
[50/50] Compiling HiveEngineTestUtilities HiveEngineTestCase.swift
Build complete! (21.38s)
Build complete.
Done.