Build Information
Successful build of SCNBezier, reference 1.4.0 (efe1f0
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:03:30 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-Bezier-Animations.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/SceneKit-Bezier-Animations
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at efe1f0b Merge pull request #4 from pocketpixels/patch-1
Cloned https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git
Revision (git rev-parse @):
efe1f0b9b2dd9725a9dd2833c1e8b336077723da
SUCCESS checkout https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git at 1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/maxxfrazer/SceneKit-Bezier-Animations.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/7] Emitting module SCNBezier
[4/7] Compiling SCNBezier InterpolatorFunctions.swift
[5/7] Compiling SCNBezier SCNVector3+Extensions.swift
[6/7] Compiling SCNBezier SCNAction+Extensions.swift
[7/7] Compiling SCNBezier SCNBezierPath.swift
Build complete! (5.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SCNBezier",
"name" : "SCNBezier",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "SCNBezier",
"targets" : [
"SCNBezier"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SCNBezierTests",
"module_type" : "SwiftTarget",
"name" : "SCNBezierTests",
"path" : "Tests/SCNBezierTests",
"sources" : [
"SCNBezierTests.swift"
],
"target_dependencies" : [
"SCNBezier"
],
"type" : "test"
},
{
"c99name" : "SCNBezier",
"module_type" : "SwiftTarget",
"name" : "SCNBezier",
"path" : "Sources/SCNBezier",
"product_memberships" : [
"SCNBezier"
],
"sources" : [
"InterpolatorFunctions.swift",
"SCNAction+Extensions.swift",
"SCNBezierPath.swift",
"SCNVector3+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.