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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-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 into spi-builder-workspace
d021778edfc8775197b6922569cd274a984661df
SUCCESS checkout https://github.com/fananek/hex-grid.git at 0.4.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-docc-plugin.git from cache
Fetched https://github.com/apple/swift-docc-plugin.git (0.36s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.2.0 (0.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.43s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.02s)
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.2.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/24] Emitting module HexGrid
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/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 DirectionsEnumeration.swift
[5/27] Compiling HexGrid GridShapeEnumeration.swift
[6/27] Compiling HexGrid OffsetLayoutEnumeration.swift
[7/27] Compiling HexGrid Cell.swift
[8/27] Compiling HexGrid Convertor.swift
[9/27] Compiling HexGrid InvalidArgumentError.swift
[10/27] Compiling HexGrid Node.swift
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[11/27] Compiling HexGrid Point.swift
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[12/27] Compiling HexGrid PriorityQueue.swift
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/Users/builder/builds/o86TiJKT/3/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/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[13/27] Compiling HexGrid OrientationEnumeration.swift
[14/27] Compiling HexGrid RotationEnumeration.swift
[15/27] Compiling HexGrid Generator.swift
[16/27] Compiling HexGrid HexGrid.swift
[17/27] Compiling HexGrid Math.swift
[18/27] Compiling HexGrid OrientationMatrix.swift
[19/27] Compiling HexGrid AxialCoordinates.swift
[20/27] Compiling HexGrid CubeCoordinates.swift
[21/27] Compiling HexGrid CubeFractionalCoordinates.swift
[22/27] Compiling HexGrid OffsetCoordinates.swift
[23/27] Compiling HexGrid Heap.swift
[24/27] Compiling HexGrid HexSize.swift
[25/27] Compiling HexGrid Attribute.swift
[26/27] Compiling HexGrid AttributeDecodable.swift
[27/27] Compiling HexGrid AttributeEncodable.swift
Build complete! (20.18s)
Build complete.
Done.

Build Machine: Mac 5