The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SceneKitDebugTools, reference 0.1.5 (3e0f2a), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 15:44:00 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/heckj/SceneKitDebugTools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/17] Compiling MeshGenerator Triangle.swift
[5/17] Compiling MeshGenerator Plane.swift
[6/17] Compiling MeshGenerator Vector.swift
[7/17] Compiling MeshGenerator TextureCoordinates.swift
[8/18] Compiling MeshGenerator Vertex.swift
[9/18] Compiling MeshGenerator QuickTestView.swift
[10/18] Compiling MeshGenerator Bounds.swift
[11/18] Compiling MeshGenerator ColorRepresentation.swift
[12/18] Emitting module MeshGenerator
[13/18] Compiling MeshGenerator MeshGenerator+AppKit.swift
[14/18] Compiling MeshGenerator MeshGenerator+RealityKit.swift
[15/18] Compiling MeshGenerator LineSegment.swift
[16/18] Compiling MeshGenerator Mesh.swift
[17/18] Compiling MeshGenerator MeshGenerator+SceneKit.swift
[18/18] Compiling MeshGenerator MeshGenerator+UIKit.swift
[19/34] Compiling SceneKitDebugTools QuaternionView.swift
[20/34] Compiling SceneKitDebugTools SceneInfoView.swift
[21/34] Compiling SceneKitDebugTools Transforms.swift
[22/34] Compiling SceneKitDebugTools Simd4View.swift
[23/35] Compiling SceneKitDebugTools Simd4x4View.swift
[24/35] Compiling SceneKitDebugTools DebugSceneView.swift
[25/35] Compiling SceneKitDebugTools EulerAngleView.swift
[26/35] Compiling SceneKitDebugTools SearchableSceneInfoView.swift
[27/35] Compiling SceneKitDebugTools Simd3View.swift
[28/35] Compiling SceneKitDebugTools NodeInfoView.swift
[29/35] Compiling SceneKitDebugTools ObservableSCNNode.swift
[30/35] Compiling SceneKitDebugTools OptionalNodeInfoView.swift
[31/35] Compiling SceneKitDebugTools PasteboardHelpers.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.61s)
Fetching https://github.com/heckj/MeshGenerator.git
[1/1461] Fetching meshgenerator
Fetched https://github.com/heckj/MeshGenerator.git from cache (0.96s)
Computing version for https://github.com/heckj/MeshGenerator.git
Computed https://github.com/heckj/MeshGenerator.git at 0.6.0 (1.45s)
Creating working copy for https://github.com/heckj/MeshGenerator.git
Working copy of https://github.com/heckj/MeshGenerator.git resolved at 0.6.0
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.