The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coopercorona/voronoi.git
Reference: 2.0.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/coopercorona/voronoi
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at e472a88 Merge branch 'Swift5' Update to Swift 5.
Cloned https://github.com/coopercorona/voronoi.git into spi-builder-workspace
e472a8886d69e986d6548732c28f565d2c8e6374
SUCCESS checkout https://github.com/coopercorona/voronoi.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/CooperCorona/CoronaMath.git from cache
Fetching https://github.com/CooperCorona/COpenBlas from cache
Fetching https://github.com/CooperCorona/CoronaErrors.git from cache
Fetched https://github.com/CooperCorona/CoronaMath.git (0.18s)
Fetched https://github.com/CooperCorona/COpenBlas (0.18s)
Computing version for https://github.com/CooperCorona/CoronaMath.git
Fetched https://github.com/CooperCorona/CoronaErrors.git (0.18s)
Computed https://github.com/CooperCorona/CoronaMath.git at 2.0.0 (0.37s)
Computing version for https://github.com/CooperCorona/COpenBlas
Computed https://github.com/CooperCorona/COpenBlas at 1.1.0 (0.35s)
Computing version for https://github.com/CooperCorona/CoronaErrors.git
Computed https://github.com/CooperCorona/CoronaErrors.git at 2.0.4 (0.38s)
Creating working copy for https://github.com/CooperCorona/CoronaErrors.git
Working copy of https://github.com/CooperCorona/CoronaErrors.git resolved at 2.0.4
Creating working copy for https://github.com/CooperCorona/CoronaMath.git
Working copy of https://github.com/CooperCorona/CoronaMath.git resolved at 2.0.0
Creating working copy for https://github.com/CooperCorona/COpenBlas
Working copy of https://github.com/CooperCorona/COpenBlas resolved at 1.1.0
warning: 'copenblas': ignoring declared target(s) 'COpenBlas' in the system package
warning: 'copenblas': system packages are deprecated; use system library targets instead
Building for debugging...
[1/12] Emitting module CoronaErrors
[2/12] Compiling CoronaErrors OperationError.swift
[3/12] Compiling CoronaErrors OperationException.swift
[4/12] Compiling CoronaErrors ParseException.swift
[5/13] Compiling CoronaErrors IOException.swift
[6/13] Compiling CoronaErrors NilException.swift
[7/13] Compiling CoronaErrors ValueError.swift
[8/13] Compiling CoronaErrors FileNotFoundException.swift
[9/13] Compiling CoronaErrors IOError.swift
[10/13] Compiling CoronaErrors CoronaErrors.swift
[11/13] Compiling CoronaErrors Exception.swift
[12/13] Compiling CoronaErrors ParseError.swift
[13/13] Compiling CoronaErrors ValueException.swift
[14/42] Compiling CoronaMath ConstantSizeMatrix+MatrixOperationsBase.swift
[15/42] Compiling CoronaMath ContinuousMatrix.swift
[16/42] Compiling CoronaMath Matrix3Base+MatrixOperationsBase.swift
[17/42] Compiling CoronaMath Matrix4Base+MatrixOperationsBase.swift
[18/45] Compiling CoronaMath MatrixBase.swift
[19/45] Compiling CoronaMath MatrixError.swift
[20/45] Compiling CoronaMath SizeBase+MatrixDimensions.swift
[21/45] Compiling CoronaMath SquareMatrix.swift
[22/45] Compiling CoronaMath ConstantSizeVector.swift
[23/45] Compiling CoronaMath ContinuousVector.swift
[24/45] Compiling CoronaMath IntPoint.swift
[25/45] Compiling CoronaMath PointBase.swift
[26/45] Compiling CoronaMath Array+Extensions.swift
[27/45] Compiling CoronaMath ContinuousNumber.swift
[28/45] Compiling CoronaMath DiscreteNumber.swift
[29/45] Compiling CoronaMath Exports.swift
[30/45] Emitting module CoronaMath
[31/45] Compiling CoronaMath RectBase.swift
[32/45] Compiling CoronaMath SizeBase.swift
[33/45] Compiling CoronaMath Vector3Base+Color.swift
[34/45] Compiling CoronaMath Vector3Base.swift
[35/45] Compiling CoronaMath Vector4Base+Color.swift
[36/45] Compiling CoronaMath Vector4Base.swift
[37/45] Compiling CoronaMath VectorBase.swift
[38/45] Compiling CoronaMath MatrixOperationsBase.swift
[39/45] Compiling CoronaMath VariableSizeMatrix.swift
[40/45] Compiling CoronaMath Sequence+Extensions.swift
[41/45] Compiling CoronaMath ConstantSizeContinuousVector.swift
[42/45] Compiling CoronaMath FastOperations.swift
[43/45] Compiling CoronaMath ConstantSizeMatrix.swift
[44/45] Compiling CoronaMath Matrix3Base.swift
[45/45] Compiling CoronaMath Matrix4Base.swift
[46/61] Compiling Voronoi VoronoiEvent.swift
[47/61] Compiling Voronoi VoronoiLine.swift
[48/63] Compiling Voronoi Circle.swift
[49/63] Compiling Voronoi ColorGraph.swift
[50/63] Compiling Voronoi ColorNode.swift
[51/63] Compiling Voronoi Direction2D.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Voronoi/ExposedBinarySearchTree.swift:12:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ExposedBinarySearchTreeProtocol: class, Comparable {
                                                 ^~~~~
                                                 AnyObject
[52/63] Compiling Voronoi ExposedBinarySearchTree.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Voronoi/ExposedBinarySearchTree.swift:12:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ExposedBinarySearchTreeProtocol: class, Comparable {
                                                 ^~~~~
                                                 AnyObject
[53/63] Compiling Voronoi VoronoiCircleEvent.swift
[54/63] Compiling Voronoi VoronoiDiagram+Factory.swift
[55/63] Compiling Voronoi VoronoiParabola.swift
[56/63] Compiling Voronoi VoronoiResult.swift
[57/63] Emitting module Voronoi
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Voronoi/ExposedBinarySearchTree.swift:12:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ExposedBinarySearchTreeProtocol: class, Comparable {
                                                 ^~~~~
                                                 AnyObject
[58/63] Compiling Voronoi VoronoiSiteEvent.swift
[59/63] Compiling Voronoi WeakReference.swift
[60/63] Compiling Voronoi SwiftPriorityQueue.swift
[61/63] Compiling Voronoi VoronoiCell.swift
[62/63] Compiling Voronoi VoronoiDiagram.swift
[63/63] Compiling Voronoi VoronoiEdge.swift
Build complete! (11.63s)
Build complete.
Done.

Build Machine: Mac 5