The Swift Package Index logo.Swift Package Index

Build Information

Successful build of hex-grid with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fananek/hex-grid.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/fananek/hex-grid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0fb45eb Merge pull request #20 from mgrider/feature-more-generators
Cloned https://github.com/fananek/hex-grid.git
Revision (git rev-parse @):
0fb45eb4671ffb537a4a3f5dd20385779b032a72
SUCCESS checkout https://github.com/fananek/hex-grid.git at main
Fetching https://github.com/apple/swift-docc-plugin.git from cache
Fetched https://github.com/apple/swift-docc-plugin.git (0.32s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.3.0 (0.06s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.36s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.06s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "hex-grid",
      "name": "hex-grid",
      "url": "https://github.com/fananek/hex-grid.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hex-grid",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fananek/hex-grid.git
[1/2656] Fetching hex-grid
Fetched https://github.com/fananek/hex-grid.git (0.47s)
Creating working copy for https://github.com/fananek/hex-grid.git
Working copy of https://github.com/fananek/hex-grid.git resolved at main
warning: '.resolve-product-dependencies': dependency 'hex-grid' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/24] Emitting module HexGrid
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[4/27] Compiling HexGrid OrientationEnumeration.swift
[5/27] Compiling HexGrid RotationEnumeration.swift
[6/27] Compiling HexGrid Generator.swift
[7/27] Compiling HexGrid Node.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[8/27] Compiling HexGrid Point.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[9/27] Compiling HexGrid PriorityQueue.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func == <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 Swift 6
    static func < <T>(lhs: Node<T>, rhs: Node<T>) -> Bool {
                   ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[10/27] Compiling HexGrid DirectionsEnumeration.swift
[11/27] Compiling HexGrid GridShapeEnumeration.swift
[12/27] Compiling HexGrid OffsetLayoutEnumeration.swift
[13/27] Compiling HexGrid Cell.swift
[14/27] Compiling HexGrid Convertor.swift
[15/27] Compiling HexGrid InvalidArgumentError.swift
[16/27] Compiling HexGrid OffsetCoordinates.swift
[17/27] Compiling HexGrid Heap.swift
[18/27] Compiling HexGrid HexSize.swift
[19/27] Compiling HexGrid AxialCoordinates.swift
[20/27] Compiling HexGrid CubeCoordinates.swift
[21/27] Compiling HexGrid CubeFractionalCoordinates.swift
[22/27] Compiling HexGrid Attribute.swift
[23/27] Compiling HexGrid AttributeDecodable.swift
[24/27] Compiling HexGrid AttributeEncodable.swift
[25/27] Compiling HexGrid HexGrid.swift
[26/27] Compiling HexGrid Math.swift
[27/27] Compiling HexGrid OrientationMatrix.swift
Build complete! (29.07s)
Build complete.
Done.