Build Information
Successful build of hex-grid, reference 0.4.11 (d02177
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 09:52:39 UTC.
Swift 6 data race errors: 12
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hex-grid -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 Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fananek/hex-grid.git
Reference: 0.4.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fananek/hex-grid
* tag 0.4.11 -> FETCH_HEAD
HEAD is now at d021778 update GH actions
Cloned https://github.com/fananek/hex-grid.git
Revision (git rev-parse @):
d021778edfc8775197b6922569cd274a984661df
SUCCESS checkout https://github.com/fananek/hex-grid.git at 0.4.11
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/fananek/hex-grid.git
https://github.com/fananek/hex-grid.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "hex-grid",
"name" : "hex-grid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HexGrid",
"targets" : [
"HexGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HexGridTests",
"module_type" : "SwiftTarget",
"name" : "HexGridTests",
"path" : "Tests/HexGridTests",
"sources" : [
"AttributeCodableTests.swift",
"CellTests.swift",
"CodableTests.swift",
"ConvertorTests.swift",
"CoordinatesTests.swift",
"GridGeneratorTests.swift",
"HeapTests.swift",
"HexGridTests.swift",
"MathTests.swift",
"PriorityQueueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HexGrid"
],
"type" : "test"
},
{
"c99name" : "HexGrid",
"module_type" : "SwiftTarget",
"name" : "HexGrid",
"path" : "Sources/HexGrid",
"product_memberships" : [
"HexGrid"
],
"sources" : [
"Cell.swift",
"Convertor.swift",
"CustomErrors/InvalidArgumentError.swift",
"DataStructures/Attributes/Attribute.swift",
"DataStructures/Attributes/AttributeDecodable.swift",
"DataStructures/Attributes/AttributeEncodable.swift",
"DataStructures/Coordinates/AxialCoordinates.swift",
"DataStructures/Coordinates/CubeCoordinates.swift",
"DataStructures/Coordinates/CubeFractionalCoordinates.swift",
"DataStructures/Coordinates/OffsetCoordinates.swift",
"DataStructures/Heap.swift",
"DataStructures/HexSize.swift",
"DataStructures/Node.swift",
"DataStructures/Point.swift",
"DataStructures/PriorityQueue.swift",
"Enumerations/DirectionsEnumeration.swift",
"Enumerations/GridShapeEnumeration.swift",
"Enumerations/OffsetLayoutEnumeration.swift",
"Enumerations/OrientationEnumeration.swift",
"Enumerations/RotationEnumeration.swift",
"Generator.swift",
"HexGrid.swift",
"Math.swift",
"OrientationMatrix.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.3
hex-grid: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, SwiftDocCPlugin, hex-grid
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "hex-grid",
"name" : "hex-grid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HexGrid",
"targets" : [
"HexGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HexGridTests",
"module_type" : "SwiftTarget",
"name" : "HexGridTests",
"path" : "Tests/HexGridTests",
"sources" : [
"AttributeCodableTests.swift",
"CellTests.swift",
"CodableTests.swift",
"ConvertorTests.swift",
"CoordinatesTests.swift",
"GridGeneratorTests.swift",
"HeapTests.swift",
"HexGridTests.swift",
"MathTests.swift",
"PriorityQueueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HexGrid"
],
"type" : "test"
},
{
"c99name" : "HexGrid",
"module_type" : "SwiftTarget",
"name" : "HexGrid",
"path" : "Sources/HexGrid",
"product_memberships" : [
"HexGrid"
],
"sources" : [
"Cell.swift",
"Convertor.swift",
"CustomErrors/InvalidArgumentError.swift",
"DataStructures/Attributes/Attribute.swift",
"DataStructures/Attributes/AttributeDecodable.swift",
"DataStructures/Attributes/AttributeEncodable.swift",
"DataStructures/Coordinates/AxialCoordinates.swift",
"DataStructures/Coordinates/CubeCoordinates.swift",
"DataStructures/Coordinates/CubeFractionalCoordinates.swift",
"DataStructures/Coordinates/OffsetCoordinates.swift",
"DataStructures/Heap.swift",
"DataStructures/HexSize.swift",
"DataStructures/Node.swift",
"DataStructures/Point.swift",
"DataStructures/PriorityQueue.swift",
"Enumerations/DirectionsEnumeration.swift",
"Enumerations/GridShapeEnumeration.swift",
"Enumerations/OffsetLayoutEnumeration.swift",
"Enumerations/OrientationEnumeration.swift",
"Enumerations/RotationEnumeration.swift",
"Generator.swift",
"HexGrid.swift",
"Math.swift",
"OrientationMatrix.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"hex-grid"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme hex-grid -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 hex-grid -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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
hex-grid: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.3
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'HexGrid' in project 'hex-grid'
➜ Explicit dependency on target 'HexGrid' in project 'hex-grid'
Target 'HexGrid' in project 'hex-grid' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1da07c9f1980a7b3e7412a0c4361c1c2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1da07c9f1980a7b3e7412a0c4361c1c2.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-OutputFileMap.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftConstValuesFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.LinkFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_const_extract_protocols.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_const_extract_protocols.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftConstValuesFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-OutputFileMap.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.LinkFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_const_extract_protocols.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftConstValuesFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.LinkFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-OutputFileMap.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.modulemap (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.DependencyStaticMetadataFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.DependencyMetadataFileList (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/HexGrid.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.modulemap (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver HexGrid normal armv7k com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver HexGrid normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver HexGrid normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ HexGrid (in target 'HexGrid' from project 'hex-grid')
EmitSwiftModule normal arm64_32 (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:19:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:23:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: warning: static property 'directions' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let directions = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: add '@MainActor' to make static property 'directions' part of global actor 'MainActor'
fileprivate static let directions = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let directions = try! [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: warning: static property 'diagonalDirections' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: add '@MainActor' to make static property 'diagonalDirections' part of global actor 'MainActor'
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ Cell.swift,\ Convertor.swift,\ InvalidArgumentError.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Convertor.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/CustomErrors/InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Cell.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Convertor.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/CustomErrors/InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AxialCoordinates.swift,\ CubeCoordinates.swift,\ CubeFractionalCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/AxialCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/AxialCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ GridShapeEnumeration.swift,\ OffsetLayoutEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/GridShapeEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/GridShapeEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Generator.swift,\ HexGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Generator.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Attribute.swift,\ AttributeDecodable.swift,\ AttributeEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/Attribute.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeDecodable.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ OffsetCoordinates.swift,\ Heap.swift,\ HexSize.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/OffsetCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Heap.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/HexSize.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/OffsetCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Heap.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/HexSize.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ HexGrid (in target 'HexGrid' from project 'hex-grid')
EmitSwiftModule normal arm64 (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:19:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:23:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: warning: static property 'directions' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let directions = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: add '@MainActor' to make static property 'directions' part of global actor 'MainActor'
fileprivate static let directions = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let directions = try! [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: warning: static property 'diagonalDirections' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: add '@MainActor' to make static property 'diagonalDirections' part of global actor 'MainActor'
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
nonisolated(unsafe)
SwiftEmitModule normal armv7k Emitting\ module\ for\ HexGrid (in target 'HexGrid' from project 'hex-grid')
EmitSwiftModule normal armv7k (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:19:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:23:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: warning: static property 'directions' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let directions = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: add '@MainActor' to make static property 'directions' part of global actor 'MainActor'
fileprivate static let directions = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let directions = try! [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: warning: static property 'diagonalDirections' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: add '@MainActor' to make static property 'diagonalDirections' part of global actor 'MainActor'
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Cell.swift,\ Convertor.swift,\ InvalidArgumentError.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Convertor.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/CustomErrors/InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Cell.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Convertor.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/CustomErrors/InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AxialCoordinates.swift,\ CubeCoordinates.swift,\ CubeFractionalCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/AxialCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/AxialCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for HexGrid (in target 'HexGrid' from project 'hex-grid')
SwiftDriver\ Compilation\ Requirements HexGrid normal armv7k com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for HexGrid (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ PriorityQueue.swift,\ DirectionsEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/PriorityQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/PriorityQueue.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation\ Requirements HexGrid normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for HexGrid (in target 'HexGrid' from project 'hex-grid')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftmodule (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriver\ Compilation\ Requirements HexGrid normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftdoc (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/HexGrid-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-Swift.h (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/HexGrid-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.abi.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftmodule (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftdoc (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.abi.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftmodule (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftdoc (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.abi.json (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftsourceinfo (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftsourceinfo (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftsourceinfo (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Cell.swift,\ Convertor.swift,\ InvalidArgumentError.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Convertor.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/CustomErrors/InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Cell.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Convertor.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/CustomErrors/InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ OffsetCoordinates.swift,\ Heap.swift,\ HexSize.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/OffsetCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Heap.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/HexSize.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/OffsetCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Heap.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/HexSize.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling GridShapeEnumeration.swift, OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ Generator.swift,\ HexGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Generator.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling OffsetCoordinates.swift, Heap.swift, HexSize.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ GridShapeEnumeration.swift,\ OffsetLayoutEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/GridShapeEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/GridShapeEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Cell.swift, Convertor.swift, InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ GridShapeEnumeration.swift,\ OffsetLayoutEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/GridShapeEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/GridShapeEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Generator.swift, HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ OrientationEnumeration.swift,\ RotationEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OrientationEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OrientationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Cell.swift, Convertor.swift, InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ Attribute.swift,\ AttributeDecodable.swift,\ AttributeEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/Attribute.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeDecodable.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling OffsetCoordinates.swift, Heap.swift, HexSize.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ Node.swift,\ Point.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Point.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:19:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:23:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Point.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GridShapeEnumeration.swift, OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 Compiling\ PriorityQueue.swift,\ DirectionsEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/PriorityQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/PriorityQueue.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling OrientationEnumeration.swift, RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 Compiling\ Math.swift,\ OrientationMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: warning: static property 'directions' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let directions = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: add '@MainActor' to make static property 'directions' part of global actor 'MainActor'
fileprivate static let directions = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let directions = try! [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: warning: static property 'diagonalDirections' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: add '@MainActor' to make static property 'diagonalDirections' part of global actor 'MainActor'
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling PriorityQueue.swift, DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ Generator.swift,\ HexGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Generator.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Generator.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Generator.swift, HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ AxialCoordinates.swift,\ CubeCoordinates.swift,\ CubeFractionalCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/AxialCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/AxialCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Cell.swift, Convertor.swift, InvalidArgumentError.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ OrientationEnumeration.swift,\ RotationEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OrientationEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OrientationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift, Point.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ OffsetCoordinates.swift,\ Heap.swift,\ HexSize.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/OffsetCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Heap.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/HexSize.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/OffsetCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Heap.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/HexSize.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling PriorityQueue.swift, DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ Node.swift,\ Point.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Point.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:19:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:23:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Point.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling GridShapeEnumeration.swift, OffsetLayoutEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 Compiling\ OrientationEnumeration.swift,\ RotationEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OrientationEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/OrientationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling OrientationEnumeration.swift, RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k Compiling\ Math.swift,\ OrientationMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: warning: static property 'directions' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let directions = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: add '@MainActor' to make static property 'directions' part of global actor 'MainActor'
fileprivate static let directions = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let directions = try! [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: warning: static property 'diagonalDirections' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: add '@MainActor' to make static property 'diagonalDirections' part of global actor 'MainActor'
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Node.swift, Point.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 Compiling\ Node.swift,\ Point.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Point.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:19:21: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:23:20: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Point.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Generator.swift, HexGrid.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ Attribute.swift,\ AttributeDecodable.swift,\ AttributeEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/Attribute.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/Attribute.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeDecodable.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Attributes/AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling OffsetCoordinates.swift, Heap.swift, HexSize.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ Math.swift,\ OrientationMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: warning: static property 'directions' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let directions = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: add '@MainActor' to make static property 'directions' part of global actor 'MainActor'
fileprivate static let directions = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:66:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let directions = try! [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: warning: static property 'diagonalDirections' is not concurrency-safe because non-'Sendable' type '[CubeCoordinates]' may have shared mutable state; this is an error in the Swift 6 language mode
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Coordinates/CubeCoordinates.swift:4:15: note: consider making struct 'CubeCoordinates' conform to the 'Sendable' protocol
public struct CubeCoordinates: Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: add '@MainActor' to make static property 'diagonalDirections' part of global actor 'MainActor'
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Math.swift:122:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
fileprivate static let diagonalDirections: [CubeCoordinates] = try! [
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling OrientationEnumeration.swift, RotationEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 Compiling\ PriorityQueue.swift,\ DirectionsEnumeration.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/PriorityQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/DataStructures/PriorityQueue.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HexGrid/Enumerations/DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling AxialCoordinates.swift, CubeCoordinates.swift, CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal arm64_32 Compiling Attribute.swift, AttributeDecodable.swift, AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal arm64 Compiling AxialCoordinates.swift, CubeCoordinates.swift, CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal arm64_32 Compiling Node.swift, Point.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal arm64_32 Compiling Math.swift, OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriver\ Compilation HexGrid normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/Binary/HexGrid.o normal arm64_32 (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/Binary/HexGrid.o
SwiftDriverJobDiscovery normal arm64 Compiling PriorityQueue.swift, DirectionsEnumeration.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal arm64 Compiling Attribute.swift, AttributeDecodable.swift, AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal arm64 Compiling Math.swift, OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriver\ Compilation HexGrid normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/Binary/HexGrid.o normal arm64 (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/Binary/HexGrid.o
SwiftDriverJobDiscovery normal armv7k Compiling AxialCoordinates.swift, CubeCoordinates.swift, CubeFractionalCoordinates.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal armv7k Compiling Attribute.swift, AttributeDecodable.swift, AttributeEncodable.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriverJobDiscovery normal armv7k Compiling Math.swift, OrientationMatrix.swift (in target 'HexGrid' from project 'hex-grid')
SwiftDriver\ Compilation HexGrid normal armv7k com.apple.xcode.tools.swift.compiler (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HexGrid -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/Binary/HexGrid.o normal armv7k (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/Binary/HexGrid.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.o normal arm64\ armv7k\ arm64_32 (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/Binary/HexGrid.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/Binary/HexGrid.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/Binary/HexGrid.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.o
ExtractAppIntentsMetadata (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HexGrid --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.HexGrid --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/HexGrid.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64/HexGrid.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/armv7k/HexGrid.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/hex-grid.build/Debug-watchos/HexGrid.build/Objects-normal/arm64_32/HexGrid.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:52:38.322 appintentsmetadataprocessor[1065:6180] Starting appintentsmetadataprocessor export
2025-04-27 02:52:38.362 appintentsmetadataprocessor[1065:6180] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.o (in target 'HexGrid' from project 'hex-grid')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/HexGrid.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "hex-grid",
"name" : "hex-grid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HexGrid",
"targets" : [
"HexGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HexGridTests",
"module_type" : "SwiftTarget",
"name" : "HexGridTests",
"path" : "Tests/HexGridTests",
"sources" : [
"AttributeCodableTests.swift",
"CellTests.swift",
"CodableTests.swift",
"ConvertorTests.swift",
"CoordinatesTests.swift",
"GridGeneratorTests.swift",
"HeapTests.swift",
"HexGridTests.swift",
"MathTests.swift",
"PriorityQueueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HexGrid"
],
"type" : "test"
},
{
"c99name" : "HexGrid",
"module_type" : "SwiftTarget",
"name" : "HexGrid",
"path" : "Sources/HexGrid",
"product_memberships" : [
"HexGrid"
],
"sources" : [
"Cell.swift",
"Convertor.swift",
"CustomErrors/InvalidArgumentError.swift",
"DataStructures/Attributes/Attribute.swift",
"DataStructures/Attributes/AttributeDecodable.swift",
"DataStructures/Attributes/AttributeEncodable.swift",
"DataStructures/Coordinates/AxialCoordinates.swift",
"DataStructures/Coordinates/CubeCoordinates.swift",
"DataStructures/Coordinates/CubeFractionalCoordinates.swift",
"DataStructures/Coordinates/OffsetCoordinates.swift",
"DataStructures/Heap.swift",
"DataStructures/HexSize.swift",
"DataStructures/Node.swift",
"DataStructures/Point.swift",
"DataStructures/PriorityQueue.swift",
"Enumerations/DirectionsEnumeration.swift",
"Enumerations/GridShapeEnumeration.swift",
"Enumerations/OffsetLayoutEnumeration.swift",
"Enumerations/OrientationEnumeration.swift",
"Enumerations/RotationEnumeration.swift",
"Generator.swift",
"HexGrid.swift",
"Math.swift",
"OrientationMatrix.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.