This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capnslipp/SCNMathExtensions.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capnslipp/SCNMathExtensions
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at aa4f567 Changed SCNMathExtensions description from “micro library” to “small library”
Cloned https://github.com/capnslipp/SCNMathExtensions.git
Revision (git rev-parse @):
aa4f567cfa8f7b761404c0b1c6a9bae1279fccac
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/capnslipp/SCNMathExtensions.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/capnslipp/SCNMathExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.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! (26.23s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.