Build Information
Successful build of SwiftLiveOrderedSet, reference v1.1.0 (ce896f), with Swift 6.0 for macOS (SPM) on 7 Jul 2025 15:57:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sddeno/SwiftLiveOrderedSet
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at ce896f7 Add Copy-on-Write (COW) support for SwiftLiveOrderedSet with TreeBox wrapper and AVLTree copy
Cloned https://github.com/sddeno/SwiftLiveOrderedSet.git
Revision (git rev-parse @):
ce896f74dd34ccb8ac4fe065e97b767abb97f9ee
SUCCESS checkout https://github.com/sddeno/SwiftLiveOrderedSet.git at v1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/sddeno/SwiftLiveOrderedSet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.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! (4.40s)
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.