The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GeoSwift, reference master (a01308), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:32:31 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/petrpavlik/geoswift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/petrpavlik/geoswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a013085 swift-tools-version:5.0 (#7)
Cloned https://github.com/petrpavlik/geoswift.git
Revision (git rev-parse @):
a013085daf3fb43bbe7cda741fb148a060b489c0
SUCCESS checkout https://github.com/petrpavlik/geoswift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/petrpavlik/geoswift.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 GeoSwift
/Users/admin/builder/spi-builder-workspace/Sources/GeoSwift/GeoSwift.swift:59:5: warning: 'public' modifier is redundant for instance method declared in a public extension
57 |
58 |     /// Returns distance from provided `GeoCoordinate2D` instance in meters using Haversine formula.
59 |     public func distance(from: GeoCoordinate2D) -> Double {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
60 |
61 |         // Algorithm shamelessly copied from http://www.movable-type.co.uk/scripts/latlong.html
[4/4] Compiling GeoSwift GeoSwift.swift
/Users/admin/builder/spi-builder-workspace/Sources/GeoSwift/GeoSwift.swift:59:5: warning: 'public' modifier is redundant for instance method declared in a public extension
57 |
58 |     /// Returns distance from provided `GeoCoordinate2D` instance in meters using Haversine formula.
59 |     public func distance(from: GeoCoordinate2D) -> Double {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
60 |
61 |         // Algorithm shamelessly copied from http://www.movable-type.co.uk/scripts/latlong.html
Build complete! (3.00s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GeoSwift",
  "name" : "GeoSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GeoSwift",
      "targets" : [
        "GeoSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoSwiftTests",
      "path" : "Tests/GeoSwiftTests",
      "sources" : [
        "GeoSwiftTests.swift"
      ],
      "target_dependencies" : [
        "GeoSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoSwift",
      "module_type" : "SwiftTarget",
      "name" : "GeoSwift",
      "path" : "Sources/GeoSwift",
      "product_memberships" : [
        "GeoSwift"
      ],
      "sources" : [
        "GeoSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.