The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyH3, reference 0.4.1 (2dab6f), with Swift 6.1 for macOS (SPM) on 29 Jul 2025 01:19:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pawelmajcher/SwiftyH3.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pawelmajcher/SwiftyH3
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 2dab6f4 Minor README and docs updates
Cloned https://github.com/pawelmajcher/SwiftyH3.git
Revision (git rev-parse @):
2dab6f4cc8b7aff475ef9b76ff9e9e7b7fd551ec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pawelmajcher/SwiftyH3.git at 0.4.1
Fetching https://github.com/pawelmajcher/Ch3.git
[1/161] Fetching ch3
Fetched https://github.com/pawelmajcher/Ch3.git from cache (0.79s)
Computing version for https://github.com/pawelmajcher/Ch3.git
Computed https://github.com/pawelmajcher/Ch3.git at 4.3.0 (4.03s)
Creating working copy for https://github.com/pawelmajcher/Ch3.git
Working copy of https://github.com/pawelmajcher/Ch3.git resolved at 4.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftyh3",
      "name": "SwiftyH3",
      "url": "https://github.com/pawelmajcher/SwiftyH3.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyH3",
      "dependencies": [
        {
          "identity": "ch3",
          "name": "Ch3",
          "url": "https://github.com/pawelmajcher/Ch3.git",
          "version": "4.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ch3",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/pawelmajcher/SwiftyH3.git
[1/395] Fetching swiftyh3
Fetched https://github.com/pawelmajcher/SwiftyH3.git from cache (0.74s)
Fetching https://github.com/pawelmajcher/Ch3.git from cache
Fetched https://github.com/pawelmajcher/Ch3.git from cache (0.43s)
Computing version for https://github.com/pawelmajcher/Ch3.git
Computed https://github.com/pawelmajcher/Ch3.git at 4.3.0 (0.48s)
Creating working copy for https://github.com/pawelmajcher/SwiftyH3.git
Working copy of https://github.com/pawelmajcher/SwiftyH3.git resolved at 0.4.1 (2dab6f4)
Creating working copy for https://github.com/pawelmajcher/Ch3.git
Working copy of https://github.com/pawelmajcher/Ch3.git resolved at 4.3.0
warning: '.resolve-product-dependencies': dependency 'swiftyh3' is not used by any target
Found 1 product dependencies
  - Ch3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pawelmajcher/SwiftyH3.git
https://github.com/pawelmajcher/SwiftyH3.git
{
  "dependencies" : [
    {
      "identity" : "ch3",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pawelmajcher/Ch3.git"
    }
  ],
  "manifest_display_name" : "SwiftyH3",
  "name" : "SwiftyH3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyH3",
      "targets" : [
        "SwiftyH3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyH3Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyH3Tests",
      "path" : "Tests/SwiftyH3Tests",
      "sources" : [
        "SwiftyH3Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftyH3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyH3",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyH3",
      "path" : "Sources/SwiftyH3",
      "product_dependencies" : [
        "Ch3"
      ],
      "product_memberships" : [
        "SwiftyH3"
      ],
      "sources" : [
        "Core Types Apple Framework Bindings/H3LatLng+CoreLocation.swift",
        "Core Types Apple Framework Bindings/H3Polygon+MapKit.swift",
        "Core Types Ch3 Bindings/H3LatLng+LatLng.swift",
        "Core Types Ch3 Bindings/H3Loop+GeoLoop.swift",
        "Core Types Ch3 Bindings/H3Loop+LinkedLatLng.swift",
        "Core Types Ch3 Bindings/H3MultiPolygon+GeoMultiPolygon.swift",
        "Core Types Ch3 Bindings/H3MultiPolygon+LinkedGeoPolygon.swift",
        "Core Types Ch3 Bindings/H3Polygon+GeoPolygon.swift",
        "Core Types Ch3 Bindings/H3Polygon+LinkedGeoLoop.swift",
        "Core Types Helpers/H3Cell+Resolution+Zoom.swift",
        "Core Types Helpers/H3LatLng+Units.swift",
        "Core Types/H3Cell+ContainmentType.swift",
        "Core Types/H3Cell+Resolution.swift",
        "Core Types/H3Cell.swift",
        "Core Types/H3DirectedEdge.swift",
        "Core Types/H3Indexable.swift",
        "Core Types/H3LatLng.swift",
        "Core Types/H3Polygon.swift",
        "Core Types/H3Vertex.swift",
        "Core Types/SwiftyH3Error.swift",
        "Directed Edges/H3Cell+Edges.swift",
        "Directed Edges/H3Cell+Neighbors.swift",
        "Directed Edges/H3DirectedEdge+Indexing.swift",
        "Directed Edges/H3DirectedEdge+Inspection.swift",
        "Directed Edges/H3DirectedEdge+Traversal.swift",
        "Hierarchy/H3Cell+ChildrenCollection.swift",
        "Hierarchy/H3Cell+Compact.swift",
        "Hierarchy/H3Cell+Hierarchy.swift",
        "Indexing/H3Cell+Indexing.swift",
        "Indexing/H3LatLng+Indexing.swift",
        "Inspection/H3Cell+Inspection.swift",
        "Inspection/H3Indexable+Inspection.swift",
        "Inspection/H3Indexable+LosslessStringConvertible.swift",
        "Miscellaneous/H3Cell+Area.swift",
        "Miscellaneous/H3Cell+Res0Cells.swift",
        "Miscellaneous/H3CellResolution+Pentagons.swift",
        "Miscellaneous/H3CellResolution+Stats.swift",
        "Miscellaneous/H3DirectedEdge+Length.swift",
        "Miscellaneous/H3LatLng+Distance.swift",
        "Miscellaneous/SwiftyH3Error+LocalizedError.swift",
        "Regions/H3Cell+H3Polygon.swift",
        "Regions/H3Polygon+H3Cell.swift",
        "Traversal/H3Cell+Traversal.swift",
        "Vertices/H3Cell+H3Vertex.swift",
        "Vertices/H3Vertex+Indexing.swift",
        "Vertices/H3Vertex+Inspection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/23] Compiling vec2d.c
[1/23] Compiling linkedGeo.c
[2/23] Write sources
[3/23] Compiling polygon.c
[4/23] Compiling mathExtensions.c
[5/23] Compiling directedEdge.c
[6/23] Compiling localij.c
[7/23] Compiling vertexGraph.c
[8/23] Compiling faceijk.c
[9/23] Compiling polyfill.c
[10/23] Compiling vertex.c
[11/23] Compiling latLng.c
[12/23] Compiling iterators.c
[13/23] Compiling h3Assert.c
[14/23] Compiling h3Index.c
[15/23] Write swift-version-2F0A5646E1D333AE.txt
[16/23] Compiling coordijk.c
[17/23] Compiling bbox.c
[18/23] Compiling baseCells.c
[19/23] Compiling algos.c
[20/23] Compiling vec3d.c
[21/23] Write Objects.LinkFileList
[22/23] Archiving libCh3.a
[24/66] Emitting module SwiftyH3
[25/70] Compiling SwiftyH3 H3MultiPolygon+GeoMultiPolygon.swift
[26/70] Compiling SwiftyH3 H3MultiPolygon+LinkedGeoPolygon.swift
[27/70] Compiling SwiftyH3 H3Polygon+GeoPolygon.swift
[28/70] Compiling SwiftyH3 H3Polygon+LinkedGeoLoop.swift
[29/70] Compiling SwiftyH3 H3Cell+Resolution+Zoom.swift
[30/70] Compiling SwiftyH3 H3Cell+Traversal.swift
[31/70] Compiling SwiftyH3 H3Cell+H3Vertex.swift
[32/70] Compiling SwiftyH3 H3Vertex+Indexing.swift
[33/70] Compiling SwiftyH3 H3Vertex+Inspection.swift
[34/70] Compiling SwiftyH3 H3Cell+Inspection.swift
[35/70] Compiling SwiftyH3 H3Indexable+Inspection.swift
[36/70] Compiling SwiftyH3 H3Indexable+LosslessStringConvertible.swift
[37/70] Compiling SwiftyH3 H3Cell+Area.swift
[38/70] Compiling SwiftyH3 H3Cell+ChildrenCollection.swift
[39/70] Compiling SwiftyH3 H3Cell+Compact.swift
[40/70] Compiling SwiftyH3 H3Cell+Hierarchy.swift
[41/70] Compiling SwiftyH3 H3Cell+Indexing.swift
[42/70] Compiling SwiftyH3 H3LatLng+Indexing.swift
[43/70] Compiling SwiftyH3 H3Cell+Edges.swift
[44/70] Compiling SwiftyH3 H3Cell+Neighbors.swift
[45/70] Compiling SwiftyH3 H3DirectedEdge+Indexing.swift
[46/70] Compiling SwiftyH3 H3DirectedEdge+Inspection.swift
[47/70] Compiling SwiftyH3 H3DirectedEdge+Traversal.swift
[48/70] Compiling SwiftyH3 H3Cell+Res0Cells.swift
[49/70] Compiling SwiftyH3 H3CellResolution+Pentagons.swift
[50/70] Compiling SwiftyH3 H3CellResolution+Stats.swift
[51/70] Compiling SwiftyH3 H3DirectedEdge+Length.swift
[52/70] Compiling SwiftyH3 H3LatLng+Distance.swift
[53/70] Compiling SwiftyH3 SwiftyH3Error+LocalizedError.swift
[54/70] Compiling SwiftyH3 H3Cell+H3Polygon.swift
[55/70] Compiling SwiftyH3 H3Polygon+H3Cell.swift
[56/70] Compiling SwiftyH3 H3LatLng+Units.swift
[57/70] Compiling SwiftyH3 H3Cell+ContainmentType.swift
[58/70] Compiling SwiftyH3 H3Cell+Resolution.swift
[59/70] Compiling SwiftyH3 H3Cell.swift
[60/70] Compiling SwiftyH3 H3DirectedEdge.swift
[61/70] Compiling SwiftyH3 H3Indexable.swift
[62/70] Compiling SwiftyH3 H3LatLng.swift
[63/70] Compiling SwiftyH3 H3Polygon.swift
[64/70] Compiling SwiftyH3 H3Vertex.swift
[65/70] Compiling SwiftyH3 SwiftyH3Error.swift
[66/70] Compiling SwiftyH3 H3LatLng+CoreLocation.swift
[67/70] Compiling SwiftyH3 H3Polygon+MapKit.swift
[68/70] Compiling SwiftyH3 H3LatLng+LatLng.swift
[69/70] Compiling SwiftyH3 H3Loop+GeoLoop.swift
[70/70] Compiling SwiftyH3 H3Loop+LinkedLatLng.swift
Build complete! (8.42s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ch3",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pawelmajcher/Ch3.git"
    }
  ],
  "manifest_display_name" : "SwiftyH3",
  "name" : "SwiftyH3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyH3",
      "targets" : [
        "SwiftyH3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyH3Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyH3Tests",
      "path" : "Tests/SwiftyH3Tests",
      "sources" : [
        "SwiftyH3Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftyH3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyH3",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyH3",
      "path" : "Sources/SwiftyH3",
      "product_dependencies" : [
        "Ch3"
      ],
      "product_memberships" : [
        "SwiftyH3"
      ],
      "sources" : [
        "Core Types Apple Framework Bindings/H3LatLng+CoreLocation.swift",
        "Core Types Apple Framework Bindings/H3Polygon+MapKit.swift",
        "Core Types Ch3 Bindings/H3LatLng+LatLng.swift",
        "Core Types Ch3 Bindings/H3Loop+GeoLoop.swift",
        "Core Types Ch3 Bindings/H3Loop+LinkedLatLng.swift",
        "Core Types Ch3 Bindings/H3MultiPolygon+GeoMultiPolygon.swift",
        "Core Types Ch3 Bindings/H3MultiPolygon+LinkedGeoPolygon.swift",
        "Core Types Ch3 Bindings/H3Polygon+GeoPolygon.swift",
        "Core Types Ch3 Bindings/H3Polygon+LinkedGeoLoop.swift",
        "Core Types Helpers/H3Cell+Resolution+Zoom.swift",
        "Core Types Helpers/H3LatLng+Units.swift",
        "Core Types/H3Cell+ContainmentType.swift",
        "Core Types/H3Cell+Resolution.swift",
        "Core Types/H3Cell.swift",
        "Core Types/H3DirectedEdge.swift",
        "Core Types/H3Indexable.swift",
        "Core Types/H3LatLng.swift",
        "Core Types/H3Polygon.swift",
        "Core Types/H3Vertex.swift",
        "Core Types/SwiftyH3Error.swift",
        "Directed Edges/H3Cell+Edges.swift",
        "Directed Edges/H3Cell+Neighbors.swift",
        "Directed Edges/H3DirectedEdge+Indexing.swift",
        "Directed Edges/H3DirectedEdge+Inspection.swift",
        "Directed Edges/H3DirectedEdge+Traversal.swift",
        "Hierarchy/H3Cell+ChildrenCollection.swift",
        "Hierarchy/H3Cell+Compact.swift",
        "Hierarchy/H3Cell+Hierarchy.swift",
        "Indexing/H3Cell+Indexing.swift",
        "Indexing/H3LatLng+Indexing.swift",
        "Inspection/H3Cell+Inspection.swift",
        "Inspection/H3Indexable+Inspection.swift",
        "Inspection/H3Indexable+LosslessStringConvertible.swift",
        "Miscellaneous/H3Cell+Area.swift",
        "Miscellaneous/H3Cell+Res0Cells.swift",
        "Miscellaneous/H3CellResolution+Pentagons.swift",
        "Miscellaneous/H3CellResolution+Stats.swift",
        "Miscellaneous/H3DirectedEdge+Length.swift",
        "Miscellaneous/H3LatLng+Distance.swift",
        "Miscellaneous/SwiftyH3Error+LocalizedError.swift",
        "Regions/H3Cell+H3Polygon.swift",
        "Regions/H3Polygon+H3Cell.swift",
        "Traversal/H3Cell+Traversal.swift",
        "Vertices/H3Cell+H3Vertex.swift",
        "Vertices/H3Vertex+Indexing.swift",
        "Vertices/H3Vertex+Inspection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.