The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Geohash, reference master (056fe8), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 09:36:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michael-groble/geohash.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michael-groble/geohash
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 056fe8d add benchmark (#10)
Cloned https://github.com/michael-groble/geohash.git
Revision (git rev-parse @):
056fe8d393a8817cde6890a5543621ea2ce8452b
SUCCESS checkout https://github.com/michael-groble/geohash.git at master
========================================
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": "geohash",
      "name": "Geohash",
      "url": "https://github.com/michael-groble/geohash.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geohash",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/michael-groble/geohash.git
[1/231] Fetching geohash
Fetched https://github.com/michael-groble/geohash.git from cache (0.58s)
Creating working copy for https://github.com/michael-groble/geohash.git
Working copy of https://github.com/michael-groble/geohash.git resolved at master (056fe8d)
warning: '.resolve-product-dependencies': dependency 'geohash' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/michael-groble/geohash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling Geohash Location.swift
[4/8] Compiling Geohash GeohashIterator.swift
[5/8] Compiling Geohash GeohashBits.swift
[6/8] Compiling Geohash BoundingBox.swift
[7/8] Emitting module Geohash
[8/8] Compiling Geohash Geohash.swift
Build complete! (4.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Geohash",
  "name" : "Geohash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Geohash",
      "targets" : [
        "Geohash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeohashTests",
      "module_type" : "SwiftTarget",
      "name" : "GeohashTests",
      "path" : "Tests/GeohashTests",
      "sources" : [
        "BoundingBoxTests.swift",
        "GeohashBitsTests.swift",
        "GeohashIteratorTests.swift",
        "LocationTests.swift"
      ],
      "target_dependencies" : [
        "Geohash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Geohash",
      "module_type" : "SwiftTarget",
      "name" : "Geohash",
      "path" : "Sources/Geohash",
      "product_memberships" : [
        "Geohash"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Geohash.swift",
        "GeohashBits.swift",
        "GeohashIterator.swift",
        "Location.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkTests",
      "path" : "Tests/BenchmarkTests",
      "sources" : [
        "BenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Geohash"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.0"
}
Done.