The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GeoURI, reference 1.1.0 (8e1dcb), with Swift 6.0 for macOS (SPM) on 28 Apr 2026 04:44:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/designedbyclowns/GeoURI.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/designedbyclowns/GeoURI
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 8e1dcb3 Merge pull request #5 from designedbyclowns/cleanup
Cloned https://github.com/designedbyclowns/GeoURI.git
Revision (git rev-parse @):
8e1dcb35a9ad8a4d4239696acfd0051699136a51
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/designedbyclowns/GeoURI.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/designedbyclowns/GeoURI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling GeoURI ParseStrategy.swift
[4/12] Compiling GeoURI GeoURIParsingError.swift
[5/12] Compiling GeoURI GeoURIError.swift
[6/12] Compiling GeoURI GeoURI+URL.swift
[7/12] Compiling GeoURI GeoURI+Equatable.swift
[8/12] Compiling GeoURI GeoURI.swift
[9/12] Compiling GeoURI GeoURI+CustomStringConvertible.swift
[10/12] Compiling GeoURI GeoURI+CoreLocation.swift
[11/12] Compiling GeoURI FormatStyle.swift
[12/12] Emitting module GeoURI
Build complete! (5.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GeoURI",
  "name" : "GeoURI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoURI",
      "targets" : [
        "GeoURI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoURITests",
      "module_type" : "SwiftTarget",
      "name" : "GeoURITests",
      "path" : "Tests/GeoURITests",
      "sources" : [
        "FormatStyleTests.swift",
        "GeoURI+CoreLocationTests.swift",
        "GeoURI+CustomStringConvertibleTests.swift",
        "GeoURI+EquatableTests.swift",
        "GeoURI+URLTests.swift",
        "GeoURITests.swift",
        "ParseStrategyTests.swift"
      ],
      "target_dependencies" : [
        "GeoURI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoURI",
      "module_type" : "SwiftTarget",
      "name" : "GeoURI",
      "path" : "Sources/GeoURI",
      "product_memberships" : [
        "GeoURI"
      ],
      "sources" : [
        "FormatStyle.swift",
        "GeoURI+CoreLocation.swift",
        "GeoURI+CustomStringConvertible.swift",
        "GeoURI+Equatable.swift",
        "GeoURI+URL.swift",
        "GeoURI.swift",
        "GeoURIError.swift",
        "GeoURIParsingError.swift",
        "ParseStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.