Build Information
Successful build of swift-async-algorithms, reference main (70c36c
), with Swift 6.1 for Android on 10 Sep 2025 21:06:58 UTC.
Swift 6 data race errors: 5
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-async-algorithms.git
Reference: main
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/apple/swift-async-algorithms
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 70c36ce Share algorithm (#357)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
70c36ce9a1143709ba7a4cf764b6a5303ced23d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-async-algorithms.git
https://github.com/apple/swift-async-algorithms.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-async-algorithms",
"name" : "swift-async-algorithms",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncAlgorithms",
"targets" : [
"AsyncAlgorithms"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_CAsyncSequenceValidationSupport",
"module_type" : "SystemLibraryTarget",
"name" : "_CAsyncSequenceValidationSupport",
"path" : "Sources/_CAsyncSequenceValidationSupport",
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "AsyncSequenceValidation",
"module_type" : "SwiftTarget",
"name" : "AsyncSequenceValidation",
"path" : "Sources/AsyncSequenceValidation",
"sources" : [
"AsyncSequenceValidationDiagram.swift",
"Clock.swift",
"Event.swift",
"Expectation.swift",
"Input.swift",
"Job.swift",
"Locking.swift",
"SourceLocation.swift",
"TaskDriver.swift",
"Test.swift",
"Theme.swift",
"WorkQueue.swift"
],
"target_dependencies" : [
"_CAsyncSequenceValidationSupport",
"AsyncAlgorithms"
],
"type" : "library"
},
{
"c99name" : "AsyncAlgorithms_XCTest",
"module_type" : "SwiftTarget",
"name" : "AsyncAlgorithms_XCTest",
"path" : "Sources/AsyncAlgorithms_XCTest",
"sources" : [
"ValidationTest.swift"
],
"target_dependencies" : [
"AsyncAlgorithms",
"AsyncSequenceValidation"
],
"type" : "library"
},
{
"c99name" : "AsyncAlgorithmsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncAlgorithmsTests",
"path" : "Tests/AsyncAlgorithmsTests",
"sources" : [
"Interspersed/TestInterspersed.swift",
"Performance/TestThroughput.swift",
"Performance/ThroughputMeasurement.swift",
"Support/Asserts.swift",
"Support/Failure.swift",
"Support/Gate.swift",
"Support/GatedSequence.swift",
"Support/Indefinite.swift",
"Support/Locking.swift",
"Support/ManualClock.swift",
"Support/ReportingSequence.swift",
"Support/Validator.swift",
"Support/ViolatingSequence.swift",
"TestAdjacentPairs.swift",
"TestBuffer.swift",
"TestBufferedByteIterator.swift",
"TestChain.swift",
"TestChannel.swift",
"TestChunk.swift",
"TestCombineLatest.swift",
"TestCompacted.swift",
"TestDebounce.swift",
"TestDictionary.swift",
"TestJoin.swift",
"TestLazy.swift",
"TestManualClock.swift",
"TestMerge.swift",
"TestRangeReplaceableCollection.swift",
"TestReductions.swift",
"TestRemoveDuplicates.swift",
"TestSetAlgebra.swift",
"TestShare.swift",
"TestThrottle.swift",
"TestThrowingChannel.swift",
"TestTimer.swift",
"TestValidationTests.swift",
"TestValidator.swift",
"TestZip.swift"
],
"target_dependencies" : [
"AsyncAlgorithms",
"AsyncSequenceValidation",
"AsyncAlgorithms_XCTest"
],
"type" : "test"
},
{
"c99name" : "AsyncAlgorithms",
"module_type" : "SwiftTarget",
"name" : "AsyncAlgorithms",
"path" : "Sources/AsyncAlgorithms",
"product_dependencies" : [
"OrderedCollections",
"DequeModule"
],
"product_memberships" : [
"AsyncAlgorithms"
],
"sources" : [
"AsyncAdjacentPairsSequence.swift",
"AsyncBufferedByteIterator.swift",
"AsyncChain2Sequence.swift",
"AsyncChain3Sequence.swift",
"AsyncChunkedByGroupSequence.swift",
"AsyncChunkedOnProjectionSequence.swift",
"AsyncChunksOfCountOrSignalSequence.swift",
"AsyncChunksOfCountSequence.swift",
"AsyncCompactedSequence.swift",
"AsyncExclusiveReductionsSequence.swift",
"AsyncInclusiveReductionsSequence.swift",
"AsyncJoinedBySeparatorSequence.swift",
"AsyncJoinedSequence.swift",
"AsyncRemoveDuplicatesSequence.swift",
"AsyncShareSequence.swift",
"AsyncSyncSequence.swift",
"AsyncThrottleSequence.swift",
"AsyncThrowingExclusiveReductionsSequence.swift",
"AsyncThrowingInclusiveReductionsSequence.swift",
"AsyncTimerSequence.swift",
"Buffer/AsyncBufferSequence.swift",
"Buffer/BoundedBufferStateMachine.swift",
"Buffer/BoundedBufferStorage.swift",
"Buffer/UnboundedBufferStateMachine.swift",
"Buffer/UnboundedBufferStorage.swift",
"Channels/AsyncChannel.swift",
"Channels/AsyncThrowingChannel.swift",
"Channels/ChannelStateMachine.swift",
"Channels/ChannelStorage.swift",
"CombineLatest/AsyncCombineLatest2Sequence.swift",
"CombineLatest/AsyncCombineLatest3Sequence.swift",
"CombineLatest/CombineLatestStateMachine.swift",
"CombineLatest/CombineLatestStorage.swift",
"Debounce/AsyncDebounceSequence.swift",
"Debounce/DebounceStateMachine.swift",
"Debounce/DebounceStorage.swift",
"Dictionary.swift",
"Interspersed/AsyncInterspersedSequence.swift",
"Locking.swift",
"Merge/AsyncMerge2Sequence.swift",
"Merge/AsyncMerge3Sequence.swift",
"Merge/MergeStateMachine.swift",
"Merge/MergeStorage.swift",
"RangeReplaceableCollection.swift",
"Rethrow.swift",
"SetAlgebra.swift",
"UnsafeTransfer.swift",
"Zip/AsyncZip2Sequence.swift",
"Zip/AsyncZip3Sequence.swift",
"Zip/ZipStateMachine.swift",
"Zip/ZipStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/17453] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.89s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/21] Compiling InternalCollectionsUtilities Debugging.swift
[12/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/22] Compiling InternalCollectionsUtilities Descriptions.swift
[14/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/22] Compiling InternalCollectionsUtilities Integer rank.swift
[17/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/22] Emitting module InternalCollectionsUtilities
[20/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/57] Compiling OrderedCollections _HashTable+Constants.swift
[25/57] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[26/95] Compiling OrderedCollections OrderedDictionary.swift
[27/95] Compiling OrderedCollections OrderedSet+Codable.swift
[28/95] Compiling OrderedCollections _HashTable+Testing.swift
[29/95] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[30/95] Compiling DequeModule _DequeSlot.swift
[31/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[32/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[33/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[34/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[35/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[36/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[37/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[38/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[39/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[40/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[41/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[42/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[43/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[44/95] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[45/95] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[46/102] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[47/102] Compiling OrderedCollections OrderedSet+Descriptions.swift
[48/102] Compiling OrderedCollections _HashTable.swift
[49/102] Compiling OrderedCollections _Hashtable+Header.swift
[50/102] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/102] Compiling OrderedCollections OrderedSet+Equatable.swift
[60/102] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/102] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/102] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/102] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/102] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/102] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/102] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[67/102] Compiling OrderedCollections OrderedDictionary+Values.swift
[68/102] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/102] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/102] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/102] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/102] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[74/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[75/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[76/102] Compiling OrderedCollections OrderedDictionary+Codable.swift
[77/102] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[78/102] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[79/102] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/102] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/102] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/102] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[83/102] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[84/102] Compiling OrderedCollections _HashTable+Bucket.swift
[85/102] Compiling OrderedCollections _HashTable+BucketIterator.swift
[86/102] Emitting module DequeModule
[96/103] Compiling OrderedCollections OrderedSet+Sendable.swift
[97/103] Compiling OrderedCollections OrderedSet+SubSequence.swift
[98/103] Compiling OrderedCollections OrderedSet+Testing.swift
[99/103] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[100/103] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[101/103] Compiling OrderedCollections OrderedSet.swift
[102/103] Compiling OrderedCollections _UnsafeBitset.swift
[103/103] Emitting module OrderedCollections
[105/150] Emitting module AsyncAlgorithms
[106/156] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[107/156] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[108/156] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[109/156] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[110/156] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[111/156] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[112/156] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[113/156] Compiling AsyncAlgorithms AsyncShareSequence.swift
[114/156] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[115/156] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[116/156] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[117/156] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[118/156] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[119/156] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[120/156] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[121/156] Compiling AsyncAlgorithms DebounceStateMachine.swift
[122/156] Compiling AsyncAlgorithms DebounceStorage.swift
[123/156] Compiling AsyncAlgorithms Dictionary.swift
[124/156] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[125/156] Compiling AsyncAlgorithms Locking.swift
[126/156] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[127/156] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[128/156] Compiling AsyncAlgorithms MergeStateMachine.swift
[129/156] Compiling AsyncAlgorithms MergeStorage.swift
[130/156] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[131/156] Compiling AsyncAlgorithms Rethrow.swift
[132/156] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[133/156] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[134/156] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[135/156] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[136/156] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[137/156] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[138/156] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[139/156] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[140/156] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[141/156] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[142/156] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[143/156] Compiling AsyncAlgorithms AsyncChannel.swift
[144/156] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[145/156] Compiling AsyncAlgorithms ChannelStateMachine.swift
[146/156] Compiling AsyncAlgorithms ChannelStorage.swift
[147/156] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[148/156] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[149/156] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[150/156] Compiling AsyncAlgorithms CombineLatestStorage.swift
[151/156] Compiling AsyncAlgorithms SetAlgebra.swift
[152/156] Compiling AsyncAlgorithms UnsafeTransfer.swift
[153/156] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[154/156] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[155/156] Compiling AsyncAlgorithms ZipStateMachine.swift
[156/156] Compiling AsyncAlgorithms ZipStorage.swift
[158/169] Compiling AsyncSequenceValidation Theme.swift
[159/170] Emitting module AsyncSequenceValidation
[160/170] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
[161/170] Compiling AsyncSequenceValidation Clock.swift
[162/170] Compiling AsyncSequenceValidation TaskDriver.swift
[163/170] Compiling AsyncSequenceValidation Input.swift
[164/170] Compiling AsyncSequenceValidation Job.swift
[165/170] Compiling AsyncSequenceValidation Test.swift
[166/170] Compiling AsyncSequenceValidation Locking.swift
[167/170] Compiling AsyncSequenceValidation SourceLocation.swift
[168/170] Compiling AsyncSequenceValidation Event.swift
[169/170] Compiling AsyncSequenceValidation Expectation.swift
[170/170] Compiling AsyncSequenceValidation WorkQueue.swift
[172/173] Emitting module AsyncAlgorithms_XCTest
[173/173] Compiling AsyncAlgorithms_XCTest ValidationTest.swift
Build complete! (31.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-async-algorithms",
"name" : "swift-async-algorithms",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncAlgorithms",
"targets" : [
"AsyncAlgorithms"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_CAsyncSequenceValidationSupport",
"module_type" : "SystemLibraryTarget",
"name" : "_CAsyncSequenceValidationSupport",
"path" : "Sources/_CAsyncSequenceValidationSupport",
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "AsyncSequenceValidation",
"module_type" : "SwiftTarget",
"name" : "AsyncSequenceValidation",
"path" : "Sources/AsyncSequenceValidation",
"sources" : [
"AsyncSequenceValidationDiagram.swift",
"Clock.swift",
"Event.swift",
"Expectation.swift",
"Input.swift",
"Job.swift",
"Locking.swift",
"SourceLocation.swift",
"TaskDriver.swift",
"Test.swift",
"Theme.swift",
"WorkQueue.swift"
],
"target_dependencies" : [
"_CAsyncSequenceValidationSupport",
"AsyncAlgorithms"
],
"type" : "library"
},
{
"c99name" : "AsyncAlgorithms_XCTest",
"module_type" : "SwiftTarget",
"name" : "AsyncAlgorithms_XCTest",
"path" : "Sources/AsyncAlgorithms_XCTest",
"sources" : [
"ValidationTest.swift"
],
"target_dependencies" : [
"AsyncAlgorithms",
"AsyncSequenceValidation"
],
"type" : "library"
},
{
"c99name" : "AsyncAlgorithmsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncAlgorithmsTests",
"path" : "Tests/AsyncAlgorithmsTests",
"sources" : [
"Interspersed/TestInterspersed.swift",
"Performance/TestThroughput.swift",
"Performance/ThroughputMeasurement.swift",
"Support/Asserts.swift",
"Support/Failure.swift",
"Support/Gate.swift",
"Support/GatedSequence.swift",
"Support/Indefinite.swift",
"Support/Locking.swift",
"Support/ManualClock.swift",
"Support/ReportingSequence.swift",
"Support/Validator.swift",
"Support/ViolatingSequence.swift",
"TestAdjacentPairs.swift",
"TestBuffer.swift",
"TestBufferedByteIterator.swift",
"TestChain.swift",
"TestChannel.swift",
"TestChunk.swift",
"TestCombineLatest.swift",
"TestCompacted.swift",
"TestDebounce.swift",
"TestDictionary.swift",
"TestJoin.swift",
"TestLazy.swift",
"TestManualClock.swift",
"TestMerge.swift",
"TestRangeReplaceableCollection.swift",
"TestReductions.swift",
"TestRemoveDuplicates.swift",
"TestSetAlgebra.swift",
"TestShare.swift",
"TestThrottle.swift",
"TestThrowingChannel.swift",
"TestTimer.swift",
"TestValidationTests.swift",
"TestValidator.swift",
"TestZip.swift"
],
"target_dependencies" : [
"AsyncAlgorithms",
"AsyncSequenceValidation",
"AsyncAlgorithms_XCTest"
],
"type" : "test"
},
{
"c99name" : "AsyncAlgorithms",
"module_type" : "SwiftTarget",
"name" : "AsyncAlgorithms",
"path" : "Sources/AsyncAlgorithms",
"product_dependencies" : [
"OrderedCollections",
"DequeModule"
],
"product_memberships" : [
"AsyncAlgorithms"
],
"sources" : [
"AsyncAdjacentPairsSequence.swift",
"AsyncBufferedByteIterator.swift",
"AsyncChain2Sequence.swift",
"AsyncChain3Sequence.swift",
"AsyncChunkedByGroupSequence.swift",
"AsyncChunkedOnProjectionSequence.swift",
"AsyncChunksOfCountOrSignalSequence.swift",
"AsyncChunksOfCountSequence.swift",
"AsyncCompactedSequence.swift",
"AsyncExclusiveReductionsSequence.swift",
"AsyncInclusiveReductionsSequence.swift",
"AsyncJoinedBySeparatorSequence.swift",
"AsyncJoinedSequence.swift",
"AsyncRemoveDuplicatesSequence.swift",
"AsyncShareSequence.swift",
"AsyncSyncSequence.swift",
"AsyncThrottleSequence.swift",
"AsyncThrowingExclusiveReductionsSequence.swift",
"AsyncThrowingInclusiveReductionsSequence.swift",
"AsyncTimerSequence.swift",
"Buffer/AsyncBufferSequence.swift",
"Buffer/BoundedBufferStateMachine.swift",
"Buffer/BoundedBufferStorage.swift",
"Buffer/UnboundedBufferStateMachine.swift",
"Buffer/UnboundedBufferStorage.swift",
"Channels/AsyncChannel.swift",
"Channels/AsyncThrowingChannel.swift",
"Channels/ChannelStateMachine.swift",
"Channels/ChannelStorage.swift",
"CombineLatest/AsyncCombineLatest2Sequence.swift",
"CombineLatest/AsyncCombineLatest3Sequence.swift",
"CombineLatest/CombineLatestStateMachine.swift",
"CombineLatest/CombineLatestStorage.swift",
"Debounce/AsyncDebounceSequence.swift",
"Debounce/DebounceStateMachine.swift",
"Debounce/DebounceStorage.swift",
"Dictionary.swift",
"Interspersed/AsyncInterspersedSequence.swift",
"Locking.swift",
"Merge/AsyncMerge2Sequence.swift",
"Merge/AsyncMerge3Sequence.swift",
"Merge/MergeStateMachine.swift",
"Merge/MergeStorage.swift",
"RangeReplaceableCollection.swift",
"Rethrow.swift",
"SetAlgebra.swift",
"UnsafeTransfer.swift",
"Zip/AsyncZip2Sequence.swift",
"Zip/AsyncZip3Sequence.swift",
"Zip/ZipStateMachine.swift",
"Zip/ZipStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.