Build Information
Successful build of AsyncExtensions, reference 0.9.5 (b97d38), with Swift 6.0 for Linux on 25 Mar 2026 09:20:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lhoward/AsyncExtensions.git
Reference: 0.9.5
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/lhoward/AsyncExtensions
* tag 0.9.5 -> FETCH_HEAD
HEAD is now at b97d381 Fix race condition in AsyncThrowingReplaySubject.handleNewConsumer
Cloned https://github.com/lhoward/AsyncExtensions.git
Revision (git rev-parse @):
b97d381f6156e8c34b718bddfb9481f957a07edc
SUCCESS checkout https://github.com/lhoward/AsyncExtensions.git at 0.9.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/lhoward/AsyncExtensions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/1820] Fetching swift-atomics
[274/24448] Fetching swift-atomics, swift-collections
[348/30676] Fetching swift-atomics, swift-collections, swift-async-algorithms
[3563/38960] Fetching swift-atomics, swift-collections, swift-async-algorithms, opencombine
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.41s)
[12141/32732] Fetching swift-atomics, swift-collections, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.70s)
[6120/24448] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (3.26s)
Fetched https://github.com/apple/swift-collections.git from cache (3.32s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.57s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
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
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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Building for debugging...
[0/13] Write sources
[11/13] Compiling _AtomicsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/49] Compiling Atomics UnsafeAtomic.swift
[15/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/49] Compiling Atomics ManagedAtomic.swift
[17/49] Compiling Atomics ManagedAtomicLazyReference.swift
[18/51] Compiling Atomics AtomicStorage.swift
[19/51] Compiling Atomics AtomicValue.swift
[20/51] Compiling Atomics AtomicMemoryOrderings.swift
[21/51] Compiling Atomics DoubleWord.swift
[22/53] Compiling Atomics AtomicInteger.swift
[23/53] Compiling Atomics AtomicOptionalWrappable.swift
[24/53] Compiling Atomics AtomicReference.swift
[25/53] Compiling Atomics OptionalRawRepresentable.swift
[26/53] Compiling Atomics RawRepresentable.swift
[27/53] Compiling Atomics AtomicBool.swift
[28/53] Emitting module InternalCollectionsUtilities
[33/53] Compiling Atomics IntegerConformances.swift
[34/53] Compiling Atomics PointerConformances.swift
[35/53] Compiling Atomics Primitives.native.swift
[43/53] Emitting module Atomics
[50/53] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/315] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[57/330] Compiling HeapModule Heap+Descriptions.swift
[58/350] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[59/350] Compiling HashTreeCollections _HashNode+Structural merge.swift
[60/350] Compiling HashTreeCollections _AncestorHashSlots.swift
[61/350] Compiling HashTreeCollections _Bitmap.swift
[62/350] Compiling HashTreeCollections _Bucket.swift
[63/350] Compiling HashTreeCollections _Hash.swift
[64/350] Compiling HashTreeCollections _HashLevel.swift
[65/350] Compiling HashTreeCollections _HashNode+Builder.swift
[66/350] Compiling HashTreeCollections _HashNode+Debugging.swift
[67/350] Compiling HashTreeCollections _HashNode+Initializers.swift
[68/359] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[69/359] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[70/359] Compiling HashTreeCollections _HashNode+Structural union.swift
[71/359] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[72/359] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[73/359] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[74/359] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[75/359] Compiling HashTreeCollections _HashNode.swift
[76/359] Compiling HashTreeCollections _HashNodeHeader.swift
[77/359] Compiling HashTreeCollections _HashSlot.swift
[78/359] Emitting module ContainersPreview
[89/363] Compiling HashTreeCollections _HashNode+Invariants.swift
[90/363] Compiling HashTreeCollections _HashNode+Lookups.swift
[91/363] Compiling HashTreeCollections _HashStack.swift
[92/363] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[93/363] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[94/363] Compiling HashTreeCollections _HashNode+Storage.swift
[95/363] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[96/363] Compiling HashTreeCollections _HashNode+Structural filter.swift
[97/363] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[98/363] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[99/363] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[100/363] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[121/363] Compiling HeapModule _HeapNode.swift
[122/363] Compiling ContainersPreview Box.swift
[123/363] Compiling ContainersPreview Inout.swift
[124/363] Compiling ContainersPreview InputSpan.swift
[125/363] Compiling ContainersPreview Shared.swift
[126/364] Compiling HeapModule Heap.swift
[128/364] Compiling HeapModule Heap+Invariants.swift
[129/364] Compiling HeapModule Heap+UnsafeHandle.swift
[130/364] Compiling HashTreeCollections TreeDictionary+Codable.swift
[131/364] Compiling HashTreeCollections TreeDictionary+Collection.swift
[132/364] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[133/364] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[134/364] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[135/364] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[136/364] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[137/371] Emitting module HeapModule
[151/372] Compiling HashTreeCollections _RawHashNode.swift
[152/372] Compiling HashTreeCollections _UnmanagedHashNode.swift
[153/372] Compiling HashTreeCollections _UnsafePath.swift
[168/419] Compiling HashTreeCollections TreeSet+Hashable.swift
[169/419] Compiling HashTreeCollections TreeSet+Sendable.swift
[170/419] Compiling HashTreeCollections TreeSet+Sequence.swift
[171/419] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[172/419] Compiling _RopeModule Rope+Join.swift
[173/419] Compiling _RopeModule Rope+MutatingForEach.swift
[174/419] Compiling _RopeModule Rope+Remove.swift
[175/419] Compiling _RopeModule Rope+RemoveSubrange.swift
[176/419] Compiling _RopeModule Rope+Split.swift
[177/419] Compiling _RopeModule Optional Utilities.swift
[178/429] Compiling DequeModule UniqueDeque+Hashable.swift
[179/429] Compiling DequeModule UniqueDeque+Initializers.swift
[180/429] Compiling DequeModule UniqueDeque+Insertions.swift
[181/429] Compiling DequeModule UniqueDeque+Prepend.swift
[182/429] Compiling DequeModule UniqueDeque+Removals.swift
[183/434] Compiling DequeModule UniqueDeque+Consumption.swift
[184/434] Compiling DequeModule UniqueDeque+Container.swift
[185/434] Compiling DequeModule UniqueDeque+Descriptions.swift
[186/434] Compiling DequeModule UniqueDeque+Equatable.swift
[187/434] Compiling DequeModule UniqueDeque+Experimental.swift
[188/434] Compiling DequeModule RigidDeque+Equatable.swift
[189/434] Compiling DequeModule RigidDeque+Experimental.swift
[190/434] Compiling DequeModule RigidDeque+Hashable.swift
[191/434] Compiling DequeModule RigidDeque+Initializers.swift
[192/434] Compiling DequeModule RigidDeque+Insertions.swift
[193/434] Compiling DequeModule RigidDeque+Prepend.swift
[194/434] Compiling OrderedCollections OrderedSet+SubSequence.swift
[195/434] Compiling OrderedCollections OrderedSet+Testing.swift
[196/434] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[197/434] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[198/434] Compiling OrderedCollections OrderedSet.swift
[199/434] Compiling OrderedCollections _UnsafeBitset.swift
[200/434] Compiling HashTreeCollections TreeSet+Equatable.swift
[201/434] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[202/434] Compiling HashTreeCollections TreeSet+Extras.swift
[203/434] Compiling HashTreeCollections TreeSet+Filter.swift
[204/434] Compiling HashTreeCollections TreeDictionary+Filter.swift
[205/434] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[206/434] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[207/434] Compiling HashTreeCollections TreeDictionary+Keys.swift
[208/434] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[209/434] Compiling HashTreeCollections TreeDictionary+Merge.swift
[210/434] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[220/434] Compiling BitCollections BitSet.Index.swift
[221/434] Compiling OrderedCollections OrderedSet+Sendable.swift
[222/434] Compiling DequeModule RigidDeque+Removals.swift
[223/434] Compiling DequeModule RigidDeque+Replacements.swift
[224/434] Compiling DequeModule RigidDeque+Testing.swift
[225/434] Compiling DequeModule RigidDeque.swift
[226/434] Compiling DequeModule UniqueDeque+Append.swift
[227/434] Compiling DequeModule _DequeBuffer.swift
[228/434] Compiling DequeModule _DequeBufferHeader.swift
[229/434] Compiling DequeModule RigidDeque+Append.swift
[230/434] Compiling DequeModule RigidDeque+Consumption.swift
[231/434] Compiling DequeModule RigidDeque+Container.swift
[232/434] Compiling DequeModule RigidDeque+Descriptions.swift
[242/434] Compiling DequeModule UniqueDeque+Replacements.swift
[258/434] Emitting module BitCollections
[259/434] Compiling DequeModule Deque+Codable.swift
[260/434] Compiling DequeModule Deque+Collection.swift
[261/434] Compiling DequeModule Deque+CustomReflectable.swift
[262/434] Compiling DequeModule Deque+Descriptions.swift
[263/434] Compiling DequeModule Deque+Equatable.swift
[264/434] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[265/434] Compiling DequeModule Deque+Extras.swift
[266/434] Compiling DequeModule Deque+Hashable.swift
[267/434] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[268/434] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[269/434] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[270/434] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[271/434] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[272/434] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[273/434] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[274/434] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[275/434] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[276/434] Compiling HashTreeCollections TreeSet.swift
[286/434] Compiling DequeModule Deque+Testing.swift
[287/434] Compiling DequeModule Deque._Storage.swift
[288/434] Compiling DequeModule Deque._UnsafeHandle.swift
[289/434] Compiling DequeModule Deque.swift
[325/435] Emitting module _RopeModule
[338/435] Compiling DequeModule UniqueDeque.swift
[340/435] Compiling DequeModule _DequeSlot.swift
[343/435] Compiling DequeModule _UnsafeDequeHandle.swift
[345/435] Compiling DequeModule _UnsafeDequeSegments.swift
[406/436] Emitting module DequeModule
[408/436] Emitting module OrderedCollections
[438/438] Emitting module HashTreeCollections
[440/445] Compiling Collections HeapModule reexports.swift
[441/445] Compiling Collections OrderedCollections reexports.swift
[442/445] Compiling Collections HashTreeCollections reexports.swift
[443/445] Compiling Collections BitCollections reexports.swift
[444/445] Compiling Collections DequeModule reexports.swift
[445/445] Emitting module Collections
[447/478] Compiling AsyncExtensions AsyncMulticastSequence.swift
[448/478] Compiling AsyncExtensions AsyncPrependSequence.swift
[449/478] Compiling AsyncExtensions AsyncScanSequence.swift
[450/478] Compiling AsyncExtensions AsyncSequence+Assign.swift
[451/482] Compiling AsyncExtensions AsyncSubject.swift
[452/482] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[453/482] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[454/482] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[455/482] Compiling AsyncExtensions Streamed.swift
[456/482] Compiling AsyncExtensions AsyncEmptySequence.swift
[457/482] Compiling AsyncExtensions AsyncFailSequence.swift
[458/482] Compiling AsyncExtensions AsyncJustSequence.swift
[459/482] Compiling AsyncExtensions AsyncStream+Pipe.swift
[460/482] Compiling AsyncExtensions AsyncBufferedChannel.swift
[461/482] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[462/482] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[463/482] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[464/482] Compiling AsyncExtensions AsyncReplaySubject.swift
[465/482] Compiling AsyncExtensions AsyncSequence+Collect.swift
[466/482] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[467/482] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[468/482] Compiling AsyncExtensions AsyncSequence+Share.swift
[469/482] Compiling AsyncExtensions AsyncMergeSequence.swift
[470/482] Compiling AsyncExtensions MergeStateMachine.swift
[471/482] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[472/482] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[473/482] Compiling AsyncExtensions Termination.swift
[474/482] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[475/482] Compiling AsyncExtensions AsyncTimerSequence.swift
[476/482] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[477/482] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[478/482] Emitting module AsyncExtensions
[479/482] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[480/482] Compiling AsyncExtensions Locking.swift
[481/482] Compiling AsyncExtensions Regulator.swift
[482/482] Compiling AsyncExtensions Result+ErrorMechanism.swift
Build complete! (66.67s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "AsyncExtensions",
"name" : "AsyncExtensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncExtensions",
"targets" : [
"AsyncExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncExtensionsTests",
"path" : "Tests",
"product_dependencies" : [
"OpenCombine",
"AsyncAlgorithms"
],
"sources" : [
"AsyncChannels/AsyncBufferedChannelTests.swift",
"AsyncChannels/AsyncBufferedThrowingChannelTests.swift",
"AsyncSubjets/AsyncCurrentValueSubjectTests.swift",
"AsyncSubjets/AsyncPassthroughSubjectTests.swift",
"AsyncSubjets/AsyncReplaySubjectTests.swift",
"AsyncSubjets/AsyncThrowingCurrentValueSubjectTests.swift",
"AsyncSubjets/AsyncThrowingPassthroughSubjectTests.swift",
"AsyncSubjets/AsyncThrowingReplaySubjectTests.swift",
"AsyncSubjets/StreamedTests.swift",
"Combiners/WithLatestFrom/AsyncWithLatestFrom2SequenceTests.swift",
"Combiners/WithLatestFrom/AsyncWithLatestFromSequenceTests.swift",
"Creators/AsyncEmptySequenceTests.swift",
"Creators/AsyncFailSequenceTests.swift",
"Creators/AsyncJustSequenceTests.swift",
"Creators/AsyncStream+PipeTests.swift",
"Creators/AsyncThrowingJustSequenceTests.swift",
"Creators/AsyncTimerSequenceTests.swift",
"Operators/AsyncHandleEventsSequenceTests.swift",
"Operators/AsyncMapToResultSequenceTests.swift",
"Operators/AsyncMulticastSequenceTests.swift",
"Operators/AsyncPrependSequenceTests.swift",
"Operators/AsyncScanSequenceTests.swift",
"Operators/AsyncSequence+AssignTests.swift",
"Operators/AsyncSequence+CollectTests.swift",
"Operators/AsyncSequence+EraseToAnyAsyncSequenceTests.swift",
"Operators/AsyncSequence+FlatMapLatestTests.swift",
"Operators/AsyncSequence+ShareTests.swift",
"Operators/AsyncSwitchToLatestSequenceTests.swift",
"Supporting/Helpers.swift"
],
"target_dependencies" : [
"AsyncExtensions"
],
"type" : "test"
},
{
"c99name" : "AsyncExtensions",
"module_type" : "SwiftTarget",
"name" : "AsyncExtensions",
"path" : "Sources",
"product_dependencies" : [
"Collections",
"Atomics"
],
"product_memberships" : [
"AsyncExtensions"
],
"sources" : [
"AsyncChannels/AsyncBufferedChannel.swift",
"AsyncChannels/AsyncThrowingBufferedChannel.swift",
"AsyncSubjects/AsyncCurrentValueSubject.swift",
"AsyncSubjects/AsyncPassthroughSubject.swift",
"AsyncSubjects/AsyncReplaySubject.swift",
"AsyncSubjects/AsyncSubject.swift",
"AsyncSubjects/AsyncThrowingCurrentValueSubject.swift",
"AsyncSubjects/AsyncThrowingPassthroughSubject.swift",
"AsyncSubjects/AsyncThrowingReplaySubject.swift",
"AsyncSubjects/Streamed.swift",
"Combiners/Merge/AsyncMergeSequence.swift",
"Combiners/Merge/MergeStateMachine.swift",
"Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift",
"Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift",
"Common/Termination.swift",
"Creators/AsyncEmptySequence.swift",
"Creators/AsyncFailSequence.swift",
"Creators/AsyncJustSequence.swift",
"Creators/AsyncStream+Pipe.swift",
"Creators/AsyncThrowingJustSequence.swift",
"Creators/AsyncTimerSequence.swift",
"Operators/AsyncHandleEventsSequence.swift",
"Operators/AsyncMapToResultSequence.swift",
"Operators/AsyncMulticastSequence.swift",
"Operators/AsyncPrependSequence.swift",
"Operators/AsyncScanSequence.swift",
"Operators/AsyncSequence+Assign.swift",
"Operators/AsyncSequence+Collect.swift",
"Operators/AsyncSequence+EraseToAnyAsyncSequence.swift",
"Operators/AsyncSequence+FlatMapLatest.swift",
"Operators/AsyncSequence+Share.swift",
"Operators/AsyncSwitchToLatestSequence.swift",
"Supporting/Locking.swift",
"Supporting/Regulator.swift",
"Supporting/Result+ErrorMechanism.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.