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 main (d80037), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 09:20:40 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GoodHatsLLC/swift-collections-v1_1-fork
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d800378 Merge pull request #291 from lorentey/rope-fix-find-at-end
Cloned https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
Revision (git rev-parse @):
d8003787efafa82f9805594bc51100be29ac6903
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git at main
========================================
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-v1_1-fork",
      "name": "swift-collections",
      "url": "https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections-v1_1-fork",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
[1/8899] Fetching swift-collections-v1_1-fork
Fetched https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git from cache (1.65s)
Creating working copy for https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
Working copy of https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git resolved at main (d800378)
warning: '.resolve-product-dependencies': dependency 'swift-collections-v1_1-fork' 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/GoodHatsLLC/swift-collections-v1_1-fork.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" : "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" : [
        "_CollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CollectionsUtilities",
      "module_type" : "SwiftTarget",
      "name" : "_CollectionsUtilities",
      "path" : "Sources/_CollectionsUtilities",
      "product_memberships" : [
        "BitCollections",
        "DequeModule",
        "HashTreeCollections",
        "HeapModule",
        "OrderedCollections",
        "_RopeModule",
        "Collections"
      ],
      "sources" : [
        "Compatibility/autogenerated/Array+WithContiguousStorage Compatibility.swift",
        "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/UnsafeBufferPointer+Extras.swift",
        "autogenerated/UnsafeMutableBufferPointer+Extras.swift"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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/_HashSlot.swift",
        "HashNode/_HashStack.swift",
        "HashNode/_HashTreeIterator.swift",
        "HashNode/_HashTreeStatistics.swift",
        "HashNode/_RawHashNode+UnsafeHandle.swift",
        "HashNode/_RawHashNode.swift",
        "HashNode/_StorageHeader.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" : [
        "_CollectionsUtilities"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version--7754E27361AE5C74.txt
[11/28] Compiling _CollectionsUtilities _UniqueCollection.swift
[12/28] Compiling _CollectionsUtilities Debugging.swift
[13/29] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/29] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/29] Compiling _CollectionsUtilities Descriptions.swift
[16/29] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[17/29] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[18/29] Compiling _CollectionsUtilities _SortedCollection.swift
[19/29] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[20/29] Compiling _CollectionsUtilities UInt+reversed.swift
[21/29] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/29] Compiling _CollectionsUtilities Integer rank.swift
[23/29] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[24/29] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[25/29] Compiling _CollectionsUtilities Array+WithContiguousStorage Compatibility.swift
[26/29] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/29] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[28/29] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[29/29] Emitting module _CollectionsUtilities
[30/347] Compiling DequeModule _DequeSlot.swift
[31/347] Compiling DequeModule _DequeBufferHeader.swift
[32/348] Compiling BitCollections BitArray+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
[33/348] Compiling BitCollections BitArray+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
[34/348] Compiling HeapModule Heap.swift
[35/348] Compiling HeapModule _HeapNode.swift
[36/348] Compiling HeapModule Heap+Invariants.swift
[37/348] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/348] Compiling HeapModule Heap+Descriptions.swift
[39/348] Compiling HeapModule Heap+UnsafeHandle.swift
[40/348] Compiling BitCollections BitSet+CustomReflectable.swift
[41/348] Compiling BitCollections BitSet+CustomStringConvertible.swift
[42/348] Compiling BitCollections BitSet+Equatable.swift
[43/348] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[44/348] Compiling BitCollections BitSet+Extras.swift
[45/348] Compiling BitCollections BitSet+Hashable.swift
[46/354] Compiling BitCollections BitSet+SetAlgebra union.swift
[47/354] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[48/354] Compiling BitCollections BitSet.Counted.swift
[49/354] Compiling BitCollections BitSet.Index.swift
[50/354] Compiling BitCollections BitSet._UnsafeHandle.swift
[51/354] Compiling _RopeModule RopeMetric.swift
[52/354] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[53/354] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[54/354] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[55/354] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[56/354] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[57/354] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[58/354] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/354] Emitting module HeapModule
[60/354] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[67/359] Compiling BitCollections BitSet+Initializers.swift
[68/359] Compiling BitCollections BitSet+Invariants.swift
[69/359] Compiling BitCollections BitSet+Random.swift
[70/359] Compiling BitCollections BitSet+SetAlgebra basics.swift
[71/359] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[72/359] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[78/359] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[79/359] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[80/359] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[81/359] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[82/359] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[83/359] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[84/359] Compiling _RopeModule Rope+Sequence.swift
[85/359] Compiling _RopeModule Rope+Append.swift
[86/359] Compiling _RopeModule Rope+Extract.swift
[87/359] Compiling _RopeModule Rope+Find.swift
[88/359] Compiling _RopeModule Rope+ForEachWhile.swift
[89/359] Compiling _RopeModule Rope+Insert.swift
[90/359] Compiling _RopeModule Rope+Join.swift
[91/359] Compiling _RopeModule Rope+MutatingForEach.swift
[92/359] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[93/359] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[94/359] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[95/359] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[96/359] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[97/359] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[98/359] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[99/359] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[108/367] Compiling BitCollections BitArray+Extras.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
[109/367] Compiling BitCollections BitArray+Fill.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
[116/367] Compiling _RopeModule BigString+Debugging.swift
[117/367] Compiling _RopeModule BigString+Index.swift
[118/367] Compiling BitCollections BitArray+Copy.swift
[119/367] Compiling BitCollections BitArray+CustomReflectable.swift
[120/367] Compiling _RopeModule BigString+Builder.swift
[121/367] Compiling _RopeModule BigString+Contents.swift
[122/367] Compiling BitCollections BitArray+Descriptions.swift
[123/367] Compiling BitCollections BitArray+Equatable.swift
[124/367] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[125/367] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[127/367] Compiling BitCollections BitArray+Invariants.swift
[128/367] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[129/367] Compiling BitCollections BitArray+RandomBits.swift
[130/367] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[131/367] Compiling BitCollections BitArray+Shifts.swift
[132/367] Compiling BitCollections BitSet.swift
[133/367] Compiling BitCollections Range+Utilities.swift
[134/367] Compiling BitCollections Slice+Utilities.swift
[135/367] Compiling BitCollections UInt+Tricks.swift
[136/367] Compiling BitCollections _Word.swift
[138/367] Compiling BitCollections BitArray+Testing.swift
[139/367] Compiling BitCollections BitArray._UnsafeHandle.swift
[140/367] Compiling BitCollections BitArray.swift
[141/367] Compiling BitCollections BitSet+BidirectionalCollection.swift
[142/367] Compiling BitCollections BitSet+Codable.swift
[161/367] Compiling OrderedCollections OrderedSet.swift
[162/367] Compiling OrderedCollections _UnsafeBitset.swift
[169/367] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[170/367] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[171/367] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[172/367] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[173/367] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[174/367] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[175/367] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[176/367] Compiling HashTreeCollections TreeSet.swift
[222/374] Emitting module BitCollections
[246/374] 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
/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
/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
/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
[306/374] Compiling _RopeModule Rope+Remove.swift
[307/374] Compiling _RopeModule Rope+RemoveSubrange.swift
[308/374] Compiling _RopeModule Rope+Split.swift
[309/374] Compiling _RopeModule Optional Utilities.swift
[310/374] Compiling _RopeModule String Utilities.swift
[311/374] Compiling _RopeModule String.Index+ABI.swift
[312/374] Compiling _RopeModule _CharacterRecognizer.swift
[337/374] Emitting module OrderedCollections
[338/374] Emitting module _RopeModule
[339/374] 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
[340/376] Emitting module Collections
[341/376] Compiling Collections Collections.swift
[352/379] Compiling _CollectionsTestSupport SetAPIChecker.swift
[353/379] Compiling _CollectionsTestSupport SortedCollectionAPIChecker.swift
[354/379] 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() {}
[371/379] 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() {}
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/MinimalTypes/MinimalDecoder.swift:182:16: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
132 |
133 | extension MinimalDecoder {
134 |   final class KeyedContainer<Key: CodingKey> {
    |                              `- note: 'Key' previously declared here
135 |     typealias Value = MinimalEncoder.Value
136 |
    :
180 |   }
181 |
182 |   func _decode<Key: CodingKey>(key: Key) throws -> Value {
    |                `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
183 |     expectTrue(isValid, "Container isn't valid", trapping: true)
184 |     commitPendingContainer()
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/MinimalTypes/MinimalDecoder.swift:182:16: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
132 |
133 | extension MinimalDecoder {
134 |   final class KeyedContainer<Key: CodingKey> {
    |                              `- note: 'Key' previously declared here
135 |     typealias Value = MinimalEncoder.Value
136 |
    :
180 |   }
181 |
182 |   func _decode<Key: CodingKey>(key: Key) throws -> Value {
    |                `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
183 |     expectTrue(isValid, "Container isn't valid", trapping: true)
184 |     commitPendingContainer()
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/MinimalTypes/MinimalDecoder.swift:182:16: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
132 |
133 | extension MinimalDecoder {
134 |   final class KeyedContainer<Key: CodingKey> {
    |                              `- note: 'Key' previously declared here
135 |     typealias Value = MinimalEncoder.Value
136 |
    :
180 |   }
181 |
182 |   func _decode<Key: CodingKey>(key: Key) throws -> Value {
    |                `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
183 |     expectTrue(isValid, "Container isn't valid", trapping: true)
184 |     commitPendingContainer()
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/MinimalTypes/MinimalDecoder.swift:182:16: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
132 |
133 | extension MinimalDecoder {
134 |   final class KeyedContainer<Key: CodingKey> {
    |                              `- note: 'Key' previously declared here
135 |     typealias Value = MinimalEncoder.Value
136 |
    :
180 |   }
181 |
182 |   func _decode<Key: CodingKey>(key: Key) throws -> Value {
    |                `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
183 |     expectTrue(isValid, "Container isn't valid", trapping: true)
184 |     commitPendingContainer()
/Users/admin/builder/spi-builder-workspace/Tests/_CollectionsTestSupport/MinimalTypes/MinimalDecoder.swift:182:16: warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
132 |
133 | extension MinimalDecoder {
134 |   final class KeyedContainer<Key: CodingKey> {
    |                              `- note: 'Key' previously declared here
135 |     typealias Value = MinimalEncoder.Value
136 |
    :
180 |   }
181 |
182 |   func _decode<Key: CodingKey>(key: Key) throws -> Value {
    |                `- warning: generic parameter 'Key' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
183 |     expectTrue(isValid, "Container isn't valid", trapping: true)
184 |     commitPendingContainer()
Build complete! (19.92s)
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" : "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" : [
        "_CollectionsUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CollectionsUtilities",
      "module_type" : "SwiftTarget",
      "name" : "_CollectionsUtilities",
      "path" : "Sources/_CollectionsUtilities",
      "product_memberships" : [
        "BitCollections",
        "DequeModule",
        "HashTreeCollections",
        "HeapModule",
        "OrderedCollections",
        "_RopeModule",
        "Collections"
      ],
      "sources" : [
        "Compatibility/autogenerated/Array+WithContiguousStorage Compatibility.swift",
        "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/UnsafeBufferPointer+Extras.swift",
        "autogenerated/UnsafeMutableBufferPointer+Extras.swift"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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/_HashSlot.swift",
        "HashNode/_HashStack.swift",
        "HashNode/_HashTreeIterator.swift",
        "HashNode/_HashTreeStatistics.swift",
        "HashNode/_RawHashNode+UnsafeHandle.swift",
        "HashNode/_RawHashNode.swift",
        "HashNode/_StorageHeader.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" : [
        "_CollectionsUtilities"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "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"
      ],
      "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" : [
        "_CollectionsUtilities"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Repository:               GoodHatsLLC/swift-collections-v1_1-fork
Swift version used:       6.0
Target:                   Collections
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Collections'...
Finished extracting symbol information for 'Collections'. (3.24s)
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.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3187] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
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
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling SymbolKit DeclarationFragments.swift
[13/57] Compiling SymbolKit Fragment.swift
[14/57] Compiling SymbolKit FragmentKind.swift
[15/57] Compiling SymbolKit FunctionParameter.swift
[16/57] Compiling SymbolKit FunctionSignature.swift
[17/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[18/57] Compiling SymbolKit UnifiedSymbol.swift
[19/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[20/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit Identifier.swift
[27/57] Compiling SymbolKit KindIdentifier.swift
[28/57] Compiling SymbolKit Location.swift
[29/57] Compiling SymbolKit Mutability.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit SourceRange.swift
[36/57] Compiling SymbolKit Metadata.swift
[37/57] Compiling SymbolKit Module.swift
[38/57] Compiling SymbolKit OperatingSystem.swift
[39/57] Compiling SymbolKit Platform.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit Names.swift
[49/57] Compiling SymbolKit SPI.swift
[50/57] Compiling SymbolKit Snippet.swift
[51/57] Compiling SymbolKit Extension.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[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! (4.30s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/19] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[3/19] Compiling _CollectionsUtilities UInt+reversed.swift
[4/19] Compiling _CollectionsUtilities Descriptions.swift
[5/19] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[6/19] Compiling _CollectionsUtilities _UniqueCollection.swift
[7/19] Compiling _CollectionsUtilities Debugging.swift
[8/19] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/20] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[10/20] Compiling _CollectionsUtilities Integer rank.swift
[11/20] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[12/20] Compiling _CollectionsUtilities _SortedCollection.swift
[13/20] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[14/20] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[15/20] Compiling _CollectionsUtilities Array+WithContiguousStorage Compatibility.swift
[16/20] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[17/20] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[18/20] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[19/20] Emitting module _CollectionsUtilities
[20/20] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/303] Compiling HeapModule Heap.swift
[22/303] Compiling HeapModule _HeapNode.swift
[23/303] Compiling HeapModule Heap+Invariants.swift
[24/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[25/303] Compiling HeapModule Heap+UnsafeHandle.swift
[26/303] Compiling DequeModule _DequeBufferHeader.swift
[27/303] Compiling DequeModule _DequeSlot.swift
[28/304] Compiling _RopeModule BigString+Chunk+Counts.swift
[29/304] Compiling _RopeModule BigString+Chunk+Description.swift
[30/304] Compiling _RopeModule BigString+Debugging.swift
[31/304] Compiling _RopeModule BigString+Index.swift
[32/304] Compiling _RopeModule BigString+Iterators.swift
[33/304] Compiling _RopeModule BigString+Metrics.swift
[34/304] Compiling _RopeModule BigString+Ingester.swift
[35/304] Compiling _RopeModule BigString+Invariants.swift
[36/304] Emitting module HeapModule
[37/304] Compiling HeapModule Heap+Descriptions.swift
[38/304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[39/304] Compiling _RopeModule Rope+_Storage.swift
[40/304] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[41/304] Compiling HashTreeCollections TreeDictionary+Merge.swift
[42/304] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[43/304] Compiling HashTreeCollections TreeSet+Equatable.swift
[44/304] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[45/310] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[46/310] Compiling _RopeModule BigSubstring.swift
[47/310] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[48/310] Compiling HashTreeCollections TreeDictionary+Filter.swift
[49/310] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[50/310] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[51/310] Compiling _RopeModule Range+BigString.swift
[52/310] Compiling _RopeModule BigString+UTF16View.swift
[53/310] Compiling HashTreeCollections TreeDictionary+Codable.swift
[54/310] Compiling HashTreeCollections TreeDictionary+Collection.swift
[55/310] Compiling _RopeModule BigSubstring+UTF16View.swift
[56/310] Compiling _RopeModule BigSubstring+UTF8View.swift
[57/310] Compiling _RopeModule BigString+Append.swift
[58/310] Compiling _RopeModule BigString+Initializers.swift
[59/310] Compiling _RopeModule BigString+Insert.swift
[60/310] Compiling _RopeModule BigString+Managing Breaks.swift
[61/310] Compiling _RopeModule BigString+RemoveSubrange.swift
[62/310] Compiling _RopeModule BigString+ReplaceSubrange.swift
[63/310] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[64/310] Compiling _RopeModule BigString+Hashing.swift
[65/310] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[66/310] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[67/310] Compiling _RopeModule BigString+Sequence.swift
[68/310] Compiling _RopeModule BigString+TextOutputStream.swift
[69/315] Compiling HashTreeCollections _StorageHeader.swift
[76/315] Compiling BitCollections BitSet.swift
[77/315] Compiling BitCollections Range+Utilities.swift
[78/315] Compiling BitCollections Slice+Utilities.swift
[79/315] Compiling BitCollections UInt+Tricks.swift
[80/315] Compiling BitCollections _Word.swift
[81/315] Compiling OrderedCollections OrderedSet.swift
[82/315] Compiling OrderedCollections _UnsafeBitset.swift
[83/315] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[84/315] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[85/315] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[86/315] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[87/315] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[88/315] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/315] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[90/315] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[91/323] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[92/323] Compiling _RopeModule BigString+Chunk+Breaks.swift
[93/323] Compiling _RopeModule BigString+Summary.swift
[94/323] Compiling _RopeModule BigString.swift
[95/323] Compiling _RopeModule BigString+Builder.swift
[96/323] Compiling _RopeModule BigString+Contents.swift
[123/323] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[124/323] Compiling HashTreeCollections TreeDictionary+Values.swift
[125/323] Compiling HashTreeCollections TreeDictionary.swift
[126/323] Compiling HashTreeCollections TreeSet+Codable.swift
[127/323] Compiling HashTreeCollections TreeSet+Collection.swift
[128/323] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[129/323] Compiling HashTreeCollections TreeSet+Debugging.swift
[130/323] Compiling HashTreeCollections TreeSet+Descriptions.swift
[131/323] Compiling _RopeModule BigString+BidirectionalCollection.swift
[132/323] Compiling _RopeModule BigString+Comparable.swift
[133/323] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[134/323] Compiling _RopeModule BigString+CustomStringConvertible.swift
[135/323] Compiling _RopeModule BigString+Equatable.swift
[138/323] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[139/323] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[140/323] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[141/323] Compiling _RopeModule BigString+Chunk+Splitting.swift
[142/323] Compiling _RopeModule BigString+Chunk.swift
[149/323] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[150/323] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[151/323] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[152/323] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[153/323] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[154/323] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[155/323] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[156/323] Compiling HashTreeCollections TreeSet.swift
[194/330] Emitting module DequeModule
[201/330] Emitting module BitCollections
[305/330] Compiling _RopeModule Rope+Remove.swift
[306/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/330] Compiling _RopeModule Rope+Split.swift
[308/330] Compiling _RopeModule Optional Utilities.swift
[309/330] Compiling _RopeModule String Utilities.swift
[310/330] Compiling _RopeModule String.Index+ABI.swift
[311/330] Compiling _RopeModule _CharacterRecognizer.swift
[312/330] Emitting module OrderedCollections
[329/330] Emitting module _RopeModule
[330/330] Emitting module HashTreeCollections
[331/332] Compiling Collections Collections.swift
[332/332] Emitting module Collections
Build of target: 'Collections' complete! (3.14s)
Target:                   BitCollections
Extracting symbol information for 'BitCollections'...
Finished extracting symbol information for 'BitCollections'. (0.33s)
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 '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 '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: 'random(count:)' doesn't exist at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:18:5-18:19
16 | - ``init(_:)-765d2``
17 | - ``init(bitPattern:)``
18 + - ``random(count:)``
   |     ├─suggestion: Replace 'random(count:)' with 'randomBits(count:)'
   |     ╰─suggestion: Replace 'random(count:)' with 'randomBits(count:using:)'
19 | - ``random(count:using:)``
20 |
warning: 'random(count:using:)' doesn't exist at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:19:5-19:25
17 | - ``init(bitPattern:)``
18 | - ``random(count:)``
19 + - ``random(count:using:)``
   |     ├─suggestion: Replace 'random(count:using:)' with 'randomBits(count:using:)'
   |     ├─suggestion: Replace 'random(count:using:)' with 'randomBits(count:)'
   |     ╰─suggestion: Replace 'random(count:using:)' with 'randomElement(using:)'
20 |
21 | ### Accessing Elements
warning: '944vg' isn't a disambiguation for 'subscript(_:)' at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:24:18-24:24
22 |
23 | - ``subscript(_:)-51ccj``
24 + - ``subscript(_:)-944vg``
   |                  ╰─suggestion: Remove '-944vg' for'subscript(position: Int) -> Bool { get set }'
25 | - ``first``
26 | - ``last``
warning: 'fill(in:with:)' is ambiguous at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:55:5-55:19
53 | ### Replacing Elements
54 |
55 + - ``fill(in:with:)``
   |                   ├─suggestion: Insert '8sf1b' for'mutating func fill(in range: Range<Int>, with value: Bool = true)'
   |                   ╰─suggestion: Insert '1lrlg' for'mutating func fill<R>(in range: R, with value: Bool = true) where R : RangeExpression, R.Bound == Int'
56 | - ``fill(with:)``
57 | - ``replaceSubrange(_:with:)-163u2``
warning: '_(_:_:)-1rhw' doesn't exist at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:65:5-65:17
63 |
64 | - ``&(_:_:)``
65 + - ``_(_:_:)-1rhw``
   |     ╰─suggestion: Replace '_(_:_:)' with '|(_:_:)'
66 | - ``_(_:_:)-56s54``
67 | - ``~(_:)``
warning: '_(_:_:)-56s54' doesn't exist at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:66:5-66:18
64 | - ``&(_:_:)``
65 | - ``_(_:_:)-1rhw``
66 + - ``_(_:_:)-56s54``
   |     ╰─suggestion: Replace '_(_:_:)' with '^(_:_:)'
67 | - ``~(_:)``
68 | - ``&=(_:_:)``
warning: '_=(_:_:)-69yf0' doesn't exist at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:69:5-69:19
67 | - ``~(_:)``
68 | - ``&=(_:_:)``
69 + - ``_=(_:_:)-69yf0``
   |     ╰─suggestion: Replace '_=(_:_:)' with '|=(_:_:)'
70 | - ``_=(_:_:)-icef``
warning: '_=(_:_:)-icef' doesn't exist at '/BitCollections/BitArray'
  --> Extensions/BitArray.md:70:5-70:18
68 | - ``&=(_:_:)``
69 | - ``_=(_:_:)-69yf0``
70 + - ``_=(_:_:)-icef``
   |     ╰─suggestion: Replace '_=(_:_:)' with '^=(_:_:)'
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:154:7-157:7
152 |   /// Removes and returns the element at the specified position.
153 |   ///
154 +   /// - Parameter i: The position of the element to remove. `index` must be
    |       ╰─suggestion: Remove 'i' parameter documentation
155 +   ///   a valid index of the collection that is not equal to the collection's
156 +   ///   end index.
157 +   ///
158 |   /// - Returns: The removed element.
159 |   ///
warning: Parameter 'index' is missing documentation
   --> ../BitSet/BitSet+Extras.swift:157:7-157:7
155 |   ///   a valid index of the collection that is not equal to the collection's
156 |   ///   end index.
157 +   ///
    |       ╰─suggestion: Document 'index' parameter
158 |   /// - Returns: The removed element.
159 |   ///
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:56:7-57:7
54 |   /// - Parameter other: A range of arbitrary integers.
55 |   ///
56 +   /// - Returns: A new set.
   |       ╰─suggestion: Remove return value documentation
57 +   ///
58 |   /// - Complexity: O(*max*), where *max* is the largest item in self.
59 |   public mutating func subtract(_ other: Range<Int>) {
warning: Return value documented for instance method returning void
   --> ../BitSet/BitSet.Counted.swift:869:7-870:7
867 |   /// - Parameter other: A range of arbitrary integers.
868 |   ///
869 +   /// - Returns: A new set.
    |       ╰─suggestion: Remove return value documentation
870 +   ///
871 |   /// - Complexity: O(*max*), where *max* is the largest item in self.
872 |   public mutating func subtract(_ other: Range<Int>) {Finished building documentation for 'BitCollections' (0.52s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'BitCollections' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/linkable-paths.json
Target:                   DequeModule
Extracting symbol information for 'DequeModule'...
Finished extracting symbol information for 'DequeModule'. (0.30s)
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.12s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.21s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'DequeModule' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/linkable-paths.json
Target:                   HashTreeCollections
Extracting symbol information for 'HashTreeCollections'...
Finished extracting symbol information for 'HashTreeCollections'. (0.31s)
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:67:7-69:7
65 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
66 |   ///
67 +   /// - Returns: A new dictionary initialized with the elements of
   |       ╰─suggestion: Remove return value documentation
68 +   ///   `keysAndValues`.
69 +   ///
70 |   /// - Precondition: The sequence must not have duplicate keys.
71 |   ///
warning: Return value documented for initializer returning void
   --> ../TreeDictionary/TreeDictionary+Initializers.swift:98:7-100:7
96  |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
97  |   ///
98  +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
99  +   ///   `keysAndValues`.
100 +   ///
101 |   /// - Precondition: The sequence must not have duplicate keys.
102 |   ///
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:60:19-60:24
58 |   /// dictionary.
59 |   ///
60 +   /// - Parameter items: The elements to use as members of the new set.
   |                   ╰─suggestion: Replace 'items' with 'item'
61 |   ///
62 |   /// - Complexity: O(*items.count*)
warning: Parameter 'item' is missing documentation
  --> ../TreeSet/TreeSet+SetAlgebra Initializers.swift:61:7-61:7
59 |   ///
60 |   /// - Parameter items: The elements to use as members of the new set.
61 +   ///
   |       ╰─suggestion: Document 'item' parameter
62 |   /// - Complexity: O(*items.count*)
63 |   @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.26s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'HashTreeCollections' complete! (0.18s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/linkable-paths.json
Target:                   HeapModule
Extracting symbol information for 'HeapModule'...
Finished extracting symbol information for 'HeapModule'. (0.27s)
Building documentation for 'HeapModule'...
Finished building documentation for 'HeapModule' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.20s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'HeapModule' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/linkable-paths.json
Target:                   OrderedCollections
Extracting symbol information for 'OrderedCollections'...
Finished extracting symbol information for 'OrderedCollections'. (0.35s)
Building documentation for 'OrderedCollections'...
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift:314:7-316:7
312 |   /// Accesses the element at the specified position.
313 |   ///
314 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
315 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
316 +   ///
317 |   /// - Complexity: O(1)
318 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift:316:7-316:7
314 |   /// - Parameter index: The position of the element to access. `index` must be
315 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
316 +   ///
    |       ╰─suggestion: Document 'position' parameter
317 |   /// - Complexity: O(1)
318 |   @inlinable
warning: Parameter 'index' not found in instance subscript declaration
   --> ../OrderedDictionary/OrderedDictionary+Elements.swift:275:7-277:7
273 |   /// Accesses the element at the specified position.
274 |   ///
275 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
276 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
277 +   ///
278 |   /// - Complexity: O(1)
279 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary+Elements.swift:277:7-277:7
275 |   /// - Parameter index: The position of the element to access. `index` must be
276 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
277 +   ///
    |       ╰─suggestion: Document 'position' parameter
278 |   /// - Complexity: O(1)
279 |   @inlinable
warning: External name 'keepingCapacity' used to document parameter
   --> ../OrderedDictionary/OrderedDictionary+Elements.swift:538:19-538:34
536 |   /// Removes all members from the dictionary.
537 |   ///
538 +   /// - Parameter keepingCapacity: If `true`, the dictionary's storage capacity
    |                   ╰─suggestion: Replace 'keepingCapacity' with 'keepCapacity'
539 |   ///   is preserved; if `false`, the underlying storage is released. The
540 |   ///   default is `false`.
warning: Return value documented for initializer returning void
  --> ../OrderedDictionary/OrderedDictionary+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
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:108:7-110:7
106 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
107 |   ///
108 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
109 +   ///   `keysAndValues`.
110 +   ///
111 |   /// - Precondition: The sequence must not have duplicate keys.
112 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:142:7-144:7
140 |   /// - Parameter values: A sequence of values associated with items in `keys`.
141 |   ///
142 +   /// - Returns: A new dictionary initialized with the data in
    |       ╰─suggestion: Remove return value documentation
143 +   ///   `keys` and `values`.
144 +   ///
145 |   /// - Precondition: The sequence must not have duplicate keys, and `keys` and
146 |   ///    `values` must contain an equal number of elements.
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:366:7-368:7
364 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
365 |   ///
366 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
367 +   ///   `keysAndValues`.
368 +   ///
369 |   /// - Precondition: The sequence must not have duplicate keys.
370 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:399:7-401:7
397 |   ///   the new dictionary. Every key in `keysAndValues` must be unique.
398 |   ///
399 +   /// - Returns: A new dictionary initialized with the elements of
    |       ╰─suggestion: Remove return value documentation
400 +   ///   `keysAndValues`.
401 +   ///
402 |   /// - Precondition: The sequence must not have duplicate keys.
403 |   ///
warning: Return value documented for initializer returning void
   --> ../OrderedDictionary/OrderedDictionary+Initializers.swift:432:7-434:7
430 |   /// - Parameter values: A sequence of values associated with items in `keys`.
431 |   ///
432 +   /// - Returns: A new dictionary initialized with the data in
    |       ╰─suggestion: Remove return value documentation
433 +   ///   `keys` and `values`.
434 +   ///
435 |   /// - Precondition: The sequence must not have duplicate keys, and `keys` and
436 |   ///    `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:300:7-302:7
298 |   /// perform in-place mutations on dictionary values.
299 |   ///
300 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
301 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
302 +   ///
303 |   /// - Complexity: O(1)
304 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary+Values.swift:302:7-302:7
300 |   /// - Parameter index: The position of the element to access. `index` must be
301 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
302 +   ///
    |       ╰─suggestion: Document 'position' parameter
303 |   /// - Complexity: O(1)
304 |   @inlinable
warning: Parameter 'index' is missing documentation
   --> ../OrderedDictionary/OrderedDictionary.swift:722:7-722:7
720 |   ///   - body: A function that performs an in-place mutation on the dictionary
    |         ╰─suggestion: Document 'index' parameter
721 |   ///      value.
722 +   ///
723 |   /// - Returns: The return value of `body`.
724 |   ///
warning: Parameter 'index' is missing documentation
   --> ../OrderedSet/OrderedSet+Insertions.swift:146:7-146:7
144 |   ///
145 |   /// - Parameter item: The element to insert.
146 +   ///
    |       ╰─suggestion: Document 'index' parameter
147 |   /// - Returns: A pair `(inserted, index)`, where `inserted` is a Boolean value
148 |   ///    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:292:7-294:7
290 |   /// Accesses the element at the specified position.
291 |   ///
292 +   /// - Parameter index: The position of the element to access. `index` must be
    |       ╰─suggestion: Remove 'index' parameter documentation
293 +   ///   greater than or equal to `startIndex` and less than `endIndex`.
294 +   ///
295 |   /// - Complexity: O(1)
296 |   @inlinable
warning: Parameter 'position' is missing documentation
   --> ../OrderedSet/OrderedSet+SubSequence.swift:294:7-294:7
292 |   /// - Parameter index: The position of the element to access. `index` must be
293 |   ///   greater than or equal to `startIndex` and less than `endIndex`.
294 +   ///
    |       ╰─suggestion: Document 'position' parameter
295 |   /// - Complexity: O(1)
296 |   @inlinableFinished building documentation for 'OrderedCollections' (0.47s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.21s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'OrderedCollections' complete! (0.19s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/goodhatsllc/swift-collections-v1_1-fork/main/linkable-paths.json
    4276
38	/Users/admin/builder/spi-builder-workspace/.docs/goodhatsllc/swift-collections-v1_1-fork/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/goodhatsllc/swift-collections-v1_1-fork/main
File count: 4276
Doc size:   38.0MB
Preparing doc bundle ...
Uploading prod-goodhatsllc-swift-collections-v1_1-fork-main-701560b1.zip to s3://spi-docs-inbox/prod-goodhatsllc-swift-collections-v1_1-fork-main-701560b1.zip
Copying... [10%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.