Build Information
Successful build of async-collections, reference 0.1.0 (726af9
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:30:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/async-collections
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 726af96 Add CompactMap functions (#3)
Cloned https://github.com/adam-fowler/async-collections.git
Revision (git rev-parse @):
726af96095a19df6b8053ddbaed0a727aa70ccb2
SUCCESS checkout https://github.com/adam-fowler/async-collections.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/adam-fowler/async-collections.git
https://github.com/adam-fowler/async-collections.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "async-collections",
"name" : "async-collections",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncCollections",
"targets" : [
"AsyncCollections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCollections",
"module_type" : "SwiftTarget",
"name" : "AsyncCollections",
"path" : "Sources/AsyncCollections",
"product_dependencies" : [
"Atomics",
"Collections"
],
"product_memberships" : [
"AsyncCollections"
],
"sources" : [
"AsyncSemaphore.swift",
"CompactMap.swift",
"Filter.swift",
"FlatMap.swift",
"ForEach.swift",
"Map.swift",
"TaskQueue.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncCollectionTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCollectionTests",
"path" : "Tests/AsyncCollectionTests",
"sources" : [
"AsyncSemaphoreTests.swift",
"CompactMapTests.swift",
"FilterTests.swift",
"FlatMapTests.swift",
"ForEachTests.swift",
"MapTests.swift",
"TaskQueueTests.swift"
],
"target_dependencies" : [
"AsyncCollections"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/12] Write sources
[10/12] Write swift-version-2F0A5646E1D333AE.txt
[11/12] Compiling _AtomicsShims.c
[13/49] Compiling Atomics AtomicBool.swift
[14/49] Compiling Atomics IntegerConformances.swift
[15/49] Compiling Atomics OptionalRawRepresentable.swift
[16/49] Compiling Atomics RawRepresentable.swift
[17/49] Emitting module InternalCollectionsUtilities
[18/49] Compiling Atomics PointerConformances.swift
[19/49] Compiling Atomics Primitives.native.swift
[22/52] Compiling Atomics ManagedAtomic.swift
[23/52] Compiling Atomics ManagedAtomicLazyReference.swift
[24/52] Compiling Atomics AtomicMemoryOrderings.swift
[25/52] Compiling Atomics DoubleWord.swift
[26/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/52] Compiling Atomics UnsafeAtomic.swift
[30/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/52] Compiling Atomics AtomicOptionalWrappable.swift
[33/52] Compiling Atomics AtomicReference.swift
[36/52] Compiling Atomics AtomicStorage.swift
[37/52] Compiling Atomics AtomicValue.swift
[40/52] Compiling Atomics Primitives.shims.swift
[41/52] Compiling Atomics AtomicInteger.swift
[42/52] Compiling Atomics IntegerOperations.swift
[43/52] Compiling Atomics Unmanaged extensions.swift
[52/122] Emitting module Atomics
[53/334] Compiling HashTreeCollections _Bucket.swift
[54/334] Compiling HashTreeCollections _Hash.swift
[55/335] Compiling DequeModule _DequeSlot.swift
[56/335] Compiling DequeModule _DequeBufferHeader.swift
[57/335] Compiling HeapModule _HeapNode.swift
[58/335] Compiling DequeModule _DequeBuffer.swift
[59/335] Compiling HeapModule Heap.swift
[60/335] Compiling HeapModule Heap+Descriptions.swift
[61/335] Compiling HeapModule Heap+UnsafeHandle.swift
[62/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[63/335] Compiling HeapModule Heap+Invariants.swift
[64/335] Compiling HashTreeCollections _HashLevel.swift
[65/335] Compiling HashTreeCollections _HashNode+Builder.swift
[66/335] Emitting module HeapModule
[67/335] Compiling HashTreeCollections _HashNode+Debugging.swift
[68/335] Compiling HashTreeCollections _HashNode+Initializers.swift
[69/335] Compiling _RopeModule BigString+Hashing.swift
[70/335] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[71/335] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[72/335] Compiling _RopeModule BigString+Sequence.swift
[73/335] Compiling _RopeModule BigString+TextOutputStream.swift
[74/335] Compiling _RopeModule BigString+Append.swift
[75/341] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/341] Compiling HashTreeCollections TreeSet+Equatable.swift
[77/341] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[78/341] Compiling HashTreeCollections TreeSet+Extras.swift
[79/341] Compiling HashTreeCollections TreeSet+Filter.swift
[80/341] Compiling HashTreeCollections TreeSet+Hashable.swift
[81/341] Compiling HashTreeCollections TreeSet+Sendable.swift
[82/341] Compiling HashTreeCollections TreeSet+Sequence.swift
[83/341] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[84/341] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[85/341] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[86/341] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[87/341] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[88/341] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[89/341] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[90/341] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[91/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[92/349] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[98/354] Compiling HashTreeCollections TreeDictionary+Keys.swift
[99/354] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[100/354] Compiling HashTreeCollections TreeDictionary+Merge.swift
[101/354] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[102/354] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[103/354] Compiling BitCollections BitSet.swift
[104/354] Compiling _RopeModule BigString+Split.swift
[105/354] Compiling _RopeModule Range+BigString.swift
[106/354] Compiling _RopeModule BigString+UTF16View.swift
[107/354] Compiling _RopeModule BigString+UTF8View.swift
[108/354] Compiling _RopeModule BigString+UnicodeScalarView.swift
[109/354] Compiling _RopeModule BigSubstring+UTF16View.swift
[111/354] Compiling _RopeModule BigString+Initializers.swift
[112/354] Compiling _RopeModule BigString+Insert.swift
[113/354] Compiling _RopeModule BigString+Managing Breaks.swift
[114/354] Compiling _RopeModule BigString+RemoveSubrange.swift
[115/354] Compiling _RopeModule BigString+ReplaceSubrange.swift
[116/354] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[117/354] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[118/354] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[119/354] Compiling HashTreeCollections TreeDictionary+Filter.swift
[120/354] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[121/354] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[127/354] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[128/354] Compiling HashTreeCollections _HashNode+Storage.swift
[129/354] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[130/354] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[131/354] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[132/354] Compiling _RopeModule BigString+Chunk+Splitting.swift
[133/354] Compiling _RopeModule BigString+Chunk.swift
[134/354] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[135/354] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[136/354] Compiling HashTreeCollections _HashNode+Invariants.swift
[137/354] Compiling HashTreeCollections _HashNode+Lookups.swift
[143/354] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[150/354] Compiling HashTreeCollections _AncestorHashSlots.swift
[151/354] Compiling HashTreeCollections _Bitmap.swift
[165/354] Compiling _RopeModule BigString+BidirectionalCollection.swift
[166/354] Compiling _RopeModule BigString+Comparable.swift
[167/354] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[168/354] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[169/354] Compiling _RopeModule BigString+Equatable.swift
[172/354] Compiling BitCollections Range+Utilities.swift
[173/354] Compiling BitCollections Slice+Utilities.swift
[174/354] Compiling BitCollections UInt+Tricks.swift
[175/354] Compiling BitCollections _Word.swift
[176/354] Compiling OrderedCollections OrderedSet.swift
[177/354] Compiling OrderedCollections _UnsafeBitset.swift
[204/354] Emitting module BitCollections
[211/354] Emitting module DequeModule
[212/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[213/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[214/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[215/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[216/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[217/354] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[218/354] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[219/354] Compiling HashTreeCollections TreeSet.swift
[318/361] Emitting module OrderedCollections
[337/361] Compiling _RopeModule Rope+Remove.swift
[338/361] Compiling _RopeModule Rope+RemoveSubrange.swift
[339/361] Compiling _RopeModule Rope+Split.swift
[340/361] Compiling _RopeModule Optional Utilities.swift
[341/361] Compiling _RopeModule String Utilities.swift
[342/361] Compiling _RopeModule String.Index+ABI.swift
[343/361] Compiling _RopeModule _CharacterRecognizer.swift
[344/361] Emitting module _RopeModule
[361/361] Emitting module HashTreeCollections
[362/363] Emitting module Collections
[363/363] Compiling Collections Collections.swift
[364/371] Compiling AsyncCollections TaskQueue.swift
[365/371] Compiling AsyncCollections FlatMap.swift
[366/371] Compiling AsyncCollections Map.swift
[367/371] Compiling AsyncCollections CompactMap.swift
[368/371] Compiling AsyncCollections Filter.swift
[369/371] Compiling AsyncCollections ForEach.swift
[370/371] Emitting module AsyncCollections
[371/371] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (12.99s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.19s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "async-collections",
"name" : "async-collections",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncCollections",
"targets" : [
"AsyncCollections"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCollections",
"module_type" : "SwiftTarget",
"name" : "AsyncCollections",
"path" : "Sources/AsyncCollections",
"product_dependencies" : [
"Atomics",
"Collections"
],
"product_memberships" : [
"AsyncCollections"
],
"sources" : [
"AsyncSemaphore.swift",
"CompactMap.swift",
"Filter.swift",
"FlatMap.swift",
"ForEach.swift",
"Map.swift",
"TaskQueue.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncCollectionTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCollectionTests",
"path" : "Tests/AsyncCollectionTests",
"sources" : [
"AsyncSemaphoreTests.swift",
"CompactMapTests.swift",
"FilterTests.swift",
"FlatMapTests.swift",
"ForEachTests.swift",
"MapTests.swift",
"TaskQueueTests.swift"
],
"target_dependencies" : [
"AsyncCollections"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Done.