The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SCNMathExtensions, reference 1.4.7 (046ba6), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 12:26:37 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/capnslipp/SCNMathExtensions.git
Reference: 1.4.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capnslipp/SCNMathExtensions
 * tag               1.4.7      -> FETCH_HEAD
HEAD is now at 046ba6a Bumped project version to 1.4.7
Cloned https://github.com/capnslipp/SCNMathExtensions.git
Revision (git rev-parse @):
046ba6afa86ff6232acb2963d2a3ea4dec5cd728
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capnslipp/SCNMathExtensions.git at 1.4.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/capnslipp/SCNMathExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SCNMathExtensions SCNMathExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SCNMathExtensions.swift:351:1: warning: extension declares a conformance of imported type 'SCNVector3' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SceneKit' introduce this conformance in the future
349 |
350 |
351 | extension SCNVector3 : Equatable
    | |- warning: extension declares a conformance of imported type 'SCNVector3' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SceneKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
352 | {
353 | 	public static func == (a:SCNVector3, b:SCNVector3) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/SCNMathExtensions.swift:531:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
529 |
530 |
531 | extension SCNMatrix4 : Equatable
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
532 | {
533 | 	public static func == (a:SCNMatrix4, b:SCNMatrix4) -> Bool {
[4/4] Emitting module SCNMathExtensions
/Users/admin/builder/spi-builder-workspace/Sources/SCNMathExtensions.swift:351:1: warning: extension declares a conformance of imported type 'SCNVector3' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SceneKit' introduce this conformance in the future
349 |
350 |
351 | extension SCNVector3 : Equatable
    | |- warning: extension declares a conformance of imported type 'SCNVector3' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'SceneKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
352 | {
353 | 	public static func == (a:SCNVector3, b:SCNVector3) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/SCNMathExtensions.swift:531:1: warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
529 |
530 |
531 | extension SCNMatrix4 : Equatable
    | |- warning: extension declares a conformance of imported type 'CATransform3D' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
532 | {
533 | 	public static func == (a:SCNMatrix4, b:SCNMatrix4) -> Bool {
Build complete! (6.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SCNMathExtensions",
  "name" : "SCNMathExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "SCNMathExtensions",
      "targets" : [
        "SCNMathExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SCNMathExtensions",
      "module_type" : "SwiftTarget",
      "name" : "SCNMathExtensions",
      "path" : "Sources",
      "product_memberships" : [
        "SCNMathExtensions"
      ],
      "sources" : [
        "SCNMathExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.