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 SwiftGeographicLib, reference master (bf3466), with Swift 6.0 for macOS (SPM) on 31 Oct 2025 09:34:37 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindreoyen/SwiftGeographicLib.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindreoyen/SwiftGeographicLib
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bf3466c Update README.md
Cloned https://github.com/sindreoyen/SwiftGeographicLib.git
Revision (git rev-parse @):
bf3466cb0c6a021059af4536a28134ef8ce0d346
SUCCESS checkout https://github.com/sindreoyen/SwiftGeographicLib.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sindreoyen/SwiftGeographicLib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Compiling geographiclib geodesic.c
[4/10] Compiling SwiftGeographicLib GeodesicMask.swift
[5/10] Compiling SwiftGeographicLib GeodGeodesic.swift
[6/10] Compiling SwiftGeographicLib GeodesicFlags.swift
[7/10] Compiling SwiftGeographicLib Geodesic.swift
[8/10] Emitting module SwiftGeographicLib
[9/10] Compiling SwiftGeographicLib GeodesicLine.swift
[10/10] Compiling SwiftGeographicLib GeodesicPolygon.swift
Build complete! (5.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftGeographicLib",
  "name" : "SwiftGeographicLib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftGeographicLib",
      "targets" : [
        "SwiftGeographicLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "geographiclib",
      "module_type" : "ClangTarget",
      "name" : "geographiclib",
      "path" : "Sources/geographiclib",
      "product_memberships" : [
        "SwiftGeographicLib"
      ],
      "sources" : [
        "geodesic.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftGeographicLibTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGeographicLibTests",
      "path" : "Tests/SwiftGeographicLibTests",
      "sources" : [
        "Geodesic/DirectTests.swift",
        "Geodesic/GeneralDirectTests.swift",
        "Geodesic/GeneralInverseTests.swift",
        "Geodesic/InverseTests.swift",
        "GeodesicLineTests.swift",
        "GeodesicPolygonTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGeographicLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGeographicLib",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGeographicLib",
      "path" : "Sources/SwiftGeographicLib",
      "product_memberships" : [
        "SwiftGeographicLib"
      ],
      "sources" : [
        "Calculations/Geodesic.swift",
        "Calculations/GeodesicLine.swift",
        "Calculations/GeodesicPolygon.swift",
        "Model/GeodGeodesic.swift",
        "Model/GeodesicFlags.swift",
        "Model/GeodesicMask.swift"
      ],
      "target_dependencies" : [
        "geographiclib"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.