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 1.3.0 (00bd83), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:23:05 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: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/SceneKit-SCNLine
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 00bd83f updated podspec and added deploy script to push on tag creation
Cloned https://github.com/maxxfrazer/SceneKit-SCNLine.git
Revision (git rev-parse @):
00bd83f3affae23a0a9375d1b1e4b58f5c3471d0
SUCCESS checkout https://github.com/maxxfrazer/SceneKit-SCNLine.git at 1.3.0
========================================
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] Compiling SCNLine SCNVector3+Extensions.swift
[4/6] Emitting module SCNLine
[5/6] Compiling SCNLine SCNLineNode.swift
[6/6] Compiling SCNLine SCNGeometry+Extensions.swift
Build complete! (6.76s)
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" : "9.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",
        "XCTestManifests.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.3"
}
Done.