Build Information
Successful build of H3Swift, reference main (69f983), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 20:26:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/libardoram/H3Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/libardoram/H3Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69f9836 Update README.md
Cloned https://github.com/libardoram/H3Swift.git
Revision (git rev-parse @):
69f9836333bb1ba833d264e6de1dbaa71bea6b61
SUCCESS checkout https://github.com/libardoram/H3Swift.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "h3swift",
"name": "H3Swift",
"url": "https://github.com/libardoram/H3Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/H3Swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/libardoram/H3Swift.git
[1/86] Fetching h3swift
Fetched https://github.com/libardoram/H3Swift.git from cache (0.73s)
Creating working copy for https://github.com/libardoram/H3Swift.git
Working copy of https://github.com/libardoram/H3Swift.git resolved at main (69f9836)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/libardoram/H3Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/31] Compiling Ch3 h3Assert.c
[1/31] Write swift-version--6988338F2F200930.txt
[2/31] Write basic-example-entitlement.plist
[3/31] Write advanced-example-entitlement.plist
[4/31] Write sources
[5/31] Compiling Ch3 linkedGeo.c
[6/31] Compiling Ch3 polygon.c
[7/31] Compiling Ch3 polyfill.c
[8/31] Compiling Ch3 iterators.c
[9/31] Compiling Ch3 vec3d.c
[10/31] Compiling Ch3 vertex.c
[11/31] Compiling Ch3 vertexGraph.c
[12/31] Compiling Ch3 faceijk.c
[13/31] Compiling Ch3 vec2d.c
[14/31] Write sources
[16/31] Compiling Ch3 mathExtensions.c
[17/31] Compiling Ch3 coordijk.c
[17/31] Compiling Ch3 bbox.c
[19/31] Compiling Ch3 latLng.c
[20/31] Compiling Ch3 baseCells.c
[21/31] Compiling Ch3 algos.c
[22/31] Compiling Ch3 localij.c
[23/31] Compiling Ch3 directedEdge.c
[24/31] Compiling Ch3 h3Index.c
[26/36] Compiling H3 H3Edge.swift
[27/36] Emitting module H3
[28/36] Compiling H3 H3Index.swift
[29/36] Compiling H3 H3Coordinate.swift
[30/36] Compiling H3 H3GeoPolygon.swift
[31/40] Compiling BasicExample BasicExample.swift
[32/40] Emitting module BasicExample
[32/40] Write Objects.LinkFileList
[34/40] Compiling AdvancedExample AdvancedExample.swift
[35/40] Emitting module AdvancedExample
[35/40] Write Objects.LinkFileList
[36/40] Linking basic-example
[37/40] Applying basic-example
[38/40] Linking advanced-example
[39/40] Applying advanced-example
Build complete! (4.01s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Examples/AdvancedExample.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Examples/BasicExample.swift
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "H3Swift",
"name" : "H3Swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "H3",
"targets" : [
"H3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "basic-example",
"targets" : [
"BasicExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "advanced-example",
"targets" : [
"AdvancedExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "H3Tests",
"module_type" : "SwiftTarget",
"name" : "H3Tests",
"path" : "Tests/H3Tests",
"sources" : [
"H3Tests.swift",
"READMEExamplesTests.swift"
],
"target_dependencies" : [
"H3"
],
"type" : "test"
},
{
"c99name" : "H3",
"module_type" : "SwiftTarget",
"name" : "H3",
"path" : "Sources/H3",
"product_memberships" : [
"H3",
"basic-example",
"advanced-example"
],
"sources" : [
"H3Coordinate.swift",
"H3Edge.swift",
"H3GeoPolygon.swift",
"H3Index.swift"
],
"target_dependencies" : [
"Ch3"
],
"type" : "library"
},
{
"c99name" : "Ch3",
"module_type" : "ClangTarget",
"name" : "Ch3",
"path" : "Sources/Ch3",
"product_memberships" : [
"H3",
"basic-example",
"advanced-example"
],
"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"
},
{
"c99name" : "BasicExample",
"module_type" : "SwiftTarget",
"name" : "BasicExample",
"path" : "Examples",
"product_memberships" : [
"basic-example"
],
"sources" : [
"BasicExample.swift"
],
"target_dependencies" : [
"H3"
],
"type" : "executable"
},
{
"c99name" : "AdvancedExample",
"module_type" : "SwiftTarget",
"name" : "AdvancedExample",
"path" : "Examples",
"product_memberships" : [
"advanced-example"
],
"sources" : [
"AdvancedExample.swift"
],
"target_dependencies" : [
"H3"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Done.