Build Information
Successful build of async-collections, reference 0.1.0 (726af9), with Swift 6.3 for Linux on 15 Apr 2026 05:44:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/async-collections.git
Reference: 0.1.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/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: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/adam-fowler/async-collections.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.71s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/13] Write sources
[11/13] Compiling _AtomicsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/49] Emitting module InternalCollectionsUtilities
[15/51] Emitting module Atomics
[16/53] Compiling Atomics IntegerOperations.swift
[17/53] Compiling Atomics Unmanaged extensions.swift
[18/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/53] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[21/53] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/53] Compiling InternalCollectionsUtilities Span+Extras.swift
[23/53] Compiling Atomics AtomicStorage.swift
[24/53] Compiling Atomics AtomicValue.swift
[25/53] Compiling Atomics Primitives.native.swift
[26/53] Compiling Atomics UnsafeAtomic.swift
[27/53] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/53] Compiling InternalCollectionsUtilities Debugging.swift
[31/53] Compiling InternalCollectionsUtilities Descriptions.swift
[32/53] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/53] Compiling Atomics ManagedAtomic.swift
[34/53] Compiling Atomics ManagedAtomicLazyReference.swift
[35/53] Compiling Atomics IntegerConformances.swift
[36/53] Compiling Atomics PointerConformances.swift
[56/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[57/348] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[58/348] Compiling BitCollections BitArray+Codable.swift
[59/348] Compiling BitCollections BitArray+Collection.swift
[60/348] Compiling BitCollections BitArray+Copy.swift
[61/348] Compiling BitCollections BitArray+CustomReflectable.swift
[62/354] Compiling BitCollections BitArray+Equatable.swift
[63/354] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[64/354] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[65/354] Compiling BitCollections BitArray+Extras.swift
[66/354] Compiling BitCollections BitArray+Fill.swift
[67/354] Compiling BitCollections BitArray+Descriptions.swift
[68/354] Compiling BitCollections BitSet+Initializers.swift
[69/354] Compiling BitCollections BitSet+Invariants.swift
[70/354] Compiling BitCollections BitSet+Random.swift
[71/354] Compiling HeapModule Heap+Descriptions.swift
[72/354] Compiling BitCollections BitSet+SetAlgebra basics.swift
[73/354] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[74/354] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[75/354] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[76/354] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[77/354] Compiling BitCollections BitArray+RandomBits.swift
[78/354] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[79/354] Compiling BitCollections BitArray+Shifts.swift
[80/354] Compiling BitCollections BitArray+Testing.swift
[81/354] Compiling BitCollections BitArray._UnsafeHandle.swift
[82/354] Compiling BitCollections BitArray.swift
[83/354] Compiling BitCollections BitSet+BidirectionalCollection.swift
[84/354] Compiling BitCollections BitSet+Codable.swift
[85/354] Emitting module ContainersPreview
[86/354] Compiling ContainersPreview Box.swift
[87/354] Compiling ContainersPreview Inout.swift
[88/354] Compiling ContainersPreview InputSpan.swift
[89/354] Compiling ContainersPreview Shared.swift
[90/354] Compiling HeapModule _HeapNode.swift
[91/354] Compiling BitCollections BitArray+Hashable.swift
[92/354] Compiling BitCollections BitArray+Initializers.swift
[93/354] Compiling BitCollections BitArray+Invariants.swift
[94/354] Compiling BitCollections BinaryInteger extensions.swift
[95/354] Compiling BitCollections BitArray+BitwiseOperations.swift
[96/355] Compiling HeapModule Heap.swift
[98/355] Compiling HeapModule Heap+Invariants.swift
[99/355] Compiling HeapModule Heap+UnsafeHandle.swift
[100/355] Emitting module HeapModule
[102/396] Compiling DequeModule _DequeBuffer.swift
[103/396] Compiling DequeModule _DequeBufferHeader.swift
[104/396] Compiling DequeModule RigidDeque+Append.swift
[105/396] Compiling DequeModule RigidDeque+Consumption.swift
[106/396] Compiling DequeModule RigidDeque+Container.swift
[107/396] Compiling DequeModule RigidDeque+Descriptions.swift
[108/396] Compiling DequeModule Deque+Extras.swift
[109/396] Compiling DequeModule Deque+Hashable.swift
[110/403] Compiling _RopeModule Rope+Extract.swift
[111/403] Compiling _RopeModule Rope+Find.swift
[112/403] Compiling _RopeModule Rope+ForEachWhile.swift
[113/403] Compiling _RopeModule Rope+Insert.swift
[114/403] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[115/403] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[116/403] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[117/403] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[118/403] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[119/403] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[120/413] Compiling DequeModule UniqueDeque+Descriptions.swift
[121/413] Compiling DequeModule UniqueDeque+Equatable.swift
[122/413] Compiling DequeModule UniqueDeque+Experimental.swift
[123/413] Compiling DequeModule UniqueDeque+Hashable.swift
[124/413] Compiling DequeModule UniqueDeque+Initializers.swift
[125/413] Compiling DequeModule UniqueDeque+Insertions.swift
[126/413] Compiling DequeModule UniqueDeque+Prepend.swift
[127/420] Compiling DequeModule RigidDeque+Removals.swift
[128/420] Compiling DequeModule RigidDeque+Replacements.swift
[129/420] Compiling DequeModule RigidDeque+Testing.swift
[130/420] Compiling DequeModule RigidDeque.swift
[131/420] Compiling DequeModule UniqueDeque+Append.swift
[132/420] Compiling DequeModule UniqueDeque+Consumption.swift
[133/420] Compiling DequeModule UniqueDeque+Container.swift
[139/425] Compiling DequeModule RigidDeque+Insertions.swift
[140/425] Compiling DequeModule RigidDeque+Prepend.swift
[141/425] Compiling DequeModule Deque+Codable.swift
[142/425] Compiling DequeModule Deque+Collection.swift
[143/425] Compiling DequeModule Deque+CustomReflectable.swift
[144/425] Compiling DequeModule Deque+Descriptions.swift
[145/425] Compiling DequeModule Deque+Equatable.swift
[146/425] Emitting module BitCollections
[147/425] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[148/425] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[149/425] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[150/425] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[151/425] Compiling BitCollections BitSet+SetAlgebra union.swift
[152/425] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[153/425] Compiling BitCollections BitSet.Counted.swift
[154/425] Compiling BitCollections BitSet.Index.swift
[155/425] Compiling DequeModule UniqueDeque+Replacements.swift
[156/425] Compiling DequeModule UniqueDeque.swift
[157/425] Compiling DequeModule _DequeSlot.swift
[158/425] Compiling DequeModule _UnsafeDequeHandle.swift
[159/425] Compiling DequeModule _UnsafeDequeSegments.swift
[160/425] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[161/425] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[166/425] Compiling DequeModule UniqueDeque+Removals.swift
[182/425] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[183/425] Compiling DequeModule Deque+Testing.swift
[184/425] Compiling DequeModule Deque._Storage.swift
[185/425] Compiling DequeModule Deque._UnsafeHandle.swift
[186/425] Compiling DequeModule Deque.swift
[187/425] Compiling DequeModule RigidDeque+Equatable.swift
[188/425] Compiling DequeModule RigidDeque+Experimental.swift
[189/425] Compiling DequeModule RigidDeque+Hashable.swift
[190/425] Compiling DequeModule RigidDeque+Initializers.swift
[203/425] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[204/425] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[205/425] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[206/425] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[207/425] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[208/425] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[209/425] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[210/425] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[211/425] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[212/425] Compiling HashTreeCollections TreeSet.swift
[222/425] Compiling OrderedCollections OrderedSet+Sendable.swift
[223/425] Compiling OrderedCollections OrderedSet+SubSequence.swift
[224/425] Compiling OrderedCollections OrderedSet+Testing.swift
[225/425] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[226/425] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[227/425] Compiling OrderedCollections OrderedSet.swift
[303/435] Compiling OrderedCollections _UnsafeBitset.swift
[304/435] Compiling _RopeModule Rope+Collection.swift
[305/435] Compiling _RopeModule Rope+Index.swift
[306/435] Compiling _RopeModule Rope+Sequence.swift
[307/435] Compiling _RopeModule Rope+Append.swift
[355/435] Emitting module OrderedCollections
[378/436] Emitting module _RopeModule
[421/436] Compiling _RopeModule Rope+Join.swift
[422/436] Compiling _RopeModule Rope+MutatingForEach.swift
[423/436] Compiling _RopeModule Rope+Remove.swift
[424/436] Compiling _RopeModule Rope+RemoveSubrange.swift
[425/436] Compiling _RopeModule Rope+Split.swift
[426/436] Compiling _RopeModule Optional Utilities.swift
[427/436] Compiling _RopeModule String Utilities.swift
[428/436] Compiling _RopeModule String.Index+ABI.swift
[429/436] Compiling _RopeModule _CharacterRecognizer.swift
[431/437] Emitting module HashTreeCollections
[438/438] Emitting module DequeModule
[440/445] Compiling Collections OrderedCollections reexports.swift
[441/445] Emitting module Collections
[442/445] Compiling Collections BitCollections reexports.swift
[443/445] Compiling Collections HashTreeCollections reexports.swift
[444/445] Compiling Collections HeapModule reexports.swift
[445/445] Compiling Collections DequeModule reexports.swift
[447/454] Compiling AsyncCollections TaskQueue.swift
[448/454] Compiling AsyncCollections Filter.swift
[449/454] Compiling AsyncCollections Map.swift
[450/454] Compiling AsyncCollections ForEach.swift
[451/454] Compiling AsyncCollections FlatMap.swift
[452/454] Compiling AsyncCollections CompactMap.swift
[453/454] Emitting module AsyncCollections
[454/454] Compiling AsyncCollections AsyncSemaphore.swift
Build complete! (81.08s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.