The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Geohash, reference master (056fe8), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 09:40:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michael-groble/geohash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Emitting module Geohash
[4/8] Compiling Geohash Geohash.swift
[5/8] Compiling Geohash BoundingBox.swift
[6/8] Compiling Geohash GeohashBits.swift
[7/8] Compiling Geohash Location.swift
[8/8] Compiling Geohash GeohashIterator.swift
Build complete! (3.77s)
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.