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 1.0.3 (6380bf), with Swift 6.1 for macOS (SPM) on 31 Oct 2025 09:36:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindreoyen/SwiftGeographicLib.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindreoyen/SwiftGeographicLib
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 6380bfd feat: add all to geodesicflags
Cloned https://github.com/sindreoyen/SwiftGeographicLib.git
Revision (git rev-parse @):
6380bfd9227847f4181d5c8d0acb91b0d3493fd8
SUCCESS checkout https://github.com/sindreoyen/SwiftGeographicLib.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sindreoyen/SwiftGeographicLib.git
https://github.com/sindreoyen/SwiftGeographicLib.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling geographiclib geodesic.c
[4/10] Compiling SwiftGeographicLib GeodGeodesic.swift
[5/10] Compiling SwiftGeographicLib GeodesicFlags.swift
[6/10] Compiling SwiftGeographicLib GeodesicMask.swift
[7/10] Compiling SwiftGeographicLib GeodesicLine.swift
[8/10] Emitting module SwiftGeographicLib
[9/10] Compiling SwiftGeographicLib Geodesic.swift
[10/10] Compiling SwiftGeographicLib GeodesicPolygon.swift
Build complete! (4.85s)
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.