Build Information
Successful build of SpatialExtensions, reference main (29ba4f
), with Swift 6.1 for macOS (SPM) on 20 Aug 2025 15:52:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/SpatialExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/SpatialExtensions
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 29ba4f5 3D Dimension Type Updates
Cloned https://github.com/heestand-xyz/SpatialExtensions.git
Revision (git rev-parse @):
29ba4f5181d25507498ebea65c4b97de3ccd86a6
SUCCESS checkout https://github.com/heestand-xyz/SpatialExtensions.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "spatialextensions",
"name": "SpatialExtensions",
"url": "https://github.com/heestand-xyz/SpatialExtensions.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SpatialExtensions",
"dependencies": [
]
}
]
}
Fetching https://github.com/heestand-xyz/SpatialExtensions.git
[1/140] Fetching spatialextensions
Fetched https://github.com/heestand-xyz/SpatialExtensions.git from cache (0.70s)
Creating working copy for https://github.com/heestand-xyz/SpatialExtensions.git
Working copy of https://github.com/heestand-xyz/SpatialExtensions.git resolved at main (29ba4f5)
warning: '.resolve-product-dependencies': dependency 'spatialextensions' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/heestand-xyz/SpatialExtensions.git
https://github.com/heestand-xyz/SpatialExtensions.git
{
"dependencies" : [
],
"manifest_display_name" : "SpatialExtensions",
"name" : "SpatialExtensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SpatialExtensions",
"targets" : [
"SpatialExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpatialExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "SpatialExtensionsTests",
"path" : "Tests/SpatialExtensionsTests",
"sources" : [
"Size3DTests.swift"
],
"target_dependencies" : [
"SpatialExtensions"
],
"type" : "test"
},
{
"c99name" : "SpatialExtensions",
"module_type" : "SwiftTarget",
"name" : "SpatialExtensions",
"path" : "Sources/SpatialExtensions",
"product_memberships" : [
"SpatialExtensions"
],
"sources" : [
"Angle3D.swift",
"Point3D.swift",
"Rect3D.swift",
"Size3D+place.swift",
"Size3D.swift",
"Vector3D.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling SpatialExtensions Size3D.swift
[4/9] Compiling SpatialExtensions Size3D+place.swift
[5/9] Compiling SpatialExtensions Vector3D.swift
[6/9] Compiling SpatialExtensions Point3D.swift
[7/9] Compiling SpatialExtensions Rect3D.swift
[8/9] Compiling SpatialExtensions Angle3D.swift
[9/9] Emitting module SpatialExtensions
Build complete! (8.47s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SpatialExtensions",
"name" : "SpatialExtensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SpatialExtensions",
"targets" : [
"SpatialExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpatialExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "SpatialExtensionsTests",
"path" : "Tests/SpatialExtensionsTests",
"sources" : [
"Size3DTests.swift"
],
"target_dependencies" : [
"SpatialExtensions"
],
"type" : "test"
},
{
"c99name" : "SpatialExtensions",
"module_type" : "SwiftTarget",
"name" : "SpatialExtensions",
"path" : "Sources/SpatialExtensions",
"product_memberships" : [
"SpatialExtensions"
],
"sources" : [
"Angle3D.swift",
"Point3D.swift",
"Rect3D.swift",
"Size3D+place.swift",
"Size3D.swift",
"Vector3D.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.