Build Information
Successful build of Tree, reference main (3021e4
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:30:36 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattcox/Tree.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattcox/Tree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3021e42 Merge pull request #2 from Jomy10/main
Cloned https://github.com/mattcox/Tree.git
Revision (git rev-parse @):
3021e4280573866c3d92e5104916640a9bcc9788
SUCCESS checkout https://github.com/mattcox/Tree.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mattcox/Tree.git
https://github.com/mattcox/Tree.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "Tree",
"name" : "Tree",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Tree",
"targets" : [
"Tree"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TreeTests",
"module_type" : "SwiftTarget",
"name" : "TreeTests",
"path" : "Tests/TreeTests",
"sources" : [
"NodeIteratorTests.swift",
"NodeTests.swift",
"Test.swift",
"TreeBuilderTests.swift"
],
"target_dependencies" : [
"Tree"
],
"type" : "test"
},
{
"c99name" : "Tree",
"module_type" : "SwiftTarget",
"name" : "Tree",
"path" : "Sources/Tree",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"Tree"
],
"sources" : [
"Node.swift",
"NodeIterator.swift",
"TreeBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/28] Compiling InternalCollectionsUtilities Debugging.swift
[12/28] Compiling InternalCollectionsUtilities Descriptions.swift
[13/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/28] Compiling InternalCollectionsUtilities Specialize.swift
[15/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/29] Compiling InternalCollectionsUtilities Integer rank.swift
[20/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/29] Emitting module InternalCollectionsUtilities
[24/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[25/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[26/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/311] Compiling DequeModule _DequeBufferHeader.swift
[31/312] Compiling HeapModule _HeapNode.swift
[32/312] Compiling DequeModule _DequeBuffer.swift
[33/312] Compiling DequeModule _DequeSlot.swift
[34/312] Compiling HashTreeCollections _Bucket.swift
[35/312] Compiling HashTreeCollections _Hash.swift
[36/312] Compiling HeapModule Heap+UnsafeHandle.swift
[37/312] Compiling HeapModule Heap+Descriptions.swift
[38/312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/312] Emitting module HeapModule
[40/312] Compiling HeapModule Heap.swift
[41/312] Compiling HeapModule Heap+Invariants.swift
[42/312] Compiling HashTreeCollections _HashLevel.swift
[43/312] Compiling HashTreeCollections _HashNode+Builder.swift
[44/312] Compiling HashTreeCollections _HashNode+Debugging.swift
[45/312] Compiling HashTreeCollections _HashNode+Initializers.swift
[46/312] Compiling HashTreeCollections _HashNode+Invariants.swift
[47/312] Compiling HashTreeCollections _HashNode+Lookups.swift
[48/312] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[49/312] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[50/317] Compiling HashTreeCollections _UnmanagedHashNode.swift
[51/317] Compiling HashTreeCollections _UnsafePath.swift
[52/317] Compiling HashTreeCollections TreeDictionary+Codable.swift
[53/317] Compiling HashTreeCollections TreeDictionary+Collection.swift
[54/317] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[55/317] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[56/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[57/323] Compiling HashTreeCollections _HashNode+Structural union.swift
[58/323] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[59/323] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[60/323] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[61/323] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[62/323] Compiling HashTreeCollections _HashNode.swift
[63/323] Compiling HashTreeCollections _HashNodeHeader.swift
[64/323] Compiling HashTreeCollections _HashSlot.swift
[65/323] Compiling HashTreeCollections _HashStack.swift
[66/323] Compiling HashTreeCollections _HashTreeIterator.swift
[67/323] Compiling HashTreeCollections _HashTreeStatistics.swift
[68/323] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[69/323] Compiling _RopeModule Rope+_Storage.swift
[70/323] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[71/323] Compiling _RopeModule Rope+_UnsafeHandle.swift
[72/323] Compiling _RopeModule Rope.swift
[73/323] Compiling _RopeModule RopeElement.swift
[74/323] Compiling BitCollections BitSet.swift
[75/323] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[76/323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[77/323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/323] Compiling _RopeModule Rope+Debugging.swift
[79/323] Compiling _RopeModule Rope+Invariants.swift
[80/323] Compiling _RopeModule Rope+_Node.swift
[81/323] Compiling HashTreeCollections _RawHashNode.swift
[87/323] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[88/323] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[89/323] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[90/323] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[91/323] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[92/323] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[93/323] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[94/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[95/323] Compiling _RopeModule Rope+Sequence.swift
[96/323] Compiling _RopeModule Rope+Append.swift
[97/323] Compiling _RopeModule Rope+Extract.swift
[98/323] Compiling _RopeModule Rope+Find.swift
[99/323] Compiling _RopeModule Rope+ForEachWhile.swift
[100/323] Compiling _RopeModule Rope+Insert.swift
[101/323] Compiling _RopeModule Rope+Join.swift
[102/323] Compiling _RopeModule Rope+MutatingForEach.swift
[103/331] Emitting module BitCollections
[115/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[116/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[117/331] Compiling HashTreeCollections _Bitmap.swift
[130/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[131/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[132/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[133/331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[134/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[135/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[146/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[147/331] Compiling OrderedCollections OrderedSet+Testing.swift
[148/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[149/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[150/331] Compiling OrderedCollections OrderedSet.swift
[151/331] Compiling OrderedCollections _UnsafeBitset.swift
[158/331] Compiling HashTreeCollections _HashNode+Storage.swift
[159/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[160/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[161/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[162/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[193/331] Emitting module DequeModule
[194/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[195/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[196/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[197/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[198/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[199/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[200/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[201/331] Compiling HashTreeCollections TreeSet.swift
[304/338] Emitting module OrderedCollections
[314/338] Emitting module _RopeModule
[315/338] Compiling _RopeModule Rope+Remove.swift
[316/338] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/338] Compiling _RopeModule Rope+Split.swift
[318/338] Compiling _RopeModule Optional Utilities.swift
[319/338] Compiling _RopeModule String Utilities.swift
[320/338] Compiling _RopeModule String.Index+ABI.swift
[321/338] Compiling _RopeModule _CharacterRecognizer.swift
[338/338] Emitting module HashTreeCollections
[339/340] Compiling Collections Collections.swift
[340/340] Emitting module Collections
[341/344] Compiling Tree TreeBuilder.swift
[342/344] Compiling Tree Node.swift
[343/344] Compiling Tree NodeIterator.swift
[344/344] Emitting module Tree
Build complete! (10.49s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (0.76s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.48s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "Tree",
"name" : "Tree",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Tree",
"targets" : [
"Tree"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TreeTests",
"module_type" : "SwiftTarget",
"name" : "TreeTests",
"path" : "Tests/TreeTests",
"sources" : [
"NodeIteratorTests.swift",
"NodeTests.swift",
"Test.swift",
"TreeBuilderTests.swift"
],
"target_dependencies" : [
"Tree"
],
"type" : "test"
},
{
"c99name" : "Tree",
"module_type" : "SwiftTarget",
"name" : "Tree",
"path" : "Sources/Tree",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"Tree"
],
"sources" : [
"Node.swift",
"NodeIterator.swift",
"TreeBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.