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 Geodesy, reference 0.2.2 (c72d7e), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:39:56 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/florianreinhart/geodesy.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/florianreinhart/geodesy
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at c72d7ea Support watchOS and tvOS by dynamically importing Darwin
Cloned https://github.com/florianreinhart/geodesy.git
Revision (git rev-parse @):
c72d7ea459c6eee4d041272c61f84df61d850091
SUCCESS checkout https://github.com/florianreinhart/geodesy.git at 0.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/florianreinhart/geodesy.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/4] Emitting module GeodesySpherical
[4/4] Compiling GeodesySpherical Coordinate.swift
Build complete! (1.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Geodesy",
  "name" : "Geodesy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Geodesy",
      "targets" : [
        "GeodesySpherical"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeodesySphericalTests",
      "module_type" : "SwiftTarget",
      "name" : "GeodesySphericalTests",
      "path" : "Tests/GeodesySphericalTests",
      "sources" : [
        "GeodesySphericalTest.swift"
      ],
      "target_dependencies" : [
        "GeodesySpherical"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeodesySpherical",
      "module_type" : "SwiftTarget",
      "name" : "GeodesySpherical",
      "path" : "Sources/GeodesySpherical",
      "product_memberships" : [
        "Geodesy"
      ],
      "sources" : [
        "Coordinate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.