Build Information
Successful build of AsyncCombine, reference 1.0.4 (dfad85), with Swift 6.2 for Linux on 21 Oct 2025 06:13:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/will-lumley/AsyncCombine.git
Reference: 1.0.4
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/will-lumley/AsyncCombine
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at dfad85c Merge pull request #1 from will-lumley/feature/unit-tests
Cloned https://github.com/will-lumley/AsyncCombine.git
Revision (git rev-parse @):
dfad85c7a59d0e9a775bdfd03519f05a61d9d9cf
SUCCESS checkout https://github.com/will-lumley/AsyncCombine.git at 1.0.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/will-lumley/AsyncCombine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
[2134/7766] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-docc-plugin from cache (0.69s)
[4225/5633] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.89s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.88s)
Fetching https://github.com/apple/swift-collections.git
[1/18208] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3554] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.59s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/24] Emitting module InternalCollectionsUtilities
[10/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/26] Compiling InternalCollectionsUtilities Integer rank.swift
[12/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/26] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/26] Compiling InternalCollectionsUtilities Debugging.swift
[18/26] Compiling InternalCollectionsUtilities Descriptions.swift
[19/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/26] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[26/26] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[28/97] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[29/97] Compiling OrderedCollections OrderedDictionary+Elements.swift
[30/99] Compiling OrderedCollections _HashTable+Testing.swift
[31/99] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[32/99] Compiling OrderedCollections _HashTable.swift
[33/99] Compiling OrderedCollections _Hashtable+Header.swift
[34/99] Compiling DequeModule _DequeSlot.swift
[35/99] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[43/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[44/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[45/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[46/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[47/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[48/106] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[49/106] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[50/106] Compiling OrderedCollections OrderedDictionary.swift
[51/106] Compiling OrderedCollections OrderedSet+Codable.swift
[52/106] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[53/106] Compiling OrderedCollections OrderedSet+Descriptions.swift
[54/106] Compiling OrderedCollections OrderedSet+Diffing.swift
[55/106] Compiling OrderedCollections OrderedSet+Equatable.swift
[56/106] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[57/106] Compiling OrderedCollections OrderedSet+Hashable.swift
[58/106] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/106] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/106] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/106] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/106] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/106] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/106] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/106] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[68/106] Compiling OrderedCollections OrderedDictionary+Codable.swift
[69/106] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[70/106] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[71/106] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[72/106] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[73/106] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[74/106] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[75/106] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[76/106] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[77/106] Compiling OrderedCollections OrderedDictionary+Values.swift
[86/106] Compiling OrderedCollections _HashTable+Bucket.swift
[87/106] Compiling OrderedCollections _HashTable+BucketIterator.swift
[88/106] Emitting module DequeModule
[89/106] Compiling OrderedCollections _HashTable+Constants.swift
[90/106] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[100/107] Compiling OrderedCollections OrderedSet+Sendable.swift
[101/107] Compiling OrderedCollections OrderedSet+SubSequence.swift
[102/107] Compiling OrderedCollections OrderedSet+Testing.swift
[103/107] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/107] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/107] Compiling OrderedCollections OrderedSet.swift
[106/107] Compiling OrderedCollections _UnsafeBitset.swift
[107/107] Emitting module OrderedCollections
[109/153] Emitting module AsyncAlgorithms
[110/159] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[111/159] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[112/159] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[113/159] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[114/159] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[115/159] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[116/159] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[117/159] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[118/159] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[119/159] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[120/159] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[121/159] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[122/159] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[123/159] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[124/159] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[125/159] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[126/159] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[127/159] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[128/159] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[129/159] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[130/159] Compiling AsyncAlgorithms SetAlgebra.swift
[131/159] Compiling AsyncAlgorithms UnsafeTransfer.swift
[132/159] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[133/159] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[134/159] Compiling AsyncAlgorithms ZipStateMachine.swift
[135/159] Compiling AsyncAlgorithms ZipStorage.swift
[136/159] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[137/159] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[138/159] Compiling AsyncAlgorithms MergeStateMachine.swift
[139/159] Compiling AsyncAlgorithms MergeStorage.swift
[140/159] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[141/159] Compiling AsyncAlgorithms Rethrow.swift
[142/159] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[143/159] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[144/159] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[145/159] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[146/159] Compiling AsyncAlgorithms AsyncChannel.swift
[147/159] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[148/159] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[149/159] Compiling AsyncAlgorithms DebounceStateMachine.swift
[150/159] Compiling AsyncAlgorithms DebounceStorage.swift
[151/159] Compiling AsyncAlgorithms Dictionary.swift
[152/159] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[153/159] Compiling AsyncAlgorithms Locking.swift
[154/159] Compiling AsyncAlgorithms ChannelStateMachine.swift
[155/159] Compiling AsyncAlgorithms ChannelStorage.swift
[156/159] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[157/159] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[158/159] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[159/159] Compiling AsyncAlgorithms CombineLatestStorage.swift
[161/175] Compiling AsyncCombine RecordingError.swift
[162/175] Compiling AsyncCombine NonSendableBox.swift
[163/177] Compiling AsyncCombine RepeaterBox.swift
[164/177] Compiling AsyncCombine WeakBox.swift
[165/177] Emitting module AsyncCombine
[166/177] Compiling AsyncCombine Receive.swift
[167/177] Compiling AsyncCombine SubscriptionTask.swift
[168/177] Compiling AsyncCombine Set+Cancel.swift
[169/177] Compiling AsyncCombine Task+Store.swift
[170/177] Compiling AsyncCombine Observable+CurrentValueRelay.swift
[171/177] Compiling AsyncCombine Observable+Observed.swift
[172/177] Compiling AsyncCombine AsyncSequence+First.swift
[173/177] Compiling AsyncCombine Recorder.swift
[174/177] Compiling AsyncCombine AsyncSequence+Assign.swift
[175/177] Compiling AsyncCombine AsyncSequence+Sink.swift
[176/177] Compiling AsyncCombine CurrentValueRelay.swift
[177/177] Compiling AsyncCombine AsyncCombine+Combine.swift
Build complete! (48.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AsyncCombine",
"name" : "AsyncCombine",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AsyncCombine",
"targets" : [
"AsyncCombine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCombineTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCombineTests",
"path" : "Tests/AsyncCombineTests",
"sources" : [
"Core/CurrentValueRelayTests.swift",
"Operators/AsyncCombine+CombineTests.swift",
"Operators/AsyncSequence+AssignTests.swift",
"Operators/AsyncSequence+SinkTests.swift",
"Operators/AsyncSequenceSinkOnMainTests.swift",
"Operators/Observable+ObservedTests.swift",
"Subscriptions/Set+CancelTests.swift",
"Subscriptions/Task+StoreTests.swift",
"Testing/AsyncSequence+FirstTests.swift",
"Testing/RecorderTests.swift",
"Testing/RecordingErrorTests.swift",
"TestingToolbox/AsyncBox.swift",
"TestingToolbox/AsyncSequence+Collect.swift",
"TestingToolbox/AsyncStream+MakeStream.swift",
"TestingToolbox/AsyncThrowingStream+MakeStream.swift",
"TestingToolbox/CancelProbe.swift",
"TestingToolbox/CancellableTask.swift",
"TestingToolbox/Label.swift",
"TestingToolbox/RecordingBox.swift",
"TestingToolbox/TestError.swift"
],
"target_dependencies" : [
"AsyncCombine"
],
"type" : "test"
},
{
"c99name" : "AsyncCombine",
"module_type" : "SwiftTarget",
"name" : "AsyncCombine",
"path" : "Sources/AsyncCombine",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"AsyncCombine"
],
"sources" : [
"Core/CurrentValueRelay.swift",
"Operators/AsyncCombine+Combine.swift",
"Operators/AsyncSequence+Assign.swift",
"Operators/AsyncSequence+Sink.swift",
"Operators/Observable+CurrentValueRelay.swift",
"Operators/Observable+Observed.swift",
"Subscriptions/Set+Cancel.swift",
"Subscriptions/Task+Store.swift",
"Testing/AsyncSequence+First.swift",
"Testing/Recorder.swift",
"Testing/RecordingError.swift",
"Types/Boxes/NonSendableBox.swift",
"Types/Boxes/RepeaterBox.swift",
"Types/Boxes/WeakBox.swift",
"Types/Receive.swift",
"Types/SubscriptionTask.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.