The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlexLittlejohn/DelaunaySwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AlexLittlejohn/DelaunaySwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5738c6a Merge branch 'release/1.0.0'
Cloned https://github.com/AlexLittlejohn/DelaunaySwift.git
Revision (git rev-parse @):
5738c6a3b140d990a5dd89fe50d0cae933268bda
SUCCESS checkout https://github.com/AlexLittlejohn/DelaunaySwift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "delaunayswift",
      "name": "DelaunayTriangulation",
      "url": "https://github.com/AlexLittlejohn/DelaunaySwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DelaunaySwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AlexLittlejohn/DelaunaySwift.git
[5/467] Fetching delaunayswift
Fetched https://github.com/AlexLittlejohn/DelaunaySwift.git (0.32s)
Creating working copy for https://github.com/AlexLittlejohn/DelaunaySwift.git
Working copy of https://github.com/AlexLittlejohn/DelaunaySwift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'delaunayswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling DelaunayTriangulation Circumcircle.swift
[2/6] Compiling DelaunayTriangulation Triangle.swift
[3/6] Compiling DelaunayTriangulation Point.swift
[4/6] Compiling DelaunayTriangulation Edge.swift
[5/6] Emitting module DelaunayTriangulation
[6/6] Compiling DelaunayTriangulation DelaunaySwift.swift
Build complete! (4.11s)
Build complete.
Done.