Build Information
Successful build of Tree, reference v1.0.1 (3021e4
), with Swift 5.9 for macOS (SPM) on 28 Dec 2024 13:15:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattcox/Tree.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattcox/Tree
* tag v1.0.1 -> FETCH_HEAD
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 v1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/mattcox/Tree.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[2/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/19] Compiling InternalCollectionsUtilities Specialize.swift
[4/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/19] Compiling InternalCollectionsUtilities Debugging.swift
[7/19] Compiling InternalCollectionsUtilities Descriptions.swift
[8/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[9/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[11/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[12/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/19] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/19] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[15/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/19] Emitting module InternalCollectionsUtilities
[17/19] Compiling InternalCollectionsUtilities Integer rank.swift
[18/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/301] Compiling HeapModule Heap+Descriptions.swift
[21/301] Compiling BitCollections BitArray+Codable.swift
[22/301] Compiling BitCollections BitArray+Collection.swift
[23/302] Compiling DequeModule _DequeBuffer.swift
[24/302] Compiling DequeModule _DequeBufferHeader.swift
[25/302] Compiling DequeModule _DequeSlot.swift
[26/302] Compiling BitCollections BitArray+Copy.swift
[27/302] Compiling BitCollections BitArray+CustomReflectable.swift
[28/302] Compiling HeapModule _HeapNode.swift
[29/302] Compiling HeapModule Heap.swift
[30/302] Compiling BitCollections BitArray+Hashable.swift
[31/302] Compiling BitCollections BitArray+Initializers.swift
[32/302] Emitting module HeapModule
[33/302] Compiling HeapModule Heap+Invariants.swift
[34/302] Compiling HeapModule Heap+UnsafeHandle.swift
[35/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/302] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[37/302] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[38/302] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[39/302] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[40/302] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[41/302] Compiling HashTreeCollections TreeDictionary+Filter.swift
[42/308] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[43/308] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[44/308] Compiling HashTreeCollections _HashNode.swift
[45/308] Compiling HashTreeCollections _HashNodeHeader.swift
[46/308] Compiling HashTreeCollections _HashSlot.swift
[47/308] Compiling HashTreeCollections _HashStack.swift
[48/313] Compiling HashTreeCollections _HashTreeIterator.swift
[49/313] Compiling HashTreeCollections _HashTreeStatistics.swift
[50/313] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[51/313] Compiling HashTreeCollections _HashNode+Lookups.swift
[52/313] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[53/313] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[54/313] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[55/313] Compiling HashTreeCollections _HashNode+Storage.swift
[56/313] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[57/313] Compiling HashTreeCollections _HashNode+Structural filter.swift
[58/313] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[59/313] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[60/313] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/313] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[62/313] Compiling HashTreeCollections TreeDictionary+Values.swift
[63/313] Compiling HashTreeCollections TreeDictionary.swift
[64/313] Compiling HashTreeCollections TreeSet+Codable.swift
[65/313] Compiling HashTreeCollections TreeSet+Collection.swift
[66/313] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[67/313] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[68/313] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[69/313] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[70/313] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[71/313] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[72/313] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[73/313] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[74/313] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[75/313] Compiling HashTreeCollections TreeSet+Equatable.swift
[76/313] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[77/313] Compiling HashTreeCollections TreeSet+Extras.swift
[78/313] Compiling HashTreeCollections TreeSet+Filter.swift
[79/313] Compiling HashTreeCollections TreeSet+Hashable.swift
[80/313] Compiling HashTreeCollections TreeSet+Sendable.swift
[81/313] Compiling HashTreeCollections TreeSet+Sequence.swift
[82/313] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[84/321] Compiling BitCollections BitSet.swift
[85/321] Compiling BitCollections Range+Utilities.swift
[86/321] Compiling BitCollections Slice+Utilities.swift
[87/321] Compiling BitCollections UInt+Tricks.swift
[88/321] Compiling BitCollections _Word.swift
[89/321] Compiling OrderedCollections OrderedSet.swift
[90/321] Compiling OrderedCollections _UnsafeBitset.swift
[91/321] Compiling BitCollections BitArray+Invariants.swift
[92/321] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[93/321] Compiling BitCollections BitArray+RandomBits.swift
[94/321] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[101/321] Compiling BitCollections BitArray+BitwiseOperations.swift
[102/321] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[119/321] Compiling HashTreeCollections TreeSet+Debugging.swift
[120/321] Compiling HashTreeCollections TreeSet+Descriptions.swift
[121/321] Compiling HashTreeCollections _RawHashNode.swift
[122/321] Compiling HashTreeCollections _UnmanagedHashNode.swift
[123/321] Compiling HashTreeCollections _UnsafePath.swift
[124/321] Compiling HashTreeCollections TreeDictionary+Codable.swift
[125/321] Compiling HashTreeCollections TreeDictionary+Collection.swift
[126/321] Emitting module BitCollections
[127/321] Compiling BitCollections BitArray+Shifts.swift
[128/321] Compiling BitCollections BitArray+Testing.swift
[129/321] Compiling BitCollections BitArray._UnsafeHandle.swift
[130/321] Compiling BitCollections BitArray.swift
[131/321] Compiling BitCollections BitSet+BidirectionalCollection.swift
[132/321] Compiling BitCollections BitSet+Codable.swift
[145/321] Emitting module DequeModule
[146/321] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[147/321] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[148/321] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[149/321] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[150/321] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[151/321] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[152/321] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[153/321] Compiling HashTreeCollections TreeSet.swift
[293/328] Emitting module OrderedCollections
[312/328] Compiling _RopeModule Rope+Remove.swift
[313/328] Compiling _RopeModule Rope+RemoveSubrange.swift
[314/328] Compiling _RopeModule Rope+Split.swift
[315/328] Compiling _RopeModule Optional Utilities.swift
[316/328] Compiling _RopeModule String Utilities.swift
[317/328] Compiling _RopeModule String.Index+ABI.swift
[318/328] Compiling _RopeModule _CharacterRecognizer.swift
[319/328] Emitting module _RopeModule
[328/328] Emitting module HashTreeCollections
[329/330] Emitting module Collections
[330/330] Compiling Collections Collections.swift
[331/334] Compiling Tree TreeBuilder.swift
[332/334] Compiling Tree Node.swift
[333/334] Emitting module Tree
[334/334] Compiling Tree NodeIterator.swift
Build complete! (14.37s)
Fetching https://github.com/apple/swift-collections
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections (2.30s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.54s)
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.