Build Information
Successful build of swift-collections, reference 1.3.0 (52a1f6
), with Swift 6.0 for Linux on 4 Feb 2025 07:03:17 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/swift-collections.git
Reference: 1.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ShaftUI/swift-collections
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 52a1f69 Merge pull request #426 from apple/github-actions-ci-support
Cloned https://github.com/ShaftUI/swift-collections.git
Revision (git rev-parse @):
52a1f698d5faa632df0e1219b1bbffa07cf65260
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ShaftUI/swift-collections.git at 1.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ShaftUI/swift-collections.git
https://github.com/ShaftUI/swift-collections.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "swift-collections",
"name" : "swift-collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BitCollections",
"targets" : [
"BitCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DequeModule",
"targets" : [
"DequeModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HashTreeCollections",
"targets" : [
"HashTreeCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HeapModule",
"targets" : [
"HeapModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OrderedCollections",
"targets" : [
"OrderedCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_RopeModule",
"targets" : [
"_RopeModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SortedCollections",
"targets" : [
"SortedCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Collections",
"targets" : [
"Collections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_RopeModule",
"module_type" : "SwiftTarget",
"name" : "_RopeModule",
"path" : "Sources/RopeModule",
"product_memberships" : [
"_RopeModule",
"Collections"
],
"sources" : [
"BigString/Basics/BigString+Builder.swift",
"BigString/Basics/BigString+Contents.swift",
"BigString/Basics/BigString+Debugging.swift",
"BigString/Basics/BigString+Index.swift",
"BigString/Basics/BigString+Ingester.swift",
"BigString/Basics/BigString+Invariants.swift",
"BigString/Basics/BigString+Iterators.swift",
"BigString/Basics/BigString+Metrics.swift",
"BigString/Basics/BigString+Summary.swift",
"BigString/Basics/BigString.swift",
"BigString/Chunk/BigString+Chunk+Append and Insert.swift",
"BigString/Chunk/BigString+Chunk+Breaks.swift",
"BigString/Chunk/BigString+Chunk+Counts.swift",
"BigString/Chunk/BigString+Chunk+Description.swift",
"BigString/Chunk/BigString+Chunk+Indexing by Characters.swift",
"BigString/Chunk/BigString+Chunk+Indexing by UTF16.swift",
"BigString/Chunk/BigString+Chunk+RopeElement.swift",
"BigString/Chunk/BigString+Chunk+Splitting.swift",
"BigString/Chunk/BigString+Chunk.swift",
"BigString/Conformances/BigString+BidirectionalCollection.swift",
"BigString/Conformances/BigString+Comparable.swift",
"BigString/Conformances/BigString+CustomDebugStringConvertible.swift",
"BigString/Conformances/BigString+CustomStringConvertible.swift",
"BigString/Conformances/BigString+Equatable.swift",
"BigString/Conformances/BigString+ExpressibleByStringLiteral.swift",
"BigString/Conformances/BigString+Hashing.swift",
"BigString/Conformances/BigString+LosslessStringConvertible.swift",
"BigString/Conformances/BigString+RangeReplaceableCollection.swift",
"BigString/Conformances/BigString+Sequence.swift",
"BigString/Conformances/BigString+TextOutputStream.swift",
"BigString/Operations/BigString+Append.swift",
"BigString/Operations/BigString+Initializers.swift",
"BigString/Operations/BigString+Insert.swift",
"BigString/Operations/BigString+Managing Breaks.swift",
"BigString/Operations/BigString+RemoveSubrange.swift",
"BigString/Operations/BigString+ReplaceSubrange.swift",
"BigString/Operations/BigString+Split.swift",
"BigString/Operations/Range+BigString.swift",
"BigString/Views/BigString+UTF16View.swift",
"BigString/Views/BigString+UTF8View.swift",
"BigString/Views/BigString+UnicodeScalarView.swift",
"BigString/Views/BigSubstring+UTF16View.swift",
"BigString/Views/BigSubstring+UTF8View.swift",
"BigString/Views/BigSubstring+UnicodeScalarView.swift",
"BigString/Views/BigSubstring.swift",
"Rope/Basics/Rope+Builder.swift",
"Rope/Basics/Rope+Debugging.swift",
"Rope/Basics/Rope+Invariants.swift",
"Rope/Basics/Rope+_Node.swift",
"Rope/Basics/Rope+_Storage.swift",
"Rope/Basics/Rope+_UnmanagedLeaf.swift",
"Rope/Basics/Rope+_UnsafeHandle.swift",
"Rope/Basics/Rope.swift",
"Rope/Basics/RopeElement.swift",
"Rope/Basics/RopeMetric.swift",
"Rope/Basics/RopeSummary.swift",
"Rope/Basics/_RopeItem.swift",
"Rope/Basics/_RopePath.swift",
"Rope/Basics/_RopeVersion.swift",
"Rope/Conformances/Rope+Collection.swift",
"Rope/Conformances/Rope+Index.swift",
"Rope/Conformances/Rope+Sequence.swift",
"Rope/Operations/Rope+Append.swift",
"Rope/Operations/Rope+Extract.swift",
"Rope/Operations/Rope+Find.swift",
"Rope/Operations/Rope+ForEachWhile.swift",
"Rope/Operations/Rope+Insert.swift",
"Rope/Operations/Rope+Join.swift",
"Rope/Operations/Rope+MutatingForEach.swift",
"Rope/Operations/Rope+Remove.swift",
"Rope/Operations/Rope+RemoveSubrange.swift",
"Rope/Operations/Rope+Split.swift",
"Utilities/Optional Utilities.swift",
"Utilities/String Utilities.swift",
"Utilities/String.Index+ABI.swift",
"Utilities/_CharacterRecognizer.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "_CollectionsTestSupport",
"module_type" : "SwiftTarget",
"name" : "_CollectionsTestSupport",
"path" : "Tests/_CollectionsTestSupport",
"sources" : [
"AssertionContexts/Assertions.swift",
"AssertionContexts/CollectionTestCase.swift",
"AssertionContexts/Combinatorics.swift",
"AssertionContexts/TestContext.swift",
"ConformanceCheckers/CheckBidirectionalCollection.swift",
"ConformanceCheckers/CheckCollection.swift",
"ConformanceCheckers/CheckComparable.swift",
"ConformanceCheckers/CheckEquatable.swift",
"ConformanceCheckers/CheckHashable.swift",
"ConformanceCheckers/CheckSequence.swift",
"MinimalTypes/MinimalBidirectionalCollection.swift",
"MinimalTypes/MinimalCollection.swift",
"MinimalTypes/MinimalDecoder.swift",
"MinimalTypes/MinimalEncoder.swift",
"MinimalTypes/MinimalIndex.swift",
"MinimalTypes/MinimalIterator.swift",
"MinimalTypes/MinimalMutableRandomAccessCollection.swift",
"MinimalTypes/MinimalMutableRangeReplaceableRandomAccessCollection.swift",
"MinimalTypes/MinimalRandomAccessCollection.swift",
"MinimalTypes/MinimalRangeReplaceableRandomAccessCollection.swift",
"MinimalTypes/MinimalSequence.swift",
"MinimalTypes/ResettableValue.swift",
"MinimalTypes/_CollectionState.swift",
"MinimalTypes/_MinimalCollectionCore.swift",
"Utilities/AllOnesRandomNumberGenerator.swift",
"Utilities/Box.swift",
"Utilities/DictionaryAPIChecker.swift",
"Utilities/HashableBox.swift",
"Utilities/IndexRangeCollection.swift",
"Utilities/Integer Square Root.swift",
"Utilities/LifetimeTracked.swift",
"Utilities/LifetimeTracker.swift",
"Utilities/RandomStableSample.swift",
"Utilities/RepeatableRandomNumberGenerator.swift",
"Utilities/SetAPIChecker.swift",
"Utilities/SortedCollectionAPIChecker.swift",
"Utilities/StringConvertibleValue.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "SortedCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "SortedCollectionsTests",
"path" : "Tests/SortedCollectionsTests",
"sources" : [
"BTree/BTree Tests.swift",
"BTree/BTree+Deletion Tests.swift",
"BTree/BTree.Builder Tests.swift",
"BTree/Node Utils.swift",
"BTree/Node+Balancing Tests.swift",
"BTree/Node+Insertion Tests.swift",
"BTree/Node+Join Tests.swift",
"BTree/NodeTests.swift",
"SortedDictionary/SortedDictionary Tests.swift",
"SortedDictionary/SortedDictionary Utils.swift",
"SortedSet/SortedSet Tests.swift"
],
"target_dependencies" : [
"SortedCollections",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "SortedCollections",
"module_type" : "SwiftTarget",
"name" : "SortedCollections",
"path" : "Sources/SortedCollections",
"product_memberships" : [
"SortedCollections",
"Collections"
],
"sources" : [
"BTree/_BTree+BidirectionalCollection.swift",
"BTree/_BTree+CustomDebugStringConvertible.swift",
"BTree/_BTree+CustomReflectable.swift",
"BTree/_BTree+Invariants.swift",
"BTree/_BTree+Partial RangeReplaceableCollection.swift",
"BTree/_BTree+Sequence.swift",
"BTree/_BTree+SubSequence.swift",
"BTree/_BTree+UnsafeCursor.swift",
"BTree/_BTree.Builder.swift",
"BTree/_BTree.Index.swift",
"BTree/_BTree.swift",
"BTree/_FixedSizeArray.swift",
"BTree/_Node+CustomDebugString.swift",
"BTree/_Node+Testing.swift",
"BTree/_Node.Splinter.swift",
"BTree/_Node.Storage.swift",
"BTree/_Node.UnsafeHandle+CustomDebugStringConvertible.swift",
"BTree/_Node.UnsafeHandle+Deletion.swift",
"BTree/_Node.UnsafeHandle+Insertion.swift",
"BTree/_Node.UnsafeHandle.swift",
"BTree/_Node.swift",
"SortedDictionary/SortedDictionary+BidirectionalCollection.swift",
"SortedDictionary/SortedDictionary+Codable.swift",
"SortedDictionary/SortedDictionary+CustomReflectable.swift",
"SortedDictionary/SortedDictionary+CustomStringConvertible.swift",
"SortedDictionary/SortedDictionary+Equatable.swift",
"SortedDictionary/SortedDictionary+ExpressibleByDictionaryLiteral.swift",
"SortedDictionary/SortedDictionary+Hashable.swift",
"SortedDictionary/SortedDictionary+Initializers.swift",
"SortedDictionary/SortedDictionary+Keys.swift",
"SortedDictionary/SortedDictionary+Partial RangeReplaceableCollection.swift",
"SortedDictionary/SortedDictionary+Sendable.swift",
"SortedDictionary/SortedDictionary+Sequence.swift",
"SortedDictionary/SortedDictionary+SubSequence.swift",
"SortedDictionary/SortedDictionary+Subscripts.swift",
"SortedDictionary/SortedDictionary+Values.swift",
"SortedDictionary/SortedDictionary.Index.swift",
"SortedDictionary/SortedDictionary.swift",
"SortedSet/SortedSet+BidirectionalCollection.swift",
"SortedSet/SortedSet+Codable.swift",
"SortedSet/SortedSet+CustomReflectable.swift",
"SortedSet/SortedSet+CustomStringConvertible.swift",
"SortedSet/SortedSet+Equatable.swift",
"SortedSet/SortedSet+ExpressibleByArrayLiteral.swift",
"SortedSet/SortedSet+Hashable.swift",
"SortedSet/SortedSet+Initializers.swift",
"SortedSet/SortedSet+Partial RangeReplaceableCollection.swift",
"SortedSet/SortedSet+Sendable.swift",
"SortedSet/SortedSet+Sequence.swift",
"SortedSet/SortedSet+SetAlgebra.swift",
"SortedSet/SortedSet+SubSequence.swift",
"SortedSet/SortedSet+Subscripts.swift",
"SortedSet/SortedSet.Index.swift",
"SortedSet/SortedSet.swift",
"Utilities/Assertions.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "RopeModuleTests",
"module_type" : "SwiftTarget",
"name" : "RopeModuleTests",
"path" : "Tests/RopeModuleTests",
"sources" : [
"Availability.swift",
"SampleStrings.swift",
"TestBigString.swift",
"TestRope.swift"
],
"target_dependencies" : [
"_RopeModule",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "OrderedCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "OrderedCollectionsTests",
"path" : "Tests/OrderedCollectionsTests",
"sources" : [
"HashTable/HashTableTests.swift",
"OrderedDictionary/OrderedDictionary Tests.swift",
"OrderedDictionary/OrderedDictionary Utils.swift",
"OrderedDictionary/OrderedDictionary+Elements Tests.swift",
"OrderedDictionary/OrderedDictionary+Values Tests.swift",
"OrderedSet/OrderedSet Diffing Tests.swift",
"OrderedSet/OrderedSet.UnorderedView Tests.swift",
"OrderedSet/OrderedSetInternals.swift",
"OrderedSet/OrderedSetTests.swift",
"OrderedSet/RandomAccessCollection+Extras.swift"
],
"target_dependencies" : [
"OrderedCollections",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "OrderedCollections",
"module_type" : "SwiftTarget",
"name" : "OrderedCollections",
"path" : "Sources/OrderedCollections",
"product_memberships" : [
"OrderedCollections",
"Collections"
],
"sources" : [
"HashTable/_HashTable+Bucket.swift",
"HashTable/_HashTable+BucketIterator.swift",
"HashTable/_HashTable+Constants.swift",
"HashTable/_HashTable+CustomStringConvertible.swift",
"HashTable/_HashTable+Testing.swift",
"HashTable/_HashTable+UnsafeHandle.swift",
"HashTable/_HashTable.swift",
"HashTable/_Hashtable+Header.swift",
"OrderedDictionary/OrderedDictionary+Codable.swift",
"OrderedDictionary/OrderedDictionary+CustomReflectable.swift",
"OrderedDictionary/OrderedDictionary+Deprecations.swift",
"OrderedDictionary/OrderedDictionary+Descriptions.swift",
"OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift",
"OrderedDictionary/OrderedDictionary+Elements.swift",
"OrderedDictionary/OrderedDictionary+Equatable.swift",
"OrderedDictionary/OrderedDictionary+ExpressibleByDictionaryLiteral.swift",
"OrderedDictionary/OrderedDictionary+Hashable.swift",
"OrderedDictionary/OrderedDictionary+Initializers.swift",
"OrderedDictionary/OrderedDictionary+Invariants.swift",
"OrderedDictionary/OrderedDictionary+Partial MutableCollection.swift",
"OrderedDictionary/OrderedDictionary+Partial RangeReplaceableCollection.swift",
"OrderedDictionary/OrderedDictionary+Sendable.swift",
"OrderedDictionary/OrderedDictionary+Sequence.swift",
"OrderedDictionary/OrderedDictionary+Values.swift",
"OrderedDictionary/OrderedDictionary.swift",
"OrderedSet/OrderedSet+Codable.swift",
"OrderedSet/OrderedSet+CustomReflectable.swift",
"OrderedSet/OrderedSet+Descriptions.swift",
"OrderedSet/OrderedSet+Diffing.swift",
"OrderedSet/OrderedSet+Equatable.swift",
"OrderedSet/OrderedSet+ExpressibleByArrayLiteral.swift",
"OrderedSet/OrderedSet+Hashable.swift",
"OrderedSet/OrderedSet+Initializers.swift",
"OrderedSet/OrderedSet+Insertions.swift",
"OrderedSet/OrderedSet+Invariants.swift",
"OrderedSet/OrderedSet+Partial MutableCollection.swift",
"OrderedSet/OrderedSet+Partial RangeReplaceableCollection.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra formIntersection.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra formSymmetricDifference.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra formUnion.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra intersection.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isDisjoint.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isEqualSet.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isStrictSubset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isStrictSuperset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isSubset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isSuperset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra subtract.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra subtracting.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra symmetricDifference.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra union.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra+Basics.swift",
"OrderedSet/OrderedSet+RandomAccessCollection.swift",
"OrderedSet/OrderedSet+ReserveCapacity.swift",
"OrderedSet/OrderedSet+Sendable.swift",
"OrderedSet/OrderedSet+SubSequence.swift",
"OrderedSet/OrderedSet+Testing.swift",
"OrderedSet/OrderedSet+UnorderedView.swift",
"OrderedSet/OrderedSet+UnstableInternals.swift",
"OrderedSet/OrderedSet.swift",
"Utilities/_UnsafeBitset.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "InternalCollectionsUtilities",
"module_type" : "SwiftTarget",
"name" : "InternalCollectionsUtilities",
"path" : "Sources/InternalCollectionsUtilities",
"product_memberships" : [
"BitCollections",
"DequeModule",
"HashTreeCollections",
"HeapModule",
"OrderedCollections",
"_RopeModule",
"SortedCollections",
"Collections"
],
"sources" : [
"Compatibility/autogenerated/UnsafeMutableBufferPointer+SE-0370.swift",
"Compatibility/autogenerated/UnsafeMutablePointer+SE-0370.swift",
"Compatibility/autogenerated/UnsafeRawPointer extensions.swift",
"IntegerTricks/autogenerated/FixedWidthInteger+roundUpToPowerOfTwo.swift",
"IntegerTricks/autogenerated/Integer rank.swift",
"IntegerTricks/autogenerated/UInt+first and last set bit.swift",
"IntegerTricks/autogenerated/UInt+reversed.swift",
"UnsafeBitSet/autogenerated/_UnsafeBitSet+Index.swift",
"UnsafeBitSet/autogenerated/_UnsafeBitSet+_Word.swift",
"UnsafeBitSet/autogenerated/_UnsafeBitSet.swift",
"_SortedCollection.swift",
"_UniqueCollection.swift",
"autogenerated/Debugging.swift",
"autogenerated/Descriptions.swift",
"autogenerated/RandomAccessCollection+Offsets.swift",
"autogenerated/Specialize.swift",
"autogenerated/UnsafeBufferPointer+Extras.swift",
"autogenerated/UnsafeMutableBufferPointer+Extras.swift"
],
"type" : "library"
},
{
"c99name" : "HeapTests",
"module_type" : "SwiftTarget",
"name" : "HeapTests",
"path" : "Tests/HeapTests",
"sources" : [
"HeapNodeTests.swift",
"HeapTests.swift"
],
"target_dependencies" : [
"HeapModule",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "HeapModule",
"module_type" : "SwiftTarget",
"name" : "HeapModule",
"path" : "Sources/HeapModule",
"product_memberships" : [
"HeapModule",
"Collections"
],
"sources" : [
"Heap+Descriptions.swift",
"Heap+ExpressibleByArrayLiteral.swift",
"Heap+Invariants.swift",
"Heap+UnsafeHandle.swift",
"Heap.swift",
"_HeapNode.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "HashTreeCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "HashTreeCollectionsTests",
"path" : "Tests/HashTreeCollectionsTests",
"sources" : [
"Colliders.swift",
"Hash.swift",
"TreeDictionary Smoke Tests.swift",
"TreeDictionary Tests.swift",
"TreeDictionary.Keys Tests.swift",
"TreeDictionary.Values Tests.swift",
"TreeHashedCollections Fixtures.swift",
"TreeSet Tests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"HashTreeCollections",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "HashTreeCollections",
"module_type" : "SwiftTarget",
"name" : "HashTreeCollections",
"path" : "Sources/HashTreeCollections",
"product_memberships" : [
"HashTreeCollections",
"Collections"
],
"sources" : [
"HashNode/_AncestorHashSlots.swift",
"HashNode/_Bitmap.swift",
"HashNode/_Bucket.swift",
"HashNode/_Hash.swift",
"HashNode/_HashLevel.swift",
"HashNode/_HashNode+Builder.swift",
"HashNode/_HashNode+Debugging.swift",
"HashNode/_HashNode+Initializers.swift",
"HashNode/_HashNode+Invariants.swift",
"HashNode/_HashNode+Lookups.swift",
"HashNode/_HashNode+Primitive Insertions.swift",
"HashNode/_HashNode+Primitive Removals.swift",
"HashNode/_HashNode+Primitive Replacement.swift",
"HashNode/_HashNode+Storage.swift",
"HashNode/_HashNode+Structural compactMapValues.swift",
"HashNode/_HashNode+Structural filter.swift",
"HashNode/_HashNode+Structural intersection.swift",
"HashNode/_HashNode+Structural isDisjoint.swift",
"HashNode/_HashNode+Structural isEqualSet.swift",
"HashNode/_HashNode+Structural isSubset.swift",
"HashNode/_HashNode+Structural mapValues.swift",
"HashNode/_HashNode+Structural merge.swift",
"HashNode/_HashNode+Structural subtracting.swift",
"HashNode/_HashNode+Structural symmetricDifference.swift",
"HashNode/_HashNode+Structural union.swift",
"HashNode/_HashNode+Subtree Insertions.swift",
"HashNode/_HashNode+Subtree Modify.swift",
"HashNode/_HashNode+Subtree Removals.swift",
"HashNode/_HashNode+UnsafeHandle.swift",
"HashNode/_HashNode.swift",
"HashNode/_HashNodeHeader.swift",
"HashNode/_HashSlot.swift",
"HashNode/_HashStack.swift",
"HashNode/_HashTreeIterator.swift",
"HashNode/_HashTreeStatistics.swift",
"HashNode/_RawHashNode+UnsafeHandle.swift",
"HashNode/_RawHashNode.swift",
"HashNode/_UnmanagedHashNode.swift",
"HashNode/_UnsafePath.swift",
"TreeDictionary/TreeDictionary+Codable.swift",
"TreeDictionary/TreeDictionary+Collection.swift",
"TreeDictionary/TreeDictionary+CustomReflectable.swift",
"TreeDictionary/TreeDictionary+Debugging.swift",
"TreeDictionary/TreeDictionary+Descriptions.swift",
"TreeDictionary/TreeDictionary+Equatable.swift",
"TreeDictionary/TreeDictionary+ExpressibleByDictionaryLiteral.swift",
"TreeDictionary/TreeDictionary+Filter.swift",
"TreeDictionary/TreeDictionary+Hashable.swift",
"TreeDictionary/TreeDictionary+Initializers.swift",
"TreeDictionary/TreeDictionary+Keys.swift",
"TreeDictionary/TreeDictionary+MapValues.swift",
"TreeDictionary/TreeDictionary+Merge.swift",
"TreeDictionary/TreeDictionary+Sendable.swift",
"TreeDictionary/TreeDictionary+Sequence.swift",
"TreeDictionary/TreeDictionary+Values.swift",
"TreeDictionary/TreeDictionary.swift",
"TreeSet/TreeSet+Codable.swift",
"TreeSet/TreeSet+Collection.swift",
"TreeSet/TreeSet+CustomReflectable.swift",
"TreeSet/TreeSet+Debugging.swift",
"TreeSet/TreeSet+Descriptions.swift",
"TreeSet/TreeSet+Equatable.swift",
"TreeSet/TreeSet+ExpressibleByArrayLiteral.swift",
"TreeSet/TreeSet+Extras.swift",
"TreeSet/TreeSet+Filter.swift",
"TreeSet/TreeSet+Hashable.swift",
"TreeSet/TreeSet+Sendable.swift",
"TreeSet/TreeSet+Sequence.swift",
"TreeSet/TreeSet+SetAlgebra Initializers.swift",
"TreeSet/TreeSet+SetAlgebra basics.swift",
"TreeSet/TreeSet+SetAlgebra formIntersection.swift",
"TreeSet/TreeSet+SetAlgebra formSymmetricDifference.swift",
"TreeSet/TreeSet+SetAlgebra formUnion.swift",
"TreeSet/TreeSet+SetAlgebra intersection.swift",
"TreeSet/TreeSet+SetAlgebra isDisjoint.swift",
"TreeSet/TreeSet+SetAlgebra isEqualSet.swift",
"TreeSet/TreeSet+SetAlgebra isStrictSubset.swift",
"TreeSet/TreeSet+SetAlgebra isStrictSuperset.swift",
"TreeSet/TreeSet+SetAlgebra isSubset.swift",
"TreeSet/TreeSet+SetAlgebra isSuperset.swift",
"TreeSet/TreeSet+SetAlgebra subtract.swift",
"TreeSet/TreeSet+SetAlgebra subtracting.swift",
"TreeSet/TreeSet+SetAlgebra symmetricDifference.swift",
"TreeSet/TreeSet+SetAlgebra union.swift",
"TreeSet/TreeSet.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "DequeTests",
"module_type" : "SwiftTarget",
"name" : "DequeTests",
"path" : "Tests/DequeTests",
"sources" : [
"DequeInternals.swift",
"DequeTests.swift",
"MutableCollectionTests.swift",
"RangeReplaceableCollectionTests.swift"
],
"target_dependencies" : [
"DequeModule",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "DequeModule",
"module_type" : "SwiftTarget",
"name" : "DequeModule",
"path" : "Sources/DequeModule",
"product_memberships" : [
"DequeModule",
"Collections"
],
"sources" : [
"Deque+Codable.swift",
"Deque+Collection.swift",
"Deque+CustomReflectable.swift",
"Deque+Descriptions.swift",
"Deque+Equatable.swift",
"Deque+ExpressibleByArrayLiteral.swift",
"Deque+Extras.swift",
"Deque+Hashable.swift",
"Deque+Sendable.swift",
"Deque+Testing.swift",
"Deque._Storage.swift",
"Deque._UnsafeHandle.swift",
"Deque.swift",
"_DequeBuffer.swift",
"_DequeBufferHeader.swift",
"_DequeSlot.swift",
"_UnsafeWrappedBuffer.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "CollectionsTestSupportTests",
"module_type" : "SwiftTarget",
"name" : "CollectionsTestSupportTests",
"path" : "Tests/CollectionsTestSupportTests",
"sources" : [
"CombinatoricsChecks.swift",
"IndexRangeCollectionTests.swift",
"MinimalTypeConformances.swift",
"UtilitiesTests.swift"
],
"target_dependencies" : [
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "Collections",
"module_type" : "SwiftTarget",
"name" : "Collections",
"path" : "Sources/Collections",
"product_memberships" : [
"Collections"
],
"sources" : [
"Collections.swift"
],
"target_dependencies" : [
"BitCollections",
"DequeModule",
"HashTreeCollections",
"HeapModule",
"OrderedCollections",
"_RopeModule",
"SortedCollections"
],
"type" : "library"
},
{
"c99name" : "BitCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "BitCollectionsTests",
"path" : "Tests/BitCollectionsTests",
"sources" : [
"BitArrayTests.swift",
"BitSet.Counted Tests.swift",
"BitSetTests.swift"
],
"target_dependencies" : [
"BitCollections",
"_CollectionsTestSupport",
"OrderedCollections"
],
"type" : "test"
},
{
"c99name" : "BitCollections",
"module_type" : "SwiftTarget",
"name" : "BitCollections",
"path" : "Sources/BitCollections",
"product_memberships" : [
"BitCollections",
"Collections"
],
"sources" : [
"BitArray/BitArray+BitwiseOperations.swift",
"BitArray/BitArray+ChunkedBitsIterators.swift",
"BitArray/BitArray+Codable.swift",
"BitArray/BitArray+Collection.swift",
"BitArray/BitArray+Copy.swift",
"BitArray/BitArray+CustomReflectable.swift",
"BitArray/BitArray+Descriptions.swift",
"BitArray/BitArray+Equatable.swift",
"BitArray/BitArray+ExpressibleByArrayLiteral.swift",
"BitArray/BitArray+ExpressibleByStringLiteral.swift",
"BitArray/BitArray+Extras.swift",
"BitArray/BitArray+Fill.swift",
"BitArray/BitArray+Hashable.swift",
"BitArray/BitArray+Initializers.swift",
"BitArray/BitArray+Invariants.swift",
"BitArray/BitArray+LosslessStringConvertible.swift",
"BitArray/BitArray+RandomBits.swift",
"BitArray/BitArray+RangeReplaceableCollection.swift",
"BitArray/BitArray+Shifts.swift",
"BitArray/BitArray+Testing.swift",
"BitArray/BitArray._UnsafeHandle.swift",
"BitArray/BitArray.swift",
"BitSet/BitSet+BidirectionalCollection.swift",
"BitSet/BitSet+Codable.swift",
"BitSet/BitSet+CustomDebugStringConvertible.swift",
"BitSet/BitSet+CustomReflectable.swift",
"BitSet/BitSet+CustomStringConvertible.swift",
"BitSet/BitSet+Equatable.swift",
"BitSet/BitSet+ExpressibleByArrayLiteral.swift",
"BitSet/BitSet+Extras.swift",
"BitSet/BitSet+Hashable.swift",
"BitSet/BitSet+Initializers.swift",
"BitSet/BitSet+Invariants.swift",
"BitSet/BitSet+Random.swift",
"BitSet/BitSet+SetAlgebra basics.swift",
"BitSet/BitSet+SetAlgebra conformance.swift",
"BitSet/BitSet+SetAlgebra formIntersection.swift",
"BitSet/BitSet+SetAlgebra formSymmetricDifference.swift",
"BitSet/BitSet+SetAlgebra formUnion.swift",
"BitSet/BitSet+SetAlgebra intersection.swift",
"BitSet/BitSet+SetAlgebra isDisjoint.swift",
"BitSet/BitSet+SetAlgebra isEqualSet.swift",
"BitSet/BitSet+SetAlgebra isStrictSubset.swift",
"BitSet/BitSet+SetAlgebra isStrictSuperset.swift",
"BitSet/BitSet+SetAlgebra isSubset.swift",
"BitSet/BitSet+SetAlgebra isSuperset.swift",
"BitSet/BitSet+SetAlgebra subtract.swift",
"BitSet/BitSet+SetAlgebra subtracting.swift",
"BitSet/BitSet+SetAlgebra symmetricDifference.swift",
"BitSet/BitSet+SetAlgebra union.swift",
"BitSet/BitSet+Sorted Collection APIs.swift",
"BitSet/BitSet.Counted.swift",
"BitSet/BitSet.Index.swift",
"BitSet/BitSet._UnsafeHandle.swift",
"BitSet/BitSet.swift",
"Shared/Range+Utilities.swift",
"Shared/Slice+Utilities.swift",
"Shared/UInt+Tricks.swift",
"Shared/_Word.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/28] Emitting module InternalCollectionsUtilities
[13/30] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/30] Compiling InternalCollectionsUtilities Specialize.swift
[19/30] Compiling InternalCollectionsUtilities Debugging.swift
[20/30] Compiling InternalCollectionsUtilities Descriptions.swift
[21/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/30] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/30] Compiling InternalCollectionsUtilities Integer rank.swift
[27/30] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/30] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/30] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[32/390] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[33/390] Compiling HeapModule Heap+Descriptions.swift
[34/390] Compiling HeapModule _HeapNode.swift
[35/390] Compiling HeapModule Heap.swift
[36/390] Emitting module HeapModule
[37/390] Compiling HeapModule Heap+Invariants.swift
[38/390] Compiling HeapModule Heap+UnsafeHandle.swift
[39/391] Compiling _RopeModule BigString+Index.swift
[40/391] Compiling _RopeModule BigString+Ingester.swift
[41/393] Compiling SortedCollections _Node.UnsafeHandle+Deletion.swift
[42/393] Compiling SortedCollections _Node.UnsafeHandle+Insertion.swift
[43/393] Compiling SortedCollections _Node.UnsafeHandle.swift
[44/393] Compiling SortedCollections _Node.swift
[45/393] Compiling SortedCollections SortedDictionary+Initializers.swift
[46/393] Compiling SortedCollections SortedDictionary+Keys.swift
[47/393] Compiling SortedCollections SortedDictionary+Partial RangeReplaceableCollection.swift
[48/400] Compiling _RopeModule Rope+_UnsafeHandle.swift
[49/400] Compiling _RopeModule Rope.swift
[50/400] Compiling _RopeModule RopeElement.swift
[51/400] Compiling _RopeModule RopeMetric.swift
[52/400] Compiling _RopeModule RopeSummary.swift
[53/400] Compiling _RopeModule _RopeItem.swift
[54/400] Compiling _RopeModule _RopePath.swift
[63/413] Compiling OrderedCollections OrderedSet+SubSequence.swift
[64/413] Compiling OrderedCollections OrderedSet+Testing.swift
[65/413] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[66/413] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[67/413] Compiling OrderedCollections OrderedSet.swift
[68/413] Compiling OrderedCollections _UnsafeBitset.swift
[69/413] Compiling _RopeModule Rope+Sequence.swift
[70/413] Compiling _RopeModule Rope+Append.swift
[71/413] Compiling _RopeModule Rope+Extract.swift
[72/413] Compiling _RopeModule Rope+Find.swift
[75/423] Compiling SortedCollections SortedSet+SetAlgebra.swift
[76/423] Compiling SortedCollections SortedSet+SubSequence.swift
[77/423] Compiling SortedCollections SortedSet+Subscripts.swift
[78/423] Compiling SortedCollections SortedSet.Index.swift
[79/423] Compiling SortedCollections SortedSet.swift
[80/423] Compiling _RopeModule BigString+Chunk+Breaks.swift
/host/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 | @inlinable deinit
[81/423] Compiling _RopeModule BigString+Chunk+Counts.swift
/host/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 | @inlinable deinit
[82/423] Compiling _RopeModule BigString.swift
/host/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 | @inlinable deinit
[83/423] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
/host/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 | @inlinable deinit
[84/423] Compiling _RopeModule BigString+Chunk+Description.swift
[85/423] Compiling SortedCollections SortedDictionary+BidirectionalCollection.swift
[86/423] Compiling SortedCollections _BTree+UnsafeCursor.swift
[87/423] Compiling SortedCollections _BTree.Builder.swift
[88/423] Compiling _RopeModule BigString+Invariants.swift
[89/423] Compiling _RopeModule BigString+Iterators.swift
[90/423] Compiling _RopeModule Rope+ForEachWhile.swift
[91/423] Compiling _RopeModule Rope+Insert.swift
[92/423] Compiling HashTreeCollections TreeSet+Collection.swift
[93/423] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[94/423] Compiling HashTreeCollections TreeSet+Debugging.swift
[95/423] Compiling HashTreeCollections TreeSet+Descriptions.swift
[96/423] Compiling HashTreeCollections TreeSet+Equatable.swift
[97/423] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[98/423] Compiling HashTreeCollections TreeSet+Extras.swift
[99/423] Compiling HashTreeCollections TreeSet+Filter.swift
[100/423] Compiling DequeModule _DequeSlot.swift
[101/423] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/423] Compiling SortedCollections SortedDictionary+CustomStringConvertible.swift
[104/423] Compiling SortedCollections SortedDictionary+Equatable.swift
[105/423] Compiling SortedCollections SortedDictionary+ExpressibleByDictionaryLiteral.swift
[106/423] Compiling SortedCollections SortedDictionary+Hashable.swift
[107/423] Compiling SortedCollections _Node.Splinter.swift
[108/423] Compiling SortedCollections _Node.Storage.swift
[109/423] Compiling SortedCollections _Node.UnsafeHandle+CustomDebugStringConvertible.swift
[110/423] Compiling SortedCollections SortedDictionary+Sendable.swift
[111/423] Compiling SortedCollections SortedDictionary+Sequence.swift
[112/423] Compiling SortedCollections SortedDictionary+SubSequence.swift
[113/423] Compiling SortedCollections SortedDictionary+Subscripts.swift
[114/423] Compiling _RopeModule BigString+ReplaceSubrange.swift
[115/423] Compiling _RopeModule BigString+Split.swift
[116/423] Compiling _RopeModule Range+BigString.swift
[117/423] Compiling _RopeModule BigString+UTF16View.swift
[133/423] Compiling _RopeModule BigString+UTF8View.swift
[134/423] Compiling SortedCollections SortedSet+CustomReflectable.swift
[135/423] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[147/423] Compiling _RopeModule BigString+Builder.swift
[148/423] Compiling _RopeModule BigString+Contents.swift
[149/423] Compiling _RopeModule BigString+Debugging.swift
[176/423] Emitting module BitCollections
[177/423] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[178/423] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/423] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/423] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/423] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/423] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/423] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/423] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/423] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/423] Compiling HashTreeCollections TreeSet.swift
[187/423] Emitting module DequeModule
/host/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 | @inlinable deinit
[204/424] Compiling OrderedCollections OrderedSet+Sendable.swift
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
/host/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 | @inlinable deinit
[372/438] Compiling _CollectionsTestSupport RepeatableRandomNumberGenerator.swift
[373/438] Compiling _CollectionsTestSupport SetAPIChecker.swift
[374/438] Compiling _CollectionsTestSupport SortedCollectionAPIChecker.swift
[375/438] Compiling _CollectionsTestSupport StringConvertibleValue.swift
[376/438] Emitting module OrderedCollections
[377/439] Emitting module _CollectionsTestSupport
/host/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() {}
[384/439] Compiling _RopeModule Rope+Join.swift
[385/439] Compiling _RopeModule Rope+MutatingForEach.swift
[386/439] Compiling _RopeModule Rope+Remove.swift
[387/439] Compiling _RopeModule Rope+RemoveSubrange.swift
[388/439] Compiling _RopeModule Rope+Split.swift
[389/439] Compiling _RopeModule Optional Utilities.swift
[390/439] Compiling _RopeModule String Utilities.swift
[391/439] Compiling _RopeModule String.Index+ABI.swift
[392/439] Compiling _RopeModule _CharacterRecognizer.swift
[422/439] Emitting module _RopeModule
[423/440] Emitting module SortedCollections
[426/441] Emitting module HashTreeCollections
/host/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 | @inlinable deinit
[428/444] Compiling Collections Collections.swift
[429/444] Emitting module Collections
/host/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() {}
/host/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() {}
/host/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() {}
/host/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() {}
/host/spi-builder-workspace/Tests/_CollectionsTestSupport/AssertionContexts/TestContext.swift:23:23: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 |
22 | // FIXME: This ought to be a thread-local variable.
23 | internal static var _current: TestContext?
| |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |
25 | public init() {}
Build complete! (25.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-collections",
"name" : "swift-collections",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BitCollections",
"targets" : [
"BitCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DequeModule",
"targets" : [
"DequeModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HashTreeCollections",
"targets" : [
"HashTreeCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HeapModule",
"targets" : [
"HeapModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OrderedCollections",
"targets" : [
"OrderedCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_RopeModule",
"targets" : [
"_RopeModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SortedCollections",
"targets" : [
"SortedCollections"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Collections",
"targets" : [
"Collections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_RopeModule",
"module_type" : "SwiftTarget",
"name" : "_RopeModule",
"path" : "Sources/RopeModule",
"product_memberships" : [
"_RopeModule",
"Collections"
],
"sources" : [
"BigString/Basics/BigString+Builder.swift",
"BigString/Basics/BigString+Contents.swift",
"BigString/Basics/BigString+Debugging.swift",
"BigString/Basics/BigString+Index.swift",
"BigString/Basics/BigString+Ingester.swift",
"BigString/Basics/BigString+Invariants.swift",
"BigString/Basics/BigString+Iterators.swift",
"BigString/Basics/BigString+Metrics.swift",
"BigString/Basics/BigString+Summary.swift",
"BigString/Basics/BigString.swift",
"BigString/Chunk/BigString+Chunk+Append and Insert.swift",
"BigString/Chunk/BigString+Chunk+Breaks.swift",
"BigString/Chunk/BigString+Chunk+Counts.swift",
"BigString/Chunk/BigString+Chunk+Description.swift",
"BigString/Chunk/BigString+Chunk+Indexing by Characters.swift",
"BigString/Chunk/BigString+Chunk+Indexing by UTF16.swift",
"BigString/Chunk/BigString+Chunk+RopeElement.swift",
"BigString/Chunk/BigString+Chunk+Splitting.swift",
"BigString/Chunk/BigString+Chunk.swift",
"BigString/Conformances/BigString+BidirectionalCollection.swift",
"BigString/Conformances/BigString+Comparable.swift",
"BigString/Conformances/BigString+CustomDebugStringConvertible.swift",
"BigString/Conformances/BigString+CustomStringConvertible.swift",
"BigString/Conformances/BigString+Equatable.swift",
"BigString/Conformances/BigString+ExpressibleByStringLiteral.swift",
"BigString/Conformances/BigString+Hashing.swift",
"BigString/Conformances/BigString+LosslessStringConvertible.swift",
"BigString/Conformances/BigString+RangeReplaceableCollection.swift",
"BigString/Conformances/BigString+Sequence.swift",
"BigString/Conformances/BigString+TextOutputStream.swift",
"BigString/Operations/BigString+Append.swift",
"BigString/Operations/BigString+Initializers.swift",
"BigString/Operations/BigString+Insert.swift",
"BigString/Operations/BigString+Managing Breaks.swift",
"BigString/Operations/BigString+RemoveSubrange.swift",
"BigString/Operations/BigString+ReplaceSubrange.swift",
"BigString/Operations/BigString+Split.swift",
"BigString/Operations/Range+BigString.swift",
"BigString/Views/BigString+UTF16View.swift",
"BigString/Views/BigString+UTF8View.swift",
"BigString/Views/BigString+UnicodeScalarView.swift",
"BigString/Views/BigSubstring+UTF16View.swift",
"BigString/Views/BigSubstring+UTF8View.swift",
"BigString/Views/BigSubstring+UnicodeScalarView.swift",
"BigString/Views/BigSubstring.swift",
"Rope/Basics/Rope+Builder.swift",
"Rope/Basics/Rope+Debugging.swift",
"Rope/Basics/Rope+Invariants.swift",
"Rope/Basics/Rope+_Node.swift",
"Rope/Basics/Rope+_Storage.swift",
"Rope/Basics/Rope+_UnmanagedLeaf.swift",
"Rope/Basics/Rope+_UnsafeHandle.swift",
"Rope/Basics/Rope.swift",
"Rope/Basics/RopeElement.swift",
"Rope/Basics/RopeMetric.swift",
"Rope/Basics/RopeSummary.swift",
"Rope/Basics/_RopeItem.swift",
"Rope/Basics/_RopePath.swift",
"Rope/Basics/_RopeVersion.swift",
"Rope/Conformances/Rope+Collection.swift",
"Rope/Conformances/Rope+Index.swift",
"Rope/Conformances/Rope+Sequence.swift",
"Rope/Operations/Rope+Append.swift",
"Rope/Operations/Rope+Extract.swift",
"Rope/Operations/Rope+Find.swift",
"Rope/Operations/Rope+ForEachWhile.swift",
"Rope/Operations/Rope+Insert.swift",
"Rope/Operations/Rope+Join.swift",
"Rope/Operations/Rope+MutatingForEach.swift",
"Rope/Operations/Rope+Remove.swift",
"Rope/Operations/Rope+RemoveSubrange.swift",
"Rope/Operations/Rope+Split.swift",
"Utilities/Optional Utilities.swift",
"Utilities/String Utilities.swift",
"Utilities/String.Index+ABI.swift",
"Utilities/_CharacterRecognizer.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "_CollectionsTestSupport",
"module_type" : "SwiftTarget",
"name" : "_CollectionsTestSupport",
"path" : "Tests/_CollectionsTestSupport",
"sources" : [
"AssertionContexts/Assertions.swift",
"AssertionContexts/CollectionTestCase.swift",
"AssertionContexts/Combinatorics.swift",
"AssertionContexts/TestContext.swift",
"ConformanceCheckers/CheckBidirectionalCollection.swift",
"ConformanceCheckers/CheckCollection.swift",
"ConformanceCheckers/CheckComparable.swift",
"ConformanceCheckers/CheckEquatable.swift",
"ConformanceCheckers/CheckHashable.swift",
"ConformanceCheckers/CheckSequence.swift",
"MinimalTypes/MinimalBidirectionalCollection.swift",
"MinimalTypes/MinimalCollection.swift",
"MinimalTypes/MinimalDecoder.swift",
"MinimalTypes/MinimalEncoder.swift",
"MinimalTypes/MinimalIndex.swift",
"MinimalTypes/MinimalIterator.swift",
"MinimalTypes/MinimalMutableRandomAccessCollection.swift",
"MinimalTypes/MinimalMutableRangeReplaceableRandomAccessCollection.swift",
"MinimalTypes/MinimalRandomAccessCollection.swift",
"MinimalTypes/MinimalRangeReplaceableRandomAccessCollection.swift",
"MinimalTypes/MinimalSequence.swift",
"MinimalTypes/ResettableValue.swift",
"MinimalTypes/_CollectionState.swift",
"MinimalTypes/_MinimalCollectionCore.swift",
"Utilities/AllOnesRandomNumberGenerator.swift",
"Utilities/Box.swift",
"Utilities/DictionaryAPIChecker.swift",
"Utilities/HashableBox.swift",
"Utilities/IndexRangeCollection.swift",
"Utilities/Integer Square Root.swift",
"Utilities/LifetimeTracked.swift",
"Utilities/LifetimeTracker.swift",
"Utilities/RandomStableSample.swift",
"Utilities/RepeatableRandomNumberGenerator.swift",
"Utilities/SetAPIChecker.swift",
"Utilities/SortedCollectionAPIChecker.swift",
"Utilities/StringConvertibleValue.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "SortedCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "SortedCollectionsTests",
"path" : "Tests/SortedCollectionsTests",
"sources" : [
"BTree/BTree Tests.swift",
"BTree/BTree+Deletion Tests.swift",
"BTree/BTree.Builder Tests.swift",
"BTree/Node Utils.swift",
"BTree/Node+Balancing Tests.swift",
"BTree/Node+Insertion Tests.swift",
"BTree/Node+Join Tests.swift",
"BTree/NodeTests.swift",
"SortedDictionary/SortedDictionary Tests.swift",
"SortedDictionary/SortedDictionary Utils.swift",
"SortedSet/SortedSet Tests.swift"
],
"target_dependencies" : [
"SortedCollections",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "SortedCollections",
"module_type" : "SwiftTarget",
"name" : "SortedCollections",
"path" : "Sources/SortedCollections",
"product_memberships" : [
"SortedCollections",
"Collections"
],
"sources" : [
"BTree/_BTree+BidirectionalCollection.swift",
"BTree/_BTree+CustomDebugStringConvertible.swift",
"BTree/_BTree+CustomReflectable.swift",
"BTree/_BTree+Invariants.swift",
"BTree/_BTree+Partial RangeReplaceableCollection.swift",
"BTree/_BTree+Sequence.swift",
"BTree/_BTree+SubSequence.swift",
"BTree/_BTree+UnsafeCursor.swift",
"BTree/_BTree.Builder.swift",
"BTree/_BTree.Index.swift",
"BTree/_BTree.swift",
"BTree/_FixedSizeArray.swift",
"BTree/_Node+CustomDebugString.swift",
"BTree/_Node+Testing.swift",
"BTree/_Node.Splinter.swift",
"BTree/_Node.Storage.swift",
"BTree/_Node.UnsafeHandle+CustomDebugStringConvertible.swift",
"BTree/_Node.UnsafeHandle+Deletion.swift",
"BTree/_Node.UnsafeHandle+Insertion.swift",
"BTree/_Node.UnsafeHandle.swift",
"BTree/_Node.swift",
"SortedDictionary/SortedDictionary+BidirectionalCollection.swift",
"SortedDictionary/SortedDictionary+Codable.swift",
"SortedDictionary/SortedDictionary+CustomReflectable.swift",
"SortedDictionary/SortedDictionary+CustomStringConvertible.swift",
"SortedDictionary/SortedDictionary+Equatable.swift",
"SortedDictionary/SortedDictionary+ExpressibleByDictionaryLiteral.swift",
"SortedDictionary/SortedDictionary+Hashable.swift",
"SortedDictionary/SortedDictionary+Initializers.swift",
"SortedDictionary/SortedDictionary+Keys.swift",
"SortedDictionary/SortedDictionary+Partial RangeReplaceableCollection.swift",
"SortedDictionary/SortedDictionary+Sendable.swift",
"SortedDictionary/SortedDictionary+Sequence.swift",
"SortedDictionary/SortedDictionary+SubSequence.swift",
"SortedDictionary/SortedDictionary+Subscripts.swift",
"SortedDictionary/SortedDictionary+Values.swift",
"SortedDictionary/SortedDictionary.Index.swift",
"SortedDictionary/SortedDictionary.swift",
"SortedSet/SortedSet+BidirectionalCollection.swift",
"SortedSet/SortedSet+Codable.swift",
"SortedSet/SortedSet+CustomReflectable.swift",
"SortedSet/SortedSet+CustomStringConvertible.swift",
"SortedSet/SortedSet+Equatable.swift",
"SortedSet/SortedSet+ExpressibleByArrayLiteral.swift",
"SortedSet/SortedSet+Hashable.swift",
"SortedSet/SortedSet+Initializers.swift",
"SortedSet/SortedSet+Partial RangeReplaceableCollection.swift",
"SortedSet/SortedSet+Sendable.swift",
"SortedSet/SortedSet+Sequence.swift",
"SortedSet/SortedSet+SetAlgebra.swift",
"SortedSet/SortedSet+SubSequence.swift",
"SortedSet/SortedSet+Subscripts.swift",
"SortedSet/SortedSet.Index.swift",
"SortedSet/SortedSet.swift",
"Utilities/Assertions.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "RopeModuleTests",
"module_type" : "SwiftTarget",
"name" : "RopeModuleTests",
"path" : "Tests/RopeModuleTests",
"sources" : [
"Availability.swift",
"SampleStrings.swift",
"TestBigString.swift",
"TestRope.swift"
],
"target_dependencies" : [
"_RopeModule",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "OrderedCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "OrderedCollectionsTests",
"path" : "Tests/OrderedCollectionsTests",
"sources" : [
"HashTable/HashTableTests.swift",
"OrderedDictionary/OrderedDictionary Tests.swift",
"OrderedDictionary/OrderedDictionary Utils.swift",
"OrderedDictionary/OrderedDictionary+Elements Tests.swift",
"OrderedDictionary/OrderedDictionary+Values Tests.swift",
"OrderedSet/OrderedSet Diffing Tests.swift",
"OrderedSet/OrderedSet.UnorderedView Tests.swift",
"OrderedSet/OrderedSetInternals.swift",
"OrderedSet/OrderedSetTests.swift",
"OrderedSet/RandomAccessCollection+Extras.swift"
],
"target_dependencies" : [
"OrderedCollections",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "OrderedCollections",
"module_type" : "SwiftTarget",
"name" : "OrderedCollections",
"path" : "Sources/OrderedCollections",
"product_memberships" : [
"OrderedCollections",
"Collections"
],
"sources" : [
"HashTable/_HashTable+Bucket.swift",
"HashTable/_HashTable+BucketIterator.swift",
"HashTable/_HashTable+Constants.swift",
"HashTable/_HashTable+CustomStringConvertible.swift",
"HashTable/_HashTable+Testing.swift",
"HashTable/_HashTable+UnsafeHandle.swift",
"HashTable/_HashTable.swift",
"HashTable/_Hashtable+Header.swift",
"OrderedDictionary/OrderedDictionary+Codable.swift",
"OrderedDictionary/OrderedDictionary+CustomReflectable.swift",
"OrderedDictionary/OrderedDictionary+Deprecations.swift",
"OrderedDictionary/OrderedDictionary+Descriptions.swift",
"OrderedDictionary/OrderedDictionary+Elements.SubSequence.swift",
"OrderedDictionary/OrderedDictionary+Elements.swift",
"OrderedDictionary/OrderedDictionary+Equatable.swift",
"OrderedDictionary/OrderedDictionary+ExpressibleByDictionaryLiteral.swift",
"OrderedDictionary/OrderedDictionary+Hashable.swift",
"OrderedDictionary/OrderedDictionary+Initializers.swift",
"OrderedDictionary/OrderedDictionary+Invariants.swift",
"OrderedDictionary/OrderedDictionary+Partial MutableCollection.swift",
"OrderedDictionary/OrderedDictionary+Partial RangeReplaceableCollection.swift",
"OrderedDictionary/OrderedDictionary+Sendable.swift",
"OrderedDictionary/OrderedDictionary+Sequence.swift",
"OrderedDictionary/OrderedDictionary+Values.swift",
"OrderedDictionary/OrderedDictionary.swift",
"OrderedSet/OrderedSet+Codable.swift",
"OrderedSet/OrderedSet+CustomReflectable.swift",
"OrderedSet/OrderedSet+Descriptions.swift",
"OrderedSet/OrderedSet+Diffing.swift",
"OrderedSet/OrderedSet+Equatable.swift",
"OrderedSet/OrderedSet+ExpressibleByArrayLiteral.swift",
"OrderedSet/OrderedSet+Hashable.swift",
"OrderedSet/OrderedSet+Initializers.swift",
"OrderedSet/OrderedSet+Insertions.swift",
"OrderedSet/OrderedSet+Invariants.swift",
"OrderedSet/OrderedSet+Partial MutableCollection.swift",
"OrderedSet/OrderedSet+Partial RangeReplaceableCollection.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra formIntersection.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra formSymmetricDifference.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra formUnion.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra intersection.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isDisjoint.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isEqualSet.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isStrictSubset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isStrictSuperset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isSubset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra isSuperset.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra subtract.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra subtracting.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra symmetricDifference.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra union.swift",
"OrderedSet/OrderedSet+Partial SetAlgebra+Basics.swift",
"OrderedSet/OrderedSet+RandomAccessCollection.swift",
"OrderedSet/OrderedSet+ReserveCapacity.swift",
"OrderedSet/OrderedSet+Sendable.swift",
"OrderedSet/OrderedSet+SubSequence.swift",
"OrderedSet/OrderedSet+Testing.swift",
"OrderedSet/OrderedSet+UnorderedView.swift",
"OrderedSet/OrderedSet+UnstableInternals.swift",
"OrderedSet/OrderedSet.swift",
"Utilities/_UnsafeBitset.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "InternalCollectionsUtilities",
"module_type" : "SwiftTarget",
"name" : "InternalCollectionsUtilities",
"path" : "Sources/InternalCollectionsUtilities",
"product_memberships" : [
"BitCollections",
"DequeModule",
"HashTreeCollections",
"HeapModule",
"OrderedCollections",
"_RopeModule",
"SortedCollections",
"Collections"
],
"sources" : [
"Compatibility/autogenerated/UnsafeMutableBufferPointer+SE-0370.swift",
"Compatibility/autogenerated/UnsafeMutablePointer+SE-0370.swift",
"Compatibility/autogenerated/UnsafeRawPointer extensions.swift",
"IntegerTricks/autogenerated/FixedWidthInteger+roundUpToPowerOfTwo.swift",
"IntegerTricks/autogenerated/Integer rank.swift",
"IntegerTricks/autogenerated/UInt+first and last set bit.swift",
"IntegerTricks/autogenerated/UInt+reversed.swift",
"UnsafeBitSet/autogenerated/_UnsafeBitSet+Index.swift",
"UnsafeBitSet/autogenerated/_UnsafeBitSet+_Word.swift",
"UnsafeBitSet/autogenerated/_UnsafeBitSet.swift",
"_SortedCollection.swift",
"_UniqueCollection.swift",
"autogenerated/Debugging.swift",
"autogenerated/Descriptions.swift",
"autogenerated/RandomAccessCollection+Offsets.swift",
"autogenerated/Specialize.swift",
"autogenerated/UnsafeBufferPointer+Extras.swift",
"autogenerated/UnsafeMutableBufferPointer+Extras.swift"
],
"type" : "library"
},
{
"c99name" : "HeapTests",
"module_type" : "SwiftTarget",
"name" : "HeapTests",
"path" : "Tests/HeapTests",
"sources" : [
"HeapNodeTests.swift",
"HeapTests.swift"
],
"target_dependencies" : [
"HeapModule",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "HeapModule",
"module_type" : "SwiftTarget",
"name" : "HeapModule",
"path" : "Sources/HeapModule",
"product_memberships" : [
"HeapModule",
"Collections"
],
"sources" : [
"Heap+Descriptions.swift",
"Heap+ExpressibleByArrayLiteral.swift",
"Heap+Invariants.swift",
"Heap+UnsafeHandle.swift",
"Heap.swift",
"_HeapNode.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "HashTreeCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "HashTreeCollectionsTests",
"path" : "Tests/HashTreeCollectionsTests",
"sources" : [
"Colliders.swift",
"Hash.swift",
"TreeDictionary Smoke Tests.swift",
"TreeDictionary Tests.swift",
"TreeDictionary.Keys Tests.swift",
"TreeDictionary.Values Tests.swift",
"TreeHashedCollections Fixtures.swift",
"TreeSet Tests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"HashTreeCollections",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "HashTreeCollections",
"module_type" : "SwiftTarget",
"name" : "HashTreeCollections",
"path" : "Sources/HashTreeCollections",
"product_memberships" : [
"HashTreeCollections",
"Collections"
],
"sources" : [
"HashNode/_AncestorHashSlots.swift",
"HashNode/_Bitmap.swift",
"HashNode/_Bucket.swift",
"HashNode/_Hash.swift",
"HashNode/_HashLevel.swift",
"HashNode/_HashNode+Builder.swift",
"HashNode/_HashNode+Debugging.swift",
"HashNode/_HashNode+Initializers.swift",
"HashNode/_HashNode+Invariants.swift",
"HashNode/_HashNode+Lookups.swift",
"HashNode/_HashNode+Primitive Insertions.swift",
"HashNode/_HashNode+Primitive Removals.swift",
"HashNode/_HashNode+Primitive Replacement.swift",
"HashNode/_HashNode+Storage.swift",
"HashNode/_HashNode+Structural compactMapValues.swift",
"HashNode/_HashNode+Structural filter.swift",
"HashNode/_HashNode+Structural intersection.swift",
"HashNode/_HashNode+Structural isDisjoint.swift",
"HashNode/_HashNode+Structural isEqualSet.swift",
"HashNode/_HashNode+Structural isSubset.swift",
"HashNode/_HashNode+Structural mapValues.swift",
"HashNode/_HashNode+Structural merge.swift",
"HashNode/_HashNode+Structural subtracting.swift",
"HashNode/_HashNode+Structural symmetricDifference.swift",
"HashNode/_HashNode+Structural union.swift",
"HashNode/_HashNode+Subtree Insertions.swift",
"HashNode/_HashNode+Subtree Modify.swift",
"HashNode/_HashNode+Subtree Removals.swift",
"HashNode/_HashNode+UnsafeHandle.swift",
"HashNode/_HashNode.swift",
"HashNode/_HashNodeHeader.swift",
"HashNode/_HashSlot.swift",
"HashNode/_HashStack.swift",
"HashNode/_HashTreeIterator.swift",
"HashNode/_HashTreeStatistics.swift",
"HashNode/_RawHashNode+UnsafeHandle.swift",
"HashNode/_RawHashNode.swift",
"HashNode/_UnmanagedHashNode.swift",
"HashNode/_UnsafePath.swift",
"TreeDictionary/TreeDictionary+Codable.swift",
"TreeDictionary/TreeDictionary+Collection.swift",
"TreeDictionary/TreeDictionary+CustomReflectable.swift",
"TreeDictionary/TreeDictionary+Debugging.swift",
"TreeDictionary/TreeDictionary+Descriptions.swift",
"TreeDictionary/TreeDictionary+Equatable.swift",
"TreeDictionary/TreeDictionary+ExpressibleByDictionaryLiteral.swift",
"TreeDictionary/TreeDictionary+Filter.swift",
"TreeDictionary/TreeDictionary+Hashable.swift",
"TreeDictionary/TreeDictionary+Initializers.swift",
"TreeDictionary/TreeDictionary+Keys.swift",
"TreeDictionary/TreeDictionary+MapValues.swift",
"TreeDictionary/TreeDictionary+Merge.swift",
"TreeDictionary/TreeDictionary+Sendable.swift",
"TreeDictionary/TreeDictionary+Sequence.swift",
"TreeDictionary/TreeDictionary+Values.swift",
"TreeDictionary/TreeDictionary.swift",
"TreeSet/TreeSet+Codable.swift",
"TreeSet/TreeSet+Collection.swift",
"TreeSet/TreeSet+CustomReflectable.swift",
"TreeSet/TreeSet+Debugging.swift",
"TreeSet/TreeSet+Descriptions.swift",
"TreeSet/TreeSet+Equatable.swift",
"TreeSet/TreeSet+ExpressibleByArrayLiteral.swift",
"TreeSet/TreeSet+Extras.swift",
"TreeSet/TreeSet+Filter.swift",
"TreeSet/TreeSet+Hashable.swift",
"TreeSet/TreeSet+Sendable.swift",
"TreeSet/TreeSet+Sequence.swift",
"TreeSet/TreeSet+SetAlgebra Initializers.swift",
"TreeSet/TreeSet+SetAlgebra basics.swift",
"TreeSet/TreeSet+SetAlgebra formIntersection.swift",
"TreeSet/TreeSet+SetAlgebra formSymmetricDifference.swift",
"TreeSet/TreeSet+SetAlgebra formUnion.swift",
"TreeSet/TreeSet+SetAlgebra intersection.swift",
"TreeSet/TreeSet+SetAlgebra isDisjoint.swift",
"TreeSet/TreeSet+SetAlgebra isEqualSet.swift",
"TreeSet/TreeSet+SetAlgebra isStrictSubset.swift",
"TreeSet/TreeSet+SetAlgebra isStrictSuperset.swift",
"TreeSet/TreeSet+SetAlgebra isSubset.swift",
"TreeSet/TreeSet+SetAlgebra isSuperset.swift",
"TreeSet/TreeSet+SetAlgebra subtract.swift",
"TreeSet/TreeSet+SetAlgebra subtracting.swift",
"TreeSet/TreeSet+SetAlgebra symmetricDifference.swift",
"TreeSet/TreeSet+SetAlgebra union.swift",
"TreeSet/TreeSet.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "DequeTests",
"module_type" : "SwiftTarget",
"name" : "DequeTests",
"path" : "Tests/DequeTests",
"sources" : [
"DequeInternals.swift",
"DequeTests.swift",
"MutableCollectionTests.swift",
"RangeReplaceableCollectionTests.swift"
],
"target_dependencies" : [
"DequeModule",
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "DequeModule",
"module_type" : "SwiftTarget",
"name" : "DequeModule",
"path" : "Sources/DequeModule",
"product_memberships" : [
"DequeModule",
"Collections"
],
"sources" : [
"Deque+Codable.swift",
"Deque+Collection.swift",
"Deque+CustomReflectable.swift",
"Deque+Descriptions.swift",
"Deque+Equatable.swift",
"Deque+ExpressibleByArrayLiteral.swift",
"Deque+Extras.swift",
"Deque+Hashable.swift",
"Deque+Sendable.swift",
"Deque+Testing.swift",
"Deque._Storage.swift",
"Deque._UnsafeHandle.swift",
"Deque.swift",
"_DequeBuffer.swift",
"_DequeBufferHeader.swift",
"_DequeSlot.swift",
"_UnsafeWrappedBuffer.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
},
{
"c99name" : "CollectionsTestSupportTests",
"module_type" : "SwiftTarget",
"name" : "CollectionsTestSupportTests",
"path" : "Tests/CollectionsTestSupportTests",
"sources" : [
"CombinatoricsChecks.swift",
"IndexRangeCollectionTests.swift",
"MinimalTypeConformances.swift",
"UtilitiesTests.swift"
],
"target_dependencies" : [
"_CollectionsTestSupport"
],
"type" : "test"
},
{
"c99name" : "Collections",
"module_type" : "SwiftTarget",
"name" : "Collections",
"path" : "Sources/Collections",
"product_memberships" : [
"Collections"
],
"sources" : [
"Collections.swift"
],
"target_dependencies" : [
"BitCollections",
"DequeModule",
"HashTreeCollections",
"HeapModule",
"OrderedCollections",
"_RopeModule",
"SortedCollections"
],
"type" : "library"
},
{
"c99name" : "BitCollectionsTests",
"module_type" : "SwiftTarget",
"name" : "BitCollectionsTests",
"path" : "Tests/BitCollectionsTests",
"sources" : [
"BitArrayTests.swift",
"BitSet.Counted Tests.swift",
"BitSetTests.swift"
],
"target_dependencies" : [
"BitCollections",
"_CollectionsTestSupport",
"OrderedCollections"
],
"type" : "test"
},
{
"c99name" : "BitCollections",
"module_type" : "SwiftTarget",
"name" : "BitCollections",
"path" : "Sources/BitCollections",
"product_memberships" : [
"BitCollections",
"Collections"
],
"sources" : [
"BitArray/BitArray+BitwiseOperations.swift",
"BitArray/BitArray+ChunkedBitsIterators.swift",
"BitArray/BitArray+Codable.swift",
"BitArray/BitArray+Collection.swift",
"BitArray/BitArray+Copy.swift",
"BitArray/BitArray+CustomReflectable.swift",
"BitArray/BitArray+Descriptions.swift",
"BitArray/BitArray+Equatable.swift",
"BitArray/BitArray+ExpressibleByArrayLiteral.swift",
"BitArray/BitArray+ExpressibleByStringLiteral.swift",
"BitArray/BitArray+Extras.swift",
"BitArray/BitArray+Fill.swift",
"BitArray/BitArray+Hashable.swift",
"BitArray/BitArray+Initializers.swift",
"BitArray/BitArray+Invariants.swift",
"BitArray/BitArray+LosslessStringConvertible.swift",
"BitArray/BitArray+RandomBits.swift",
"BitArray/BitArray+RangeReplaceableCollection.swift",
"BitArray/BitArray+Shifts.swift",
"BitArray/BitArray+Testing.swift",
"BitArray/BitArray._UnsafeHandle.swift",
"BitArray/BitArray.swift",
"BitSet/BitSet+BidirectionalCollection.swift",
"BitSet/BitSet+Codable.swift",
"BitSet/BitSet+CustomDebugStringConvertible.swift",
"BitSet/BitSet+CustomReflectable.swift",
"BitSet/BitSet+CustomStringConvertible.swift",
"BitSet/BitSet+Equatable.swift",
"BitSet/BitSet+ExpressibleByArrayLiteral.swift",
"BitSet/BitSet+Extras.swift",
"BitSet/BitSet+Hashable.swift",
"BitSet/BitSet+Initializers.swift",
"BitSet/BitSet+Invariants.swift",
"BitSet/BitSet+Random.swift",
"BitSet/BitSet+SetAlgebra basics.swift",
"BitSet/BitSet+SetAlgebra conformance.swift",
"BitSet/BitSet+SetAlgebra formIntersection.swift",
"BitSet/BitSet+SetAlgebra formSymmetricDifference.swift",
"BitSet/BitSet+SetAlgebra formUnion.swift",
"BitSet/BitSet+SetAlgebra intersection.swift",
"BitSet/BitSet+SetAlgebra isDisjoint.swift",
"BitSet/BitSet+SetAlgebra isEqualSet.swift",
"BitSet/BitSet+SetAlgebra isStrictSubset.swift",
"BitSet/BitSet+SetAlgebra isStrictSuperset.swift",
"BitSet/BitSet+SetAlgebra isSubset.swift",
"BitSet/BitSet+SetAlgebra isSuperset.swift",
"BitSet/BitSet+SetAlgebra subtract.swift",
"BitSet/BitSet+SetAlgebra subtracting.swift",
"BitSet/BitSet+SetAlgebra symmetricDifference.swift",
"BitSet/BitSet+SetAlgebra union.swift",
"BitSet/BitSet+Sorted Collection APIs.swift",
"BitSet/BitSet.Counted.swift",
"BitSet/BitSet.Index.swift",
"BitSet/BitSet._UnsafeHandle.swift",
"BitSet/BitSet.swift",
"Shared/Range+Utilities.swift",
"Shared/Slice+Utilities.swift",
"Shared/UInt+Tricks.swift",
"Shared/_Word.swift"
],
"target_dependencies" : [
"InternalCollectionsUtilities"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.