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

Failed to build HiveMind, reference main (a44009), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 10:12:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HiveMind-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/autoreleasefool/hive-mind.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/autoreleasefool/hive-mind
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a44009e Add non-affiliation notice
Cloned https://github.com/autoreleasefool/hive-mind.git
Revision (git rev-parse @):
a44009ed7a0e98a9c259b02bd724271b35ed537f
SUCCESS checkout https://github.com/autoreleasefool/hive-mind.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/autoreleasefool/hive-mind.git
https://github.com/autoreleasefool/hive-mind.git
{
  "dependencies" : [
    {
      "identity" : "hive-engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/autoreleasefool/hive-engine.git"
    },
    {
      "identity" : "websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket.git"
    }
  ],
  "manifest_display_name" : "HiveMind",
  "name" : "HiveMind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HiveMind",
      "targets" : [
        "HiveMind"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HiveMindCore",
      "targets" : [
        "HiveMindCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HiveMindCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "HiveMindCoreTests",
      "path" : "Tests/HiveMindCoreTests",
      "sources" : [
        "Performance/CorePerformanceTests.swift",
        "Util/GameStateProvider.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HiveMindCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HiveMindCore",
      "module_type" : "SwiftTarget",
      "name" : "HiveMindCore",
      "path" : "Sources/HiveMindCore",
      "product_dependencies" : [
        "HiveEngine",
        "WebSocket"
      ],
      "product_memberships" : [
        "HiveMind",
        "HiveMindCore"
      ],
      "sources" : [
        "Cache/StateCache.swift",
        "Cache/ZobristHash.swift",
        "Core.swift",
        "Engine/Engine+State.swift",
        "Engine/Engine.swift",
        "Engine/StateMachine.swift",
        "Evaluation/BasicEvaluator.swift",
        "Evaluation/Evaluator.swift",
        "Exploration/AlphaBetaIterativeDeepening.swift",
        "Exploration/ExplorationStrategy.swift",
        "Extensions/GameState+Extensions.swift",
        "Extensions/Movement+Extensions.swift",
        "HiveMind.swift",
        "IO/CommandLineTool.swift",
        "IO/IOProcessor.swift",
        "IO/Packet/Command.swift",
        "IO/Packet/Output.swift",
        "IO/Server.swift",
        "Support/ArgumentParser.swift",
        "Support/GameStateSupport.swift",
        "Support/Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HiveMind",
      "module_type" : "SwiftTarget",
      "name" : "HiveMind",
      "path" : "Sources/HiveMind",
      "product_memberships" : [
        "HiveMind"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HiveMindCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "hive-engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/autoreleasefool/hive-engine.git"
    },
    {
      "identity" : "websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket.git"
    }
  ],
  "manifest_display_name" : "HiveMind",
  "name" : "HiveMind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HiveMind",
      "targets" : [
        "HiveMind"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HiveMindCore",
      "targets" : [
        "HiveMindCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HiveMindCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "HiveMindCoreTests",
      "path" : "Tests/HiveMindCoreTests",
      "sources" : [
        "Performance/CorePerformanceTests.swift",
        "Util/GameStateProvider.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HiveMindCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HiveMindCore",
      "module_type" : "SwiftTarget",
      "name" : "HiveMindCore",
      "path" : "Sources/HiveMindCore",
      "product_dependencies" : [
        "HiveEngine",
        "WebSocket"
      ],
      "product_memberships" : [
        "HiveMind",
        "HiveMindCore"
      ],
      "sources" : [
        "Cache/StateCache.swift",
        "Cache/ZobristHash.swift",
        "Core.swift",
        "Engine/Engine+State.swift",
        "Engine/Engine.swift",
        "Engine/StateMachine.swift",
        "Evaluation/BasicEvaluator.swift",
        "Evaluation/Evaluator.swift",
        "Exploration/AlphaBetaIterativeDeepening.swift",
        "Exploration/ExplorationStrategy.swift",
        "Extensions/GameState+Extensions.swift",
        "Extensions/Movement+Extensions.swift",
        "HiveMind.swift",
        "IO/CommandLineTool.swift",
        "IO/IOProcessor.swift",
        "IO/Packet/Command.swift",
        "IO/Packet/Output.swift",
        "IO/Server.swift",
        "Support/ArgumentParser.swift",
        "Support/GameStateSupport.swift",
        "Support/Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HiveMind",
      "module_type" : "SwiftTarget",
      "name" : "HiveMind",
      "path" : "Sources/HiveMind",
      "product_memberships" : [
        "HiveMind"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HiveMindCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HiveMind",
    "schemes" : [
      "HiveMind",
      "HiveMind-Package"
    ],
    "targets" : [
      "Async",
      "Bits",
      "CBase32",
      "CBcrypt",
      "CCryptoOpenSSL",
      "CNIOAtomics",
      "CNIODarwin",
      "CNIOHTTPParser",
      "CNIOLinux",
      "CNIOOpenSSL",
      "CNIOSHA1",
      "CNIOZlib",
      "COperatingSystem",
      "Core",
      "CorePackageDescription",
      "Crypto",
      "CryptoPackageDescription",
      "Debugging",
      "HTTP",
      "HTTPPackageDescription",
      "HiveEngine",
      "HiveEnginePackageDescription",
      "HiveMind",
      "HiveMindCore",
      "HiveMindCoreTests",
      "HiveMindPackageDescription",
      "HiveMindPackageTests",
      "NIO",
      "NIOConcurrencyHelpers",
      "NIOFoundationCompat",
      "NIOHTTP1",
      "NIOOpenSSL",
      "NIOPriorityQueue",
      "NIOTLS",
      "NIOWebSocket",
      "Random",
      "WebSocket",
      "WebSocketPackageDescription",
      "swift-nio-sslPackageDescription",
      "swift-nioPackageDescription"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HiveMind-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HiveMind-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (30 targets)
    Target 'HiveMind' in project 'HiveMind'
        ➜ Explicit dependency on target 'HiveMindCore' in project 'HiveMind'
        ➜ Explicit dependency on target 'WebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'HiveEngine' in project 'HiveMind'
    Target 'HiveMindCore' in project 'HiveMind'
        ➜ Explicit dependency on target 'WebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'HiveEngine' in project 'HiveMind'
    Target 'HiveEngine' in project 'HiveMind' (no dependencies)
    Target 'WebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
    Target 'CBase32' in project 'HiveMind' (no dependencies)
    Target 'CBcrypt' in project 'HiveMind' (no dependencies)
    Target 'CCryptoOpenSSL' in project 'HiveMind' (no dependencies)
    Target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
    Target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
    Target 'Debugging' in project 'HiveMind' (no dependencies)
    Target 'COperatingSystem' in project 'HiveMind' (no dependencies)
    Target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
    Target 'CNIOOpenSSL' in project 'HiveMind' (no dependencies)
    Target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'CNIOLinux' in project 'HiveMind' (no dependencies)
    Target 'CNIODarwin' in project 'HiveMind' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
    Target 'CNIOAtomics' in project 'HiveMind' (no dependencies)
    Target 'NIOPriorityQueue' in project 'HiveMind' (no dependencies)
    Target 'CNIOSHA1' in project 'HiveMind' (no dependencies)
    Target 'CNIOHTTPParser' in project 'HiveMind' (no dependencies)
    Target 'CNIOZlib' in project 'HiveMind' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: d17132dfead4fdb88441dff5612b59f5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d17132dfead4fdb88441dff5612b59f5.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'HiveMindCore' from project 'HiveMind')
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'HiveEngine' from project 'HiveMind')
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'HiveMind' from project 'HiveMind')
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: error: Signing for "HiveMind" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'HiveMind' from project 'HiveMind')
** BUILD FAILED **
The following build commands failed:
	Building project HiveMind with scheme HiveMind-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "hive-engine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/autoreleasefool/hive-engine.git"
    },
    {
      "identity" : "websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket.git"
    }
  ],
  "manifest_display_name" : "HiveMind",
  "name" : "HiveMind",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HiveMind",
      "targets" : [
        "HiveMind"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HiveMindCore",
      "targets" : [
        "HiveMindCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HiveMindCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "HiveMindCoreTests",
      "path" : "Tests/HiveMindCoreTests",
      "sources" : [
        "Performance/CorePerformanceTests.swift",
        "Util/GameStateProvider.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HiveMindCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HiveMindCore",
      "module_type" : "SwiftTarget",
      "name" : "HiveMindCore",
      "path" : "Sources/HiveMindCore",
      "product_dependencies" : [
        "HiveEngine",
        "WebSocket"
      ],
      "product_memberships" : [
        "HiveMind",
        "HiveMindCore"
      ],
      "sources" : [
        "Cache/StateCache.swift",
        "Cache/ZobristHash.swift",
        "Core.swift",
        "Engine/Engine+State.swift",
        "Engine/Engine.swift",
        "Engine/StateMachine.swift",
        "Evaluation/BasicEvaluator.swift",
        "Evaluation/Evaluator.swift",
        "Exploration/AlphaBetaIterativeDeepening.swift",
        "Exploration/ExplorationStrategy.swift",
        "Extensions/GameState+Extensions.swift",
        "Extensions/Movement+Extensions.swift",
        "HiveMind.swift",
        "IO/CommandLineTool.swift",
        "IO/IOProcessor.swift",
        "IO/Packet/Command.swift",
        "IO/Packet/Output.swift",
        "IO/Server.swift",
        "Support/ArgumentParser.swift",
        "Support/GameStateSupport.swift",
        "Support/Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HiveMind",
      "module_type" : "SwiftTarget",
      "name" : "HiveMind",
      "path" : "Sources/HiveMind",
      "product_memberships" : [
        "HiveMind"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HiveMindCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HiveMind",
    "schemes" : [
      "HiveMind",
      "HiveMind-Package"
    ],
    "targets" : [
      "Async",
      "Bits",
      "CBase32",
      "CBcrypt",
      "CCryptoOpenSSL",
      "CNIOAtomics",
      "CNIODarwin",
      "CNIOHTTPParser",
      "CNIOLinux",
      "CNIOOpenSSL",
      "CNIOSHA1",
      "CNIOZlib",
      "COperatingSystem",
      "Core",
      "CorePackageDescription",
      "Crypto",
      "CryptoPackageDescription",
      "Debugging",
      "HTTP",
      "HTTPPackageDescription",
      "HiveEngine",
      "HiveEnginePackageDescription",
      "HiveMind",
      "HiveMindCore",
      "HiveMindCoreTests",
      "HiveMindPackageDescription",
      "HiveMindPackageTests",
      "NIO",
      "NIOConcurrencyHelpers",
      "NIOFoundationCompat",
      "NIOHTTP1",
      "NIOOpenSSL",
      "NIOPriorityQueue",
      "NIOTLS",
      "NIOWebSocket",
      "Random",
      "WebSocket",
      "WebSocketPackageDescription",
      "swift-nio-sslPackageDescription",
      "swift-nioPackageDescription"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HiveMind-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HiveMind-Package -destination generic/platform=watchOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (30 targets)
    Target 'HiveMind' in project 'HiveMind'
        ➜ Explicit dependency on target 'HiveMindCore' in project 'HiveMind'
        ➜ Explicit dependency on target 'WebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'HiveEngine' in project 'HiveMind'
    Target 'HiveMindCore' in project 'HiveMind'
        ➜ Explicit dependency on target 'WebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'HiveEngine' in project 'HiveMind'
    Target 'HiveEngine' in project 'HiveMind' (no dependencies)
    Target 'WebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Crypto' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'CCryptoOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBcrypt' in project 'HiveMind'
        ➜ Explicit dependency on target 'CBase32' in project 'HiveMind'
    Target 'CBase32' in project 'HiveMind' (no dependencies)
    Target 'CBcrypt' in project 'HiveMind' (no dependencies)
    Target 'CCryptoOpenSSL' in project 'HiveMind' (no dependencies)
    Target 'Random' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
    Target 'HTTP' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Core' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HiveMind'
        ➜ Explicit dependency on target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
        ➜ Explicit dependency on target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Async' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'Bits' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'Debugging' in project 'HiveMind'
    Target 'Debugging' in project 'HiveMind' (no dependencies)
    Target 'COperatingSystem' in project 'HiveMind' (no dependencies)
    Target 'NIOFoundationCompat' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIOOpenSSL' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOOpenSSL' in project 'HiveMind'
    Target 'CNIOOpenSSL' in project 'HiveMind' (no dependencies)
    Target 'NIOTLS' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIOWebSocket' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIOHTTP1' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOZlib' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOHTTPParser' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'NIO' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOSHA1' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOPriorityQueue' in project 'HiveMind'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'HiveMind'
    Target 'CNIOLinux' in project 'HiveMind' (no dependencies)
    Target 'CNIODarwin' in project 'HiveMind' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'HiveMind'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'HiveMind'
    Target 'CNIOAtomics' in project 'HiveMind' (no dependencies)
    Target 'NIOPriorityQueue' in project 'HiveMind' (no dependencies)
    Target 'CNIOSHA1' in project 'HiveMind' (no dependencies)
    Target 'CNIOHTTPParser' in project 'HiveMind' (no dependencies)
    Target 'CNIOZlib' in project 'HiveMind' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: 5f2c3d3e81f062d55a6e01aa444db619
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5f2c3d3e81f062d55a6e01aa444db619.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'HiveEngine' from project 'HiveMind')
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'HiveMindCore' from project 'HiveMind')
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'HiveMind' from project 'HiveMind')
/Users/admin/builder/spi-builder-workspace/HiveMind.xcodeproj: error: Signing for "HiveMind" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'HiveMind' from project 'HiveMind')
** BUILD FAILED **
The following build commands failed:
	Building project HiveMind with scheme HiveMind-Package
(1 failure)
BUILD FAILURE 6.1 watchOS