@@ -8,22 +8,22 @@ See https://swift.org/LICENSE.txt for license information
88#]]
99
1010add_library (_CollectionsUtilities
11- "Compatibility/Array+WithContiguousStorage Compatibility.swift"
12- "Compatibility/UnsafeMutableBufferPointer+SE-0370.swift"
13- "Compatibility/UnsafeMutablePointer+SE-0370.swift"
14- "Compatibility/UnsafeRawPointer extensions.swift"
15- "Debugging.swift"
16- "Descriptions.swift"
17- "IntegerTricks/FixedWidthInteger+roundUpToPowerOfTwo.swift"
18- "IntegerTricks/Integer rank.swift"
19- "IntegerTricks/UInt+first and last set bit.swift"
20- "IntegerTricks/UInt+reversed.swift"
21- "RandomAccessCollection+Offsets.swift"
22- "UnsafeBitSet/_UnsafeBitSet+Index.swift"
23- "UnsafeBitSet/_UnsafeBitSet+_Word.swift"
24- "UnsafeBitSet/_UnsafeBitSet.swift"
25- "UnsafeBufferPointer+Extras.swift"
26- "UnsafeMutableBufferPointer+Extras.swift"
11+ "Compatibility/autogenerated/ Array+WithContiguousStorage Compatibility.swift"
12+ "Compatibility/autogenerated/ UnsafeMutableBufferPointer+SE-0370.swift"
13+ "Compatibility/autogenerated/ UnsafeMutablePointer+SE-0370.swift"
14+ "Compatibility/autogenerated/ UnsafeRawPointer extensions.swift"
15+ "autogenerated/ Debugging.swift"
16+ "autogenerated/ Descriptions.swift"
17+ "IntegerTricks/autogenerated/ FixedWidthInteger+roundUpToPowerOfTwo.swift"
18+ "IntegerTricks/autogenerated/ Integer rank.swift"
19+ "IntegerTricks/autogenerated/ UInt+first and last set bit.swift"
20+ "IntegerTricks/autogenerated/ UInt+reversed.swift"
21+ "autogenerated/ RandomAccessCollection+Offsets.swift"
22+ "UnsafeBitSet/autogenerated/ _UnsafeBitSet+Index.swift"
23+ "UnsafeBitSet/autogenerated/ _UnsafeBitSet+_Word.swift"
24+ "UnsafeBitSet/autogenerated/ _UnsafeBitSet.swift"
25+ "autogenerated/ UnsafeBufferPointer+Extras.swift"
26+ "autogenerated/ UnsafeMutableBufferPointer+Extras.swift"
2727 "_SortedCollection.swift"
2828 "_UniqueCollection.swift"
2929 )
0 commit comments