The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fananek/hex-grid.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/fananek/hex-grid.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/26] Compiling HexGrid DirectionsEnumeration.swift
[6/26] Compiling HexGrid GridShapeEnumeration.swift
[7/26] Compiling HexGrid OffsetLayoutEnumeration.swift
[8/26] Compiling HexGrid Cell.swift
[9/26] Compiling HexGrid Convertor.swift
[10/26] Compiling HexGrid InvalidArgumentError.swift
[11/26] Compiling HexGrid AxialCoordinates.swift
[12/26] Compiling HexGrid CubeCoordinates.swift
[13/26] Compiling HexGrid CubeFractionalCoordinates.swift
[14/26] Compiling HexGrid OffsetCoordinates.swift
[15/26] Compiling HexGrid Heap.swift
[16/26] Compiling HexGrid HexSize.swift
[17/26] Compiling HexGrid OrientationEnumeration.swift
[18/26] Compiling HexGrid RotationEnumeration.swift
[19/26] Compiling HexGrid Generator.swift
[20/29] Compiling HexGrid Node.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[21/29] Compiling HexGrid Point.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[22/29] Compiling HexGrid PriorityQueue.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[23/29] Emitting module HexGrid
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[24/29] Compiling HexGrid Attribute.swift
[25/29] Compiling HexGrid AttributeDecodable.swift
[26/29] Compiling HexGrid AttributeEncodable.swift
[27/29] Compiling HexGrid HexGrid.swift
[28/29] Compiling HexGrid Math.swift
[29/29] Compiling HexGrid OrientationMatrix.swift
Build complete! (19.86s)
Fetching https://github.com/apple/swift-docc-plugin.git from cache
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.55s)
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.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.27s)
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
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-docc-plugin-30a0bdda is not valid git repository for 'https://github.com/apple/swift-docc-plugin.git', will fetch again.
Fetching https://github.com/apple/swift-docc-plugin.git from cache
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-docc-plugin-30a0bdda is not valid git repository for 'https://github.com/apple/swift-docc-plugin.git', will fetch again.
Fetching https://github.com/apple/swift-docc-plugin.git from cache
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.01s)
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
Build complete.
Done.