The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGeographicLib, reference master (bf3466), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 10:14:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sindreoyen/SwiftGeographicLib.git
[1/115] Fetching swiftgeographiclib
Fetched https://github.com/sindreoyen/SwiftGeographicLib.git from cache (0.68s)
Creating working copy for https://github.com/sindreoyen/SwiftGeographicLib.git
Working copy of https://github.com/sindreoyen/SwiftGeographicLib.git resolved at master (bf3466c)
warning: '.resolve-product-dependencies': dependency 'swiftgeographiclib' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sindreoyen/SwiftGeographicLib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
[2/3] Compiling geographiclib geodesic.c
[4/10] Compiling SwiftGeographicLib GeodesicFlags.swift
[5/10] Compiling SwiftGeographicLib GeodGeodesic.swift
[6/10] Compiling SwiftGeographicLib GeodesicMask.swift
[7/10] Compiling SwiftGeographicLib GeodesicLine.swift
[8/10] Compiling SwiftGeographicLib Geodesic.swift
[9/10] Compiling SwiftGeographicLib GeodesicPolygon.swift
[10/10] Emitting module SwiftGeographicLib
Build complete! (5.09s)
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.