The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Voronoi, reference master (e472a8), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 21:56:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coopercorona/voronoi.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coopercorona/voronoi
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e472a88 Merge branch 'Swift5' Update to Swift 5.
Cloned https://github.com/coopercorona/voronoi.git
Revision (git rev-parse @):
e472a8886d69e986d6548732c28f565d2c8e6374
SUCCESS checkout https://github.com/coopercorona/voronoi.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/coopercorona/voronoi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/16] Compiling CoronaErrors ParseError.swift
[6/17] Compiling CoronaErrors ParseException.swift
[7/17] Compiling CoronaErrors NilException.swift
[8/17] Compiling CoronaErrors ValueError.swift
[9/17] Compiling CoronaErrors OperationError.swift
[10/17] Compiling CoronaErrors IOException.swift
[11/17] Compiling CoronaErrors FileNotFoundException.swift
[12/17] Compiling CoronaErrors IOError.swift
[13/17] Emitting module CoronaErrors
[14/17] Compiling CoronaErrors CoronaErrors.swift
[15/17] Compiling CoronaErrors Exception.swift
[16/17] Compiling CoronaErrors OperationException.swift
[17/17] Compiling CoronaErrors ValueException.swift
[18/46] Compiling CoronaMath Array+Extensions.swift
[19/46] Compiling CoronaMath ContinuousNumber.swift
[20/46] Compiling CoronaMath DiscreteNumber.swift
[21/46] Compiling CoronaMath Exports.swift
[22/49] Compiling CoronaMath Vector4Base+Color.swift
[23/49] Compiling CoronaMath Vector4Base.swift
[24/49] Compiling CoronaMath VectorBase.swift
[25/49] Compiling CoronaMath SizeBase.swift
[26/49] Compiling CoronaMath Vector3Base+Color.swift
[27/49] Compiling CoronaMath Vector3Base.swift
[28/49] Compiling CoronaMath ContinuousMatrix.swift
[29/49] Compiling CoronaMath Matrix3Base+MatrixOperationsBase.swift
[30/49] Compiling CoronaMath Matrix4Base+MatrixOperationsBase.swift
[31/49] Compiling CoronaMath MatrixOperationsBase.swift
[32/49] Compiling CoronaMath VariableSizeMatrix.swift
[33/49] Compiling CoronaMath Sequence+Extensions.swift
[34/49] Compiling CoronaMath Matrix4Base.swift
[35/49] Compiling CoronaMath MatrixBase.swift
[36/49] Compiling CoronaMath MatrixError.swift
[37/49] Compiling CoronaMath SizeBase+MatrixDimensions.swift
[38/49] Compiling CoronaMath SquareMatrix.swift
[39/49] Compiling CoronaMath ConstantSizeMatrix+MatrixOperationsBase.swift
[40/49] Compiling CoronaMath IntPoint.swift
[41/49] Compiling CoronaMath PointBase.swift
[42/49] Compiling CoronaMath RectBase.swift
[43/49] Compiling CoronaMath ConstantSizeContinuousVector.swift
[44/49] Compiling CoronaMath ConstantSizeVector.swift
[45/49] Compiling CoronaMath ContinuousVector.swift
[46/49] Emitting module CoronaMath
[47/49] Compiling CoronaMath FastOperations.swift
[48/49] Compiling CoronaMath ConstantSizeMatrix.swift
[49/49] Compiling CoronaMath Matrix3Base.swift
[50/66] Compiling Voronoi VoronoiSiteEvent.swift
[51/67] Compiling Voronoi VoronoiResult.swift
[52/67] Compiling Voronoi VoronoiEdge.swift
[53/67] Compiling Voronoi VoronoiEvent.swift
[54/67] Compiling Voronoi WeakReference.swift
[55/67] Compiling Voronoi ColorNode.swift
[56/67] Compiling Voronoi Direction2D.swift
[57/67] Compiling Voronoi ExposedBinarySearchTree.swift
/Users/admin/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 [#deprecation]
 10 | import CoronaMath
 11 |
 12 | public protocol ExposedBinarySearchTreeProtocol: class, Comparable {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 13 |
 14 |     var left:Self? { get set }
[58/67] Compiling Voronoi SwiftPriorityQueue.swift
/Users/admin/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 [#deprecation]
 10 | import CoronaMath
 11 |
 12 | public protocol ExposedBinarySearchTreeProtocol: class, Comparable {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 13 |
 14 |     var left:Self? { get set }
[59/67] Compiling Voronoi Circle.swift
[60/67] Compiling Voronoi ColorGraph.swift
[61/67] Compiling Voronoi VoronoiLine.swift
[62/67] Compiling Voronoi VoronoiParabola.swift
[63/67] Compiling Voronoi VoronoiCell.swift
[64/67] Compiling Voronoi VoronoiCircleEvent.swift
[65/67] Emitting module Voronoi
/Users/admin/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 [#deprecation]
 10 | import CoronaMath
 11 |
 12 | public protocol ExposedBinarySearchTreeProtocol: class, Comparable {
    |                                                  `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 13 |
 14 |     var left:Self? { get set }
[66/67] Compiling Voronoi VoronoiDiagram+Factory.swift
[67/67] Compiling Voronoi VoronoiDiagram.swift
Build complete! (15.16s)
Fetching https://github.com/CooperCorona/CoronaMath.git
[1/910] Fetching coronamath
Fetched https://github.com/CooperCorona/CoronaMath.git from cache (0.90s)
Computing version for https://github.com/CooperCorona/CoronaMath.git
Computed https://github.com/CooperCorona/CoronaMath.git at 2.4.0 (1.43s)
Fetching https://github.com/CooperCorona/COpenBlas
Fetching https://github.com/CooperCorona/CoronaErrors.git
[1/47] Fetching copenblas
[48/192] Fetching copenblas, coronaerrors
Fetched https://github.com/CooperCorona/COpenBlas from cache (0.59s)
[35/145] Fetching coronaerrors
Fetched https://github.com/CooperCorona/CoronaErrors.git from cache (0.75s)
Computing version for https://github.com/CooperCorona/COpenBlas
Computed https://github.com/CooperCorona/COpenBlas at 1.1.0 (1.27s)
Computing version for https://github.com/CooperCorona/CoronaErrors.git
Computed https://github.com/CooperCorona/CoronaErrors.git at 2.0.4 (0.51s)
Creating working copy for https://github.com/CooperCorona/COpenBlas
Working copy of https://github.com/CooperCorona/COpenBlas resolved at 1.1.0
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.4.0
warning: 'copenblas': ignoring declared target(s) 'COpenBlas' in the system package
warning: 'copenblas': system packages are deprecated; use system library targets instead
Build complete.
{
  "dependencies" : [
    {
      "identity" : "coronamath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CooperCorona/CoronaMath.git"
    }
  ],
  "manifest_display_name" : "Voronoi",
  "name" : "Voronoi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Voronoi",
      "targets" : [
        "Voronoi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VoronoiTests",
      "module_type" : "SwiftTarget",
      "name" : "VoronoiTests",
      "path" : "Tests/VoronoiTests",
      "product_dependencies" : [
        "CoronaMath"
      ],
      "sources" : [
        "VoronoiTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Voronoi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Voronoi",
      "module_type" : "SwiftTarget",
      "name" : "Voronoi",
      "path" : "Sources/Voronoi",
      "product_dependencies" : [
        "CoronaMath"
      ],
      "product_memberships" : [
        "Voronoi"
      ],
      "sources" : [
        "Circle.swift",
        "ColorGraph/ColorGraph.swift",
        "ColorGraph/ColorNode.swift",
        "Direction2D.swift",
        "ExposedBinarySearchTree.swift",
        "SwiftPriorityQueue.swift",
        "VoronoiCell.swift",
        "VoronoiCircleEvent.swift",
        "VoronoiDiagram+Factory.swift",
        "VoronoiDiagram.swift",
        "VoronoiEdge.swift",
        "VoronoiEvent.swift",
        "VoronoiLine.swift",
        "VoronoiParabola.swift",
        "VoronoiResult.swift",
        "VoronoiSiteEvent.swift",
        "WeakReference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.