The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SCNMathExtensions, reference 1.4.7 (046ba6), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 22:19:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path:  $PWD
https://github.com/capnslipp/SCNMathExtensions.git
https://github.com/capnslipp/SCNMathExtensions.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.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! (7.75s)
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.