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.5.0 (6d9b57), with Swift 6.2 for macOS (SPM) on 22 Nov 2025 19:34:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pawelmajcher/SwiftyH3.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pawelmajcher/SwiftyH3
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 6d9b577 Fix syntax in Package.swift installation instruction
Cloned https://github.com/pawelmajcher/SwiftyH3.git
Revision (git rev-parse @):
6d9b5774cc7cc198597b14aaccf213587947678c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pawelmajcher/SwiftyH3.git at 0.5.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": [
      ]
    }
  ]
}
Fetching https://github.com/pawelmajcher/SwiftyH3.git
[1/586] Fetching swiftyh3
Fetched https://github.com/pawelmajcher/SwiftyH3.git from cache (0.81s)
Creating working copy for https://github.com/pawelmajcher/SwiftyH3.git
Working copy of https://github.com/pawelmajcher/SwiftyH3.git resolved at 0.5.0 (6d9b577)
warning: '.resolve-product-dependencies': dependency 'swiftyh3' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pawelmajcher/SwiftyH3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/21] Compiling Ch3 h3Assert.c
[1/21] Write swift-version-49B95AFC49DCD68C.txt
[2/21] Write sources
[3/21] Compiling Ch3 vertexGraph.c
[4/21] Compiling Ch3 iterators.c
[4/21] Compiling Ch3 directedEdge.c
[6/21] Compiling Ch3 h3Index.c
[7/21] Compiling Ch3 vec3d.c
[8/21] Compiling Ch3 faceijk.c
[9/21] Compiling Ch3 vertex.c
[10/21] Compiling Ch3 latLng.c
[11/21] Compiling Ch3 vec2d.c
[12/21] Compiling Ch3 bbox.c
[13/21] Compiling Ch3 polygon.c
[14/21] Compiling Ch3 mathExtensions.c
[15/21] Compiling Ch3 linkedGeo.c
[16/21] Compiling Ch3 baseCells.c
[17/21] Compiling Ch3 algos.c
[18/21] Compiling Ch3 coordijk.c
[19/21] Compiling Ch3 polyfill.c
[20/21] Compiling Ch3 localij.c
[22/65] Compiling SwiftyH3 SwiftyH3Error.swift
[23/65] Compiling SwiftyH3 H3Cell+Edges.swift
[24/65] Compiling SwiftyH3 H3Cell+Neighbors.swift
[25/65] Compiling SwiftyH3 H3DirectedEdge+Indexing.swift
[26/65] Compiling SwiftyH3 H3DirectedEdge+Inspection.swift
[27/65] Compiling SwiftyH3 H3DirectedEdge.swift
[28/65] Compiling SwiftyH3 H3Indexable.swift
[29/65] Compiling SwiftyH3 H3LatLng.swift
[30/65] Compiling SwiftyH3 H3Polygon.swift
[31/65] Compiling SwiftyH3 H3Vertex.swift
[32/65] Compiling SwiftyH3 H3DirectedEdge+Traversal.swift
[33/65] Compiling SwiftyH3 H3Cell+ChildrenCollection.swift
[34/65] Compiling SwiftyH3 H3Cell+Compact.swift
[35/65] Compiling SwiftyH3 H3Cell+Hierarchy.swift
[36/65] Compiling SwiftyH3 H3Cell+Indexing.swift
[37/69] Compiling SwiftyH3 H3Cell+Traversal.swift
[38/69] Compiling SwiftyH3 H3Cell+H3Vertex.swift
[39/69] Compiling SwiftyH3 H3Vertex+Indexing.swift
[40/69] Compiling SwiftyH3 H3Vertex+Inspection.swift
[41/69] Compiling SwiftyH3 H3LatLng+Indexing.swift
[42/69] Compiling SwiftyH3 H3Cell+Inspection.swift
[43/69] Compiling SwiftyH3 H3Indexable+Inspection.swift
[44/69] Compiling SwiftyH3 H3Indexable+LosslessStringConvertible.swift
[45/69] Compiling SwiftyH3 H3Cell+Area.swift
[46/69] Compiling SwiftyH3 H3Cell+Res0Cells.swift
[47/69] Compiling SwiftyH3 H3CellResolution+Pentagons.swift
[48/69] Compiling SwiftyH3 H3CellResolution+Stats.swift
[49/69] Compiling SwiftyH3 H3DirectedEdge+Length.swift
[50/69] Compiling SwiftyH3 H3Loop+LinkedLatLng.swift
[51/69] Compiling SwiftyH3 H3MultiPolygon+GeoMultiPolygon.swift
[52/69] Compiling SwiftyH3 H3MultiPolygon+LinkedGeoPolygon.swift
[53/69] Compiling SwiftyH3 H3Polygon+GeoPolygon.swift
[54/69] Compiling SwiftyH3 H3Polygon+LinkedGeoLoop.swift
[55/69] Compiling SwiftyH3 H3Cell+Resolution+Zoom.swift
[56/69] Compiling SwiftyH3 H3LatLng+Units.swift
[57/69] Compiling SwiftyH3 H3Cell+ContainmentType.swift
[58/69] Compiling SwiftyH3 H3Cell+Resolution.swift
[59/69] Compiling SwiftyH3 H3Cell.swift
[60/69] Compiling SwiftyH3 H3LatLng+Distance.swift
[61/69] Compiling SwiftyH3 SwiftyH3Error+LocalizedError.swift
[62/69] Compiling SwiftyH3 H3Cell+H3Polygon.swift
[63/69] Compiling SwiftyH3 H3Polygon+H3Cell.swift
[64/69] Emitting module SwiftyH3
[65/69] Compiling SwiftyH3 H3+CoreLocation.swift
[66/69] Compiling SwiftyH3 H3+MapKit+SwiftUI.swift
[67/69] Compiling SwiftyH3 H3+MapKit.swift
[68/69] Compiling SwiftyH3 H3LatLng+LatLng.swift
[69/69] Compiling SwiftyH3 H3Loop+GeoLoop.swift
Build complete! (9.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyH3",
  "name" : "SwiftyH3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyH3",
      "targets" : [
        "SwiftyH3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "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_memberships" : [
        "SwiftyH3"
      ],
      "sources" : [
        "Core Types Apple Framework Bindings/H3+CoreLocation.swift",
        "Core Types Apple Framework Bindings/H3+MapKit+SwiftUI.swift",
        "Core Types Apple Framework Bindings/H3+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"
      ],
      "target_dependencies" : [
        "Ch3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ch3",
      "module_type" : "ClangTarget",
      "name" : "Ch3",
      "path" : "Sources/Ch3",
      "product_memberships" : [
        "SwiftyH3"
      ],
      "sources" : [
        "algos.c",
        "baseCells.c",
        "bbox.c",
        "coordijk.c",
        "directedEdge.c",
        "faceijk.c",
        "h3Assert.c",
        "h3Index.c",
        "iterators.c",
        "latLng.c",
        "linkedGeo.c",
        "localij.c",
        "mathExtensions.c",
        "polyfill.c",
        "polygon.c",
        "vec2d.c",
        "vec3d.c",
        "vertex.c",
        "vertexGraph.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.