Build Information
Successful build of SCNBezier with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/SceneKit-Bezier-Animations
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b928e19 linter action change (again)
Cloned https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git
Revision (git rev-parse @):
b928e191bdb73770f7c09909955800f5e2ccf9c0
SUCCESS checkout https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/7] Compiling SCNBezier SCNVector3+Extensions.swift
[4/7] Compiling SCNBezier SCNAction+Extensions.swift
[5/7] Emitting module SCNBezier
[6/7] Compiling SCNBezier InterpolatorFunctions.swift
[7/7] Compiling SCNBezier SCNBezierPath.swift
Build complete! (27.34s)
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.