Build Information
Successful build of AsyncExtensions, reference 0.9.5 (b97d38), with Swift 6.1 for macOS (SPM) on 25 Mar 2026 09:20:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lhoward/AsyncExtensions.git
https://github.com/lhoward/AsyncExtensions.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/13] Write sources
[11/13] Write swift-version-2F0A5646E1D333AE.txt
[12/13] Compiling _AtomicsShims.c
[14/51] Compiling Atomics AtomicBool.swift
[15/51] Compiling Atomics IntegerConformances.swift
[16/52] Compiling Atomics AtomicInteger.swift
[17/52] Compiling Atomics AtomicOptionalWrappable.swift
[18/52] Emitting module InternalCollectionsUtilities
[19/52] Compiling Atomics OptionalRawRepresentable.swift
[20/52] Compiling Atomics RawRepresentable.swift
[23/53] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/53] Compiling Atomics AtomicValue.swift
[25/53] Compiling Atomics AtomicMemoryOrderings.swift
[26/53] Compiling Atomics DoubleWord.swift
[27/53] Compiling Atomics ManagedAtomic.swift
[28/53] Compiling Atomics PointerConformances.swift
[29/53] Compiling Atomics Primitives.native.swift
[30/53] Compiling Atomics ManagedAtomicLazyReference.swift
[31/53] Compiling Atomics UnsafeAtomic.swift
[32/53] Compiling Atomics AtomicReference.swift
[33/53] Compiling Atomics AtomicStorage.swift
[34/53] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/53] Compiling Atomics IntegerOperations.swift
[36/53] Compiling Atomics Unmanaged extensions.swift
[51/355] Emitting module ContainersPreview
[52/358] Compiling HashTreeCollections _AncestorHashSlots.swift
[53/358] Compiling HashTreeCollections _Bitmap.swift
[54/358] Compiling HashTreeCollections _Bucket.swift
[55/358] Compiling HashTreeCollections _Hash.swift
[56/358] Compiling HashTreeCollections _HashNode+Invariants.swift
[57/358] Compiling HashTreeCollections _HashNode+Lookups.swift
[58/358] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[59/358] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[60/358] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[61/358] Compiling HashTreeCollections _HashNode+Storage.swift
[62/358] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[63/358] Compiling HashTreeCollections _HashNode+Structural filter.swift
[64/358] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[65/358] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[66/358] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[67/358] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[68/358] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[69/358] Compiling HashTreeCollections _HashNode+Structural merge.swift
[70/358] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[71/358] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[72/365] Compiling HashTreeCollections _HashNodeHeader.swift
[73/365] Compiling HashTreeCollections _HashSlot.swift
[74/365] Compiling HashTreeCollections _HashStack.swift
[75/365] Compiling HashTreeCollections _HashNode+Structural union.swift
[76/365] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[77/365] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[82/365] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[83/365] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[84/365] Compiling HashTreeCollections _HashNode.swift
[93/365] Compiling HashTreeCollections _HashLevel.swift
[94/365] Compiling HashTreeCollections _HashNode+Builder.swift
[95/365] Compiling HashTreeCollections _HashNode+Debugging.swift
[96/365] Compiling HashTreeCollections _HashNode+Initializers.swift
[111/365] Emitting module Atomics
[120/365] Compiling ContainersPreview Inout.swift
[121/365] Compiling ContainersPreview InputSpan.swift
[122/365] Compiling ContainersPreview Shared.swift
[123/365] Compiling HeapModule _HeapNode.swift
[124/365] Compiling HeapModule Heap+Invariants.swift
[125/365] Compiling HeapModule Heap.swift
[126/365] Compiling HeapModule Heap+UnsafeHandle.swift
[127/365] Compiling HeapModule Heap+Descriptions.swift
[128/365] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[129/406] Emitting module HeapModule
[130/406] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[131/406] Compiling DequeModule Deque+Extras.swift
[132/406] Compiling DequeModule Deque+Hashable.swift
[133/406] Compiling DequeModule Deque+Testing.swift
[134/406] Compiling DequeModule Deque._Storage.swift
[135/406] Compiling DequeModule RigidDeque+Consumption.swift
[136/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[137/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[138/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[139/412] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[140/412] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[141/412] Compiling BitCollections BitSet._UnsafeHandle.swift
[142/418] Compiling DequeModule UniqueDeque+Insertions.swift
[143/418] Compiling DequeModule UniqueDeque+Prepend.swift
[144/418] Compiling DequeModule UniqueDeque+Removals.swift
[145/418] Compiling DequeModule UniqueDeque+Replacements.swift
[147/422] Compiling DequeModule RigidDeque+Container.swift
[148/422] Compiling DequeModule RigidDeque+Descriptions.swift
[149/422] Compiling DequeModule RigidDeque+Equatable.swift
[150/422] Compiling DequeModule RigidDeque+Experimental.swift
[151/422] Compiling DequeModule _DequeBuffer.swift
[152/422] Compiling DequeModule _DequeBufferHeader.swift
[153/422] Compiling DequeModule RigidDeque+Append.swift
[154/422] Compiling DequeModule UniqueDeque.swift
[155/422] Compiling DequeModule _DequeSlot.swift
[156/422] Compiling DequeModule _UnsafeDequeHandle.swift
[157/422] Compiling DequeModule _UnsafeDequeSegments.swift
[158/422] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[159/422] Compiling _RopeModule Rope+_UnsafeHandle.swift
[160/422] Compiling _RopeModule Rope.swift
[161/422] Compiling _RopeModule RopeElement.swift
[162/422] Compiling _RopeModule BigString+Append.swift
[163/422] Compiling DequeModule UniqueDeque+Equatable.swift
[164/422] Compiling DequeModule UniqueDeque+Experimental.swift
[165/422] Compiling DequeModule UniqueDeque+Hashable.swift
[166/422] Compiling DequeModule UniqueDeque+Initializers.swift
[167/422] Compiling _RopeModule Rope+Collection.swift
[168/422] Compiling _RopeModule Rope+Index.swift
[169/422] Compiling _RopeModule Rope+Sequence.swift
[170/422] Compiling _RopeModule Rope+Append.swift
[171/422] Compiling _RopeModule Rope+Extract.swift
[172/422] Compiling _RopeModule Rope+Find.swift
[173/422] Compiling _RopeModule Rope+ForEachWhile.swift
[174/422] Compiling _RopeModule Rope+Insert.swift
[175/422] Compiling _RopeModule Rope+Join.swift
[176/422] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[177/422] Compiling _RopeModule Rope+Remove.swift
[178/422] Compiling _RopeModule Rope+RemoveSubrange.swift
[179/422] Compiling _RopeModule Rope+Split.swift
[180/422] Compiling _RopeModule Optional Utilities.swift
[181/422] Compiling _RopeModule String Utilities.swift
[182/422] Compiling _RopeModule String.Index+ABI.swift
[183/430] Compiling DequeModule Deque.swift
[195/430] Compiling DequeModule RigidDeque.swift
[200/430] Compiling DequeModule Deque._UnsafeHandle.swift
[201/430] Compiling DequeModule RigidDeque+Initializers.swift
[202/430] Compiling DequeModule RigidDeque+Insertions.swift
[203/430] Compiling DequeModule RigidDeque+Prepend.swift
[204/430] Compiling DequeModule RigidDeque+Removals.swift
[205/430] Compiling DequeModule RigidDeque+Replacements.swift
[206/430] Compiling DequeModule RigidDeque+Testing.swift
[211/430] Compiling DequeModule UniqueDeque+Append.swift
[212/430] Compiling DequeModule UniqueDeque+Consumption.swift
[239/430] Compiling OrderedCollections OrderedSet+SubSequence.swift
[240/430] Compiling OrderedCollections OrderedSet+Testing.swift
[241/430] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[242/430] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[243/430] Compiling OrderedCollections OrderedSet.swift
[244/430] Compiling OrderedCollections _UnsafeBitset.swift
[253/430] Compiling DequeModule Deque+Collection.swift
[254/430] Compiling DequeModule Deque+CustomReflectable.swift
[255/430] Compiling DequeModule Deque+Descriptions.swift
[256/430] Compiling DequeModule Deque+Equatable.swift
[257/430] Compiling DequeModule RigidDeque+Hashable.swift
[264/430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[265/430] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[266/430] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[267/430] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[268/430] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[269/430] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[270/430] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[271/430] Compiling HashTreeCollections TreeSet.swift
[272/430] Emitting module BitCollections
[286/430] Compiling DequeModule UniqueDeque+Container.swift
[287/430] Compiling DequeModule UniqueDeque+Descriptions.swift
[292/430] Compiling DequeModule Deque+Codable.swift
[405/430] Emitting module OrderedCollections
[406/430] Emitting module _RopeModule
[429/430] Emitting module DequeModule
[430/430] Emitting module HashTreeCollections
[431/436] Compiling Collections HeapModule reexports.swift
[432/436] Compiling Collections OrderedCollections reexports.swift
[433/436] Compiling Collections HashTreeCollections reexports.swift
[434/436] Compiling Collections DequeModule reexports.swift
[435/436] Emitting module Collections
[436/436] Compiling Collections BitCollections reexports.swift
[437/469] Emitting module AsyncExtensions
[438/472] Compiling AsyncExtensions AsyncFailSequence.swift
[439/472] Compiling AsyncExtensions AsyncJustSequence.swift
[440/472] Compiling AsyncExtensions AsyncStream+Pipe.swift
[441/472] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[442/472] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[443/472] Compiling AsyncExtensions AsyncSequence+Share.swift
[444/472] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[445/472] Compiling AsyncExtensions AsyncReplaySubject.swift
[446/472] Compiling AsyncExtensions AsyncSubject.swift
[447/472] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[448/472] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[449/472] Compiling AsyncExtensions AsyncMulticastSequence.swift
[450/472] Compiling AsyncExtensions AsyncPrependSequence.swift
[451/472] Compiling AsyncExtensions AsyncScanSequence.swift
[452/472] Compiling AsyncExtensions AsyncBufferedChannel.swift
[453/472] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[454/472] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[455/472] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[456/472] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[457/472] Compiling AsyncExtensions Streamed.swift
[458/472] Compiling AsyncExtensions AsyncMergeSequence.swift
[459/472] Compiling AsyncExtensions MergeStateMachine.swift
[460/472] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[461/472] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[462/472] Compiling AsyncExtensions Termination.swift
[463/472] Compiling AsyncExtensions AsyncEmptySequence.swift
[464/472] Compiling AsyncExtensions Locking.swift
[465/472] Compiling AsyncExtensions Regulator.swift
[466/472] Compiling AsyncExtensions Result+ErrorMechanism.swift
[467/472] Compiling AsyncExtensions AsyncSequence+Assign.swift
[468/472] Compiling AsyncExtensions AsyncSequence+Collect.swift
[469/472] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[470/472] Compiling AsyncExtensions AsyncTimerSequence.swift
[471/472] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[472/472] Compiling AsyncExtensions AsyncMapToResultSequence.swift
Build complete! (16.45s)
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
[1/8284] Fetching opencombine
[2/14512] Fetching opencombine, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.22s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.31s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.46s)
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.47s)
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.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
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
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" : "/Users/admin/builder/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"
}
Done.