Build Information
Successful build of SwiftLiveOrderedSet, reference main (759e51), with Swift 6.2 for macOS (SPM) on 8 Jul 2025 14:03:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sddeno/SwiftLiveOrderedSet.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sddeno/SwiftLiveOrderedSet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 759e51a Update README.md
Cloned https://github.com/sddeno/SwiftLiveOrderedSet.git
Revision (git rev-parse @):
759e51a921a10a823d8ee952fd3d659aaa07a067
SUCCESS checkout https://github.com/sddeno/SwiftLiveOrderedSet.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sddeno/SwiftLiveOrderedSet.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] Compiling SwiftLiveOrderedSet SwiftLiveOrderedSet.swift
[4/7] Compiling SwiftLiveOrderedSet AVLTreeNode.swift
[5/7] Compiling SwiftLiveOrderedSet TreeBox.swift
[6/7] Emitting module SwiftLiveOrderedSet
[7/7] Compiling SwiftLiveOrderedSet AVLTree.swift
Build complete! (3.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLiveOrderedSet",
"name" : "SwiftLiveOrderedSet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftLiveOrderedSet",
"targets" : [
"SwiftLiveOrderedSet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftLiveOrderedSetTests",
"module_type" : "SwiftTarget",
"name" : "SwiftLiveOrderedSetTests",
"path" : "Tests/SwiftLiveOrderedSetTests",
"sources" : [
"SwiftLiveOrderedSetTests.swift"
],
"target_dependencies" : [
"SwiftLiveOrderedSet"
],
"type" : "test"
},
{
"c99name" : "SwiftLiveOrderedSet",
"module_type" : "SwiftTarget",
"name" : "SwiftLiveOrderedSet",
"path" : "Sources/SwiftLiveOrderedSet",
"product_memberships" : [
"SwiftLiveOrderedSet"
],
"sources" : [
"AVLTree.swift",
"AVLTreeNode.swift",
"SwiftLiveOrderedSet.swift",
"TreeBox.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.