The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Geohash, reference 1.0.0 (e34bbd), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 20:21:21 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/nh7a/geohash.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nh7a/geohash
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e34bbdd Use Swift Package Manager
Cloned https://github.com/nh7a/geohash.git
Revision (git rev-parse @):
e34bbddb04c65317c45f951e5b40cc2f78caf8ae
SUCCESS checkout https://github.com/nh7a/geohash.git at 1.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "geohash",
      "name": "Geohash",
      "url": "https://github.com/nh7a/geohash.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geohash",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nh7a/geohash.git
[1/177] Fetching geohash
Fetched https://github.com/nh7a/geohash.git from cache (0.68s)
Creating working copy for https://github.com/nh7a/geohash.git
Working copy of https://github.com/nh7a/geohash.git resolved at 1.0.0 (e34bbdd)
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/nh7a/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/4] Compiling Geohash Geohash.swift
[4/4] Emitting module Geohash
Build complete! (4.02s)
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" : [
        "GeohashTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Geohash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Geohash",
      "module_type" : "SwiftTarget",
      "name" : "Geohash",
      "path" : "Sources/Geohash",
      "product_memberships" : [
        "Geohash"
      ],
      "sources" : [
        "Geohash.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.