The Swift Package Index logo.Swift Package Index

Build Information

Successful build of hex-grid with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

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
Cloned https://github.com/fananek/hex-grid.git into spi-builder-workspace
SUCCESS checkout https://github.com/fananek/hex-grid.git at 0.4.11
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin.git
[1/1371] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git (0.38s)
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.29s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2058] Fetching swift-docc-symbolkit
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.30s)
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
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
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/24] Emitting module HexGrid
/host/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 {
                    ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/host/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 {
                   ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[4/27] Compiling HexGrid Cell.swift
[5/27] Compiling HexGrid Convertor.swift
[6/27] Compiling HexGrid InvalidArgumentError.swift
[7/27] Compiling HexGrid DirectionsEnumeration.swift
[8/27] Compiling HexGrid GridShapeEnumeration.swift
[9/27] Compiling HexGrid OffsetLayoutEnumeration.swift
[10/27] Compiling HexGrid HexGrid.swift
[11/27] Compiling HexGrid Math.swift
[12/27] Compiling HexGrid OrientationMatrix.swift
[13/27] Compiling HexGrid OffsetCoordinates.swift
[14/27] Compiling HexGrid Heap.swift
[15/27] Compiling HexGrid HexSize.swift
[16/27] Compiling HexGrid Node.swift
/host/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 {
                    ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/host/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 {
                   ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[17/27] Compiling HexGrid Point.swift
/host/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 {
                    ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/host/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 {
                   ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[18/27] Compiling HexGrid PriorityQueue.swift
/host/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 {
                    ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
/host/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 {
                   ^
/host/spi-builder-workspace/Sources/HexGrid/DataStructures/Node.swift:1:21: note: 'T' previously declared here
internal class Node<T: Hashable> {
                    ^
[19/27] Compiling HexGrid AxialCoordinates.swift
[20/27] Compiling HexGrid CubeCoordinates.swift
[21/27] Compiling HexGrid CubeFractionalCoordinates.swift
[22/27] Compiling HexGrid OrientationEnumeration.swift
[23/27] Compiling HexGrid RotationEnumeration.swift
[24/27] Compiling HexGrid Generator.swift
[25/27] Compiling HexGrid Attribute.swift
[26/27] Compiling HexGrid AttributeDecodable.swift
[27/27] Compiling HexGrid AttributeEncodable.swift
Build complete! (16.58s)
Build complete.
Done.

Build Machine: Linux 1