Build Information
Successful build of AsyncExtensions, reference 0.9.5 (b97d38), with Swift 6.1 for Android on 25 Mar 2026 09:23:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/lhoward/AsyncExtensions.git
https://github.com/lhoward/AsyncExtensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/22628] Fetching swift-collections
[1133/24448] Fetching swift-collections, swift-atomics
[2413/30676] Fetching swift-collections, swift-atomics, swift-async-algorithms
[10539/38960] Fetching swift-collections, swift-atomics, swift-async-algorithms, opencombine
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.57s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.58s)
[19697/24448] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (2.87s)
Fetched https://github.com/apple/swift-collections.git from cache (2.94s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (6.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.35s)
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-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-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 InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/49] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/51] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[17/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/51] Compiling InternalCollectionsUtilities Span+Extras.swift
[19/51] Compiling InternalCollectionsUtilities String+Padding.swift
[20/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/51] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/51] Emitting module InternalCollectionsUtilities
[28/51] Compiling InternalCollectionsUtilities Debugging.swift
[29/51] Compiling InternalCollectionsUtilities Descriptions.swift
[30/51] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/53] Compiling InternalCollectionsUtilities Integer rank.swift
[41/53] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[42/53] Compiling InternalCollectionsUtilities UInt+reversed.swift
[43/53] Compiling Atomics IntegerOperations.swift
[44/53] Compiling Atomics Unmanaged extensions.swift
[46/54] Emitting module Atomics
[56/350] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[57/350] Compiling HashTreeCollections TreeDictionary+Codable.swift
[58/350] Compiling HashTreeCollections TreeDictionary+Collection.swift
[59/350] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[60/350] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[61/354] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[62/354] Compiling HashTreeCollections _RawHashNode.swift
[63/354] Compiling HashTreeCollections _UnmanagedHashNode.swift
[64/354] Compiling HashTreeCollections _UnsafePath.swift
[65/354] Compiling HashTreeCollections _HashNode+Lookups.swift
[66/354] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[67/354] Compiling HashTreeCollections _HashTreeIterator.swift
[68/354] Compiling HashTreeCollections _HashTreeStatistics.swift
[69/354] Compiling HashTreeCollections _HashNode+Structural merge.swift
[70/354] Compiling HashTreeCollections _AncestorHashSlots.swift
[71/354] Compiling HashTreeCollections _Bitmap.swift
[72/354] Compiling HashTreeCollections _Bucket.swift
[73/354] Compiling HashTreeCollections _Hash.swift
[74/354] Compiling HashTreeCollections _HashLevel.swift
[75/354] Compiling HashTreeCollections _HashNode+Builder.swift
[76/354] Compiling HashTreeCollections _HashNode+Debugging.swift
[77/354] Compiling HashTreeCollections _HashNode+Initializers.swift
[78/354] Compiling HashTreeCollections _HashNode+Invariants.swift
[79/363] Compiling HeapModule Heap+Descriptions.swift
[80/363] Emitting module ContainersPreview
[81/363] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[82/363] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[83/363] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[84/363] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[85/363] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[86/363] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[87/363] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[88/363] Compiling HashTreeCollections _HashNode+Storage.swift
[89/363] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[90/363] Compiling HashTreeCollections _HashNode+Structural filter.swift
[101/363] Compiling HeapModule Heap.swift
[102/363] Compiling ContainersPreview Box.swift
[103/363] Compiling ContainersPreview Inout.swift
[104/363] Compiling ContainersPreview InputSpan.swift
[105/363] Compiling ContainersPreview Shared.swift
[106/364] Compiling HeapModule _HeapNode.swift
[107/364] Compiling HeapModule Heap+Invariants.swift
[108/364] Compiling HeapModule Heap+UnsafeHandle.swift
[110/364] Emitting module HeapModule
[112/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[113/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[114/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[115/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[116/365] Compiling _RopeModule Rope+Join.swift
[117/365] Compiling _RopeModule Rope+MutatingForEach.swift
[118/365] Compiling _RopeModule Rope+Remove.swift
[119/365] Compiling _RopeModule Rope+RemoveSubrange.swift
[120/365] Compiling _RopeModule Rope+Split.swift
[121/365] Compiling _RopeModule Optional Utilities.swift
[122/375] Compiling HashTreeCollections TreeDictionary+Merge.swift
[123/375] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[124/375] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[125/375] Compiling HashTreeCollections TreeDictionary+Values.swift
[126/375] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[127/375] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[128/375] Compiling HashTreeCollections _HashNode+Structural union.swift
[129/375] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[130/375] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[131/375] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[132/375] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[133/375] Compiling HashTreeCollections _HashNode.swift
[134/375] Compiling HashTreeCollections _HashNodeHeader.swift
[135/375] Compiling HashTreeCollections _HashSlot.swift
[136/422] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/422] Compiling OrderedCollections OrderedSet+Testing.swift
[138/422] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/422] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/422] Compiling OrderedCollections OrderedSet.swift
[141/422] Compiling OrderedCollections _UnsafeBitset.swift
[142/422] Compiling HashTreeCollections TreeSet+Equatable.swift
[143/422] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[144/422] Compiling HashTreeCollections TreeSet+Extras.swift
[145/422] Compiling HashTreeCollections TreeSet+Filter.swift
[146/422] Compiling DequeModule UniqueDeque+Hashable.swift
[147/422] Compiling DequeModule UniqueDeque+Initializers.swift
[148/422] Compiling DequeModule UniqueDeque+Insertions.swift
[149/422] Compiling DequeModule UniqueDeque+Prepend.swift
[150/422] Compiling DequeModule UniqueDeque+Removals.swift
[151/427] Compiling DequeModule UniqueDeque+Experimental.swift
[157/427] Compiling DequeModule UniqueDeque+Replacements.swift
[158/427] Compiling DequeModule UniqueDeque.swift
[159/427] Compiling DequeModule _DequeSlot.swift
[160/427] Compiling DequeModule _UnsafeDequeHandle.swift
[161/427] Compiling DequeModule _UnsafeDequeSegments.swift
[162/427] Compiling DequeModule UniqueDeque+Consumption.swift
[163/427] Compiling DequeModule UniqueDeque+Container.swift
[164/427] Compiling DequeModule UniqueDeque+Descriptions.swift
[165/427] Compiling DequeModule UniqueDeque+Equatable.swift
[167/427] Compiling DequeModule RigidDeque+Removals.swift
[168/427] Compiling DequeModule RigidDeque+Replacements.swift
[169/427] Compiling DequeModule RigidDeque+Testing.swift
[170/427] Compiling DequeModule RigidDeque.swift
[171/427] Compiling DequeModule UniqueDeque+Append.swift
[180/427] Compiling DequeModule RigidDeque+Container.swift
[181/427] Compiling DequeModule RigidDeque+Descriptions.swift
[182/427] Compiling DequeModule Deque+Codable.swift
[183/427] Compiling DequeModule Deque+Collection.swift
[184/427] Compiling DequeModule Deque+CustomReflectable.swift
[185/427] Compiling DequeModule Deque+Descriptions.swift
[186/427] Compiling DequeModule Deque+Equatable.swift
[187/427] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[188/427] Compiling DequeModule Deque+Testing.swift
[189/427] Compiling DequeModule Deque._Storage.swift
[190/427] Compiling DequeModule Deque._UnsafeHandle.swift
[191/427] Compiling DequeModule Deque.swift
[192/427] Compiling DequeModule _DequeBuffer.swift
[193/427] Compiling DequeModule _DequeBufferHeader.swift
[194/427] Compiling DequeModule RigidDeque+Append.swift
[195/427] Compiling DequeModule RigidDeque+Consumption.swift
[249/434] Compiling DequeModule RigidDeque+Equatable.swift
[250/434] Compiling DequeModule RigidDeque+Experimental.swift
[251/434] Compiling DequeModule RigidDeque+Hashable.swift
[252/434] Compiling DequeModule RigidDeque+Initializers.swift
[253/434] Compiling DequeModule RigidDeque+Insertions.swift
[254/434] Compiling DequeModule RigidDeque+Prepend.swift
[255/434] Compiling DequeModule Deque+Extras.swift
[256/434] Compiling DequeModule Deque+Hashable.swift
[269/434] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[270/434] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[271/434] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[272/434] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[273/434] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[274/434] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[275/434] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[276/434] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[277/434] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[278/434] Compiling HashTreeCollections TreeSet.swift
[303/434] Emitting module BitCollections
[342/434] Compiling BitCollections BitSet.Index.swift
[343/434] Compiling BitCollections BitSet._UnsafeHandle.swift
[344/434] Compiling BitCollections BitSet.swift
[345/434] Compiling BitCollections Range+Utilities.swift
[346/434] Compiling BitCollections Slice+Utilities.swift
[347/434] Compiling BitCollections UInt+Tricks.swift
[348/434] Compiling BitCollections _Word.swift
[383/435] Emitting module OrderedCollections
[384/435] Emitting module _RopeModule
[392/437] Emitting module DequeModule
[438/438] Emitting module HashTreeCollections
[440/445] Compiling Collections OrderedCollections reexports.swift
[441/445] Compiling Collections HeapModule reexports.swift
[442/445] Compiling Collections HashTreeCollections reexports.swift
[443/445] Emitting module Collections
[444/445] Compiling Collections BitCollections reexports.swift
[445/445] Compiling Collections DequeModule reexports.swift
[447/478] Emitting module AsyncExtensions
[448/482] Compiling AsyncExtensions AsyncBufferedChannel.swift
[449/482] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[450/482] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[451/482] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[452/482] Compiling AsyncExtensions AsyncReplaySubject.swift
[453/482] Compiling AsyncExtensions AsyncSubject.swift
[454/482] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[455/482] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[456/482] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[457/482] Compiling AsyncExtensions Streamed.swift
[458/482] Compiling AsyncExtensions AsyncMergeSequence.swift
[459/482] Compiling AsyncExtensions MergeStateMachine.swift
[460/482] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[461/482] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[462/482] Compiling AsyncExtensions Termination.swift
[463/482] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[464/482] Compiling AsyncExtensions Locking.swift
[465/482] Compiling AsyncExtensions Regulator.swift
[466/482] Compiling AsyncExtensions Result+ErrorMechanism.swift
[467/482] Compiling AsyncExtensions AsyncEmptySequence.swift
[468/482] Compiling AsyncExtensions AsyncFailSequence.swift
[469/482] Compiling AsyncExtensions AsyncJustSequence.swift
[470/482] Compiling AsyncExtensions AsyncStream+Pipe.swift
[471/482] Compiling AsyncExtensions AsyncMulticastSequence.swift
[472/482] Compiling AsyncExtensions AsyncPrependSequence.swift
[473/482] Compiling AsyncExtensions AsyncScanSequence.swift
[474/482] Compiling AsyncExtensions AsyncSequence+Assign.swift
[475/482] Compiling AsyncExtensions AsyncSequence+Collect.swift
[476/482] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[477/482] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[478/482] Compiling AsyncExtensions AsyncSequence+Share.swift
[479/482] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[480/482] Compiling AsyncExtensions AsyncTimerSequence.swift
[481/482] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[482/482] Compiling AsyncExtensions AsyncMapToResultSequence.swift
Build complete! (75.54s)
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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.