The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GeoURI, reference main (ca9533), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 03:49:04 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/designedbyclowns/GeoURI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/designedbyclowns/GeoURI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ca95336 Update tests.yml
Cloned https://github.com/designedbyclowns/GeoURI.git
Revision (git rev-parse @):
ca953360aa5034b1aee92756742f6a9037fd60c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/designedbyclowns/GeoURI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/designedbyclowns/GeoURI.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/12] Compiling GeoURI GeoURIParsingError.swift
[4/12] Compiling GeoURI ParseStrategy.swift
[5/12] Compiling GeoURI GeoURIError.swift
[6/12] Compiling GeoURI GeoURI+Equatable.swift
[7/12] Compiling GeoURI GeoURI+URL.swift
[8/12] Compiling GeoURI GeoURI.swift
[9/12] Compiling GeoURI GeoURI+CustomStringConvertible.swift
[10/12] Emitting module GeoURI
[11/12] Compiling GeoURI FormatStyle.swift
[12/12] Compiling GeoURI GeoURI+CoreLocation.swift
Build complete! (4.53s)
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+EquateableTests.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.