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.2 for macOS (SPM) on 31 Oct 2025 09:37:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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: 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftgeographiclib",
      "name": "SwiftGeographicLib",
      "url": "https://github.com/sindreoyen/SwiftGeographicLib.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftGeographicLib",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sindreoyen/SwiftGeographicLib.git
[1/115] Fetching swiftgeographiclib
Fetched https://github.com/sindreoyen/SwiftGeographicLib.git from cache (0.70s)
Creating working copy for https://github.com/sindreoyen/SwiftGeographicLib.git
Working copy of https://github.com/sindreoyen/SwiftGeographicLib.git resolved at 1.0.3 (6380bfd)
warning: '.resolve-product-dependencies': dependency 'swiftgeographiclib' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sindreoyen/SwiftGeographicLib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-49B95AFC49DCD68C.txt
[2/3] Compiling geographiclib geodesic.c
[4/10] Compiling SwiftGeographicLib GeodesicFlags.swift
[5/10] Compiling SwiftGeographicLib GeodesicMask.swift
[6/10] Compiling SwiftGeographicLib GeodGeodesic.swift
[7/10] Compiling SwiftGeographicLib GeodesicPolygon.swift
[8/10] Emitting module SwiftGeographicLib
[9/10] Compiling SwiftGeographicLib Geodesic.swift
[10/10] Compiling SwiftGeographicLib GeodesicLine.swift
Build complete! (4.77s)
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.