The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GeoHash, reference 0.0.4 (ca65b1), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 17:35:57 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/fummicc1/GeoHashSwift.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/GeoHashSwift
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at ca65b18 Update README.md
Cloned https://github.com/fummicc1/GeoHashSwift.git
Revision (git rev-parse @):
ca65b1854a494e452167a2e91570bd1838460eb0
SUCCESS checkout https://github.com/fummicc1/GeoHashSwift.git at 0.0.4
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.21s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "geohashswift",
      "name": "GeoHash",
      "url": "https://github.com/fummicc1/GeoHashSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GeoHashSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fummicc1/GeoHashSwift.git
[1/329] Fetching geohashswift
Fetched https://github.com/fummicc1/GeoHashSwift.git from cache (0.72s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.24s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/fummicc1/GeoHashSwift.git
Working copy of https://github.com/fummicc1/GeoHashSwift.git resolved at 0.0.4 (ca65b18)
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/fummicc1/GeoHashSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[2/10] Write geohash-entitlement.plist
[2/10] Write sources
[6/10] Write swift-version--6988338F2F200930.txt
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/17] Emitting module ArgumentParserToolInfo
[10/56] Compiling ArgumentParser InputOrigin.swift
[11/56] Compiling ArgumentParser Name.swift
[12/56] Compiling ArgumentParser Parsed.swift
[13/56] Compiling ArgumentParser ParsedValues.swift
[14/60] Emitting module ArgumentParser
[15/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/60] Compiling ArgumentParser CompletionsGenerator.swift
[17/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[19/60] Compiling ArgumentParser Argument.swift
[20/60] Compiling ArgumentParser ArgumentHelp.swift
[21/60] Compiling ArgumentParser ArgumentVisibility.swift
[22/60] Compiling ArgumentParser CompletionKind.swift
[23/60] Compiling ArgumentParser Errors.swift
[24/60] Compiling ArgumentParser Flag.swift
[25/60] Compiling ArgumentParser NameSpecification.swift
[26/60] Compiling ArgumentParser Option.swift
[27/60] Compiling ArgumentParser OptionGroup.swift
[28/60] Compiling ArgumentParser AsyncParsableCommand.swift
[29/60] Compiling GeoHashFramework GeoHashCoordinate2D.swift
[30/60] Compiling GeoHashFramework RuntimeWarning.swift
[31/60] Compiling GeoHashFramework GeoHash.swift
[32/60] Emitting module GeoHashFramework
[33/60] Compiling GeoHashFramework GeoHashBitsPrecision.swift
[34/60] Compiling ArgumentParser Platform.swift
[35/60] Compiling ArgumentParser SequenceExtensions.swift
[36/60] Compiling ArgumentParser StringExtensions.swift
[37/60] Compiling ArgumentParser Tree.swift
[38/60] Compiling ArgumentParser ArgumentDefinition.swift
[39/60] Compiling ArgumentParser ArgumentSet.swift
[40/60] Compiling ArgumentParser CommandParser.swift
[41/60] Compiling ArgumentParser InputKey.swift
[42/60] Compiling ArgumentParser CommandConfiguration.swift
[43/60] Compiling ArgumentParser CommandGroup.swift
[44/60] Compiling ArgumentParser EnumerableFlag.swift
[45/60] Compiling ArgumentParser ExpressibleByArgument.swift
[46/60] Compiling ArgumentParser ParsableArguments.swift
[47/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/60] Compiling ArgumentParser ParsableCommand.swift
[49/60] Compiling ArgumentParser ArgumentDecoder.swift
[50/60] Compiling ArgumentParser ParserError.swift
[51/60] Compiling ArgumentParser SplitArguments.swift
[52/60] Compiling ArgumentParser DumpHelpGenerator.swift
[53/60] Compiling ArgumentParser HelpCommand.swift
[54/60] Compiling ArgumentParser HelpGenerator.swift
[55/60] Compiling ArgumentParser MessageInfo.swift
[56/60] Compiling ArgumentParser UsageGenerator.swift
[57/60] Compiling ArgumentParser CollectionExtensions.swift
[58/62] Compiling GeoHashCLI GeoHashCLI.swift
[59/62] Emitting module GeoHashCLI
[59/62] Write Objects.LinkFileList
[60/62] Linking geohash
[61/62] Applying geohash
Build complete! (11.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "GeoHash",
  "name" : "GeoHash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoHashFramework",
      "targets" : [
        "GeoHashFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geohash",
      "targets" : [
        "GeoHashCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoHashFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashFrameworkTests",
      "path" : "Tests/GeoHashFrameworkTests",
      "sources" : [
        "GeoHashTests.swift"
      ],
      "target_dependencies" : [
        "GeoHashFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoHashFramework",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashFramework",
      "path" : "Sources/GeoHashFramework",
      "product_memberships" : [
        "GeoHashFramework",
        "geohash"
      ],
      "sources" : [
        "GeoHash.swift",
        "GeoHashBitsPrecision.swift",
        "GeoHashCoordinate2D.swift",
        "RuntimeWarning.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeoHashCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeoHashCLI",
      "path" : "Sources/GeoHashCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "geohash"
      ],
      "sources" : [
        "GeoHashCLI.swift"
      ],
      "target_dependencies" : [
        "GeoHashFramework"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.