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 SceneKitDebugTools, reference 0.1.5 (3e0f2a), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 02:40:48 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/SceneKitDebugTools.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heckj/SceneKitDebugTools
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 3e0f2a2 adding explicit support for watchOS and tvOS to use this as a depdendency cleanly
Cloned https://github.com/heckj/SceneKitDebugTools.git
Revision (git rev-parse @):
3e0f2a256db6492546af477ed3c6d58e8dcc4ed9
SUCCESS checkout https://github.com/heckj/SceneKitDebugTools.git at 0.1.5
Fetching https://github.com/heckj/MeshGenerator.git
[1/1461] Fetching meshgenerator
Fetched https://github.com/heckj/MeshGenerator.git from cache (0.97s)
Computing version for https://github.com/heckj/MeshGenerator.git
Computed https://github.com/heckj/MeshGenerator.git at 0.6.0 (1.63s)
Creating working copy for https://github.com/heckj/MeshGenerator.git
Working copy of https://github.com/heckj/MeshGenerator.git resolved at 0.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "scenekitdebugtools",
      "name": "SceneKitDebugTools",
      "url": "https://github.com/heckj/SceneKitDebugTools.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SceneKitDebugTools",
      "dependencies": [
        {
          "identity": "meshgenerator",
          "name": "MeshGenerator",
          "url": "https://github.com/heckj/MeshGenerator.git",
          "version": "0.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MeshGenerator",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/heckj/SceneKitDebugTools.git
[1/5642] Fetching scenekitdebugtools
Fetched https://github.com/heckj/SceneKitDebugTools.git from cache (1.24s)
Fetching https://github.com/heckj/MeshGenerator.git from cache
Fetched https://github.com/heckj/MeshGenerator.git from cache (0.42s)
Computing version for https://github.com/heckj/MeshGenerator.git
Computed https://github.com/heckj/MeshGenerator.git at 0.6.0 (0.47s)
Creating working copy for https://github.com/heckj/MeshGenerator.git
Working copy of https://github.com/heckj/MeshGenerator.git resolved at 0.6.0
Creating working copy for https://github.com/heckj/SceneKitDebugTools.git
Working copy of https://github.com/heckj/SceneKitDebugTools.git resolved at 0.1.5 (3e0f2a2)
warning: '.resolve-product-dependencies': dependency 'scenekitdebugtools' is not used by any target
Found 1 product dependencies
  - MeshGenerator
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/heckj/SceneKitDebugTools.git
https://github.com/heckj/SceneKitDebugTools.git
{
  "dependencies" : [
    {
      "identity" : "meshgenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/heckj/MeshGenerator.git"
    }
  ],
  "manifest_display_name" : "SceneKitDebugTools",
  "name" : "SceneKitDebugTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SceneKitDebugTools",
      "targets" : [
        "SceneKitDebugTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SceneKitDebugToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SceneKitDebugToolsTests",
      "path" : "Tests/SceneKitDebugToolsTests",
      "sources" : [
        "SceneKitDebugToolsTests.swift"
      ],
      "target_dependencies" : [
        "SceneKitDebugTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SceneKitDebugTools",
      "module_type" : "SwiftTarget",
      "name" : "SceneKitDebugTools",
      "path" : "Sources/SceneKitDebugTools",
      "product_dependencies" : [
        "MeshGenerator"
      ],
      "product_memberships" : [
        "SceneKitDebugTools"
      ],
      "sources" : [
        "AngleView.swift",
        "DebugNodes.swift",
        "DebugSceneView.swift",
        "EulerAngleView.swift",
        "NodeInfoView.swift",
        "ObservableSCNNode.swift",
        "OptionalNodeInfoView.swift",
        "PasteboardHelpers.swift",
        "QuaternionView.swift",
        "SceneInfoView.swift",
        "SearchableSceneInfoView.swift",
        "Simd3View.swift",
        "Simd4View.swift",
        "Simd4x4View.swift",
        "Transforms.swift",
        "simd+codetext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/17] Compiling MeshGenerator Vector.swift
[5/18] Compiling MeshGenerator Vertex.swift
[6/18] Compiling MeshGenerator Triangle.swift
[7/18] Compiling MeshGenerator TextureCoordinates.swift
[8/18] Compiling MeshGenerator QuickTestView.swift
[9/18] Compiling MeshGenerator Plane.swift
[10/18] Compiling MeshGenerator MeshGenerator+SceneKit.swift
[11/18] Compiling MeshGenerator MeshGenerator+UIKit.swift
[12/18] Compiling MeshGenerator LineSegment.swift
[13/18] Compiling MeshGenerator Mesh.swift
[14/18] Compiling MeshGenerator Bounds.swift
[15/18] Compiling MeshGenerator ColorRepresentation.swift
[16/18] Emitting module MeshGenerator
[17/18] Compiling MeshGenerator MeshGenerator+AppKit.swift
[18/18] Compiling MeshGenerator MeshGenerator+RealityKit.swift
[19/34] Compiling SceneKitDebugTools Simd4View.swift
[20/35] Compiling SceneKitDebugTools NodeInfoView.swift
[21/35] Compiling SceneKitDebugTools ObservableSCNNode.swift
[22/35] Compiling SceneKitDebugTools DebugSceneView.swift
[23/35] Compiling SceneKitDebugTools EulerAngleView.swift
[24/35] Compiling SceneKitDebugTools QuaternionView.swift
[25/35] Compiling SceneKitDebugTools SceneInfoView.swift
[26/35] Compiling SceneKitDebugTools SearchableSceneInfoView.swift
[27/35] Compiling SceneKitDebugTools Simd3View.swift
[28/35] Compiling SceneKitDebugTools OptionalNodeInfoView.swift
[29/35] Compiling SceneKitDebugTools PasteboardHelpers.swift
[30/35] Compiling SceneKitDebugTools Simd4x4View.swift
[31/35] Compiling SceneKitDebugTools Transforms.swift
[32/35] Emitting module SceneKitDebugTools
[33/35] Compiling SceneKitDebugTools AngleView.swift
[34/35] Compiling SceneKitDebugTools DebugNodes.swift
[35/35] Compiling SceneKitDebugTools simd+codetext.swift
Build complete! (17.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "meshgenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/heckj/MeshGenerator.git"
    }
  ],
  "manifest_display_name" : "SceneKitDebugTools",
  "name" : "SceneKitDebugTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SceneKitDebugTools",
      "targets" : [
        "SceneKitDebugTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SceneKitDebugToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SceneKitDebugToolsTests",
      "path" : "Tests/SceneKitDebugToolsTests",
      "sources" : [
        "SceneKitDebugToolsTests.swift"
      ],
      "target_dependencies" : [
        "SceneKitDebugTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SceneKitDebugTools",
      "module_type" : "SwiftTarget",
      "name" : "SceneKitDebugTools",
      "path" : "Sources/SceneKitDebugTools",
      "product_dependencies" : [
        "MeshGenerator"
      ],
      "product_memberships" : [
        "SceneKitDebugTools"
      ],
      "sources" : [
        "AngleView.swift",
        "DebugNodes.swift",
        "DebugSceneView.swift",
        "EulerAngleView.swift",
        "NodeInfoView.swift",
        "ObservableSCNNode.swift",
        "OptionalNodeInfoView.swift",
        "PasteboardHelpers.swift",
        "QuaternionView.swift",
        "SceneInfoView.swift",
        "SearchableSceneInfoView.swift",
        "Simd3View.swift",
        "Simd4View.swift",
        "Simd4x4View.swift",
        "Transforms.swift",
        "simd+codetext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.