The Swift Package Index logo.Swift Package Index

Build Information

Successful build of vincenty with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dastrobu/vincenty.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b400a0 ignore **.pdf
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
6b400a0d3eed91a668cf776c69305327a280941f
SUCCESS checkout https://github.com/dastrobu/vincenty.git at main
Fetching https://github.com/dastrobu/geodesic.git from cache
Fetched https://github.com/dastrobu/geodesic.git (0.19s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.56s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "vincenty",
      "name": "vincenty",
      "url": "https://github.com/dastrobu/vincenty.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vincenty",
      "dependencies": [
        {
          "identity": "geodesic",
          "name": "geodesic",
          "url": "https://github.com/dastrobu/geodesic.git",
          "version": "1.4.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geodesic",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dastrobu/vincenty.git from cache
Fetched https://github.com/dastrobu/vincenty.git (0.22s)
Fetching https://github.com/dastrobu/geodesic.git from cache
Fetched https://github.com/dastrobu/geodesic.git (0.24s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.03s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at main
warning: '.resolve-product-dependencies': dependency 'vincenty' is not used by any target
Found 1 product dependencies
  - geodesic
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/dastrobu/vincenty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling vincenty vincenty.swift
[2/2] Emitting module vincenty
Build complete! (2.35s)
Build complete.
Done.