The Swift Package Index logo.Swift Package Index

Build Information

Successful build of vincenty, reference main (f1847e), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 16:48:43 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/dastrobu/vincenty.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f1847e1 Update checkout action to v6
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
f1847e123fc2500581f0323a075198dc5564724f
SUCCESS checkout https://github.com/dastrobu/vincenty.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/dastrobu/geodesic.git
[1/2277] Fetching swift-docc-plugin
[93/2542] Fetching swift-docc-plugin, geodesic
[517/6216] Fetching swift-docc-plugin, geodesic, swift-docc-symbolkit
Fetched https://github.com/dastrobu/geodesic.git from cache (1.12s)
[3453/5951] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
========================================
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": "vincenty",
      "name": "vincenty",
      "url": "https://github.com/dastrobu/vincenty.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vincenty",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dastrobu/vincenty.git
[1/658] Fetching vincenty
Fetched https://github.com/dastrobu/vincenty.git from cache (0.89s)
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at main (f1847e1)
warning: '.resolve-product-dependencies': dependency 'vincenty' 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/dastrobu/vincenty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Emitting module vincenty
[6/6] Compiling vincenty vincenty.swift
Build complete! (7.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "geodesic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dastrobu/geodesic.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "vincenty",
  "name" : "vincenty",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "vincenty",
      "targets" : [
        "vincenty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "vincentyTests",
      "module_type" : "SwiftTarget",
      "name" : "vincentyTests",
      "path" : "Tests/vincentyTests",
      "product_dependencies" : [
        "geodesic"
      ],
      "sources" : [
        "vincentyTests.swift"
      ],
      "target_dependencies" : [
        "vincenty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "vincenty",
      "module_type" : "SwiftTarget",
      "name" : "vincenty",
      "path" : "Sources/vincenty",
      "product_memberships" : [
        "vincenty"
      ],
      "sources" : [
        "vincenty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.