The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SCNLine, reference main (2162cf), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:22:31 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/maxxfrazer/SceneKit-SCNLine.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/SceneKit-SCNLine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2162cf1 Merge pull request #9 from JrGoodle/visionOS
Cloned https://github.com/maxxfrazer/SceneKit-SCNLine.git
Revision (git rev-parse @):
2162cf126307d156d2bff987ccc4b6439b288500
SUCCESS checkout https://github.com/maxxfrazer/SceneKit-SCNLine.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/maxxfrazer/SceneKit-SCNLine.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/6] Emitting module SCNLine
[4/6] Compiling SCNLine SCNGeometry+Extensions.swift
[5/6] Compiling SCNLine SCNLineNode.swift
[6/6] Compiling SCNLine SCNVector3+Extensions.swift
Build complete! (6.81s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SCNLine/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SCNLine",
  "name" : "SCNLine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SCNLine",
      "targets" : [
        "SCNLine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SCNLineTests",
      "module_type" : "SwiftTarget",
      "name" : "SCNLineTests",
      "path" : "Tests/SCNLineTests",
      "sources" : [
        "SCNLineTests.swift"
      ],
      "target_dependencies" : [
        "SCNLine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SCNLine",
      "module_type" : "SwiftTarget",
      "name" : "SCNLine",
      "path" : "Sources/SCNLine",
      "product_memberships" : [
        "SCNLine"
      ],
      "sources" : [
        "SCNGeometry+Extensions.swift",
        "SCNLineNode.swift",
        "SCNVector3+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.