The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-collections, reference 1.3.0 (52a1f6), with Swift 6.0 for macOS (SPM) on 4 Feb 2025 07:06:06 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/swift-collections.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShaftUI/swift-collections
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 52a1f69 Merge pull request #426 from apple/github-actions-ci-support
Cloned https://github.com/ShaftUI/swift-collections.git
Revision (git rev-parse @):
52a1f698d5faa632df0e1219b1bbffa07cf65260
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ShaftUI/swift-collections.git at 1.3.0
========================================
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": "swift-collections",
      "name": "swift-collections",
      "url": "https://github.com/ShaftUI/swift-collections.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ShaftUI/swift-collections.git
[1/10771] Fetching swift-collections
Fetched https://github.com/ShaftUI/swift-collections.git from cache (1.59s)
Creating working copy for https://github.com/ShaftUI/swift-collections.git
Working copy of https://github.com/ShaftUI/swift-collections.git resolved at 1.3.0 (52a1f69)
warning: '.resolve-product-dependencies': dependency 'swift-collections' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ShaftUI/swift-collections.git
https://github.com/ShaftUI/swift-collections.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-collections",
  "name" : "swift-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BitCollections",
      "targets" : [
        "BitCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DequeModule",
      "targets" : [
        "DequeModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HashTreeCollections",
      "targets" : [
        "HashTreeCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HeapModule",
      "targets" : [
        "HeapModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OrderedCollections",
      "targets" : [
        "OrderedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_RopeModule",
      "targets" : [
        "_RopeModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SortedCollections",
      "targets" : [
        "SortedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Collections",
      "targets" : [
        "Collections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_RopeModule",
      "module_type" : "SwiftTarget",
      "name" : "_RopeModule",
      "path" : "Sources/RopeModule",
      "product_memberships" : [
        "_RopeModule",
        "Collections"
      ],
      "sources" : [
        "BigString/Basics/BigString+Builder.swift",
        "BigString/Basics/BigString+Contents.swift",
        "BigString/Basics/BigString+Debugging.swift",
        "BigString/Basics/BigString+Index.swift",
        "BigString/Basics/BigString+Ingester.swift",
        "BigString/Basics/BigString+Invariants.swift",
        "BigString/Basics/BigString+Iterators.swift",
        "BigString/Basics/BigString+Metrics.swift",
        "BigString/Basics/BigString+Summary.swift",
        "BigString/Basics/BigString.swift",
        "BigString/Chunk/BigString+Chunk+Append and Insert.swift",
        "BigString/Chunk/BigString+Chunk+Breaks.swift",
        "BigString/Chunk/BigString+Chunk+Counts.swift",
        "BigString/Chunk/BigString+Chunk+Description.swift",
        "BigString/Chunk/BigString+Chunk+Indexing by Characters.swift",
        "BigString/Chunk/BigString+Chunk+Indexing by UTF16.swift",
        "BigString/Chunk/BigString+Chunk+RopeElement.swift",
        "BigString/Chunk/BigString+Chunk+Splitting.swift",
        "BigString/Chunk/BigString+Chunk.swift",
        "BigString/Conformances/BigString+BidirectionalCollection.swift",
        "BigString/Conformances/BigString+Comparable.swift",
        "BigString/Conformances/BigString+CustomDebugStringConvertible.swift",
        "BigString/Conformances/BigString+CustomStringConvertible.swift",
        "BigString/Conformances/BigString+Equatable.swift",
        "BigString/Conformances/BigString+ExpressibleByStringLiteral.swift",
        "BigString/Conformances/BigString+Hashing.swift",
        "BigString/Conformances/BigString+LosslessStringConvertible.swift",
        "BigString/Conformances/BigString+RangeReplaceableCollection.swift",
        "BigString/Conformances/BigString+Sequence.swift",
        "BigString/Conformances/BigString+TextOutputStream.swift",
        "BigString/Operations/BigString+Append.swift",
        "BigString/Operations/BigString+Initializers.swift",
        "BigString/Operations/BigString+Insert.swift",
        "BigString/Operations/BigString+Managing Breaks.swift",
        "BigString/Operations/BigString+RemoveSubrange.swift",
        "BigString/Operations/BigString+ReplaceSubrange.swift",
        "BigString/Operations/BigString+Split.swift",
        "BigString/Operations/Range+BigString.swift",
        "BigString/Views/BigString+UTF16View.swift",
        "BigString/Views/BigString+UTF8View.swift",
        "BigString/Views/BigString+UnicodeScalarView.swift",
        "BigString/Views/BigSubstring+UTF16View.swift",
        "BigString/Views/BigSubstring+UTF8View.swift",
        "BigString/Views/BigSubstring+UnicodeScalarView.swift",
        "BigString/Views/BigSubstring.swift",
        "Rope/Basics/Rope+Builder.swift",
        "Rope/Basics/Rope+Debugging.swift",
        "Rope/Basics/Rope+Invariants.swift",
        "Rope/Basics/Rope+_Node.swift",
        "Rope/Basics/Rope+_Storage.swift",
        "Rope/Basics/Rope+_UnmanagedLeaf.swift",
        "Rope/Basics/Rope+_UnsafeHandle.swift",
        "Rope/Basics/Rope.swift",
        "Rope/Basics/RopeElement.swift",
        "Rope/Basics/RopeMetric.swift",
        "Rope/Basics/RopeSummary.swift",
        "Rope/Basics/_RopeItem.swift",
        "Rope/Basics/_RopePath.swift",
        "Rope/Basics/_RopeVersion.swift",
        "Rope/Conformances/Rope+Collection.swift",
        "Rope/Conformances/Rope+Index.swift",
        "Rope/Conformances/Rope+Sequence.swift",
        "Rope/Operations/Rope+Append.swift",
        "Rope/Operations/Rope+Extract.swift",
        "Rope/Operations/Rope+Find.swift",
        "Rope/Operations/Rope+ForEachWhile.swift",
        "Rope/Operations/Rope+Insert.swift",
        "Rope/Operations/Rope+Join.swift",
        "Rope/Operations/Rope+MutatingForEach.swift",
        "Rope/Operations/Rope+Remove.swift",
        "Rope/Operations/Rope+RemoveSubrange.swift",
        "Rope/Operations/Rope+Split.swift",
        "Utilities/Optional Utilities.swift",
        "Utilities/String Utilities.swift",
        "Utilities/String.Index+ABI.swift",
        "Utilities/_CharacterRecognizer.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CollectionsTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_CollectionsTestSupport",
      "path" : "Tests/_CollectionsTestSupport",
      "sources" : [
        "AssertionContexts/Assertions.swift",
        "AssertionContexts/CollectionTestCase.swift",
        "AssertionContexts/Combinatorics.swift",
        "AssertionContexts/TestContext.swift",
        "ConformanceCheckers/CheckBidirectionalCollection.swift",
        "ConformanceCheckers/CheckCollection.swift",
        "ConformanceCheckers/CheckComparable.swift",
        "ConformanceCheckers/CheckEquatable.swift",
        "ConformanceCheckers/CheckHashable.swift",
        "ConformanceCheckers/CheckSequence.swift",
        "MinimalTypes/MinimalBidirectionalCollection.swift",
        "MinimalTypes/MinimalCollection.swift",
        "MinimalTypes/MinimalDecoder.swift",
        "MinimalTypes/MinimalEncoder.swift",
        "MinimalTypes/MinimalIndex.swift",
        "MinimalTypes/MinimalIterator.swift",
        "MinimalTypes/MinimalMutableRandomAccessCollection.swift",
        "MinimalTypes/MinimalMutableRangeReplaceableRandomAccessCollection.swift",
        "MinimalTypes/MinimalRandomAccessCollection.swift",
        "MinimalTypes/MinimalRangeReplaceableRandomAccessCollection.swift",
        "MinimalTypes/MinimalSequence.swift",
        "MinimalTypes/ResettableValue.swift",
        "MinimalTypes/_CollectionState.swift",
        "MinimalTypes/_MinimalCollectionCore.swift",
        "Utilities/AllOnesRandomNumberGenerator.swift",
        "Utilities/Box.swift",
        "Utilities/DictionaryAPIChecker.swift",
        "Utilities/HashableBox.swift",
        "Utilities/IndexRangeCollection.swift",
        "Utilities/Integer Square Root.swift",
        "Utilities/LifetimeTracked.swift",
        "Utilities/LifetimeTracker.swift",
        "Utilities/RandomStableSample.swift",
        "Utilities/RepeatableRandomNumberGenerator.swift",
        "Utilities/SetAPIChecker.swift",
        "Utilities/SortedCollectionAPIChecker.swift",
        "Utilities/StringConvertibleValue.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SortedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SortedCollectionsTests",
      "path" : "Tests/SortedCollectionsTests",
      "sources" : [
        "BTree/BTree Tests.swift",
        "BTree/BTree+Deletion Tests.swift",
        "BTree/BTree.Builder Tests.swift",
        "BTree/Node Utils.swift",
        "BTree/Node+Balancing Tests.swift",
        "BTree/Node+Insertion Tests.swift",
        "BTree/Node+Join Tests.swift",
        "BTree/NodeTests.swift",
        "SortedDictionary/SortedDictionary Tests.swift",
        "SortedDictionary/SortedDictionary Utils.swift",
        "SortedSet/SortedSet Tests.swift"
      ],
      "target_dependencies" : [
        "SortedCollections",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SortedCollections",
      "module_type" : "SwiftTarget",
      "name" : "SortedCollections",
      "path" : "Sources/SortedCollections",
      "product_memberships" : [
        "SortedCollections",
        "Collections"
      ],
      "sources" : [
        "BTree/_BTree+BidirectionalCollection.swift",
        "BTree/_BTree+CustomDebugStringConvertible.swift",
        "BTree/_BTree+CustomReflectable.swift",
        "BTree/_BTree+Invariants.swift",
        "BTree/_BTree+Partial RangeReplaceableCollection.swift",
        "BTree/_BTree+Sequence.swift",
        "BTree/_BTree+SubSequence.swift",
        "BTree/_BTree+UnsafeCursor.swift",
        "BTree/_BTree.Builder.swift",
        "BTree/_BTree.Index.swift",
        "BTree/_BTree.swift",
        "BTree/_FixedSizeArray.swift",
        "BTree/_Node+CustomDebugString.swift",
        "BTree/_Node+Testing.swift",
        "BTree/_Node.Splinter.swift",
        "BTree/_Node.Storage.swift",
        "BTree/_Node.UnsafeHandle+CustomDebugStringConvertible.swift",
        "BTree/_Node.UnsafeHandle+Deletion.swift",
        "BTree/_Node.UnsafeHandle+Insertion.swift",
        "BTree/_Node.UnsafeHandle.swift",
        "BTree/_Node.swift",
        "SortedDictionary/SortedDictionary+BidirectionalCollection.swift",
        "SortedDictionary/SortedDictionary+Codable.swift",
        "SortedDictionary/SortedDictionary+CustomReflectable.swift",
        "SortedDictionary/SortedDictionary+CustomStringConvertible.swift",
        "SortedDictionary/SortedDictionary+Equatable.swift",
        "SortedDictionary/SortedDictionary+ExpressibleByDictionaryLiteral.swift",
        "SortedDictionary/SortedDictionary+Hashable.swift",
        "SortedDictionary/SortedDictionary+Initializers.swift",
        "SortedDictionary/SortedDictionary+Keys.swift",
        "SortedDictionary/SortedDictionary+Partial RangeReplaceableCollection.swift",
        "SortedDictionary/SortedDictionary+Sendable.swift",
        "SortedDictionary/SortedDictionary+Sequence.swift",
        "SortedDictionary/SortedDictionary+SubSequence.swift",
        "SortedDictionary/SortedDictionary+Subscripts.swift",
        "SortedDictionary/SortedDictionary+Values.swift",
        "SortedDictionary/SortedDictionary.Index.swift",
        "SortedDictionary/SortedDictionary.swift",
        "SortedSet/SortedSet+BidirectionalCollection.swift",
        "SortedSet/SortedSet+Codable.swift",
        "SortedSet/SortedSet+CustomReflectable.swift",
        "SortedSet/SortedSet+CustomStringConvertible.swift",
        "SortedSet/SortedSet+Equatable.swift",
        "SortedSet/SortedSet+ExpressibleByArrayLiteral.swift",
        "SortedSet/SortedSet+Hashable.swift",
        "SortedSet/SortedSet+Initializers.swift",
        "SortedSet/SortedSet+Partial RangeReplaceableCollection.swift",
        "SortedSet/SortedSet+Sendable.swift",
        "SortedSet/SortedSet+Sequence.swift",
        "SortedSet/SortedSet+SetAlgebra.swift",
        "SortedSet/SortedSet+SubSequence.swift",
        "SortedSet/SortedSet+Subscripts.swift",
        "SortedSet/SortedSet.Index.swift",
        "SortedSet/SortedSet.swift",
        "Utilities/Assertions.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RopeModuleTests",
      "module_type" : "SwiftTarget",
      "name" : "RopeModuleTests",
      "path" : "Tests/RopeModuleTests",
      "sources" : [
        "Availability.swift",
        "SampleStrings.swift",
        "TestBigString.swift",
        "TestRope.swift"
      ],
      "target_dependencies" : [
        "_RopeModule",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedCollectionsTests",
      "path" : "Tests/OrderedCollectionsTests",
      "sources" : [
        "HashTable/HashTableTests.swift",
        "OrderedDictionary/OrderedDictionary Tests.swift",
        "OrderedDictionary/OrderedDictionary Utils.swift",
        "OrderedDictionary/OrderedDictionary+Elements Tests.swift",
        "OrderedDictionary/OrderedDictionary+Values Tests.swift",
        "OrderedSet/OrderedSet Diffing Tests.swift",
        "OrderedSet/OrderedSet.UnorderedView Tests.swift",
        "OrderedSet/OrderedSetInternals.swift",
        "OrderedSet/OrderedSetTests.swift",
        "OrderedSet/RandomAccessCollection+Extras.swift"
      ],
      "target_dependencies" : [
        "OrderedCollections",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedCollections",
      "module_type" : "SwiftTarget",
      "name" : "OrderedCollections",
      "path" : "Sources/OrderedCollections",
      "product_memberships" : [
        "OrderedCollections",
        "Collections"
      ],
      "sources" : [
        "HashTable/_HashTable+Bucket.swift",
        "HashTable/_HashTable+BucketIterator.swift",
        "HashTable/_HashTable+Constants.swift",
        "HashTable/_HashTable+CustomStringConvertible.swift",
        "HashTable/_HashTable+Testing.swift",
        "HashTable/_HashTable+UnsafeHandle.swift",
        "HashTable/_HashTable.swift",
        "HashTable/_Hashtable+Header.swift",
        "OrderedDictionary/OrderedDictionary+Codable.swift",
        "OrderedDictionary/OrderedDictionary+CustomReflectable.swift",
        "OrderedDictionary/OrderedDictionary+Deprecations.swift",
        "OrderedDictionary/OrderedDictionary+Descriptions.swift",
        "OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift",
        "OrderedDictionary/OrderedDictionary+Elements.swift",
        "OrderedDictionary/OrderedDictionary+Equatable.swift",
        "OrderedDictionary/OrderedDictionary+ExpressibleByDictionaryLiteral.swift",
        "OrderedDictionary/OrderedDictionary+Hashable.swift",
        "OrderedDictionary/OrderedDictionary+Initializers.swift",
        "OrderedDictionary/OrderedDictionary+Invariants.swift",
        "OrderedDictionary/OrderedDictionary+Partial MutableCollection.swift",
        "OrderedDictionary/OrderedDictionary+Partial RangeReplaceableCollection.swift",
        "OrderedDictionary/OrderedDictionary+Sendable.swift",
        "OrderedDictionary/OrderedDictionary+Sequence.swift",
        "OrderedDictionary/OrderedDictionary+Values.swift",
        "OrderedDictionary/OrderedDictionary.swift",
        "OrderedSet/OrderedSet+Codable.swift",
        "OrderedSet/OrderedSet+CustomReflectable.swift",
        "OrderedSet/OrderedSet+Descriptions.swift",
        "OrderedSet/OrderedSet+Diffing.swift",
        "OrderedSet/OrderedSet+Equatable.swift",
        "OrderedSet/OrderedSet+ExpressibleByArrayLiteral.swift",
        "OrderedSet/OrderedSet+Hashable.swift",
        "OrderedSet/OrderedSet+Initializers.swift",
        "OrderedSet/OrderedSet+Insertions.swift",
        "OrderedSet/OrderedSet+Invariants.swift",
        "OrderedSet/OrderedSet+Partial MutableCollection.swift",
        "OrderedSet/OrderedSet+Partial RangeReplaceableCollection.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra formIntersection.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra formSymmetricDifference.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra formUnion.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra intersection.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isDisjoint.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isEqualSet.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isStrictSubset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isStrictSuperset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isSubset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isSuperset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra subtract.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra subtracting.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra symmetricDifference.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra union.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra+Basics.swift",
        "OrderedSet/OrderedSet+RandomAccessCollection.swift",
        "OrderedSet/OrderedSet+ReserveCapacity.swift",
        "OrderedSet/OrderedSet+Sendable.swift",
        "OrderedSet/OrderedSet+SubSequence.swift",
        "OrderedSet/OrderedSet+Testing.swift",
        "OrderedSet/OrderedSet+UnorderedView.swift",
        "OrderedSet/OrderedSet+UnstableInternals.swift",
        "OrderedSet/OrderedSet.swift",
        "Utilities/_UnsafeBitset.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InternalCollectionsUtilities",
      "module_type" : "SwiftTarget",
      "name" : "InternalCollectionsUtilities",
      "path" : "Sources/InternalCollectionsUtilities",
      "product_memberships" : [
        "BitCollections",
        "DequeModule",
        "HashTreeCollections",
        "HeapModule",
        "OrderedCollections",
        "_RopeModule",
        "SortedCollections",
        "Collections"
      ],
      "sources" : [
        "Compatibility/autogenerated/UnsafeMutableBufferPointer+SE-0370.swift",
        "Compatibility/autogenerated/UnsafeMutablePointer+SE-0370.swift",
        "Compatibility/autogenerated/UnsafeRawPointer extensions.swift",
        "IntegerTricks/autogenerated/FixedWidthInteger+roundUpToPowerOfTwo.swift",
        "IntegerTricks/autogenerated/Integer rank.swift",
        "IntegerTricks/autogenerated/UInt+first and last set bit.swift",
        "IntegerTricks/autogenerated/UInt+reversed.swift",
        "UnsafeBitSet/autogenerated/_UnsafeBitSet+Index.swift",
        "UnsafeBitSet/autogenerated/_UnsafeBitSet+_Word.swift",
        "UnsafeBitSet/autogenerated/_UnsafeBitSet.swift",
        "_SortedCollection.swift",
        "_UniqueCollection.swift",
        "autogenerated/Debugging.swift",
        "autogenerated/Descriptions.swift",
        "autogenerated/RandomAccessCollection+Offsets.swift",
        "autogenerated/Specialize.swift",
        "autogenerated/UnsafeBufferPointer+Extras.swift",
        "autogenerated/UnsafeMutableBufferPointer+Extras.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HeapTests",
      "module_type" : "SwiftTarget",
      "name" : "HeapTests",
      "path" : "Tests/HeapTests",
      "sources" : [
        "HeapNodeTests.swift",
        "HeapTests.swift"
      ],
      "target_dependencies" : [
        "HeapModule",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HeapModule",
      "module_type" : "SwiftTarget",
      "name" : "HeapModule",
      "path" : "Sources/HeapModule",
      "product_memberships" : [
        "HeapModule",
        "Collections"
      ],
      "sources" : [
        "Heap+Descriptions.swift",
        "Heap+ExpressibleByArrayLiteral.swift",
        "Heap+Invariants.swift",
        "Heap+UnsafeHandle.swift",
        "Heap.swift",
        "_HeapNode.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HashTreeCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "HashTreeCollectionsTests",
      "path" : "Tests/HashTreeCollectionsTests",
      "sources" : [
        "Colliders.swift",
        "Hash.swift",
        "TreeDictionary Smoke Tests.swift",
        "TreeDictionary Tests.swift",
        "TreeDictionary.Keys Tests.swift",
        "TreeDictionary.Values Tests.swift",
        "TreeHashedCollections Fixtures.swift",
        "TreeSet Tests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "HashTreeCollections",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HashTreeCollections",
      "module_type" : "SwiftTarget",
      "name" : "HashTreeCollections",
      "path" : "Sources/HashTreeCollections",
      "product_memberships" : [
        "HashTreeCollections",
        "Collections"
      ],
      "sources" : [
        "HashNode/_AncestorHashSlots.swift",
        "HashNode/_Bitmap.swift",
        "HashNode/_Bucket.swift",
        "HashNode/_Hash.swift",
        "HashNode/_HashLevel.swift",
        "HashNode/_HashNode+Builder.swift",
        "HashNode/_HashNode+Debugging.swift",
        "HashNode/_HashNode+Initializers.swift",
        "HashNode/_HashNode+Invariants.swift",
        "HashNode/_HashNode+Lookups.swift",
        "HashNode/_HashNode+Primitive Insertions.swift",
        "HashNode/_HashNode+Primitive Removals.swift",
        "HashNode/_HashNode+Primitive Replacement.swift",
        "HashNode/_HashNode+Storage.swift",
        "HashNode/_HashNode+Structural compactMapValues.swift",
        "HashNode/_HashNode+Structural filter.swift",
        "HashNode/_HashNode+Structural intersection.swift",
        "HashNode/_HashNode+Structural isDisjoint.swift",
        "HashNode/_HashNode+Structural isEqualSet.swift",
        "HashNode/_HashNode+Structural isSubset.swift",
        "HashNode/_HashNode+Structural mapValues.swift",
        "HashNode/_HashNode+Structural merge.swift",
        "HashNode/_HashNode+Structural subtracting.swift",
        "HashNode/_HashNode+Structural symmetricDifference.swift",
        "HashNode/_HashNode+Structural union.swift",
        "HashNode/_HashNode+Subtree Insertions.swift",
        "HashNode/_HashNode+Subtree Modify.swift",
        "HashNode/_HashNode+Subtree Removals.swift",
        "HashNode/_HashNode+UnsafeHandle.swift",
        "HashNode/_HashNode.swift",
        "HashNode/_HashNodeHeader.swift",
        "HashNode/_HashSlot.swift",
        "HashNode/_HashStack.swift",
        "HashNode/_HashTreeIterator.swift",
        "HashNode/_HashTreeStatistics.swift",
        "HashNode/_RawHashNode+UnsafeHandle.swift",
        "HashNode/_RawHashNode.swift",
        "HashNode/_UnmanagedHashNode.swift",
        "HashNode/_UnsafePath.swift",
        "TreeDictionary/TreeDictionary+Codable.swift",
        "TreeDictionary/TreeDictionary+Collection.swift",
        "TreeDictionary/TreeDictionary+CustomReflectable.swift",
        "TreeDictionary/TreeDictionary+Debugging.swift",
        "TreeDictionary/TreeDictionary+Descriptions.swift",
        "TreeDictionary/TreeDictionary+Equatable.swift",
        "TreeDictionary/TreeDictionary+ExpressibleByDictionaryLiteral.swift",
        "TreeDictionary/TreeDictionary+Filter.swift",
        "TreeDictionary/TreeDictionary+Hashable.swift",
        "TreeDictionary/TreeDictionary+Initializers.swift",
        "TreeDictionary/TreeDictionary+Keys.swift",
        "TreeDictionary/TreeDictionary+MapValues.swift",
        "TreeDictionary/TreeDictionary+Merge.swift",
        "TreeDictionary/TreeDictionary+Sendable.swift",
        "TreeDictionary/TreeDictionary+Sequence.swift",
        "TreeDictionary/TreeDictionary+Values.swift",
        "TreeDictionary/TreeDictionary.swift",
        "TreeSet/TreeSet+Codable.swift",
        "TreeSet/TreeSet+Collection.swift",
        "TreeSet/TreeSet+CustomReflectable.swift",
        "TreeSet/TreeSet+Debugging.swift",
        "TreeSet/TreeSet+Descriptions.swift",
        "TreeSet/TreeSet+Equatable.swift",
        "TreeSet/TreeSet+ExpressibleByArrayLiteral.swift",
        "TreeSet/TreeSet+Extras.swift",
        "TreeSet/TreeSet+Filter.swift",
        "TreeSet/TreeSet+Hashable.swift",
        "TreeSet/TreeSet+Sendable.swift",
        "TreeSet/TreeSet+Sequence.swift",
        "TreeSet/TreeSet+SetAlgebra Initializers.swift",
        "TreeSet/TreeSet+SetAlgebra basics.swift",
        "TreeSet/TreeSet+SetAlgebra formIntersection.swift",
        "TreeSet/TreeSet+SetAlgebra formSymmetricDifference.swift",
        "TreeSet/TreeSet+SetAlgebra formUnion.swift",
        "TreeSet/TreeSet+SetAlgebra intersection.swift",
        "TreeSet/TreeSet+SetAlgebra isDisjoint.swift",
        "TreeSet/TreeSet+SetAlgebra isEqualSet.swift",
        "TreeSet/TreeSet+SetAlgebra isStrictSubset.swift",
        "TreeSet/TreeSet+SetAlgebra isStrictSuperset.swift",
        "TreeSet/TreeSet+SetAlgebra isSubset.swift",
        "TreeSet/TreeSet+SetAlgebra isSuperset.swift",
        "TreeSet/TreeSet+SetAlgebra subtract.swift",
        "TreeSet/TreeSet+SetAlgebra subtracting.swift",
        "TreeSet/TreeSet+SetAlgebra symmetricDifference.swift",
        "TreeSet/TreeSet+SetAlgebra union.swift",
        "TreeSet/TreeSet.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DequeTests",
      "module_type" : "SwiftTarget",
      "name" : "DequeTests",
      "path" : "Tests/DequeTests",
      "sources" : [
        "DequeInternals.swift",
        "DequeTests.swift",
        "MutableCollectionTests.swift",
        "RangeReplaceableCollectionTests.swift"
      ],
      "target_dependencies" : [
        "DequeModule",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DequeModule",
      "module_type" : "SwiftTarget",
      "name" : "DequeModule",
      "path" : "Sources/DequeModule",
      "product_memberships" : [
        "DequeModule",
        "Collections"
      ],
      "sources" : [
        "Deque+Codable.swift",
        "Deque+Collection.swift",
        "Deque+CustomReflectable.swift",
        "Deque+Descriptions.swift",
        "Deque+Equatable.swift",
        "Deque+ExpressibleByArrayLiteral.swift",
        "Deque+Extras.swift",
        "Deque+Hashable.swift",
        "Deque+Sendable.swift",
        "Deque+Testing.swift",
        "Deque._Storage.swift",
        "Deque._UnsafeHandle.swift",
        "Deque.swift",
        "_DequeBuffer.swift",
        "_DequeBufferHeader.swift",
        "_DequeSlot.swift",
        "_UnsafeWrappedBuffer.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CollectionsTestSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionsTestSupportTests",
      "path" : "Tests/CollectionsTestSupportTests",
      "sources" : [
        "CombinatoricsChecks.swift",
        "IndexRangeCollectionTests.swift",
        "MinimalTypeConformances.swift",
        "UtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Collections",
      "module_type" : "SwiftTarget",
      "name" : "Collections",
      "path" : "Sources/Collections",
      "product_memberships" : [
        "Collections"
      ],
      "sources" : [
        "Collections.swift"
      ],
      "target_dependencies" : [
        "BitCollections",
        "DequeModule",
        "HashTreeCollections",
        "HeapModule",
        "OrderedCollections",
        "_RopeModule",
        "SortedCollections"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BitCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "BitCollectionsTests",
      "path" : "Tests/BitCollectionsTests",
      "sources" : [
        "BitArrayTests.swift",
        "BitSet.Counted Tests.swift",
        "BitSetTests.swift"
      ],
      "target_dependencies" : [
        "BitCollections",
        "_CollectionsTestSupport",
        "OrderedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BitCollections",
      "module_type" : "SwiftTarget",
      "name" : "BitCollections",
      "path" : "Sources/BitCollections",
      "product_memberships" : [
        "BitCollections",
        "Collections"
      ],
      "sources" : [
        "BitArray/BitArray+BitwiseOperations.swift",
        "BitArray/BitArray+ChunkedBitsIterators.swift",
        "BitArray/BitArray+Codable.swift",
        "BitArray/BitArray+Collection.swift",
        "BitArray/BitArray+Copy.swift",
        "BitArray/BitArray+CustomReflectable.swift",
        "BitArray/BitArray+Descriptions.swift",
        "BitArray/BitArray+Equatable.swift",
        "BitArray/BitArray+ExpressibleByArrayLiteral.swift",
        "BitArray/BitArray+ExpressibleByStringLiteral.swift",
        "BitArray/BitArray+Extras.swift",
        "BitArray/BitArray+Fill.swift",
        "BitArray/BitArray+Hashable.swift",
        "BitArray/BitArray+Initializers.swift",
        "BitArray/BitArray+Invariants.swift",
        "BitArray/BitArray+LosslessStringConvertible.swift",
        "BitArray/BitArray+RandomBits.swift",
        "BitArray/BitArray+RangeReplaceableCollection.swift",
        "BitArray/BitArray+Shifts.swift",
        "BitArray/BitArray+Testing.swift",
        "BitArray/BitArray._UnsafeHandle.swift",
        "BitArray/BitArray.swift",
        "BitSet/BitSet+BidirectionalCollection.swift",
        "BitSet/BitSet+Codable.swift",
        "BitSet/BitSet+CustomDebugStringConvertible.swift",
        "BitSet/BitSet+CustomReflectable.swift",
        "BitSet/BitSet+CustomStringConvertible.swift",
        "BitSet/BitSet+Equatable.swift",
        "BitSet/BitSet+ExpressibleByArrayLiteral.swift",
        "BitSet/BitSet+Extras.swift",
        "BitSet/BitSet+Hashable.swift",
        "BitSet/BitSet+Initializers.swift",
        "BitSet/BitSet+Invariants.swift",
        "BitSet/BitSet+Random.swift",
        "BitSet/BitSet+SetAlgebra basics.swift",
        "BitSet/BitSet+SetAlgebra conformance.swift",
        "BitSet/BitSet+SetAlgebra formIntersection.swift",
        "BitSet/BitSet+SetAlgebra formSymmetricDifference.swift",
        "BitSet/BitSet+SetAlgebra formUnion.swift",
        "BitSet/BitSet+SetAlgebra intersection.swift",
        "BitSet/BitSet+SetAlgebra isDisjoint.swift",
        "BitSet/BitSet+SetAlgebra isEqualSet.swift",
        "BitSet/BitSet+SetAlgebra isStrictSubset.swift",
        "BitSet/BitSet+SetAlgebra isStrictSuperset.swift",
        "BitSet/BitSet+SetAlgebra isSubset.swift",
        "BitSet/BitSet+SetAlgebra isSuperset.swift",
        "BitSet/BitSet+SetAlgebra subtract.swift",
        "BitSet/BitSet+SetAlgebra subtracting.swift",
        "BitSet/BitSet+SetAlgebra symmetricDifference.swift",
        "BitSet/BitSet+SetAlgebra union.swift",
        "BitSet/BitSet+Sorted Collection APIs.swift",
        "BitSet/BitSet.Counted.swift",
        "BitSet/BitSet.Index.swift",
        "BitSet/BitSet._UnsafeHandle.swift",
        "BitSet/BitSet.swift",
        "Shared/Range+Utilities.swift",
        "Shared/Slice+Utilities.swift",
        "Shared/UInt+Tricks.swift",
        "Shared/_Word.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/11] Write sources
[10/11] Write swift-version-5BDAB9E9C0126B9D.txt
[12/29] Compiling InternalCollectionsUtilities Debugging.swift
[13/29] Compiling InternalCollectionsUtilities Descriptions.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/29] Compiling InternalCollectionsUtilities Specialize.swift
[17/29] Compiling InternalCollectionsUtilities Integer rank.swift
[18/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/30] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[23/30] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/30] Compiling InternalCollectionsUtilities UInt+reversed.swift
[25/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/30] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/30] Emitting module InternalCollectionsUtilities
[29/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/399] Compiling DequeModule _DequeBufferHeader.swift
[32/399] Compiling HashTreeCollections TreeSet+Filter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DequeModule/_DequeBuffer.swift:44:14: warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
42 | /// The type-punned empty singleton storage instance.
43 | @usableFromInline
44 | internal let _emptyDequeStorage = _DequeBuffer<Void>.create(
   |              |- warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate '_emptyDequeStorage' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |   minimumCapacity: 0,
46 |   makingHeaderWith: { _ in
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[33/399] Compiling HashTreeCollections TreeSet+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DequeModule/_DequeBuffer.swift:44:14: warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
42 | /// The type-punned empty singleton storage instance.
43 | @usableFromInline
44 | internal let _emptyDequeStorage = _DequeBuffer<Void>.create(
   |              |- warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate '_emptyDequeStorage' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |   minimumCapacity: 0,
46 |   makingHeaderWith: { _ in
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[34/399] Compiling DequeModule _DequeSlot.swift
[35/400] Compiling HeapModule _HeapNode.swift
[36/400] Compiling HashTreeCollections _UnsafePath.swift
[37/400] Compiling HashTreeCollections TreeDictionary+Codable.swift
[38/400] Compiling HashTreeCollections TreeDictionary+Collection.swift
[39/400] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[40/400] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[41/405] Compiling HeapModule Heap.swift
[42/405] Compiling HeapModule Heap+Invariants.swift
[43/405] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[44/405] Compiling HeapModule Heap+Descriptions.swift
[45/405] Compiling HeapModule Heap+UnsafeHandle.swift
[46/405] Compiling HashTreeCollections _RawHashNode.swift
[47/405] Compiling HashTreeCollections _UnmanagedHashNode.swift
[52/411] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/411] Compiling HashTreeCollections _AncestorHashSlots.swift
[54/411] Compiling HashTreeCollections _Bitmap.swift
[55/411] Compiling HashTreeCollections _Bucket.swift
[56/411] Compiling HashTreeCollections _Hash.swift
[57/411] Compiling HashTreeCollections _HashLevel.swift
[58/411] Compiling HashTreeCollections _HashNode+Builder.swift
[59/411] Compiling HashTreeCollections _HashNode+Debugging.swift
[60/411] Compiling HashTreeCollections _HashNode+Initializers.swift
[61/411] Compiling HashTreeCollections _HashNode+Invariants.swift
[62/411] Compiling HashTreeCollections TreeSet+Equatable.swift
[63/411] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[64/411] Compiling HashTreeCollections TreeSet+Extras.swift
[65/416] Emitting module HeapModule
[66/416] Compiling HashTreeCollections _HashNode+Structural union.swift
[67/416] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[68/416] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[69/416] Compiling HashTreeCollections _HashNode+Lookups.swift
[70/416] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[71/416] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[72/416] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[73/416] Compiling HashTreeCollections _HashNode+Storage.swift
[74/416] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[75/416] Compiling HashTreeCollections _HashNode+Structural filter.swift
[76/416] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[77/416] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[88/416] Compiling HashTreeCollections TreeSet+Sendable.swift
[89/416] Compiling HashTreeCollections TreeSet+Sequence.swift
[90/416] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DequeModule/_DequeBuffer.swift:44:14: warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
42 | /// The type-punned empty singleton storage instance.
43 | @usableFromInline
44 | internal let _emptyDequeStorage = _DequeBuffer<Void>.create(
   |              |- warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate '_emptyDequeStorage' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |   minimumCapacity: 0,
46 |   makingHeaderWith: { _ in
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/DequeModule/_DequeBuffer.swift:44:14: warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
42 | /// The type-punned empty singleton storage instance.
43 | @usableFromInline
44 | internal let _emptyDequeStorage = _DequeBuffer<Void>.create(
   |              |- warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate '_emptyDequeStorage' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |   minimumCapacity: 0,
46 |   makingHeaderWith: { _ in
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[103/424] Compiling BitCollections BitSet.swift
[104/424] Compiling BitCollections Range+Utilities.swift
[105/424] Compiling BitCollections Slice+Utilities.swift
[106/424] Compiling BitCollections UInt+Tricks.swift
[107/424] Compiling BitCollections _Word.swift
[108/424] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[109/424] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[110/424] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[111/424] Compiling HashTreeCollections _HashNode+Structural merge.swift
[112/424] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[113/424] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[114/424] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[115/424] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[116/424] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[117/424] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[118/424] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[119/424] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[140/424] Compiling SortedCollections SortedSet+SubSequence.swift
[141/424] Compiling SortedCollections SortedSet+Subscripts.swift
[142/424] Compiling SortedCollections SortedSet.Index.swift
[143/424] Compiling SortedCollections SortedSet.swift
[144/424] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[145/424] Compiling HashTreeCollections TreeDictionary+Values.swift
[146/424] Compiling HashTreeCollections TreeDictionary.swift
[147/424] Compiling HashTreeCollections TreeSet+Codable.swift
[148/424] Compiling HashTreeCollections TreeSet+Collection.swift
[149/424] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[150/424] Compiling HashTreeCollections TreeSet+Debugging.swift
[151/424] Compiling HashTreeCollections TreeSet+Descriptions.swift
[168/424] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[169/424] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[170/424] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[171/424] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[172/424] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[173/424] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[174/424] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[175/424] Compiling HashTreeCollections TreeSet.swift
[192/424] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[199/424] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[205/424] Emitting module BitCollections
[247/431] Emitting module DequeModule
/Users/admin/builder/spi-builder-workspace/Sources/DequeModule/_DequeBuffer.swift:44:14: warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
42 | /// The type-punned empty singleton storage instance.
43 | @usableFromInline
44 | internal let _emptyDequeStorage = _DequeBuffer<Void>.create(
   |              |- warning: let '_emptyDequeStorage' is not concurrency-safe because non-'Sendable' type 'ManagedBuffer<_DequeBufferHeader, Void>' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: annotate '_emptyDequeStorage' with '@MainActor' if property should only be accessed from the main actor
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 |   minimumCapacity: 0,
46 |   makingHeaderWith: { _ in
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[252/431] Compiling OrderedCollections OrderedSet.swift
[253/431] Compiling OrderedCollections _UnsafeBitset.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[281/431] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[282/431] Compiling HashTreeCollections _HashNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[283/431] Compiling HashTreeCollections _HashNodeHeader.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[284/431] Compiling HashTreeCollections _HashSlot.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[285/431] Compiling HashTreeCollections _HashStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[286/431] Compiling HashTreeCollections _HashTreeIterator.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[287/431] Compiling HashTreeCollections _HashTreeStatistics.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[288/431] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[339/431] Compiling _RopeModule Rope+Remove.swift
[340/431] Compiling _RopeModule Rope+RemoveSubrange.swift
[341/431] Compiling _RopeModule Rope+Split.swift
[342/431] Compiling _RopeModule Optional Utilities.swift
[343/431] Compiling _RopeModule String Utilities.swift
[344/431] Compiling _RopeModule String.Index+ABI.swift
[345/431] Compiling _RopeModule _CharacterRecognizer.swift
[362/431] Emitting module OrderedCollections
[379/431] Emitting module _RopeModule
[386/431] Emitting module SortedCollections
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[396/431] Emitting module HashTreeCollections
/Users/admin/builder/spi-builder-workspace/Sources/HashTreeCollections/HashNode/_HashNode+Storage.swift:29:14: warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
 27 | /// clean up after themselves in their `deinit` method.)
 28 | @usableFromInline
 29 | internal let _emptySingleton: _RawHashStorage = _RawHashStorage.create(
    |              |- warning: let '_emptySingleton' is not concurrency-safe because non-'Sendable' type '_RawHashStorage' (aka 'ManagedBuffer<_HashNodeHeader, _RawHashNode>') may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate '_emptySingleton' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |   minimumCapacity: 0,
 31 |   makingHeaderWith: { _ in _HashNodeHeader(byteCapacity: 0) })
Swift.ManagedBuffer:1:12: note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
1 | open class ManagedBuffer<Header, Element> where Element : ~Copyable {
  |            `- note: generic class 'ManagedBuffer' does not conform to the 'Sendable' protocol
2 |     final public var header: Header
3 |     @objc @inlinable deinit
[397/433] Emitting module Collections
[398/433] Compiling Collections Collections.swift
[415/436] Emitting module _CollectionsTestSupport
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/TestContext.swift:23:23: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |   // FIXME: This ought to be a thread-local variable.
 23 |   internal static var _current: TestContext?
    |                       |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |   public init() {}
[416/436] Compiling _CollectionsTestSupport SetAPIChecker.swift
[417/436] Compiling _CollectionsTestSupport SortedCollectionAPIChecker.swift
[418/436] Compiling _CollectionsTestSupport StringConvertibleValue.swift
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/TestContext.swift:23:23: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |   // FIXME: This ought to be a thread-local variable.
 23 |   internal static var _current: TestContext?
    |                       |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |   public init() {}
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/TestContext.swift:23:23: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |   // FIXME: This ought to be a thread-local variable.
 23 |   internal static var _current: TestContext?
    |                       |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |   public init() {}
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/TestContext.swift:23:23: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |   // FIXME: This ought to be a thread-local variable.
 23 |   internal static var _current: TestContext?
    |                       |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |   public init() {}
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/TestContext.swift:23:23: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |   // FIXME: This ought to be a thread-local variable.
 23 |   internal static var _current: TestContext?
    |                       |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |   public init() {}
Build complete! (21.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-collections",
  "name" : "swift-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BitCollections",
      "targets" : [
        "BitCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DequeModule",
      "targets" : [
        "DequeModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HashTreeCollections",
      "targets" : [
        "HashTreeCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HeapModule",
      "targets" : [
        "HeapModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OrderedCollections",
      "targets" : [
        "OrderedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_RopeModule",
      "targets" : [
        "_RopeModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SortedCollections",
      "targets" : [
        "SortedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Collections",
      "targets" : [
        "Collections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_RopeModule",
      "module_type" : "SwiftTarget",
      "name" : "_RopeModule",
      "path" : "Sources/RopeModule",
      "product_memberships" : [
        "_RopeModule",
        "Collections"
      ],
      "sources" : [
        "BigString/Basics/BigString+Builder.swift",
        "BigString/Basics/BigString+Contents.swift",
        "BigString/Basics/BigString+Debugging.swift",
        "BigString/Basics/BigString+Index.swift",
        "BigString/Basics/BigString+Ingester.swift",
        "BigString/Basics/BigString+Invariants.swift",
        "BigString/Basics/BigString+Iterators.swift",
        "BigString/Basics/BigString+Metrics.swift",
        "BigString/Basics/BigString+Summary.swift",
        "BigString/Basics/BigString.swift",
        "BigString/Chunk/BigString+Chunk+Append and Insert.swift",
        "BigString/Chunk/BigString+Chunk+Breaks.swift",
        "BigString/Chunk/BigString+Chunk+Counts.swift",
        "BigString/Chunk/BigString+Chunk+Description.swift",
        "BigString/Chunk/BigString+Chunk+Indexing by Characters.swift",
        "BigString/Chunk/BigString+Chunk+Indexing by UTF16.swift",
        "BigString/Chunk/BigString+Chunk+RopeElement.swift",
        "BigString/Chunk/BigString+Chunk+Splitting.swift",
        "BigString/Chunk/BigString+Chunk.swift",
        "BigString/Conformances/BigString+BidirectionalCollection.swift",
        "BigString/Conformances/BigString+Comparable.swift",
        "BigString/Conformances/BigString+CustomDebugStringConvertible.swift",
        "BigString/Conformances/BigString+CustomStringConvertible.swift",
        "BigString/Conformances/BigString+Equatable.swift",
        "BigString/Conformances/BigString+ExpressibleByStringLiteral.swift",
        "BigString/Conformances/BigString+Hashing.swift",
        "BigString/Conformances/BigString+LosslessStringConvertible.swift",
        "BigString/Conformances/BigString+RangeReplaceableCollection.swift",
        "BigString/Conformances/BigString+Sequence.swift",
        "BigString/Conformances/BigString+TextOutputStream.swift",
        "BigString/Operations/BigString+Append.swift",
        "BigString/Operations/BigString+Initializers.swift",
        "BigString/Operations/BigString+Insert.swift",
        "BigString/Operations/BigString+Managing Breaks.swift",
        "BigString/Operations/BigString+RemoveSubrange.swift",
        "BigString/Operations/BigString+ReplaceSubrange.swift",
        "BigString/Operations/BigString+Split.swift",
        "BigString/Operations/Range+BigString.swift",
        "BigString/Views/BigString+UTF16View.swift",
        "BigString/Views/BigString+UTF8View.swift",
        "BigString/Views/BigString+UnicodeScalarView.swift",
        "BigString/Views/BigSubstring+UTF16View.swift",
        "BigString/Views/BigSubstring+UTF8View.swift",
        "BigString/Views/BigSubstring+UnicodeScalarView.swift",
        "BigString/Views/BigSubstring.swift",
        "Rope/Basics/Rope+Builder.swift",
        "Rope/Basics/Rope+Debugging.swift",
        "Rope/Basics/Rope+Invariants.swift",
        "Rope/Basics/Rope+_Node.swift",
        "Rope/Basics/Rope+_Storage.swift",
        "Rope/Basics/Rope+_UnmanagedLeaf.swift",
        "Rope/Basics/Rope+_UnsafeHandle.swift",
        "Rope/Basics/Rope.swift",
        "Rope/Basics/RopeElement.swift",
        "Rope/Basics/RopeMetric.swift",
        "Rope/Basics/RopeSummary.swift",
        "Rope/Basics/_RopeItem.swift",
        "Rope/Basics/_RopePath.swift",
        "Rope/Basics/_RopeVersion.swift",
        "Rope/Conformances/Rope+Collection.swift",
        "Rope/Conformances/Rope+Index.swift",
        "Rope/Conformances/Rope+Sequence.swift",
        "Rope/Operations/Rope+Append.swift",
        "Rope/Operations/Rope+Extract.swift",
        "Rope/Operations/Rope+Find.swift",
        "Rope/Operations/Rope+ForEachWhile.swift",
        "Rope/Operations/Rope+Insert.swift",
        "Rope/Operations/Rope+Join.swift",
        "Rope/Operations/Rope+MutatingForEach.swift",
        "Rope/Operations/Rope+Remove.swift",
        "Rope/Operations/Rope+RemoveSubrange.swift",
        "Rope/Operations/Rope+Split.swift",
        "Utilities/Optional Utilities.swift",
        "Utilities/String Utilities.swift",
        "Utilities/String.Index+ABI.swift",
        "Utilities/_CharacterRecognizer.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CollectionsTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_CollectionsTestSupport",
      "path" : "Tests/_CollectionsTestSupport",
      "sources" : [
        "AssertionContexts/Assertions.swift",
        "AssertionContexts/CollectionTestCase.swift",
        "AssertionContexts/Combinatorics.swift",
        "AssertionContexts/TestContext.swift",
        "ConformanceCheckers/CheckBidirectionalCollection.swift",
        "ConformanceCheckers/CheckCollection.swift",
        "ConformanceCheckers/CheckComparable.swift",
        "ConformanceCheckers/CheckEquatable.swift",
        "ConformanceCheckers/CheckHashable.swift",
        "ConformanceCheckers/CheckSequence.swift",
        "MinimalTypes/MinimalBidirectionalCollection.swift",
        "MinimalTypes/MinimalCollection.swift",
        "MinimalTypes/MinimalDecoder.swift",
        "MinimalTypes/MinimalEncoder.swift",
        "MinimalTypes/MinimalIndex.swift",
        "MinimalTypes/MinimalIterator.swift",
        "MinimalTypes/MinimalMutableRandomAccessCollection.swift",
        "MinimalTypes/MinimalMutableRangeReplaceableRandomAccessCollection.swift",
        "MinimalTypes/MinimalRandomAccessCollection.swift",
        "MinimalTypes/MinimalRangeReplaceableRandomAccessCollection.swift",
        "MinimalTypes/MinimalSequence.swift",
        "MinimalTypes/ResettableValue.swift",
        "MinimalTypes/_CollectionState.swift",
        "MinimalTypes/_MinimalCollectionCore.swift",
        "Utilities/AllOnesRandomNumberGenerator.swift",
        "Utilities/Box.swift",
        "Utilities/DictionaryAPIChecker.swift",
        "Utilities/HashableBox.swift",
        "Utilities/IndexRangeCollection.swift",
        "Utilities/Integer Square Root.swift",
        "Utilities/LifetimeTracked.swift",
        "Utilities/LifetimeTracker.swift",
        "Utilities/RandomStableSample.swift",
        "Utilities/RepeatableRandomNumberGenerator.swift",
        "Utilities/SetAPIChecker.swift",
        "Utilities/SortedCollectionAPIChecker.swift",
        "Utilities/StringConvertibleValue.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SortedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SortedCollectionsTests",
      "path" : "Tests/SortedCollectionsTests",
      "sources" : [
        "BTree/BTree Tests.swift",
        "BTree/BTree+Deletion Tests.swift",
        "BTree/BTree.Builder Tests.swift",
        "BTree/Node Utils.swift",
        "BTree/Node+Balancing Tests.swift",
        "BTree/Node+Insertion Tests.swift",
        "BTree/Node+Join Tests.swift",
        "BTree/NodeTests.swift",
        "SortedDictionary/SortedDictionary Tests.swift",
        "SortedDictionary/SortedDictionary Utils.swift",
        "SortedSet/SortedSet Tests.swift"
      ],
      "target_dependencies" : [
        "SortedCollections",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SortedCollections",
      "module_type" : "SwiftTarget",
      "name" : "SortedCollections",
      "path" : "Sources/SortedCollections",
      "product_memberships" : [
        "SortedCollections",
        "Collections"
      ],
      "sources" : [
        "BTree/_BTree+BidirectionalCollection.swift",
        "BTree/_BTree+CustomDebugStringConvertible.swift",
        "BTree/_BTree+CustomReflectable.swift",
        "BTree/_BTree+Invariants.swift",
        "BTree/_BTree+Partial RangeReplaceableCollection.swift",
        "BTree/_BTree+Sequence.swift",
        "BTree/_BTree+SubSequence.swift",
        "BTree/_BTree+UnsafeCursor.swift",
        "BTree/_BTree.Builder.swift",
        "BTree/_BTree.Index.swift",
        "BTree/_BTree.swift",
        "BTree/_FixedSizeArray.swift",
        "BTree/_Node+CustomDebugString.swift",
        "BTree/_Node+Testing.swift",
        "BTree/_Node.Splinter.swift",
        "BTree/_Node.Storage.swift",
        "BTree/_Node.UnsafeHandle+CustomDebugStringConvertible.swift",
        "BTree/_Node.UnsafeHandle+Deletion.swift",
        "BTree/_Node.UnsafeHandle+Insertion.swift",
        "BTree/_Node.UnsafeHandle.swift",
        "BTree/_Node.swift",
        "SortedDictionary/SortedDictionary+BidirectionalCollection.swift",
        "SortedDictionary/SortedDictionary+Codable.swift",
        "SortedDictionary/SortedDictionary+CustomReflectable.swift",
        "SortedDictionary/SortedDictionary+CustomStringConvertible.swift",
        "SortedDictionary/SortedDictionary+Equatable.swift",
        "SortedDictionary/SortedDictionary+ExpressibleByDictionaryLiteral.swift",
        "SortedDictionary/SortedDictionary+Hashable.swift",
        "SortedDictionary/SortedDictionary+Initializers.swift",
        "SortedDictionary/SortedDictionary+Keys.swift",
        "SortedDictionary/SortedDictionary+Partial RangeReplaceableCollection.swift",
        "SortedDictionary/SortedDictionary+Sendable.swift",
        "SortedDictionary/SortedDictionary+Sequence.swift",
        "SortedDictionary/SortedDictionary+SubSequence.swift",
        "SortedDictionary/SortedDictionary+Subscripts.swift",
        "SortedDictionary/SortedDictionary+Values.swift",
        "SortedDictionary/SortedDictionary.Index.swift",
        "SortedDictionary/SortedDictionary.swift",
        "SortedSet/SortedSet+BidirectionalCollection.swift",
        "SortedSet/SortedSet+Codable.swift",
        "SortedSet/SortedSet+CustomReflectable.swift",
        "SortedSet/SortedSet+CustomStringConvertible.swift",
        "SortedSet/SortedSet+Equatable.swift",
        "SortedSet/SortedSet+ExpressibleByArrayLiteral.swift",
        "SortedSet/SortedSet+Hashable.swift",
        "SortedSet/SortedSet+Initializers.swift",
        "SortedSet/SortedSet+Partial RangeReplaceableCollection.swift",
        "SortedSet/SortedSet+Sendable.swift",
        "SortedSet/SortedSet+Sequence.swift",
        "SortedSet/SortedSet+SetAlgebra.swift",
        "SortedSet/SortedSet+SubSequence.swift",
        "SortedSet/SortedSet+Subscripts.swift",
        "SortedSet/SortedSet.Index.swift",
        "SortedSet/SortedSet.swift",
        "Utilities/Assertions.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RopeModuleTests",
      "module_type" : "SwiftTarget",
      "name" : "RopeModuleTests",
      "path" : "Tests/RopeModuleTests",
      "sources" : [
        "Availability.swift",
        "SampleStrings.swift",
        "TestBigString.swift",
        "TestRope.swift"
      ],
      "target_dependencies" : [
        "_RopeModule",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedCollectionsTests",
      "path" : "Tests/OrderedCollectionsTests",
      "sources" : [
        "HashTable/HashTableTests.swift",
        "OrderedDictionary/OrderedDictionary Tests.swift",
        "OrderedDictionary/OrderedDictionary Utils.swift",
        "OrderedDictionary/OrderedDictionary+Elements Tests.swift",
        "OrderedDictionary/OrderedDictionary+Values Tests.swift",
        "OrderedSet/OrderedSet Diffing Tests.swift",
        "OrderedSet/OrderedSet.UnorderedView Tests.swift",
        "OrderedSet/OrderedSetInternals.swift",
        "OrderedSet/OrderedSetTests.swift",
        "OrderedSet/RandomAccessCollection+Extras.swift"
      ],
      "target_dependencies" : [
        "OrderedCollections",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedCollections",
      "module_type" : "SwiftTarget",
      "name" : "OrderedCollections",
      "path" : "Sources/OrderedCollections",
      "product_memberships" : [
        "OrderedCollections",
        "Collections"
      ],
      "sources" : [
        "HashTable/_HashTable+Bucket.swift",
        "HashTable/_HashTable+BucketIterator.swift",
        "HashTable/_HashTable+Constants.swift",
        "HashTable/_HashTable+CustomStringConvertible.swift",
        "HashTable/_HashTable+Testing.swift",
        "HashTable/_HashTable+UnsafeHandle.swift",
        "HashTable/_HashTable.swift",
        "HashTable/_Hashtable+Header.swift",
        "OrderedDictionary/OrderedDictionary+Codable.swift",
        "OrderedDictionary/OrderedDictionary+CustomReflectable.swift",
        "OrderedDictionary/OrderedDictionary+Deprecations.swift",
        "OrderedDictionary/OrderedDictionary+Descriptions.swift",
        "OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift",
        "OrderedDictionary/OrderedDictionary+Elements.swift",
        "OrderedDictionary/OrderedDictionary+Equatable.swift",
        "OrderedDictionary/OrderedDictionary+ExpressibleByDictionaryLiteral.swift",
        "OrderedDictionary/OrderedDictionary+Hashable.swift",
        "OrderedDictionary/OrderedDictionary+Initializers.swift",
        "OrderedDictionary/OrderedDictionary+Invariants.swift",
        "OrderedDictionary/OrderedDictionary+Partial MutableCollection.swift",
        "OrderedDictionary/OrderedDictionary+Partial RangeReplaceableCollection.swift",
        "OrderedDictionary/OrderedDictionary+Sendable.swift",
        "OrderedDictionary/OrderedDictionary+Sequence.swift",
        "OrderedDictionary/OrderedDictionary+Values.swift",
        "OrderedDictionary/OrderedDictionary.swift",
        "OrderedSet/OrderedSet+Codable.swift",
        "OrderedSet/OrderedSet+CustomReflectable.swift",
        "OrderedSet/OrderedSet+Descriptions.swift",
        "OrderedSet/OrderedSet+Diffing.swift",
        "OrderedSet/OrderedSet+Equatable.swift",
        "OrderedSet/OrderedSet+ExpressibleByArrayLiteral.swift",
        "OrderedSet/OrderedSet+Hashable.swift",
        "OrderedSet/OrderedSet+Initializers.swift",
        "OrderedSet/OrderedSet+Insertions.swift",
        "OrderedSet/OrderedSet+Invariants.swift",
        "OrderedSet/OrderedSet+Partial MutableCollection.swift",
        "OrderedSet/OrderedSet+Partial RangeReplaceableCollection.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra formIntersection.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra formSymmetricDifference.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra formUnion.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra intersection.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isDisjoint.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isEqualSet.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isStrictSubset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isStrictSuperset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isSubset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra isSuperset.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra subtract.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra subtracting.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra symmetricDifference.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra union.swift",
        "OrderedSet/OrderedSet+Partial SetAlgebra+Basics.swift",
        "OrderedSet/OrderedSet+RandomAccessCollection.swift",
        "OrderedSet/OrderedSet+ReserveCapacity.swift",
        "OrderedSet/OrderedSet+Sendable.swift",
        "OrderedSet/OrderedSet+SubSequence.swift",
        "OrderedSet/OrderedSet+Testing.swift",
        "OrderedSet/OrderedSet+UnorderedView.swift",
        "OrderedSet/OrderedSet+UnstableInternals.swift",
        "OrderedSet/OrderedSet.swift",
        "Utilities/_UnsafeBitset.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InternalCollectionsUtilities",
      "module_type" : "SwiftTarget",
      "name" : "InternalCollectionsUtilities",
      "path" : "Sources/InternalCollectionsUtilities",
      "product_memberships" : [
        "BitCollections",
        "DequeModule",
        "HashTreeCollections",
        "HeapModule",
        "OrderedCollections",
        "_RopeModule",
        "SortedCollections",
        "Collections"
      ],
      "sources" : [
        "Compatibility/autogenerated/UnsafeMutableBufferPointer+SE-0370.swift",
        "Compatibility/autogenerated/UnsafeMutablePointer+SE-0370.swift",
        "Compatibility/autogenerated/UnsafeRawPointer extensions.swift",
        "IntegerTricks/autogenerated/FixedWidthInteger+roundUpToPowerOfTwo.swift",
        "IntegerTricks/autogenerated/Integer rank.swift",
        "IntegerTricks/autogenerated/UInt+first and last set bit.swift",
        "IntegerTricks/autogenerated/UInt+reversed.swift",
        "UnsafeBitSet/autogenerated/_UnsafeBitSet+Index.swift",
        "UnsafeBitSet/autogenerated/_UnsafeBitSet+_Word.swift",
        "UnsafeBitSet/autogenerated/_UnsafeBitSet.swift",
        "_SortedCollection.swift",
        "_UniqueCollection.swift",
        "autogenerated/Debugging.swift",
        "autogenerated/Descriptions.swift",
        "autogenerated/RandomAccessCollection+Offsets.swift",
        "autogenerated/Specialize.swift",
        "autogenerated/UnsafeBufferPointer+Extras.swift",
        "autogenerated/UnsafeMutableBufferPointer+Extras.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HeapTests",
      "module_type" : "SwiftTarget",
      "name" : "HeapTests",
      "path" : "Tests/HeapTests",
      "sources" : [
        "HeapNodeTests.swift",
        "HeapTests.swift"
      ],
      "target_dependencies" : [
        "HeapModule",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HeapModule",
      "module_type" : "SwiftTarget",
      "name" : "HeapModule",
      "path" : "Sources/HeapModule",
      "product_memberships" : [
        "HeapModule",
        "Collections"
      ],
      "sources" : [
        "Heap+Descriptions.swift",
        "Heap+ExpressibleByArrayLiteral.swift",
        "Heap+Invariants.swift",
        "Heap+UnsafeHandle.swift",
        "Heap.swift",
        "_HeapNode.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HashTreeCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "HashTreeCollectionsTests",
      "path" : "Tests/HashTreeCollectionsTests",
      "sources" : [
        "Colliders.swift",
        "Hash.swift",
        "TreeDictionary Smoke Tests.swift",
        "TreeDictionary Tests.swift",
        "TreeDictionary.Keys Tests.swift",
        "TreeDictionary.Values Tests.swift",
        "TreeHashedCollections Fixtures.swift",
        "TreeSet Tests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "HashTreeCollections",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HashTreeCollections",
      "module_type" : "SwiftTarget",
      "name" : "HashTreeCollections",
      "path" : "Sources/HashTreeCollections",
      "product_memberships" : [
        "HashTreeCollections",
        "Collections"
      ],
      "sources" : [
        "HashNode/_AncestorHashSlots.swift",
        "HashNode/_Bitmap.swift",
        "HashNode/_Bucket.swift",
        "HashNode/_Hash.swift",
        "HashNode/_HashLevel.swift",
        "HashNode/_HashNode+Builder.swift",
        "HashNode/_HashNode+Debugging.swift",
        "HashNode/_HashNode+Initializers.swift",
        "HashNode/_HashNode+Invariants.swift",
        "HashNode/_HashNode+Lookups.swift",
        "HashNode/_HashNode+Primitive Insertions.swift",
        "HashNode/_HashNode+Primitive Removals.swift",
        "HashNode/_HashNode+Primitive Replacement.swift",
        "HashNode/_HashNode+Storage.swift",
        "HashNode/_HashNode+Structural compactMapValues.swift",
        "HashNode/_HashNode+Structural filter.swift",
        "HashNode/_HashNode+Structural intersection.swift",
        "HashNode/_HashNode+Structural isDisjoint.swift",
        "HashNode/_HashNode+Structural isEqualSet.swift",
        "HashNode/_HashNode+Structural isSubset.swift",
        "HashNode/_HashNode+Structural mapValues.swift",
        "HashNode/_HashNode+Structural merge.swift",
        "HashNode/_HashNode+Structural subtracting.swift",
        "HashNode/_HashNode+Structural symmetricDifference.swift",
        "HashNode/_HashNode+Structural union.swift",
        "HashNode/_HashNode+Subtree Insertions.swift",
        "HashNode/_HashNode+Subtree Modify.swift",
        "HashNode/_HashNode+Subtree Removals.swift",
        "HashNode/_HashNode+UnsafeHandle.swift",
        "HashNode/_HashNode.swift",
        "HashNode/_HashNodeHeader.swift",
        "HashNode/_HashSlot.swift",
        "HashNode/_HashStack.swift",
        "HashNode/_HashTreeIterator.swift",
        "HashNode/_HashTreeStatistics.swift",
        "HashNode/_RawHashNode+UnsafeHandle.swift",
        "HashNode/_RawHashNode.swift",
        "HashNode/_UnmanagedHashNode.swift",
        "HashNode/_UnsafePath.swift",
        "TreeDictionary/TreeDictionary+Codable.swift",
        "TreeDictionary/TreeDictionary+Collection.swift",
        "TreeDictionary/TreeDictionary+CustomReflectable.swift",
        "TreeDictionary/TreeDictionary+Debugging.swift",
        "TreeDictionary/TreeDictionary+Descriptions.swift",
        "TreeDictionary/TreeDictionary+Equatable.swift",
        "TreeDictionary/TreeDictionary+ExpressibleByDictionaryLiteral.swift",
        "TreeDictionary/TreeDictionary+Filter.swift",
        "TreeDictionary/TreeDictionary+Hashable.swift",
        "TreeDictionary/TreeDictionary+Initializers.swift",
        "TreeDictionary/TreeDictionary+Keys.swift",
        "TreeDictionary/TreeDictionary+MapValues.swift",
        "TreeDictionary/TreeDictionary+Merge.swift",
        "TreeDictionary/TreeDictionary+Sendable.swift",
        "TreeDictionary/TreeDictionary+Sequence.swift",
        "TreeDictionary/TreeDictionary+Values.swift",
        "TreeDictionary/TreeDictionary.swift",
        "TreeSet/TreeSet+Codable.swift",
        "TreeSet/TreeSet+Collection.swift",
        "TreeSet/TreeSet+CustomReflectable.swift",
        "TreeSet/TreeSet+Debugging.swift",
        "TreeSet/TreeSet+Descriptions.swift",
        "TreeSet/TreeSet+Equatable.swift",
        "TreeSet/TreeSet+ExpressibleByArrayLiteral.swift",
        "TreeSet/TreeSet+Extras.swift",
        "TreeSet/TreeSet+Filter.swift",
        "TreeSet/TreeSet+Hashable.swift",
        "TreeSet/TreeSet+Sendable.swift",
        "TreeSet/TreeSet+Sequence.swift",
        "TreeSet/TreeSet+SetAlgebra Initializers.swift",
        "TreeSet/TreeSet+SetAlgebra basics.swift",
        "TreeSet/TreeSet+SetAlgebra formIntersection.swift",
        "TreeSet/TreeSet+SetAlgebra formSymmetricDifference.swift",
        "TreeSet/TreeSet+SetAlgebra formUnion.swift",
        "TreeSet/TreeSet+SetAlgebra intersection.swift",
        "TreeSet/TreeSet+SetAlgebra isDisjoint.swift",
        "TreeSet/TreeSet+SetAlgebra isEqualSet.swift",
        "TreeSet/TreeSet+SetAlgebra isStrictSubset.swift",
        "TreeSet/TreeSet+SetAlgebra isStrictSuperset.swift",
        "TreeSet/TreeSet+SetAlgebra isSubset.swift",
        "TreeSet/TreeSet+SetAlgebra isSuperset.swift",
        "TreeSet/TreeSet+SetAlgebra subtract.swift",
        "TreeSet/TreeSet+SetAlgebra subtracting.swift",
        "TreeSet/TreeSet+SetAlgebra symmetricDifference.swift",
        "TreeSet/TreeSet+SetAlgebra union.swift",
        "TreeSet/TreeSet.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DequeTests",
      "module_type" : "SwiftTarget",
      "name" : "DequeTests",
      "path" : "Tests/DequeTests",
      "sources" : [
        "DequeInternals.swift",
        "DequeTests.swift",
        "MutableCollectionTests.swift",
        "RangeReplaceableCollectionTests.swift"
      ],
      "target_dependencies" : [
        "DequeModule",
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DequeModule",
      "module_type" : "SwiftTarget",
      "name" : "DequeModule",
      "path" : "Sources/DequeModule",
      "product_memberships" : [
        "DequeModule",
        "Collections"
      ],
      "sources" : [
        "Deque+Codable.swift",
        "Deque+Collection.swift",
        "Deque+CustomReflectable.swift",
        "Deque+Descriptions.swift",
        "Deque+Equatable.swift",
        "Deque+ExpressibleByArrayLiteral.swift",
        "Deque+Extras.swift",
        "Deque+Hashable.swift",
        "Deque+Sendable.swift",
        "Deque+Testing.swift",
        "Deque._Storage.swift",
        "Deque._UnsafeHandle.swift",
        "Deque.swift",
        "_DequeBuffer.swift",
        "_DequeBufferHeader.swift",
        "_DequeSlot.swift",
        "_UnsafeWrappedBuffer.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CollectionsTestSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionsTestSupportTests",
      "path" : "Tests/CollectionsTestSupportTests",
      "sources" : [
        "CombinatoricsChecks.swift",
        "IndexRangeCollectionTests.swift",
        "MinimalTypeConformances.swift",
        "UtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "_CollectionsTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Collections",
      "module_type" : "SwiftTarget",
      "name" : "Collections",
      "path" : "Sources/Collections",
      "product_memberships" : [
        "Collections"
      ],
      "sources" : [
        "Collections.swift"
      ],
      "target_dependencies" : [
        "BitCollections",
        "DequeModule",
        "HashTreeCollections",
        "HeapModule",
        "OrderedCollections",
        "_RopeModule",
        "SortedCollections"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BitCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "BitCollectionsTests",
      "path" : "Tests/BitCollectionsTests",
      "sources" : [
        "BitArrayTests.swift",
        "BitSet.Counted Tests.swift",
        "BitSetTests.swift"
      ],
      "target_dependencies" : [
        "BitCollections",
        "_CollectionsTestSupport",
        "OrderedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BitCollections",
      "module_type" : "SwiftTarget",
      "name" : "BitCollections",
      "path" : "Sources/BitCollections",
      "product_memberships" : [
        "BitCollections",
        "Collections"
      ],
      "sources" : [
        "BitArray/BitArray+BitwiseOperations.swift",
        "BitArray/BitArray+ChunkedBitsIterators.swift",
        "BitArray/BitArray+Codable.swift",
        "BitArray/BitArray+Collection.swift",
        "BitArray/BitArray+Copy.swift",
        "BitArray/BitArray+CustomReflectable.swift",
        "BitArray/BitArray+Descriptions.swift",
        "BitArray/BitArray+Equatable.swift",
        "BitArray/BitArray+ExpressibleByArrayLiteral.swift",
        "BitArray/BitArray+ExpressibleByStringLiteral.swift",
        "BitArray/BitArray+Extras.swift",
        "BitArray/BitArray+Fill.swift",
        "BitArray/BitArray+Hashable.swift",
        "BitArray/BitArray+Initializers.swift",
        "BitArray/BitArray+Invariants.swift",
        "BitArray/BitArray+LosslessStringConvertible.swift",
        "BitArray/BitArray+RandomBits.swift",
        "BitArray/BitArray+RangeReplaceableCollection.swift",
        "BitArray/BitArray+Shifts.swift",
        "BitArray/BitArray+Testing.swift",
        "BitArray/BitArray._UnsafeHandle.swift",
        "BitArray/BitArray.swift",
        "BitSet/BitSet+BidirectionalCollection.swift",
        "BitSet/BitSet+Codable.swift",
        "BitSet/BitSet+CustomDebugStringConvertible.swift",
        "BitSet/BitSet+CustomReflectable.swift",
        "BitSet/BitSet+CustomStringConvertible.swift",
        "BitSet/BitSet+Equatable.swift",
        "BitSet/BitSet+ExpressibleByArrayLiteral.swift",
        "BitSet/BitSet+Extras.swift",
        "BitSet/BitSet+Hashable.swift",
        "BitSet/BitSet+Initializers.swift",
        "BitSet/BitSet+Invariants.swift",
        "BitSet/BitSet+Random.swift",
        "BitSet/BitSet+SetAlgebra basics.swift",
        "BitSet/BitSet+SetAlgebra conformance.swift",
        "BitSet/BitSet+SetAlgebra formIntersection.swift",
        "BitSet/BitSet+SetAlgebra formSymmetricDifference.swift",
        "BitSet/BitSet+SetAlgebra formUnion.swift",
        "BitSet/BitSet+SetAlgebra intersection.swift",
        "BitSet/BitSet+SetAlgebra isDisjoint.swift",
        "BitSet/BitSet+SetAlgebra isEqualSet.swift",
        "BitSet/BitSet+SetAlgebra isStrictSubset.swift",
        "BitSet/BitSet+SetAlgebra isStrictSuperset.swift",
        "BitSet/BitSet+SetAlgebra isSubset.swift",
        "BitSet/BitSet+SetAlgebra isSuperset.swift",
        "BitSet/BitSet+SetAlgebra subtract.swift",
        "BitSet/BitSet+SetAlgebra subtracting.swift",
        "BitSet/BitSet+SetAlgebra symmetricDifference.swift",
        "BitSet/BitSet+SetAlgebra union.swift",
        "BitSet/BitSet+Sorted Collection APIs.swift",
        "BitSet/BitSet.Counted.swift",
        "BitSet/BitSet.Index.swift",
        "BitSet/BitSet._UnsafeHandle.swift",
        "BitSet/BitSet.swift",
        "Shared/Range+Utilities.swift",
        "Shared/Slice+Utilities.swift",
        "Shared/UInt+Tricks.swift",
        "Shared/_Word.swift"
      ],
      "target_dependencies" : [
        "InternalCollectionsUtilities"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/shaftui/swift-collections/1.3.0
Repository:               ShaftUI/swift-collections
Swift version used:       6.0
Target:                   Collections
Extracting symbol information for 'Collections'...
Finished extracting symbol information for 'Collections'. (4.03s)
Building documentation for 'Collections'...
warning: 'BitSet' doesn't exist at '/Collections'
  --> Collections.md:19:5-19:11
17 | ### Bit Collections
18 |
19 + - ``BitSet``
20 | - ``BitArray``
21 |
warning: 'BitArray' doesn't exist at '/Collections'
  --> Collections.md:20:5-20:13
18 |
19 | - ``BitSet``
20 + - ``BitArray``
21 |
22 | ### Deque Module
warning: 'Deque' doesn't exist at '/Collections'
  --> Collections.md:24:5-24:10
22 | ### Deque Module
23 |
24 + - ``Deque``
   |     ╰─suggestion: Replace 'Deque' with 'Deque-Module'
25 |
26 | ### Heap Module
warning: 'Heap' doesn't exist at '/Collections'
  --> Collections.md:28:5-28:9
26 | ### Heap Module
27 |
28 + - ``Heap``
   |     ╰─suggestion: Replace 'Heap' with 'Heap-Module'
29 |
30 | ### Ordered Collections
warning: 'OrderedSet' doesn't exist at '/Collections'
  --> Collections.md:32:5-32:15
30 | ### Ordered Collections
31 |
32 + - ``OrderedSet``
   |     ╰─suggestion: Replace 'OrderedSet' with 'Ordered-Collections'
33 | - ``OrderedDictionary``
34 |
warning: 'OrderedDictionary' doesn't exist at '/Collections'
  --> Collections.md:33:5-33:22
31 |
32 | - ``OrderedSet``
33 + - ``OrderedDictionary``
   |     ╰─suggestion: Replace 'OrderedDictionary' with 'Ordered-Collections'
34 |
35 | ### Persistent Hashed Collections
warning: 'TreeSet' doesn't exist at '/Collections'
  --> Collections.md:37:5-37:12
35 | ### Persistent Hashed Collections
36 |
37 + - ``TreeSet``
38 | - ``TreeDictionary``
warning: 'TreeDictionary' doesn't exist at '/Collections'
  --> Collections.md:38:5-38:19
36 |
37 | - ``TreeSet``
38 + - ``TreeDictionary``
warning: No symbol matched 'Collections/BitArray'. 'BitArray' doesn't exist at '/Collections'.
 --> Extensions/BitArray.md:1:3-1:27
1 + # ``Collections/BitArray``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/BitSet/Counted-swift.struct'. 'BitSet' doesn't exist at '/Collections'.
 --> Extensions/BitSet.Counted.md:1:3-1:46
1 + # ``Collections/BitSet/Counted-swift.struct``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/BitSet'. 'BitSet' doesn't exist at '/Collections'.
 --> Extensions/BitSet.md:1:3-1:25
1 + # ``Collections/BitSet``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/Deque'. 'Deque' doesn't exist at '/Collections'.
 --> Extensions/Deque.md:1:3-1:24
1 + # ``Collections/Deque``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/Heap'. 'Heap' doesn't exist at '/Collections'.
 --> Extensions/Heap.md:1:3-1:23
1 + # ``Collections/Heap``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/OrderedDictionary/Elements-swift.struct'. 'OrderedDictionary' doesn't exist at '/Collections'.
 --> Extensions/OrderedDictionary.Elements.md:1:3-1:58
1 + # ``Collections/OrderedDictionary/Elements-swift.struct``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/OrderedDictionary/Values-swift.struct'. 'OrderedDictionary' doesn't exist at '/Collections'.
 --> Extensions/OrderedDictionary.Values.md:1:3-1:56
1 + # ``Collections/OrderedDictionary/Values-swift.struct``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/OrderedDictionary'. 'OrderedDictionary' doesn't exist at '/Collections'.
 --> Extensions/OrderedDictionary.md:1:3-1:36
1 + # ``Collections/OrderedDictionary``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/OrderedSet/UnorderedView'. 'OrderedSet' doesn't exist at '/Collections'.
 --> Extensions/OrderedSet.UnorderedView.md:1:3-1:43
1 + # ``Collections/OrderedSet/UnorderedView``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/OrderedSet'. 'OrderedSet' doesn't exist at '/Collections'.
 --> Extensions/OrderedSet.md:1:3-1:29
1 + # ``Collections/OrderedSet``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/TreeDictionary'. 'TreeDictionary' doesn't exist at '/Collections'.
 --> Extensions/TreeDictionary.md:1:3-1:33
1 + # ``Collections/TreeDictionary``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->
warning: No symbol matched 'Collections/TreeSet'. 'TreeSet' doesn't exist at '/Collections'.
 --> Extensions/TreeSet.md:1:3-1:26
1 + # ``Collections/TreeSet``
2 |
3 | <!-- DO NOT EDIT THIS FILE; IT'S AUTOMATICALLY GENERATED -->Finished building documentation for 'Collections' (0.37s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3282] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Identifier.swift
[12/57] Compiling SymbolKit KindIdentifier.swift
[13/57] Compiling SymbolKit Location.swift
[14/57] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[30/57] Compiling SymbolKit UnifiedSymbol.swift
[31/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[32/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit SourceOrigin.swift
[41/57] Compiling SymbolKit GenericConstraints.swift
[42/57] Compiling SymbolKit Swift.swift
[43/57] Compiling SymbolKit SourceRange.swift
[44/57] Compiling SymbolKit Metadata.swift
[45/57] Compiling SymbolKit Module.swift
[46/57] Compiling SymbolKit OperatingSystem.swift
[47/57] Compiling SymbolKit Platform.swift
[48/57] Compiling SymbolKit Symbol.swift
[49/57] Compiling SymbolKit SymbolKind.swift
[50/57] Compiling SymbolKit SymbolGraph.swift
[51/57] Compiling SymbolKit GraphCollector.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.23s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/19] Compiling InternalCollectionsUtilities Debugging.swift
[3/19] Compiling InternalCollectionsUtilities Descriptions.swift
[4/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/19] Compiling InternalCollectionsUtilities Specialize.swift
[7/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/20] Compiling InternalCollectionsUtilities Integer rank.swift
[11/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/20] Emitting module InternalCollectionsUtilities
[15/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[16/20] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[18/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[19/20] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/20] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/227] Compiling _RopeModule BigString+Debugging.swift
[22/227] Compiling _RopeModule BigString+Index.swift
[23/355] Compiling DequeModule _DequeSlot.swift
[24/355] Compiling DequeModule _DequeBufferHeader.swift
[25/355] Compiling HeapModule Heap.swift
[26/355] Compiling HeapModule _HeapNode.swift
[27/355] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[28/355] Compiling HashTreeCollections _HashNode+Storage.swift
[29/355] Compiling HashTreeCollections _HashLevel.swift
[30/355] Compiling HashTreeCollections _HashNode+Builder.swift
[31/355] Compiling HeapModule Heap+UnsafeHandle.swift
[32/355] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[33/355] Compiling HeapModule Heap+Descriptions.swift
[34/355] Compiling HeapModule Heap+Invariants.swift
[35/355] Emitting module HeapModule
[36/355] Compiling HashTreeCollections _HashNode+Structural merge.swift
[37/355] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[38/355] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[39/355] Compiling HashTreeCollections _HashNode+Structural union.swift
[40/355] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[41/355] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[42/361] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/361] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[49/361] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[50/361] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[51/361] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[52/361] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[53/361] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[54/361] Compiling HashTreeCollections TreeDictionary+Filter.swift
[60/366] Compiling BitCollections BitSet.swift
[61/366] Compiling HashTreeCollections _RawHashNode.swift
[62/366] Compiling HashTreeCollections _UnmanagedHashNode.swift
[63/366] Compiling HashTreeCollections _UnsafePath.swift
[64/366] Compiling HashTreeCollections TreeDictionary+Codable.swift
[65/366] Compiling HashTreeCollections TreeDictionary+Collection.swift
[67/366] Compiling HashTreeCollections TreeSet+Equatable.swift
[68/366] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[69/366] Compiling HashTreeCollections TreeSet+Extras.swift
[70/366] Compiling HashTreeCollections TreeSet+Filter.swift
[71/366] Compiling HashTreeCollections TreeSet+Hashable.swift
[72/366] Compiling HashTreeCollections TreeSet+Sendable.swift
[73/366] Compiling HashTreeCollections TreeSet+Sequence.swift
[74/366] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[75/374] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[76/374] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[85/379] Compiling HashTreeCollections _AncestorHashSlots.swift
[86/379] Compiling HashTreeCollections _Bitmap.swift
[87/379] Compiling HashTreeCollections _Bucket.swift
[88/379] Compiling HashTreeCollections _Hash.swift
[92/379] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[93/379] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[94/379] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[95/379] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[96/379] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[97/379] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[98/379] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[99/379] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[103/379] Compiling HashTreeCollections _HashNode+Invariants.swift
[104/379] Compiling HashTreeCollections _HashNode+Lookups.swift
[105/379] Compiling HashTreeCollections _HashNode+Debugging.swift
[106/379] Compiling HashTreeCollections _HashNode+Initializers.swift
[107/379] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[108/379] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[109/379] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[110/379] Compiling HashTreeCollections TreeDictionary+Values.swift
[111/379] Compiling HashTreeCollections TreeDictionary.swift
[112/379] Compiling HashTreeCollections TreeSet+Codable.swift
[113/379] Compiling HashTreeCollections TreeSet+Collection.swift
[114/379] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[115/379] Compiling HashTreeCollections TreeSet+Debugging.swift
[116/379] Compiling HashTreeCollections TreeSet+Descriptions.swift
[132/379] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[133/379] Compiling HashTreeCollections _HashNode+Structural filter.swift
[134/379] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[135/379] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[167/379] Compiling SortedCollections Assertions.swift
[168/379] Compiling BitCollections Range+Utilities.swift
[169/379] Compiling BitCollections Slice+Utilities.swift
[170/379] Compiling BitCollections UInt+Tricks.swift
[171/379] Compiling BitCollections _Word.swift
[194/379] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[195/379] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[196/379] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[197/379] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[198/379] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[199/379] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[200/379] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[201/379] Compiling HashTreeCollections TreeSet.swift
[202/379] Emitting module BitCollections
[209/379] Compiling SortedCollections SortedSet+SubSequence.swift
[210/379] Compiling SortedCollections SortedSet+Subscripts.swift
[211/379] Compiling SortedCollections SortedSet.Index.swift
[212/379] Compiling SortedCollections SortedSet.swift
[214/379] Emitting module DequeModule
[246/386] Compiling OrderedCollections OrderedSet.swift
[247/386] Compiling OrderedCollections _UnsafeBitset.swift
[248/386] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[249/386] Compiling HashTreeCollections _HashNode.swift
[250/386] Compiling HashTreeCollections _HashNodeHeader.swift
[251/386] Compiling HashTreeCollections _HashSlot.swift
[252/386] Compiling HashTreeCollections _HashStack.swift
[253/386] Compiling HashTreeCollections _HashTreeIterator.swift
[254/386] Compiling HashTreeCollections _HashTreeStatistics.swift
[255/386] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[353/386] Emitting module OrderedCollections
[354/386] Compiling _RopeModule Rope+Remove.swift
[355/386] Compiling _RopeModule Rope+RemoveSubrange.swift
[356/386] Compiling _RopeModule Rope+Split.swift
[357/386] Compiling _RopeModule Optional Utilities.swift
[358/386] Compiling _RopeModule String Utilities.swift
[359/386] Compiling _RopeModule String.Index+ABI.swift
[360/386] Compiling _RopeModule _CharacterRecognizer.swift
[384/386] Emitting module _RopeModule
[385/386] Emitting module SortedCollections
[386/386] Emitting module HashTreeCollections
[387/388] Compiling Collections Collections.swift
[388/388] Emitting module Collections
Build of target: 'Collections' complete! (3.92s)
Target:                   BitCollections
Extracting symbol information for 'BitCollections'...
Finished extracting symbol information for 'BitCollections'. (0.36s)
Building documentation for 'BitCollections'...
warning: Parameter 'lhs' not found in operator declaration
  --> ../BitArray/BitArray+Equatable.swift:18:7-18:43
16 |   /// `a == b` implies that `a != b` is `false`.
17 |   ///
18 +   /// - Parameter lhs: A value to compare.
   |       ╰─suggestion: Remove 'lhs' parameter documentation
19 |   /// - Parameter rhs: Another value to compare.
20 |   /// - Complexity: O(left.count)
warning: Parameter 'rhs' not found in operator declaration
  --> ../BitArray/BitArray+Equatable.swift:19:7-19:49
17 |   ///
18 |   /// - Parameter lhs: A value to compare.
19 +   /// - Parameter rhs: Another value to compare.
   |       ╰─suggestion: Remove 'rhs' parameter documentation
20 |   /// - Complexity: O(left.count)
21 |   public static func ==(left: Self, right: Self) -> Bool {
warning: Parameter 'right' is missing documentation
  --> ../BitArray/BitArray+Equatable.swift:19:49-19:49
17 |   ///
18 |   /// - Parameter lhs: A value to compare.
19 +   /// - Parameter rhs: Another value to compare.
   |                                                 ╰─suggestion: Document 'right' parameter
20 |   /// - Complexity: O(left.count)
21 |   public static func ==(left: Self, right: Self) -> Bool {
warning: Parameter 'left' is missing documentation
  --> ../BitArray/BitArray+Equatable.swift:19:49-19:49
17 |   ///
18 |   /// - Parameter lhs: A value to compare.
19 +   /// - Parameter rhs: Another value to compare.
   |                                                 ╰─suggestion: Document 'left' parameter
20 |   /// - Complexity: O(left.count)
21 |   public static func ==(left: Self, right: Self) -> Bool {
warning: Parameter 'i' not found in instance method declaration
   --> ../BitSet/BitSet+BidirectionalCollection.swift:209:9-209:46
207 |   ///
208 |   /// - Parameters:
209 +   ///   - i: A valid index of the collection.
    |         ╰─suggestion: Remove 'i' parameter documentation
210 |   ///   - distance: The distance to offset `i`.
211 |   /// - Returns: An index offset by `distance` from the index `i`. If
warning: Parameter 'index' is missing documentation
   --> ../BitSet/BitSet+BidirectionalCollection.swift:210:48-210:48
208 |   /// - Parameters:
209 |   ///   - i: A valid index of the collection.
210 +   ///   - distance: The distance to offset `i`.
    |         ╰─suggestion: Document 'index' parameter
211 |   /// - Returns: An index offset by `distance` from the index `i`. If
212 |   ///   `distance` is positive, this is the same value as the result of
warning: Parameter 'i' not found in instance method declaration
   --> ../BitSet/BitSet+Extras.swift:152:7-155:7
150 |   /// Removes and returns the element at the specified position.
151 |   ///
152 +   /// - Parameter i: The position of the element to remove. `index` must be
    |       ╰─suggestion: Remove 'i' parameter documentation
153 +   ///   a valid index of the collection that is not equal to the collection's
154 +   ///   end index.
155 +   ///
156 |   /// - Returns: The removed element.
157 |   ///
warning: Parameter 'index' is missing documentation
   --> ../BitSet/BitSet+Extras.swift:155:7-155:7
153 |   ///   a valid index of the collection that is not equal to the collection's
154 |   ///   end index.
155 +   ///
    |       ╰─suggestion: Document 'index' parameter
156 |   /// - Returns: The removed element.
157 |   ///
warning: Parameter 'element' not found in instance method declaration
  --> ../BitSet/BitSet+SetAlgebra basics.swift:29:7-30:7
27 |   /// in the set.
28 |   ///
29 +   /// - Parameter element: An element to look for in the set.
   |       ╰─suggestion: Remove 'element' parameter documentation
30 +   ///
31 |   /// - Returns: `true` if `member` exists in the set; otherwise, `false`.
32 |   ///
warning: Parameter 'member' is missing documentation
  --> ../BitSet/BitSet+SetAlgebra basics.swift:30:7-30:7
28 |   ///
29 |   /// - Parameter element: An element to look for in the set.
30 +   ///
   |       ╰─suggestion: Document 'member' parameter
31 |   /// - Returns: `true` if `member` exists in the set; otherwise, `false`.
32 |   ///
warning: Return value documented for instance method returning void
  --> ../BitSet/BitSet+SetAlgebra subtract.swift:60:7-61:7
58 |   /// - Parameter other: A range of arbitrary integers.
59 |   ///
60 +   /// - Returns: A new set.
   |       ╰─suggestion: Remove return value documentation
61 +   ///
62 |   /// - Complexity: O(*max*), where *max* is the largest item in self.
63 |   public mutating func subtract(_ other: Range<Int>) {
warning: Return value documented for instance method returning void
   --> ../BitSet/BitSet.Counted.swift:861:7-862:7
859 |   /// - Parameter other: A range of arbitrary integers.
860 |   ///
861 +   /// - Returns: A new set.
    |       ╰─suggestion: Remove return value documentation
862 +   ///
863 |   /// - Complexity: O(*max*), where *max* is the largest item in self.
864 |   public mutating func subtract(_ other: Range<Int>) {Finished building documentation for 'BitCollections' (0.40s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'BitCollections' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/linkable-paths.json
Target:                   DequeModule
Extracting symbol information for 'DequeModule'...
Finished extracting symbol information for 'DequeModule'. (0.34s)
Building documentation for 'DequeModule'...
warning: Parameter 'distance' is missing documentation
   --> ../Deque+Collection.swift:275:41-275:41
273 |   ///
274 |   /// - Parameters:
275 +   ///   - i: A valid index of the deque.
    |                                         ╰─suggestion: Document 'distance' parameter
276 |   ///   - `distance`: The distance by which to offset `i`.
277 |   ///
warning: External name 'unsafeUninitializedCapacity' used to document parameter
  --> ../Deque+Extras.swift:32:11-32:38
30 |   ///
31 |   /// - Parameters:
32 +   ///   - unsafeUninitializedCapacity: The number of elements to allocate
   |           ╰─suggestion: Replace 'unsafeUninitializedCapacity' with 'capacity'
33 |   ///     space for in the new deque.
34 |   ///   - initializer: A closure that initializes elements and sets the countFinished building documentation for 'DequeModule' (0.15s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'DequeModule' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/linkable-paths.json
Target:                   HashTreeCollections
Extracting symbol information for 'HashTreeCollections'...
Finished extracting symbol information for 'HashTreeCollections'. (0.35s)
Building documentation for 'HashTreeCollections'...
warning: Parameter 'position' not found in instance subscript declaration
   --> ../TreeDictionary/TreeDictionary+Collection.swift:152:7-155:7
150 |   /// Accesses the key-value pair at the specified position.
151 |   ///
152 +   /// - Parameter position: The position of the element to access. `position`
    |       ╰─suggestion: Remove 'position' parameter documentation
153 +   ///    must be a valid index of the collection that is not equal to
154 +   ///    `endIndex`.
155 +   ///
156 |   /// - Complexity: O(1)
157 |   @inlinable
warning: Parameter 'i' is missing documentation
   --> ../TreeDictionary/TreeDictionary+Collection.swift:155:7-155:7
153 |   ///    must be a valid index of the collection that is not equal to
154 |   ///    `endIndex`.
155 +   ///
    |       ╰─suggestion: Document 'i' parameter
156 |   /// - Complexity: O(1)
157 |   @inlinable
warning: Return value documented for initializer returning void
  --> ../TreeDictionary/TreeDictionary+Initializers.swift:71:7-73:7
69 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
70 |   ///
71 +   /// - Returns: A new dictionary initialized with the elements of
   |       ╰─suggestion: Remove return value documentation
72 +   ///   `keysAndValues`.
73 +   ///
74 |   /// - Precondition: The sequence must not have duplicate keys.
75 |   ///
warning: Return value documented for initializer returning void
   --> ../TreeDictionary/TreeDictionary+Initializers.swift:102:7-104:7
100 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
101 |   ///
102 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
103 +   ///   `keysAndValues`.
104 +   ///
105 |   /// - Precondition: The sequence must not have duplicate keys.
106 |   ///
warning: Parameter 'lhs' not found in operator declaration
   --> ../TreeDictionary/TreeDictionary+Keys.swift:298:7-298:43
296 |   /// `a == b` implies that `a != b` is `false`.
297 |   ///
298 +   /// - Parameter lhs: A value to compare.
    |       ╰─suggestion: Remove 'lhs' parameter documentation
299 |   /// - Parameter rhs: Another value to compare.
300 |   ///
warning: Parameter 'rhs' not found in operator declaration
   --> ../TreeDictionary/TreeDictionary+Keys.swift:299:7-300:7
297 |   ///
298 |   /// - Parameter lhs: A value to compare.
299 +   /// - Parameter rhs: Another value to compare.
    |       ╰─suggestion: Remove 'rhs' parameter documentation
300 +   ///
301 |   /// - Complexity: Generally O(`count`), as long as`Element` properly
302 |   ///    implements hashing. That said, the implementation is careful to take
warning: Parameter 'left' is missing documentation
   --> ../TreeDictionary/TreeDictionary+Keys.swift:300:7-300:7
298 |   /// - Parameter lhs: A value to compare.
299 |   /// - Parameter rhs: Another value to compare.
300 +   ///
    |       ╰─suggestion: Document 'left' parameter
301 |   /// - Complexity: Generally O(`count`), as long as`Element` properly
302 |   ///    implements hashing. That said, the implementation is careful to take
warning: Parameter 'right' is missing documentation
   --> ../TreeDictionary/TreeDictionary+Keys.swift:300:7-300:7
298 |   /// - Parameter lhs: A value to compare.
299 |   /// - Parameter rhs: Another value to compare.
300 +   ///
    |       ╰─suggestion: Document 'right' parameter
301 |   /// - Complexity: Generally O(`count`), as long as`Element` properly
302 |   ///    implements hashing. That said, the implementation is careful to take
warning: Parameter 'item' not found in instance method declaration
  --> ../TreeSet/TreeSet+Extras.swift:47:7-49:7
45 |   /// Calling this method invalidates all existing indices of the collection.
46 |   ///
47 +   /// - Parameter item: The new value that should replace the original element.
   |       ╰─suggestion: Remove 'item' parameter documentation
48 +   ///     `item` must compare equal to the original value.
49 +   ///
50 |   /// - Parameter index: The index of the element to be replaced.
51 |   ///
warning: Parameter 'member' is missing documentation
  --> ../TreeSet/TreeSet+Extras.swift:51:7-51:7
49 |   ///
50 |   /// - Parameter index: The index of the element to be replaced.
   |       ╰─suggestion: Document 'member' parameter
51 +   ///
52 |   /// - Returns: The original element that was replaced.
53 |   ///
warning: Parameter 'items' not found in initializer declaration
  --> ../TreeSet/TreeSet+SetAlgebra Initializers.swift:64:19-64:24
62 |   /// dictionary.
63 |   ///
64 +   /// - Parameter items: The elements to use as members of the new set.
   |                   ╰─suggestion: Replace 'items' with 'item'
65 |   ///
66 |   /// - Complexity: O(*items.count*)
warning: Parameter 'item' is missing documentation
  --> ../TreeSet/TreeSet+SetAlgebra Initializers.swift:65:7-65:7
63 |   ///
64 |   /// - Parameter items: The elements to use as members of the new set.
65 +   ///
   |       ╰─suggestion: Document 'item' parameter
66 |   /// - Complexity: O(*items.count*)
67 |   @inlinable
warning: Parameter 'element' not found in instance method declaration
  --> ../TreeSet/TreeSet+SetAlgebra basics.swift:20:7-21:7
18 |   /// in the set.
19 |   ///
20 +   /// - Parameter element: An element to look for in the set.
   |       ╰─suggestion: Remove 'element' parameter documentation
21 +   ///
22 |   /// - Returns: `true` if `element` exists in the set; otherwise, `false`.
23 |   ///
warning: Parameter 'item' is missing documentation
  --> ../TreeSet/TreeSet+SetAlgebra basics.swift:21:7-21:7
19 |   ///
20 |   /// - Parameter element: An element to look for in the set.
21 +   ///
   |       ╰─suggestion: Document 'item' parameter
22 |   /// - Returns: `true` if `element` exists in the set; otherwise, `false`.
23 |   ///Finished building documentation for 'HashTreeCollections' (0.33s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'HashTreeCollections' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/linkable-paths.json
Target:                   HeapModule
Extracting symbol information for 'HeapModule'...
Finished extracting symbol information for 'HeapModule'. (0.30s)
Building documentation for 'HeapModule'...
Finished building documentation for 'HeapModule' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'HeapModule' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/linkable-paths.json
Target:                   OrderedCollections
Extracting symbol information for 'OrderedCollections'...
Finished extracting symbol information for 'OrderedCollections'. (0.38s)
Building documentation for 'OrderedCollections'...
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift:311:7-313:7
309 |   /// Accesses the element at the specified position.
310 |   ///
311 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
312 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
313 +   ///
314 |   /// - Complexity: O(1)
315 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift:313:7-313:7
311 |   /// - Parameter index: The position of the element to access. `index` must be
312 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
313 +   ///
    |       ╰─suggestion: Document 'position' parameter
314 |   /// - Complexity: O(1)
315 |   @inlinable
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedDictionary/OrderedDictionary+Elements.swift:276:7-278:7
274 |   /// Accesses the element at the specified position.
275 |   ///
276 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
277 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
278 +   ///
279 |   /// - Complexity: O(1)
280 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary+Elements.swift:278:7-278:7
276 |   /// - Parameter index: The position of the element to access. `index` must be
277 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
278 +   ///
    |       ╰─suggestion: Document 'position' parameter
279 |   /// - Complexity: O(1)
280 |   @inlinable
warning: External name 'keepingCapacity' used to document parameter
   --> ../OrderedDictionary/OrderedDictionary+Elements.swift:536:19-536:34
534 |   /// Removes all members from the dictionary.
535 |   ///
536 +   /// - Parameter keepingCapacity: If `true`, the dictionary's storage capacity
    |                   ╰─suggestion: Replace 'keepingCapacity' with 'keepCapacity'
537 |   ///   is preserved; if `false`, the underlying storage is released. The
538 |   ///   default is `false`.
warning: Return value documented for initializer returning void
  --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:75:7-77:7
73 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
74 |   ///
75 +   /// - Returns: A new dictionary initialized with the elements of
   |       ╰─suggestion: Remove return value documentation
76 +   ///   `keysAndValues`.
77 +   ///
78 |   /// - Precondition: The sequence must not have duplicate keys.
79 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:114:7-116:7
112 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
113 |   ///
114 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
115 +   ///   `keysAndValues`.
116 +   ///
117 |   /// - Precondition: The sequence must not have duplicate keys.
118 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:148:7-150:7
146 |   /// - Parameter values: A sequence of values associated with items in `keys`.
147 |   ///
148 +   /// - Returns: A new dictionary initialized with the data in
    |       ╰─suggestion: Remove return value documentation
149 +   ///   `keys` and `values`.
150 +   ///
151 |   /// - Precondition: The sequence must not have duplicate keys, and `keys` and
152 |   ///    `values` must contain an equal number of elements.
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:373:7-375:7
371 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
372 |   ///
373 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
374 +   ///   `keysAndValues`.
375 +   ///
376 |   /// - Precondition: The sequence must not have duplicate keys.
377 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:407:7-409:7
405 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
406 |   ///
407 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
408 +   ///   `keysAndValues`.
409 +   ///
410 |   /// - Precondition: The sequence must not have duplicate keys.
411 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:440:7-442:7
438 |   /// - Parameter values: A sequence of values associated with items in `keys`.
439 |   ///
440 +   /// - Returns: A new dictionary initialized with the data in
    |       ╰─suggestion: Remove return value documentation
441 +   ///   `keys` and `values`.
442 +   ///
443 |   /// - Precondition: The sequence must not have duplicate keys, and `keys` and
444 |   ///    `values` must contain an equal number of elements.
warning: External name 'keepingCapacity' used to document parameter
  --> ../OrderedDictionary/OrderedDictionary+Partial RangeReplaceableCollection.swift:40:19-40:34
38 |   /// Removes all members from the dictionary.
39 |   ///
40 +   /// - Parameter keepingCapacity: If `true`, the dictionary's storage capacity
   |                   ╰─suggestion: Replace 'keepingCapacity' with 'keepCapacity'
41 |   ///   is preserved; if `false`, the underlying storage is released. The
42 |   ///   default is `false`.
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedDictionary/OrderedDictionary+Values.swift:297:7-299:7
295 |   /// perform in-place mutations on dictionary values.
296 |   ///
297 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
298 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
299 +   ///
300 |   /// - Complexity: O(1)
301 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary+Values.swift:299:7-299:7
297 |   /// - Parameter index: The position of the element to access. `index` must be
298 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
299 +   ///
    |       ╰─suggestion: Document 'position' parameter
300 |   /// - Complexity: O(1)
301 |   @inlinable
warning: Parameter 'index' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary.swift:723:7-723:7
721 |   ///   - body: A function that performs an in-place mutation on the dictionary
    |         ╰─suggestion: Document 'index' parameter
722 |   ///      value.
723 +   ///
724 |   /// - Returns: The return value of `body`.
725 |   ///
warning: Parameter 'index' is missing documentation
   --> ../OrderedSet/OrderedSet+Insertions.swift:148:7-148:7
146 |   ///
147 |   /// - Parameter item: The element to insert.
148 +   ///
    |       ╰─suggestion: Document 'index' parameter
149 |   /// - Returns: A pair `(inserted, index)`, where `inserted` is a Boolean value
150 |   ///    indicating whether the operation added a new element, and `index` is
warning: External name 'keepingCapacity' used to document parameter
  --> ../OrderedSet/OrderedSet+Partial RangeReplaceableCollection.swift:17:19-17:34
15 |   /// Removes all members from the set.
16 |   ///
17 +   /// - Parameter keepingCapacity: If `true`, the set's storage capacity is
   |                   ╰─suggestion: Replace 'keepingCapacity' with 'keepCapacity'
18 |   ///   preserved; if `false`, the underlying storage is released. The default
19 |   ///   is `false`.
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedSet/OrderedSet+RandomAccessCollection.swift:226:7-228:7
224 |   /// Accesses the element at the specified position.
225 |   ///
226 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
227 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
228 +   ///
229 |   /// - Complexity: O(1)
230 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedSet/OrderedSet+RandomAccessCollection.swift:228:7-228:7
226 |   /// - Parameter index: The position of the element to access. `index` must be
227 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
228 +   ///
    |       ╰─suggestion: Document 'position' parameter
229 |   /// - Complexity: O(1)
230 |   @inlinable
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedSet/OrderedSet+SubSequence.swift:288:7-290:7
286 |   /// Accesses the element at the specified position.
287 |   ///
288 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
289 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
290 +   ///
291 |   /// - Complexity: O(1)
292 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedSet/OrderedSet+SubSequence.swift:290:7-290:7
288 |   /// - Parameter index: The position of the element to access. `index` must be
289 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
290 +   ///
    |       ╰─suggestion: Document 'position' parameter
291 |   /// - Complexity: O(1)
292 |   @inlinableFinished building documentation for 'OrderedCollections' (0.53s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.23s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'OrderedCollections' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/shaftui/swift-collections/1.3.0/linkable-paths.json
    4276
39	/Users/admin/builder/spi-builder-workspace/.docs/shaftui/swift-collections/1.3.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/shaftui/swift-collections/1.3.0
File count: 4276
Doc size:   39.0MB
Preparing doc bundle ...
Uploading prod-shaftui-swift-collections-1.3.0-d33a88cd.zip to s3://spi-docs-inbox/prod-shaftui-swift-collections-1.3.0-d33a88cd.zip
Copying... [10%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.