diff --git a/AsyncObjects.podspec b/AsyncObjects.podspec
index 0a8024b8..d12c3f34 100644
--- a/AsyncObjects.podspec
+++ b/AsyncObjects.podspec
@@ -38,6 +38,7 @@ Pod::Spec.new do |s|
}
s.dependency 'OrderedCollections', '~> 1.0.0'
+ s.dependency 'AsyncAlgorithms', '~> 0.1.0'
s.default_subspecs = :none
s.subspec 'Checked' do |ss|
diff --git a/AsyncObjects.xcodeproj/AsyncAlgorithms_Info.plist b/AsyncObjects.xcodeproj/AsyncAlgorithms_Info.plist
new file mode 100644
index 00000000..4494a6ca
--- /dev/null
+++ b/AsyncObjects.xcodeproj/AsyncAlgorithms_Info.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 2.1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+ NSPrincipalClass
+
+
+
\ No newline at end of file
diff --git a/AsyncObjects.xcodeproj/Collections_Info.plist b/AsyncObjects.xcodeproj/Collections_Info.plist
new file mode 100644
index 00000000..4494a6ca
--- /dev/null
+++ b/AsyncObjects.xcodeproj/Collections_Info.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 2.1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+ NSPrincipalClass
+
+
+
\ No newline at end of file
diff --git a/AsyncObjects.xcodeproj/DequeModule_Info.plist b/AsyncObjects.xcodeproj/DequeModule_Info.plist
new file mode 100644
index 00000000..4494a6ca
--- /dev/null
+++ b/AsyncObjects.xcodeproj/DequeModule_Info.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 2.1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+ NSPrincipalClass
+
+
+
\ No newline at end of file
diff --git a/AsyncObjects.xcodeproj/project.pbxproj b/AsyncObjects.xcodeproj/project.pbxproj
index cfcc782a..73b0a49b 100644
--- a/AsyncObjects.xcodeproj/project.pbxproj
+++ b/AsyncObjects.xcodeproj/project.pbxproj
@@ -9,11 +9,11 @@
/* Begin PBXAggregateTarget section */
asyncobjects::AsyncObjectsPackageTests::ProductTarget /* AsyncObjectsPackageTests */ = {
isa = PBXAggregateTarget;
- buildConfigurationList = OBJ_164 /* Build configuration list for PBXAggregateTarget "AsyncObjectsPackageTests" */;
+ buildConfigurationList = OBJ_325 /* Build configuration list for PBXAggregateTarget "AsyncObjectsPackageTests" */;
buildPhases = (
);
dependencies = (
- OBJ_167 /* PBXTargetDependency */,
+ OBJ_328 /* PBXTargetDependency */,
);
name = AsyncObjectsPackageTests;
productName = AsyncObjectsPackageTests;
@@ -21,129 +21,281 @@
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
- 06DD60D5528893F9F2205E53 /* AsyncObjects.docc in Sources */ = {isa = PBXBuildFile; fileRef = 8B9A58CCFC677DC911E4FF72 /* AsyncObjects.docc */; };
- OBJ_127 /* AsyncCountdownEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* AsyncCountdownEvent.swift */; };
- OBJ_128 /* AsyncEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* AsyncEvent.swift */; };
- OBJ_129 /* AsyncSemaphore.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* AsyncSemaphore.swift */; };
- OBJ_130 /* AsyncObject+Clock.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* AsyncObject+Clock.swift */; };
- OBJ_131 /* AsyncObject+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* AsyncObject+Duration.swift */; };
- OBJ_132 /* AsyncObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* AsyncObject.swift */; };
- OBJ_133 /* Cancellable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Cancellable.swift */; };
- OBJ_134 /* CancellationSource+Linking.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_20 /* CancellationSource+Linking.swift */; };
- OBJ_135 /* CancellationSource+Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* CancellationSource+Task.swift */; };
- OBJ_136 /* CancellationSource+Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* CancellationSource+Timeout.swift */; };
- OBJ_137 /* CancellationSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* CancellationSource.swift */; };
- OBJ_138 /* Continuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* Continuable.swift */; };
- OBJ_139 /* ContinuableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_26 /* ContinuableCollection.swift */; };
- OBJ_140 /* ContinuableCollectionActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* ContinuableCollectionActor.swift */; };
- OBJ_141 /* GlobalContinuation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* GlobalContinuation.swift */; };
- OBJ_142 /* TrackableContinuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* TrackableContinuable.swift */; };
- OBJ_143 /* TrackedContinuation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* TrackedContinuation.swift */; };
- OBJ_144 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* Task.swift */; };
- OBJ_145 /* TaskGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_33 /* TaskGroup.swift */; };
- OBJ_146 /* Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* Future.swift */; };
- OBJ_147 /* Exclusible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* Exclusible.swift */; };
- OBJ_148 /* Locker.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* Locker.swift */; };
- OBJ_149 /* Loggable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_39 /* Loggable.swift */; };
- OBJ_150 /* TaskOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_40 /* TaskOperation.swift */; };
- OBJ_151 /* TaskQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_41 /* TaskQueue.swift */; };
- OBJ_152 /* TaskTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* TaskTracker.swift */; };
- OBJ_154 /* OrderedCollections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::OrderedCollections::Product /* OrderedCollections.framework */; };
- OBJ_162 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
- OBJ_173 /* AsyncCountdownEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* AsyncCountdownEventTests.swift */; };
- OBJ_174 /* AsyncEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* AsyncEventTests.swift */; };
- OBJ_175 /* AsyncObjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* AsyncObjectTests.swift */; };
- OBJ_176 /* AsyncSemaphoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_48 /* AsyncSemaphoreTests.swift */; };
- OBJ_177 /* CancellationSourceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_49 /* CancellationSourceTests.swift */; };
- OBJ_178 /* LockerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_50 /* LockerTests.swift */; };
- OBJ_179 /* NonThrowingFutureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_51 /* NonThrowingFutureTests.swift */; };
- OBJ_180 /* StandardLibraryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_52 /* StandardLibraryTests.swift */; };
- OBJ_181 /* TaskOperationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_53 /* TaskOperationTests.swift */; };
- OBJ_182 /* TaskQueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_54 /* TaskQueueTests.swift */; };
- OBJ_183 /* ThrowingFutureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_55 /* ThrowingFutureTests.swift */; };
- OBJ_184 /* TrackedContinuationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_56 /* TrackedContinuationTests.swift */; };
- OBJ_185 /* XCAsyncTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_57 /* XCAsyncTestCase.swift */; };
- OBJ_187 /* AsyncObjects.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = asyncobjects::AsyncObjects::Product /* AsyncObjects.framework */; };
- OBJ_188 /* OrderedCollections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::OrderedCollections::Product /* OrderedCollections.framework */; };
- OBJ_195 /* _HashTable+Bucket.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_64 /* _HashTable+Bucket.swift */; };
- OBJ_196 /* _HashTable+BucketIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_65 /* _HashTable+BucketIterator.swift */; };
- OBJ_197 /* _HashTable+Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_66 /* _HashTable+Constants.swift */; };
- OBJ_198 /* _HashTable+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_67 /* _HashTable+CustomStringConvertible.swift */; };
- OBJ_199 /* _HashTable+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_68 /* _HashTable+Testing.swift */; };
- OBJ_200 /* _HashTable+UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_69 /* _HashTable+UnsafeHandle.swift */; };
- OBJ_201 /* _HashTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_70 /* _HashTable.swift */; };
- OBJ_202 /* _Hashtable+Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_71 /* _Hashtable+Header.swift */; };
- OBJ_203 /* OrderedDictionary+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_73 /* OrderedDictionary+Codable.swift */; };
- OBJ_204 /* OrderedDictionary+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_74 /* OrderedDictionary+CustomDebugStringConvertible.swift */; };
- OBJ_205 /* OrderedDictionary+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_75 /* OrderedDictionary+CustomReflectable.swift */; };
- OBJ_206 /* OrderedDictionary+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_76 /* OrderedDictionary+CustomStringConvertible.swift */; };
- OBJ_207 /* OrderedDictionary+Deprecations.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_77 /* OrderedDictionary+Deprecations.swift */; };
- OBJ_208 /* OrderedDictionary+Elements+SubSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_78 /* OrderedDictionary+Elements+SubSequence.swift */; };
- OBJ_209 /* OrderedDictionary+Elements.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_79 /* OrderedDictionary+Elements.swift */; };
- OBJ_210 /* OrderedDictionary+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_80 /* OrderedDictionary+Equatable.swift */; };
- OBJ_211 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_81 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift */; };
- OBJ_212 /* OrderedDictionary+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_82 /* OrderedDictionary+Hashable.swift */; };
- OBJ_213 /* OrderedDictionary+Initializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_83 /* OrderedDictionary+Initializers.swift */; };
- OBJ_214 /* OrderedDictionary+Invariants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_84 /* OrderedDictionary+Invariants.swift */; };
- OBJ_215 /* OrderedDictionary+Partial MutableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_85 /* OrderedDictionary+Partial MutableCollection.swift */; };
- OBJ_216 /* OrderedDictionary+Partial RangeReplaceableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_86 /* OrderedDictionary+Partial RangeReplaceableCollection.swift */; };
- OBJ_217 /* OrderedDictionary+Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_87 /* OrderedDictionary+Sequence.swift */; };
- OBJ_218 /* OrderedDictionary+Values.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_88 /* OrderedDictionary+Values.swift */; };
- OBJ_219 /* OrderedDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_89 /* OrderedDictionary.swift */; };
- OBJ_220 /* OrderedSet+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_91 /* OrderedSet+Codable.swift */; };
- OBJ_221 /* OrderedSet+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_92 /* OrderedSet+CustomDebugStringConvertible.swift */; };
- OBJ_222 /* OrderedSet+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_93 /* OrderedSet+CustomReflectable.swift */; };
- OBJ_223 /* OrderedSet+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_94 /* OrderedSet+CustomStringConvertible.swift */; };
- OBJ_224 /* OrderedSet+Diffing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_95 /* OrderedSet+Diffing.swift */; };
- OBJ_225 /* OrderedSet+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_96 /* OrderedSet+Equatable.swift */; };
- OBJ_226 /* OrderedSet+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_97 /* OrderedSet+ExpressibleByArrayLiteral.swift */; };
- OBJ_227 /* OrderedSet+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_98 /* OrderedSet+Hashable.swift */; };
- OBJ_228 /* OrderedSet+Initializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_99 /* OrderedSet+Initializers.swift */; };
- OBJ_229 /* OrderedSet+Insertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_100 /* OrderedSet+Insertions.swift */; };
- OBJ_230 /* OrderedSet+Invariants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_101 /* OrderedSet+Invariants.swift */; };
- OBJ_231 /* OrderedSet+Partial MutableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_102 /* OrderedSet+Partial MutableCollection.swift */; };
- OBJ_232 /* OrderedSet+Partial RangeReplaceableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_103 /* OrderedSet+Partial RangeReplaceableCollection.swift */; };
- OBJ_233 /* OrderedSet+Partial SetAlgebra+Basics.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_104 /* OrderedSet+Partial SetAlgebra+Basics.swift */; };
- OBJ_234 /* OrderedSet+Partial SetAlgebra+Operations.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_105 /* OrderedSet+Partial SetAlgebra+Operations.swift */; };
- OBJ_235 /* OrderedSet+Partial SetAlgebra+Predicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_106 /* OrderedSet+Partial SetAlgebra+Predicates.swift */; };
- OBJ_236 /* OrderedSet+RandomAccessCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_107 /* OrderedSet+RandomAccessCollection.swift */; };
- OBJ_237 /* OrderedSet+ReserveCapacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_108 /* OrderedSet+ReserveCapacity.swift */; };
- OBJ_238 /* OrderedSet+SubSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_109 /* OrderedSet+SubSequence.swift */; };
- OBJ_239 /* OrderedSet+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_110 /* OrderedSet+Testing.swift */; };
- OBJ_240 /* OrderedSet+UnorderedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_111 /* OrderedSet+UnorderedView.swift */; };
- OBJ_241 /* OrderedSet+UnstableInternals.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_112 /* OrderedSet+UnstableInternals.swift */; };
- OBJ_242 /* OrderedSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_113 /* OrderedSet.swift */; };
- OBJ_243 /* RandomAccessCollection+Offsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_115 /* RandomAccessCollection+Offsets.swift */; };
- OBJ_244 /* _UnsafeBitset.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_116 /* _UnsafeBitset.swift */; };
- OBJ_251 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_117 /* Package.swift */; };
+ 002AFAB6892EC43FC2EEF156 /* AsyncObjects.docc in Sources */ = {isa = PBXBuildFile; fileRef = BE46F71902771C21B924565F /* AsyncObjects.docc */; };
+ OBJ_212 /* AsyncAdjacentPairsSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_61 /* AsyncAdjacentPairsSequence.swift */; };
+ OBJ_213 /* AsyncBufferedByteIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_62 /* AsyncBufferedByteIterator.swift */; };
+ OBJ_214 /* AsyncChain2Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_63 /* AsyncChain2Sequence.swift */; };
+ OBJ_215 /* AsyncChain3Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_64 /* AsyncChain3Sequence.swift */; };
+ OBJ_216 /* AsyncChunkedByGroupSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_65 /* AsyncChunkedByGroupSequence.swift */; };
+ OBJ_217 /* AsyncChunkedOnProjectionSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_66 /* AsyncChunkedOnProjectionSequence.swift */; };
+ OBJ_218 /* AsyncChunksOfCountOrSignalSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_67 /* AsyncChunksOfCountOrSignalSequence.swift */; };
+ OBJ_219 /* AsyncChunksOfCountSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_68 /* AsyncChunksOfCountSequence.swift */; };
+ OBJ_220 /* AsyncCompactedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_69 /* AsyncCompactedSequence.swift */; };
+ OBJ_221 /* AsyncExclusiveReductionsSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_70 /* AsyncExclusiveReductionsSequence.swift */; };
+ OBJ_222 /* AsyncInclusiveReductionsSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_71 /* AsyncInclusiveReductionsSequence.swift */; };
+ OBJ_223 /* AsyncInterspersedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_72 /* AsyncInterspersedSequence.swift */; };
+ OBJ_224 /* AsyncJoinedBySeparatorSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_73 /* AsyncJoinedBySeparatorSequence.swift */; };
+ OBJ_225 /* AsyncJoinedSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_74 /* AsyncJoinedSequence.swift */; };
+ OBJ_226 /* AsyncRemoveDuplicatesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_75 /* AsyncRemoveDuplicatesSequence.swift */; };
+ OBJ_227 /* AsyncSyncSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_76 /* AsyncSyncSequence.swift */; };
+ OBJ_228 /* AsyncThrottleSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_77 /* AsyncThrottleSequence.swift */; };
+ OBJ_229 /* AsyncThrowingExclusiveReductionsSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_78 /* AsyncThrowingExclusiveReductionsSequence.swift */; };
+ OBJ_230 /* AsyncThrowingInclusiveReductionsSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_79 /* AsyncThrowingInclusiveReductionsSequence.swift */; };
+ OBJ_231 /* AsyncTimerSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_80 /* AsyncTimerSequence.swift */; };
+ OBJ_232 /* AsyncBufferSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_82 /* AsyncBufferSequence.swift */; };
+ OBJ_233 /* BoundedBufferStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_83 /* BoundedBufferStateMachine.swift */; };
+ OBJ_234 /* BoundedBufferStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_84 /* BoundedBufferStorage.swift */; };
+ OBJ_235 /* UnboundedBufferStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_85 /* UnboundedBufferStateMachine.swift */; };
+ OBJ_236 /* UnboundedBufferStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_86 /* UnboundedBufferStorage.swift */; };
+ OBJ_237 /* AsyncChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_88 /* AsyncChannel.swift */; };
+ OBJ_238 /* AsyncThrowingChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_89 /* AsyncThrowingChannel.swift */; };
+ OBJ_239 /* ChannelStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_90 /* ChannelStateMachine.swift */; };
+ OBJ_240 /* ChannelStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_91 /* ChannelStorage.swift */; };
+ OBJ_241 /* AsyncCombineLatest2Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_93 /* AsyncCombineLatest2Sequence.swift */; };
+ OBJ_242 /* AsyncCombineLatest3Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_94 /* AsyncCombineLatest3Sequence.swift */; };
+ OBJ_243 /* CombineLatestStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_95 /* CombineLatestStateMachine.swift */; };
+ OBJ_244 /* CombineLatestStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_96 /* CombineLatestStorage.swift */; };
+ OBJ_245 /* AsyncDebounceSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_98 /* AsyncDebounceSequence.swift */; };
+ OBJ_246 /* DebounceStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_99 /* DebounceStateMachine.swift */; };
+ OBJ_247 /* DebounceStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_100 /* DebounceStorage.swift */; };
+ OBJ_248 /* Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_101 /* Dictionary.swift */; };
+ OBJ_249 /* Locking.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_102 /* Locking.swift */; };
+ OBJ_250 /* AsyncMerge2Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_104 /* AsyncMerge2Sequence.swift */; };
+ OBJ_251 /* AsyncMerge3Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_105 /* AsyncMerge3Sequence.swift */; };
+ OBJ_252 /* MergeStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_106 /* MergeStateMachine.swift */; };
+ OBJ_253 /* MergeStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_107 /* MergeStorage.swift */; };
+ OBJ_254 /* PartialIteration.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_108 /* PartialIteration.swift */; };
+ OBJ_255 /* RangeReplaceableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_109 /* RangeReplaceableCollection.swift */; };
+ OBJ_256 /* Rethrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_110 /* Rethrow.swift */; };
+ OBJ_257 /* SetAlgebra.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_111 /* SetAlgebra.swift */; };
+ OBJ_258 /* AsyncZip2Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_113 /* AsyncZip2Sequence.swift */; };
+ OBJ_259 /* AsyncZip3Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_114 /* AsyncZip3Sequence.swift */; };
+ OBJ_260 /* ZipStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_115 /* ZipStateMachine.swift */; };
+ OBJ_261 /* ZipStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_116 /* ZipStorage.swift */; };
+ OBJ_263 /* Collections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::Collections::Product /* Collections.framework */; };
+ OBJ_264 /* OrderedCollections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::OrderedCollections::Product /* OrderedCollections.framework */; };
+ OBJ_265 /* DequeModule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::DequeModule::Product /* DequeModule.framework */; };
+ OBJ_277 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_120 /* Package.swift */; };
+ OBJ_283 /* AsyncCountdownEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* AsyncCountdownEvent.swift */; };
+ OBJ_284 /* AsyncEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* AsyncEvent.swift */; };
+ OBJ_285 /* AsyncSemaphore.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* AsyncSemaphore.swift */; };
+ OBJ_286 /* AsyncObject+Clock.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* AsyncObject+Clock.swift */; };
+ OBJ_287 /* AsyncObject+Duration.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* AsyncObject+Duration.swift */; };
+ OBJ_288 /* AsyncObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* AsyncObject.swift */; };
+ OBJ_289 /* Cancellable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_19 /* Cancellable.swift */; };
+ OBJ_290 /* CancellationSource+Linking.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_20 /* CancellationSource+Linking.swift */; };
+ OBJ_291 /* CancellationSource+Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* CancellationSource+Task.swift */; };
+ OBJ_292 /* CancellationSource+Timeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_22 /* CancellationSource+Timeout.swift */; };
+ OBJ_293 /* CancellationSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_23 /* CancellationSource.swift */; };
+ OBJ_294 /* Continuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_25 /* Continuable.swift */; };
+ OBJ_295 /* ContinuableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_26 /* ContinuableCollection.swift */; };
+ OBJ_296 /* ContinuableCollectionActor.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_27 /* ContinuableCollectionActor.swift */; };
+ OBJ_297 /* GlobalContinuation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_28 /* GlobalContinuation.swift */; };
+ OBJ_298 /* TrackableContinuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_29 /* TrackableContinuable.swift */; };
+ OBJ_299 /* TrackedContinuation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_30 /* TrackedContinuation.swift */; };
+ OBJ_300 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_32 /* Task.swift */; };
+ OBJ_301 /* TaskGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_33 /* TaskGroup.swift */; };
+ OBJ_302 /* Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_34 /* Future.swift */; };
+ OBJ_303 /* Exclusible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_36 /* Exclusible.swift */; };
+ OBJ_304 /* Locker.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_37 /* Locker.swift */; };
+ OBJ_305 /* Loggable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_39 /* Loggable.swift */; };
+ OBJ_306 /* TaskOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_40 /* TaskOperation.swift */; };
+ OBJ_307 /* TaskQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_41 /* TaskQueue.swift */; };
+ OBJ_308 /* TaskTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_42 /* TaskTracker.swift */; };
+ OBJ_310 /* AsyncAlgorithms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-async-algorithms::AsyncAlgorithms::Product /* AsyncAlgorithms.framework */; };
+ OBJ_311 /* Collections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::Collections::Product /* Collections.framework */; };
+ OBJ_312 /* DequeModule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::DequeModule::Product /* DequeModule.framework */; };
+ OBJ_313 /* OrderedCollections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::OrderedCollections::Product /* OrderedCollections.framework */; };
+ OBJ_323 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; };
+ OBJ_334 /* AsyncCountdownEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_45 /* AsyncCountdownEventTests.swift */; };
+ OBJ_335 /* AsyncEventTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_46 /* AsyncEventTests.swift */; };
+ OBJ_336 /* AsyncObjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_47 /* AsyncObjectTests.swift */; };
+ OBJ_337 /* AsyncSemaphoreTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_48 /* AsyncSemaphoreTests.swift */; };
+ OBJ_338 /* CancellationSourceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_49 /* CancellationSourceTests.swift */; };
+ OBJ_339 /* LockerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_50 /* LockerTests.swift */; };
+ OBJ_340 /* NonThrowingFutureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_51 /* NonThrowingFutureTests.swift */; };
+ OBJ_341 /* StandardLibraryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_52 /* StandardLibraryTests.swift */; };
+ OBJ_342 /* TaskOperationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_53 /* TaskOperationTests.swift */; };
+ OBJ_343 /* TaskQueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_54 /* TaskQueueTests.swift */; };
+ OBJ_344 /* ThrowingFutureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_55 /* ThrowingFutureTests.swift */; };
+ OBJ_345 /* TrackedContinuationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_56 /* TrackedContinuationTests.swift */; };
+ OBJ_346 /* XCAsyncTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_57 /* XCAsyncTestCase.swift */; };
+ OBJ_348 /* AsyncObjects.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = asyncobjects::AsyncObjects::Product /* AsyncObjects.framework */; };
+ OBJ_349 /* AsyncAlgorithms.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-async-algorithms::AsyncAlgorithms::Product /* AsyncAlgorithms.framework */; };
+ OBJ_350 /* Collections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::Collections::Product /* Collections.framework */; };
+ OBJ_351 /* DequeModule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::DequeModule::Product /* DequeModule.framework */; };
+ OBJ_352 /* OrderedCollections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::OrderedCollections::Product /* OrderedCollections.framework */; };
+ OBJ_362 /* Collections.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_123 /* Collections.swift */; };
+ OBJ_364 /* OrderedCollections.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::OrderedCollections::Product /* OrderedCollections.framework */; };
+ OBJ_365 /* DequeModule.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = swift-collections::DequeModule::Product /* DequeModule.framework */; };
+ OBJ_372 /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_125 /* Compatibility.swift */; };
+ OBJ_373 /* Deque+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_126 /* Deque+Codable.swift */; };
+ OBJ_374 /* Deque+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_127 /* Deque+Collection.swift */; };
+ OBJ_375 /* Deque+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_128 /* Deque+CustomDebugStringConvertible.swift */; };
+ OBJ_376 /* Deque+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_129 /* Deque+CustomReflectable.swift */; };
+ OBJ_377 /* Deque+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_130 /* Deque+CustomStringConvertible.swift */; };
+ OBJ_378 /* Deque+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_131 /* Deque+Equatable.swift */; };
+ OBJ_379 /* Deque+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_132 /* Deque+ExpressibleByArrayLiteral.swift */; };
+ OBJ_380 /* Deque+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_133 /* Deque+Extras.swift */; };
+ OBJ_381 /* Deque+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_134 /* Deque+Hashable.swift */; };
+ OBJ_382 /* Deque+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_135 /* Deque+Testing.swift */; };
+ OBJ_383 /* Deque._Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_136 /* Deque._Storage.swift */; };
+ OBJ_384 /* Deque._UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_137 /* Deque._UnsafeHandle.swift */; };
+ OBJ_385 /* Deque.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_138 /* Deque.swift */; };
+ OBJ_386 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_139 /* UnsafeMutableBufferPointer+Utilities.swift */; };
+ OBJ_387 /* _DequeBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_140 /* _DequeBuffer.swift */; };
+ OBJ_388 /* _DequeBufferHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_141 /* _DequeBufferHeader.swift */; };
+ OBJ_389 /* _DequeSlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_142 /* _DequeSlot.swift */; };
+ OBJ_390 /* _UnsafeWrappedBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_143 /* _UnsafeWrappedBuffer.swift */; };
+ OBJ_396 /* _HashTable+Bucket.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_146 /* _HashTable+Bucket.swift */; };
+ OBJ_397 /* _HashTable+BucketIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_147 /* _HashTable+BucketIterator.swift */; };
+ OBJ_398 /* _HashTable+Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_148 /* _HashTable+Constants.swift */; };
+ OBJ_399 /* _HashTable+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_149 /* _HashTable+CustomStringConvertible.swift */; };
+ OBJ_400 /* _HashTable+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_150 /* _HashTable+Testing.swift */; };
+ OBJ_401 /* _HashTable+UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_151 /* _HashTable+UnsafeHandle.swift */; };
+ OBJ_402 /* _HashTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_152 /* _HashTable.swift */; };
+ OBJ_403 /* _Hashtable+Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_153 /* _Hashtable+Header.swift */; };
+ OBJ_404 /* OrderedDictionary+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_155 /* OrderedDictionary+Codable.swift */; };
+ OBJ_405 /* OrderedDictionary+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_156 /* OrderedDictionary+CustomDebugStringConvertible.swift */; };
+ OBJ_406 /* OrderedDictionary+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_157 /* OrderedDictionary+CustomReflectable.swift */; };
+ OBJ_407 /* OrderedDictionary+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_158 /* OrderedDictionary+CustomStringConvertible.swift */; };
+ OBJ_408 /* OrderedDictionary+Deprecations.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_159 /* OrderedDictionary+Deprecations.swift */; };
+ OBJ_409 /* OrderedDictionary+Elements+SubSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_160 /* OrderedDictionary+Elements+SubSequence.swift */; };
+ OBJ_410 /* OrderedDictionary+Elements.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_161 /* OrderedDictionary+Elements.swift */; };
+ OBJ_411 /* OrderedDictionary+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_162 /* OrderedDictionary+Equatable.swift */; };
+ OBJ_412 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_163 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift */; };
+ OBJ_413 /* OrderedDictionary+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_164 /* OrderedDictionary+Hashable.swift */; };
+ OBJ_414 /* OrderedDictionary+Initializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_165 /* OrderedDictionary+Initializers.swift */; };
+ OBJ_415 /* OrderedDictionary+Invariants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_166 /* OrderedDictionary+Invariants.swift */; };
+ OBJ_416 /* OrderedDictionary+Partial MutableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_167 /* OrderedDictionary+Partial MutableCollection.swift */; };
+ OBJ_417 /* OrderedDictionary+Partial RangeReplaceableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_168 /* OrderedDictionary+Partial RangeReplaceableCollection.swift */; };
+ OBJ_418 /* OrderedDictionary+Sequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_169 /* OrderedDictionary+Sequence.swift */; };
+ OBJ_419 /* OrderedDictionary+Values.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_170 /* OrderedDictionary+Values.swift */; };
+ OBJ_420 /* OrderedDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_171 /* OrderedDictionary.swift */; };
+ OBJ_421 /* OrderedSet+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_173 /* OrderedSet+Codable.swift */; };
+ OBJ_422 /* OrderedSet+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_174 /* OrderedSet+CustomDebugStringConvertible.swift */; };
+ OBJ_423 /* OrderedSet+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_175 /* OrderedSet+CustomReflectable.swift */; };
+ OBJ_424 /* OrderedSet+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_176 /* OrderedSet+CustomStringConvertible.swift */; };
+ OBJ_425 /* OrderedSet+Diffing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_177 /* OrderedSet+Diffing.swift */; };
+ OBJ_426 /* OrderedSet+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_178 /* OrderedSet+Equatable.swift */; };
+ OBJ_427 /* OrderedSet+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_179 /* OrderedSet+ExpressibleByArrayLiteral.swift */; };
+ OBJ_428 /* OrderedSet+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_180 /* OrderedSet+Hashable.swift */; };
+ OBJ_429 /* OrderedSet+Initializers.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_181 /* OrderedSet+Initializers.swift */; };
+ OBJ_430 /* OrderedSet+Insertions.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_182 /* OrderedSet+Insertions.swift */; };
+ OBJ_431 /* OrderedSet+Invariants.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_183 /* OrderedSet+Invariants.swift */; };
+ OBJ_432 /* OrderedSet+Partial MutableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_184 /* OrderedSet+Partial MutableCollection.swift */; };
+ OBJ_433 /* OrderedSet+Partial RangeReplaceableCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_185 /* OrderedSet+Partial RangeReplaceableCollection.swift */; };
+ OBJ_434 /* OrderedSet+Partial SetAlgebra+Basics.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_186 /* OrderedSet+Partial SetAlgebra+Basics.swift */; };
+ OBJ_435 /* OrderedSet+Partial SetAlgebra+Operations.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_187 /* OrderedSet+Partial SetAlgebra+Operations.swift */; };
+ OBJ_436 /* OrderedSet+Partial SetAlgebra+Predicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_188 /* OrderedSet+Partial SetAlgebra+Predicates.swift */; };
+ OBJ_437 /* OrderedSet+RandomAccessCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_189 /* OrderedSet+RandomAccessCollection.swift */; };
+ OBJ_438 /* OrderedSet+ReserveCapacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_190 /* OrderedSet+ReserveCapacity.swift */; };
+ OBJ_439 /* OrderedSet+SubSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_191 /* OrderedSet+SubSequence.swift */; };
+ OBJ_440 /* OrderedSet+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_192 /* OrderedSet+Testing.swift */; };
+ OBJ_441 /* OrderedSet+UnorderedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_193 /* OrderedSet+UnorderedView.swift */; };
+ OBJ_442 /* OrderedSet+UnstableInternals.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_194 /* OrderedSet+UnstableInternals.swift */; };
+ OBJ_443 /* OrderedSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_195 /* OrderedSet.swift */; };
+ OBJ_444 /* RandomAccessCollection+Offsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_197 /* RandomAccessCollection+Offsets.swift */; };
+ OBJ_445 /* _UnsafeBitset.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_198 /* _UnsafeBitset.swift */; };
+ OBJ_452 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_199 /* Package.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
- 8B9A58CCFC677DC911E4FF72 /* AsyncObjects.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = AsyncObjects.docc; sourceTree = ""; };
- OBJ_100 /* OrderedSet+Insertions.swift */ = {isa = PBXFileReference; path = "OrderedSet+Insertions.swift"; sourceTree = ""; };
- OBJ_101 /* OrderedSet+Invariants.swift */ = {isa = PBXFileReference; path = "OrderedSet+Invariants.swift"; sourceTree = ""; };
- OBJ_102 /* OrderedSet+Partial MutableCollection.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial MutableCollection.swift"; sourceTree = ""; };
- OBJ_103 /* OrderedSet+Partial RangeReplaceableCollection.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial RangeReplaceableCollection.swift"; sourceTree = ""; };
- OBJ_104 /* OrderedSet+Partial SetAlgebra+Basics.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial SetAlgebra+Basics.swift"; sourceTree = ""; };
- OBJ_105 /* OrderedSet+Partial SetAlgebra+Operations.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial SetAlgebra+Operations.swift"; sourceTree = ""; };
- OBJ_106 /* OrderedSet+Partial SetAlgebra+Predicates.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial SetAlgebra+Predicates.swift"; sourceTree = ""; };
- OBJ_107 /* OrderedSet+RandomAccessCollection.swift */ = {isa = PBXFileReference; path = "OrderedSet+RandomAccessCollection.swift"; sourceTree = ""; };
- OBJ_108 /* OrderedSet+ReserveCapacity.swift */ = {isa = PBXFileReference; path = "OrderedSet+ReserveCapacity.swift"; sourceTree = ""; };
- OBJ_109 /* OrderedSet+SubSequence.swift */ = {isa = PBXFileReference; path = "OrderedSet+SubSequence.swift"; sourceTree = ""; };
+ BE46F71902771C21B924565F /* AsyncObjects.docc */ = {isa = PBXFileReference; includeInIndex = 1; path = AsyncObjects.docc; sourceTree = ""; };
+ OBJ_100 /* DebounceStorage.swift */ = {isa = PBXFileReference; path = DebounceStorage.swift; sourceTree = ""; };
+ OBJ_101 /* Dictionary.swift */ = {isa = PBXFileReference; path = Dictionary.swift; sourceTree = ""; };
+ OBJ_102 /* Locking.swift */ = {isa = PBXFileReference; path = Locking.swift; sourceTree = ""; };
+ OBJ_104 /* AsyncMerge2Sequence.swift */ = {isa = PBXFileReference; path = AsyncMerge2Sequence.swift; sourceTree = ""; };
+ OBJ_105 /* AsyncMerge3Sequence.swift */ = {isa = PBXFileReference; path = AsyncMerge3Sequence.swift; sourceTree = ""; };
+ OBJ_106 /* MergeStateMachine.swift */ = {isa = PBXFileReference; path = MergeStateMachine.swift; sourceTree = ""; };
+ OBJ_107 /* MergeStorage.swift */ = {isa = PBXFileReference; path = MergeStorage.swift; sourceTree = ""; };
+ OBJ_108 /* PartialIteration.swift */ = {isa = PBXFileReference; path = PartialIteration.swift; sourceTree = ""; };
+ OBJ_109 /* RangeReplaceableCollection.swift */ = {isa = PBXFileReference; path = RangeReplaceableCollection.swift; sourceTree = ""; };
OBJ_11 /* AsyncCountdownEvent.swift */ = {isa = PBXFileReference; path = AsyncCountdownEvent.swift; sourceTree = ""; };
- OBJ_110 /* OrderedSet+Testing.swift */ = {isa = PBXFileReference; path = "OrderedSet+Testing.swift"; sourceTree = ""; };
- OBJ_111 /* OrderedSet+UnorderedView.swift */ = {isa = PBXFileReference; path = "OrderedSet+UnorderedView.swift"; sourceTree = ""; };
- OBJ_112 /* OrderedSet+UnstableInternals.swift */ = {isa = PBXFileReference; path = "OrderedSet+UnstableInternals.swift"; sourceTree = ""; };
- OBJ_113 /* OrderedSet.swift */ = {isa = PBXFileReference; path = OrderedSet.swift; sourceTree = ""; };
- OBJ_115 /* RandomAccessCollection+Offsets.swift */ = {isa = PBXFileReference; path = "RandomAccessCollection+Offsets.swift"; sourceTree = ""; };
- OBJ_116 /* _UnsafeBitset.swift */ = {isa = PBXFileReference; path = _UnsafeBitset.swift; sourceTree = ""; };
- OBJ_117 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; name = Package.swift; path = "/home/runner/work/AsyncObjects/AsyncObjects/.build/checkouts/swift-collections/Package.swift"; sourceTree = ""; };
+ OBJ_110 /* Rethrow.swift */ = {isa = PBXFileReference; path = Rethrow.swift; sourceTree = ""; };
+ OBJ_111 /* SetAlgebra.swift */ = {isa = PBXFileReference; path = SetAlgebra.swift; sourceTree = ""; };
+ OBJ_113 /* AsyncZip2Sequence.swift */ = {isa = PBXFileReference; path = AsyncZip2Sequence.swift; sourceTree = ""; };
+ OBJ_114 /* AsyncZip3Sequence.swift */ = {isa = PBXFileReference; path = AsyncZip3Sequence.swift; sourceTree = ""; };
+ OBJ_115 /* ZipStateMachine.swift */ = {isa = PBXFileReference; path = ZipStateMachine.swift; sourceTree = ""; };
+ OBJ_116 /* ZipStorage.swift */ = {isa = PBXFileReference; path = ZipStorage.swift; sourceTree = ""; };
OBJ_12 /* AsyncEvent.swift */ = {isa = PBXFileReference; path = AsyncEvent.swift; sourceTree = ""; };
+ OBJ_120 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; name = Package.swift; path = "/Users/soumya.mahunt/Documents/projects/AsyncObjects/.build/checkouts/swift-async-algorithms/Package.swift"; sourceTree = ""; };
+ OBJ_123 /* Collections.swift */ = {isa = PBXFileReference; path = Collections.swift; sourceTree = ""; };
+ OBJ_125 /* Compatibility.swift */ = {isa = PBXFileReference; path = Compatibility.swift; sourceTree = ""; };
+ OBJ_126 /* Deque+Codable.swift */ = {isa = PBXFileReference; path = "Deque+Codable.swift"; sourceTree = ""; };
+ OBJ_127 /* Deque+Collection.swift */ = {isa = PBXFileReference; path = "Deque+Collection.swift"; sourceTree = ""; };
+ OBJ_128 /* Deque+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; path = "Deque+CustomDebugStringConvertible.swift"; sourceTree = ""; };
+ OBJ_129 /* Deque+CustomReflectable.swift */ = {isa = PBXFileReference; path = "Deque+CustomReflectable.swift"; sourceTree = ""; };
OBJ_13 /* AsyncSemaphore.swift */ = {isa = PBXFileReference; path = AsyncSemaphore.swift; sourceTree = ""; };
+ OBJ_130 /* Deque+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "Deque+CustomStringConvertible.swift"; sourceTree = ""; };
+ OBJ_131 /* Deque+Equatable.swift */ = {isa = PBXFileReference; path = "Deque+Equatable.swift"; sourceTree = ""; };
+ OBJ_132 /* Deque+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; path = "Deque+ExpressibleByArrayLiteral.swift"; sourceTree = ""; };
+ OBJ_133 /* Deque+Extras.swift */ = {isa = PBXFileReference; path = "Deque+Extras.swift"; sourceTree = ""; };
+ OBJ_134 /* Deque+Hashable.swift */ = {isa = PBXFileReference; path = "Deque+Hashable.swift"; sourceTree = ""; };
+ OBJ_135 /* Deque+Testing.swift */ = {isa = PBXFileReference; path = "Deque+Testing.swift"; sourceTree = ""; };
+ OBJ_136 /* Deque._Storage.swift */ = {isa = PBXFileReference; path = Deque._Storage.swift; sourceTree = ""; };
+ OBJ_137 /* Deque._UnsafeHandle.swift */ = {isa = PBXFileReference; path = Deque._UnsafeHandle.swift; sourceTree = ""; };
+ OBJ_138 /* Deque.swift */ = {isa = PBXFileReference; path = Deque.swift; sourceTree = ""; };
+ OBJ_139 /* UnsafeMutableBufferPointer+Utilities.swift */ = {isa = PBXFileReference; path = "UnsafeMutableBufferPointer+Utilities.swift"; sourceTree = ""; };
+ OBJ_140 /* _DequeBuffer.swift */ = {isa = PBXFileReference; path = _DequeBuffer.swift; sourceTree = ""; };
+ OBJ_141 /* _DequeBufferHeader.swift */ = {isa = PBXFileReference; path = _DequeBufferHeader.swift; sourceTree = ""; };
+ OBJ_142 /* _DequeSlot.swift */ = {isa = PBXFileReference; path = _DequeSlot.swift; sourceTree = ""; };
+ OBJ_143 /* _UnsafeWrappedBuffer.swift */ = {isa = PBXFileReference; path = _UnsafeWrappedBuffer.swift; sourceTree = ""; };
+ OBJ_146 /* _HashTable+Bucket.swift */ = {isa = PBXFileReference; path = "_HashTable+Bucket.swift"; sourceTree = ""; };
+ OBJ_147 /* _HashTable+BucketIterator.swift */ = {isa = PBXFileReference; path = "_HashTable+BucketIterator.swift"; sourceTree = ""; };
+ OBJ_148 /* _HashTable+Constants.swift */ = {isa = PBXFileReference; path = "_HashTable+Constants.swift"; sourceTree = ""; };
+ OBJ_149 /* _HashTable+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "_HashTable+CustomStringConvertible.swift"; sourceTree = ""; };
OBJ_15 /* AsyncObject+Clock.swift */ = {isa = PBXFileReference; path = "AsyncObject+Clock.swift"; sourceTree = ""; };
+ OBJ_150 /* _HashTable+Testing.swift */ = {isa = PBXFileReference; path = "_HashTable+Testing.swift"; sourceTree = ""; };
+ OBJ_151 /* _HashTable+UnsafeHandle.swift */ = {isa = PBXFileReference; path = "_HashTable+UnsafeHandle.swift"; sourceTree = ""; };
+ OBJ_152 /* _HashTable.swift */ = {isa = PBXFileReference; path = _HashTable.swift; sourceTree = ""; };
+ OBJ_153 /* _Hashtable+Header.swift */ = {isa = PBXFileReference; path = "_Hashtable+Header.swift"; sourceTree = ""; };
+ OBJ_155 /* OrderedDictionary+Codable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Codable.swift"; sourceTree = ""; };
+ OBJ_156 /* OrderedDictionary+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+CustomDebugStringConvertible.swift"; sourceTree = ""; };
+ OBJ_157 /* OrderedDictionary+CustomReflectable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+CustomReflectable.swift"; sourceTree = ""; };
+ OBJ_158 /* OrderedDictionary+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+CustomStringConvertible.swift"; sourceTree = ""; };
+ OBJ_159 /* OrderedDictionary+Deprecations.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Deprecations.swift"; sourceTree = ""; };
OBJ_16 /* AsyncObject+Duration.swift */ = {isa = PBXFileReference; path = "AsyncObject+Duration.swift"; sourceTree = ""; };
+ OBJ_160 /* OrderedDictionary+Elements+SubSequence.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Elements+SubSequence.swift"; sourceTree = ""; };
+ OBJ_161 /* OrderedDictionary+Elements.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Elements.swift"; sourceTree = ""; };
+ OBJ_162 /* OrderedDictionary+Equatable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Equatable.swift"; sourceTree = ""; };
+ OBJ_163 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+ExpressibleByDictionaryLiteral.swift"; sourceTree = ""; };
+ OBJ_164 /* OrderedDictionary+Hashable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Hashable.swift"; sourceTree = ""; };
+ OBJ_165 /* OrderedDictionary+Initializers.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Initializers.swift"; sourceTree = ""; };
+ OBJ_166 /* OrderedDictionary+Invariants.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Invariants.swift"; sourceTree = ""; };
+ OBJ_167 /* OrderedDictionary+Partial MutableCollection.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Partial MutableCollection.swift"; sourceTree = ""; };
+ OBJ_168 /* OrderedDictionary+Partial RangeReplaceableCollection.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Partial RangeReplaceableCollection.swift"; sourceTree = ""; };
+ OBJ_169 /* OrderedDictionary+Sequence.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Sequence.swift"; sourceTree = ""; };
OBJ_17 /* AsyncObject.swift */ = {isa = PBXFileReference; path = AsyncObject.swift; sourceTree = ""; };
+ OBJ_170 /* OrderedDictionary+Values.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Values.swift"; sourceTree = ""; };
+ OBJ_171 /* OrderedDictionary.swift */ = {isa = PBXFileReference; path = OrderedDictionary.swift; sourceTree = ""; };
+ OBJ_173 /* OrderedSet+Codable.swift */ = {isa = PBXFileReference; path = "OrderedSet+Codable.swift"; sourceTree = ""; };
+ OBJ_174 /* OrderedSet+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedSet+CustomDebugStringConvertible.swift"; sourceTree = ""; };
+ OBJ_175 /* OrderedSet+CustomReflectable.swift */ = {isa = PBXFileReference; path = "OrderedSet+CustomReflectable.swift"; sourceTree = ""; };
+ OBJ_176 /* OrderedSet+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedSet+CustomStringConvertible.swift"; sourceTree = ""; };
+ OBJ_177 /* OrderedSet+Diffing.swift */ = {isa = PBXFileReference; path = "OrderedSet+Diffing.swift"; sourceTree = ""; };
+ OBJ_178 /* OrderedSet+Equatable.swift */ = {isa = PBXFileReference; path = "OrderedSet+Equatable.swift"; sourceTree = ""; };
+ OBJ_179 /* OrderedSet+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; path = "OrderedSet+ExpressibleByArrayLiteral.swift"; sourceTree = ""; };
+ OBJ_180 /* OrderedSet+Hashable.swift */ = {isa = PBXFileReference; path = "OrderedSet+Hashable.swift"; sourceTree = ""; };
+ OBJ_181 /* OrderedSet+Initializers.swift */ = {isa = PBXFileReference; path = "OrderedSet+Initializers.swift"; sourceTree = ""; };
+ OBJ_182 /* OrderedSet+Insertions.swift */ = {isa = PBXFileReference; path = "OrderedSet+Insertions.swift"; sourceTree = ""; };
+ OBJ_183 /* OrderedSet+Invariants.swift */ = {isa = PBXFileReference; path = "OrderedSet+Invariants.swift"; sourceTree = ""; };
+ OBJ_184 /* OrderedSet+Partial MutableCollection.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial MutableCollection.swift"; sourceTree = ""; };
+ OBJ_185 /* OrderedSet+Partial RangeReplaceableCollection.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial RangeReplaceableCollection.swift"; sourceTree = ""; };
+ OBJ_186 /* OrderedSet+Partial SetAlgebra+Basics.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial SetAlgebra+Basics.swift"; sourceTree = ""; };
+ OBJ_187 /* OrderedSet+Partial SetAlgebra+Operations.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial SetAlgebra+Operations.swift"; sourceTree = ""; };
+ OBJ_188 /* OrderedSet+Partial SetAlgebra+Predicates.swift */ = {isa = PBXFileReference; path = "OrderedSet+Partial SetAlgebra+Predicates.swift"; sourceTree = ""; };
+ OBJ_189 /* OrderedSet+RandomAccessCollection.swift */ = {isa = PBXFileReference; path = "OrderedSet+RandomAccessCollection.swift"; sourceTree = ""; };
OBJ_19 /* Cancellable.swift */ = {isa = PBXFileReference; path = Cancellable.swift; sourceTree = ""; };
+ OBJ_190 /* OrderedSet+ReserveCapacity.swift */ = {isa = PBXFileReference; path = "OrderedSet+ReserveCapacity.swift"; sourceTree = ""; };
+ OBJ_191 /* OrderedSet+SubSequence.swift */ = {isa = PBXFileReference; path = "OrderedSet+SubSequence.swift"; sourceTree = ""; };
+ OBJ_192 /* OrderedSet+Testing.swift */ = {isa = PBXFileReference; path = "OrderedSet+Testing.swift"; sourceTree = ""; };
+ OBJ_193 /* OrderedSet+UnorderedView.swift */ = {isa = PBXFileReference; path = "OrderedSet+UnorderedView.swift"; sourceTree = ""; };
+ OBJ_194 /* OrderedSet+UnstableInternals.swift */ = {isa = PBXFileReference; path = "OrderedSet+UnstableInternals.swift"; sourceTree = ""; };
+ OBJ_195 /* OrderedSet.swift */ = {isa = PBXFileReference; path = OrderedSet.swift; sourceTree = ""; };
+ OBJ_197 /* RandomAccessCollection+Offsets.swift */ = {isa = PBXFileReference; path = "RandomAccessCollection+Offsets.swift"; sourceTree = ""; };
+ OBJ_198 /* _UnsafeBitset.swift */ = {isa = PBXFileReference; path = _UnsafeBitset.swift; sourceTree = ""; };
+ OBJ_199 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; name = Package.swift; path = "/Users/soumya.mahunt/Documents/projects/AsyncObjects/.build/checkouts/swift-collections/Package.swift"; sourceTree = ""; };
OBJ_20 /* CancellationSource+Linking.swift */ = {isa = PBXFileReference; path = "CancellationSource+Linking.swift"; sourceTree = ""; };
OBJ_21 /* CancellationSource+Task.swift */ = {isa = PBXFileReference; path = "CancellationSource+Task.swift"; sourceTree = ""; };
OBJ_22 /* CancellationSource+Timeout.swift */ = {isa = PBXFileReference; path = "CancellationSource+Timeout.swift"; sourceTree = ""; };
@@ -177,61 +329,91 @@
OBJ_56 /* TrackedContinuationTests.swift */ = {isa = PBXFileReference; path = TrackedContinuationTests.swift; sourceTree = ""; };
OBJ_57 /* XCAsyncTestCase.swift */ = {isa = PBXFileReference; path = XCAsyncTestCase.swift; sourceTree = ""; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; };
- OBJ_64 /* _HashTable+Bucket.swift */ = {isa = PBXFileReference; path = "_HashTable+Bucket.swift"; sourceTree = ""; };
- OBJ_65 /* _HashTable+BucketIterator.swift */ = {isa = PBXFileReference; path = "_HashTable+BucketIterator.swift"; sourceTree = ""; };
- OBJ_66 /* _HashTable+Constants.swift */ = {isa = PBXFileReference; path = "_HashTable+Constants.swift"; sourceTree = ""; };
- OBJ_67 /* _HashTable+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "_HashTable+CustomStringConvertible.swift"; sourceTree = ""; };
- OBJ_68 /* _HashTable+Testing.swift */ = {isa = PBXFileReference; path = "_HashTable+Testing.swift"; sourceTree = ""; };
- OBJ_69 /* _HashTable+UnsafeHandle.swift */ = {isa = PBXFileReference; path = "_HashTable+UnsafeHandle.swift"; sourceTree = ""; };
- OBJ_70 /* _HashTable.swift */ = {isa = PBXFileReference; path = _HashTable.swift; sourceTree = ""; };
- OBJ_71 /* _Hashtable+Header.swift */ = {isa = PBXFileReference; path = "_Hashtable+Header.swift"; sourceTree = ""; };
- OBJ_73 /* OrderedDictionary+Codable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Codable.swift"; sourceTree = ""; };
- OBJ_74 /* OrderedDictionary+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+CustomDebugStringConvertible.swift"; sourceTree = ""; };
- OBJ_75 /* OrderedDictionary+CustomReflectable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+CustomReflectable.swift"; sourceTree = ""; };
- OBJ_76 /* OrderedDictionary+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+CustomStringConvertible.swift"; sourceTree = ""; };
- OBJ_77 /* OrderedDictionary+Deprecations.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Deprecations.swift"; sourceTree = ""; };
- OBJ_78 /* OrderedDictionary+Elements+SubSequence.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Elements+SubSequence.swift"; sourceTree = ""; };
- OBJ_79 /* OrderedDictionary+Elements.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Elements.swift"; sourceTree = ""; };
+ OBJ_61 /* AsyncAdjacentPairsSequence.swift */ = {isa = PBXFileReference; path = AsyncAdjacentPairsSequence.swift; sourceTree = ""; };
+ OBJ_62 /* AsyncBufferedByteIterator.swift */ = {isa = PBXFileReference; path = AsyncBufferedByteIterator.swift; sourceTree = ""; };
+ OBJ_63 /* AsyncChain2Sequence.swift */ = {isa = PBXFileReference; path = AsyncChain2Sequence.swift; sourceTree = ""; };
+ OBJ_64 /* AsyncChain3Sequence.swift */ = {isa = PBXFileReference; path = AsyncChain3Sequence.swift; sourceTree = ""; };
+ OBJ_65 /* AsyncChunkedByGroupSequence.swift */ = {isa = PBXFileReference; path = AsyncChunkedByGroupSequence.swift; sourceTree = ""; };
+ OBJ_66 /* AsyncChunkedOnProjectionSequence.swift */ = {isa = PBXFileReference; path = AsyncChunkedOnProjectionSequence.swift; sourceTree = ""; };
+ OBJ_67 /* AsyncChunksOfCountOrSignalSequence.swift */ = {isa = PBXFileReference; path = AsyncChunksOfCountOrSignalSequence.swift; sourceTree = ""; };
+ OBJ_68 /* AsyncChunksOfCountSequence.swift */ = {isa = PBXFileReference; path = AsyncChunksOfCountSequence.swift; sourceTree = ""; };
+ OBJ_69 /* AsyncCompactedSequence.swift */ = {isa = PBXFileReference; path = AsyncCompactedSequence.swift; sourceTree = ""; };
+ OBJ_70 /* AsyncExclusiveReductionsSequence.swift */ = {isa = PBXFileReference; path = AsyncExclusiveReductionsSequence.swift; sourceTree = ""; };
+ OBJ_71 /* AsyncInclusiveReductionsSequence.swift */ = {isa = PBXFileReference; path = AsyncInclusiveReductionsSequence.swift; sourceTree = ""; };
+ OBJ_72 /* AsyncInterspersedSequence.swift */ = {isa = PBXFileReference; path = AsyncInterspersedSequence.swift; sourceTree = ""; };
+ OBJ_73 /* AsyncJoinedBySeparatorSequence.swift */ = {isa = PBXFileReference; path = AsyncJoinedBySeparatorSequence.swift; sourceTree = ""; };
+ OBJ_74 /* AsyncJoinedSequence.swift */ = {isa = PBXFileReference; path = AsyncJoinedSequence.swift; sourceTree = ""; };
+ OBJ_75 /* AsyncRemoveDuplicatesSequence.swift */ = {isa = PBXFileReference; path = AsyncRemoveDuplicatesSequence.swift; sourceTree = ""; };
+ OBJ_76 /* AsyncSyncSequence.swift */ = {isa = PBXFileReference; path = AsyncSyncSequence.swift; sourceTree = ""; };
+ OBJ_77 /* AsyncThrottleSequence.swift */ = {isa = PBXFileReference; path = AsyncThrottleSequence.swift; sourceTree = ""; };
+ OBJ_78 /* AsyncThrowingExclusiveReductionsSequence.swift */ = {isa = PBXFileReference; path = AsyncThrowingExclusiveReductionsSequence.swift; sourceTree = ""; };
+ OBJ_79 /* AsyncThrowingInclusiveReductionsSequence.swift */ = {isa = PBXFileReference; path = AsyncThrowingInclusiveReductionsSequence.swift; sourceTree = ""; };
OBJ_8 /* AsyncObjects.xcconfig */ = {isa = PBXFileReference; name = AsyncObjects.xcconfig; path = Helpers/AsyncObjects.xcconfig; sourceTree = ""; };
- OBJ_80 /* OrderedDictionary+Equatable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Equatable.swift"; sourceTree = ""; };
- OBJ_81 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+ExpressibleByDictionaryLiteral.swift"; sourceTree = ""; };
- OBJ_82 /* OrderedDictionary+Hashable.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Hashable.swift"; sourceTree = ""; };
- OBJ_83 /* OrderedDictionary+Initializers.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Initializers.swift"; sourceTree = ""; };
- OBJ_84 /* OrderedDictionary+Invariants.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Invariants.swift"; sourceTree = ""; };
- OBJ_85 /* OrderedDictionary+Partial MutableCollection.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Partial MutableCollection.swift"; sourceTree = ""; };
- OBJ_86 /* OrderedDictionary+Partial RangeReplaceableCollection.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Partial RangeReplaceableCollection.swift"; sourceTree = ""; };
- OBJ_87 /* OrderedDictionary+Sequence.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Sequence.swift"; sourceTree = ""; };
- OBJ_88 /* OrderedDictionary+Values.swift */ = {isa = PBXFileReference; path = "OrderedDictionary+Values.swift"; sourceTree = ""; };
- OBJ_89 /* OrderedDictionary.swift */ = {isa = PBXFileReference; path = OrderedDictionary.swift; sourceTree = ""; };
- OBJ_91 /* OrderedSet+Codable.swift */ = {isa = PBXFileReference; path = "OrderedSet+Codable.swift"; sourceTree = ""; };
- OBJ_92 /* OrderedSet+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedSet+CustomDebugStringConvertible.swift"; sourceTree = ""; };
- OBJ_93 /* OrderedSet+CustomReflectable.swift */ = {isa = PBXFileReference; path = "OrderedSet+CustomReflectable.swift"; sourceTree = ""; };
- OBJ_94 /* OrderedSet+CustomStringConvertible.swift */ = {isa = PBXFileReference; path = "OrderedSet+CustomStringConvertible.swift"; sourceTree = ""; };
- OBJ_95 /* OrderedSet+Diffing.swift */ = {isa = PBXFileReference; path = "OrderedSet+Diffing.swift"; sourceTree = ""; };
- OBJ_96 /* OrderedSet+Equatable.swift */ = {isa = PBXFileReference; path = "OrderedSet+Equatable.swift"; sourceTree = ""; };
- OBJ_97 /* OrderedSet+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; path = "OrderedSet+ExpressibleByArrayLiteral.swift"; sourceTree = ""; };
- OBJ_98 /* OrderedSet+Hashable.swift */ = {isa = PBXFileReference; path = "OrderedSet+Hashable.swift"; sourceTree = ""; };
- OBJ_99 /* OrderedSet+Initializers.swift */ = {isa = PBXFileReference; path = "OrderedSet+Initializers.swift"; sourceTree = ""; };
+ OBJ_80 /* AsyncTimerSequence.swift */ = {isa = PBXFileReference; path = AsyncTimerSequence.swift; sourceTree = ""; };
+ OBJ_82 /* AsyncBufferSequence.swift */ = {isa = PBXFileReference; path = AsyncBufferSequence.swift; sourceTree = ""; };
+ OBJ_83 /* BoundedBufferStateMachine.swift */ = {isa = PBXFileReference; path = BoundedBufferStateMachine.swift; sourceTree = ""; };
+ OBJ_84 /* BoundedBufferStorage.swift */ = {isa = PBXFileReference; path = BoundedBufferStorage.swift; sourceTree = ""; };
+ OBJ_85 /* UnboundedBufferStateMachine.swift */ = {isa = PBXFileReference; path = UnboundedBufferStateMachine.swift; sourceTree = ""; };
+ OBJ_86 /* UnboundedBufferStorage.swift */ = {isa = PBXFileReference; path = UnboundedBufferStorage.swift; sourceTree = ""; };
+ OBJ_88 /* AsyncChannel.swift */ = {isa = PBXFileReference; path = AsyncChannel.swift; sourceTree = ""; };
+ OBJ_89 /* AsyncThrowingChannel.swift */ = {isa = PBXFileReference; path = AsyncThrowingChannel.swift; sourceTree = ""; };
+ OBJ_90 /* ChannelStateMachine.swift */ = {isa = PBXFileReference; path = ChannelStateMachine.swift; sourceTree = ""; };
+ OBJ_91 /* ChannelStorage.swift */ = {isa = PBXFileReference; path = ChannelStorage.swift; sourceTree = ""; };
+ OBJ_93 /* AsyncCombineLatest2Sequence.swift */ = {isa = PBXFileReference; path = AsyncCombineLatest2Sequence.swift; sourceTree = ""; };
+ OBJ_94 /* AsyncCombineLatest3Sequence.swift */ = {isa = PBXFileReference; path = AsyncCombineLatest3Sequence.swift; sourceTree = ""; };
+ OBJ_95 /* CombineLatestStateMachine.swift */ = {isa = PBXFileReference; path = CombineLatestStateMachine.swift; sourceTree = ""; };
+ OBJ_96 /* CombineLatestStorage.swift */ = {isa = PBXFileReference; path = CombineLatestStorage.swift; sourceTree = ""; };
+ OBJ_98 /* AsyncDebounceSequence.swift */ = {isa = PBXFileReference; path = AsyncDebounceSequence.swift; sourceTree = ""; };
+ OBJ_99 /* DebounceStateMachine.swift */ = {isa = PBXFileReference; path = DebounceStateMachine.swift; sourceTree = ""; };
asyncobjects::AsyncObjects::Product /* AsyncObjects.framework */ = {isa = PBXFileReference; path = AsyncObjects.framework; sourceTree = BUILT_PRODUCTS_DIR; };
asyncobjects::AsyncObjectsTests::Product /* AsyncObjectsTests.xctest */ = {isa = PBXFileReference; path = AsyncObjectsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ swift-async-algorithms::AsyncAlgorithms::Product /* AsyncAlgorithms.framework */ = {isa = PBXFileReference; path = AsyncAlgorithms.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ swift-collections::Collections::Product /* Collections.framework */ = {isa = PBXFileReference; path = Collections.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ swift-collections::DequeModule::Product /* DequeModule.framework */ = {isa = PBXFileReference; path = DequeModule.framework; sourceTree = BUILT_PRODUCTS_DIR; };
swift-collections::OrderedCollections::Product /* OrderedCollections.framework */ = {isa = PBXFileReference; path = OrderedCollections.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
- OBJ_153 /* Frameworks */ = {
+ OBJ_262 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
files = (
- OBJ_154 /* OrderedCollections.framework in Frameworks */,
+ OBJ_263 /* Collections.framework in Frameworks */,
+ OBJ_264 /* OrderedCollections.framework in Frameworks */,
+ OBJ_265 /* DequeModule.framework in Frameworks */,
);
};
- OBJ_186 /* Frameworks */ = {
+ OBJ_309 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
files = (
- OBJ_187 /* AsyncObjects.framework in Frameworks */,
- OBJ_188 /* OrderedCollections.framework in Frameworks */,
+ OBJ_310 /* AsyncAlgorithms.framework in Frameworks */,
+ OBJ_311 /* Collections.framework in Frameworks */,
+ OBJ_312 /* DequeModule.framework in Frameworks */,
+ OBJ_313 /* OrderedCollections.framework in Frameworks */,
);
};
- OBJ_245 /* Frameworks */ = {
+ OBJ_347 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ files = (
+ OBJ_348 /* AsyncObjects.framework in Frameworks */,
+ OBJ_349 /* AsyncAlgorithms.framework in Frameworks */,
+ OBJ_350 /* Collections.framework in Frameworks */,
+ OBJ_351 /* DequeModule.framework in Frameworks */,
+ OBJ_352 /* OrderedCollections.framework in Frameworks */,
+ );
+ };
+ OBJ_363 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ files = (
+ OBJ_364 /* OrderedCollections.framework in Frameworks */,
+ OBJ_365 /* DequeModule.framework in Frameworks */,
+ );
+ };
+ OBJ_391 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ files = (
+ );
+ };
+ OBJ_446 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
files = (
);
@@ -255,32 +437,107 @@
OBJ_40 /* TaskOperation.swift */,
OBJ_41 /* TaskQueue.swift */,
OBJ_42 /* TaskTracker.swift */,
- 8B9A58CCFC677DC911E4FF72 /* AsyncObjects.docc */,
+ BE46F71902771C21B924565F /* AsyncObjects.docc */,
);
name = AsyncObjects;
path = Sources/AsyncObjects;
sourceTree = SOURCE_ROOT;
};
- OBJ_114 /* Utilities */ = {
+ OBJ_103 /* Merge */ = {
isa = PBXGroup;
children = (
- OBJ_115 /* RandomAccessCollection+Offsets.swift */,
- OBJ_116 /* _UnsafeBitset.swift */,
+ OBJ_104 /* AsyncMerge2Sequence.swift */,
+ OBJ_105 /* AsyncMerge3Sequence.swift */,
+ OBJ_106 /* MergeStateMachine.swift */,
+ OBJ_107 /* MergeStorage.swift */,
);
- name = Utilities;
- path = Utilities;
+ name = Merge;
+ path = Merge;
sourceTree = "";
};
- OBJ_118 /* Products */ = {
+ OBJ_112 /* Zip */ = {
isa = PBXGroup;
children = (
- asyncobjects::AsyncObjects::Product /* AsyncObjects.framework */,
- asyncobjects::AsyncObjectsTests::Product /* AsyncObjectsTests.xctest */,
- swift-collections::OrderedCollections::Product /* OrderedCollections.framework */,
+ OBJ_113 /* AsyncZip2Sequence.swift */,
+ OBJ_114 /* AsyncZip3Sequence.swift */,
+ OBJ_115 /* ZipStateMachine.swift */,
+ OBJ_116 /* ZipStorage.swift */,
);
- name = Products;
+ name = Zip;
+ path = Zip;
+ sourceTree = "";
+ };
+ OBJ_117 /* AsyncAlgorithms_XCTest */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = AsyncAlgorithms_XCTest;
+ path = ".build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms_XCTest";
+ sourceTree = SOURCE_ROOT;
+ };
+ OBJ_118 /* AsyncSequenceValidation */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = AsyncSequenceValidation;
+ path = ".build/checkouts/swift-async-algorithms/Sources/AsyncSequenceValidation";
+ sourceTree = SOURCE_ROOT;
+ };
+ OBJ_119 /* _CAsyncSequenceValidationSupport */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = _CAsyncSequenceValidationSupport;
+ path = ".build/checkouts/swift-async-algorithms/Sources/_CAsyncSequenceValidationSupport";
+ sourceTree = SOURCE_ROOT;
+ };
+ OBJ_121 /* swift-collections 1.0.3 */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_122 /* Collections */,
+ OBJ_124 /* DequeModule */,
+ OBJ_144 /* OrderedCollections */,
+ OBJ_199 /* Package.swift */,
+ );
+ name = "swift-collections 1.0.3";
path = "";
- sourceTree = BUILT_PRODUCTS_DIR;
+ sourceTree = SOURCE_ROOT;
+ };
+ OBJ_122 /* Collections */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_123 /* Collections.swift */,
+ );
+ name = Collections;
+ path = ".build/checkouts/swift-collections/Sources/Collections";
+ sourceTree = SOURCE_ROOT;
+ };
+ OBJ_124 /* DequeModule */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_125 /* Compatibility.swift */,
+ OBJ_126 /* Deque+Codable.swift */,
+ OBJ_127 /* Deque+Collection.swift */,
+ OBJ_128 /* Deque+CustomDebugStringConvertible.swift */,
+ OBJ_129 /* Deque+CustomReflectable.swift */,
+ OBJ_130 /* Deque+CustomStringConvertible.swift */,
+ OBJ_131 /* Deque+Equatable.swift */,
+ OBJ_132 /* Deque+ExpressibleByArrayLiteral.swift */,
+ OBJ_133 /* Deque+Extras.swift */,
+ OBJ_134 /* Deque+Hashable.swift */,
+ OBJ_135 /* Deque+Testing.swift */,
+ OBJ_136 /* Deque._Storage.swift */,
+ OBJ_137 /* Deque._UnsafeHandle.swift */,
+ OBJ_138 /* Deque.swift */,
+ OBJ_139 /* UnsafeMutableBufferPointer+Utilities.swift */,
+ OBJ_140 /* _DequeBuffer.swift */,
+ OBJ_141 /* _DequeBufferHeader.swift */,
+ OBJ_142 /* _DequeSlot.swift */,
+ OBJ_143 /* _UnsafeWrappedBuffer.swift */,
+ );
+ name = DequeModule;
+ path = ".build/checkouts/swift-collections/Sources/DequeModule";
+ sourceTree = SOURCE_ROOT;
};
OBJ_14 /* Base */ = {
isa = PBXGroup;
@@ -293,6 +550,90 @@
path = Base;
sourceTree = "";
};
+ OBJ_144 /* OrderedCollections */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_145 /* HashTable */,
+ OBJ_154 /* OrderedDictionary */,
+ OBJ_172 /* OrderedSet */,
+ OBJ_196 /* Utilities */,
+ );
+ name = OrderedCollections;
+ path = ".build/checkouts/swift-collections/Sources/OrderedCollections";
+ sourceTree = SOURCE_ROOT;
+ };
+ OBJ_145 /* HashTable */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_146 /* _HashTable+Bucket.swift */,
+ OBJ_147 /* _HashTable+BucketIterator.swift */,
+ OBJ_148 /* _HashTable+Constants.swift */,
+ OBJ_149 /* _HashTable+CustomStringConvertible.swift */,
+ OBJ_150 /* _HashTable+Testing.swift */,
+ OBJ_151 /* _HashTable+UnsafeHandle.swift */,
+ OBJ_152 /* _HashTable.swift */,
+ OBJ_153 /* _Hashtable+Header.swift */,
+ );
+ name = HashTable;
+ path = HashTable;
+ sourceTree = "";
+ };
+ OBJ_154 /* OrderedDictionary */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_155 /* OrderedDictionary+Codable.swift */,
+ OBJ_156 /* OrderedDictionary+CustomDebugStringConvertible.swift */,
+ OBJ_157 /* OrderedDictionary+CustomReflectable.swift */,
+ OBJ_158 /* OrderedDictionary+CustomStringConvertible.swift */,
+ OBJ_159 /* OrderedDictionary+Deprecations.swift */,
+ OBJ_160 /* OrderedDictionary+Elements+SubSequence.swift */,
+ OBJ_161 /* OrderedDictionary+Elements.swift */,
+ OBJ_162 /* OrderedDictionary+Equatable.swift */,
+ OBJ_163 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift */,
+ OBJ_164 /* OrderedDictionary+Hashable.swift */,
+ OBJ_165 /* OrderedDictionary+Initializers.swift */,
+ OBJ_166 /* OrderedDictionary+Invariants.swift */,
+ OBJ_167 /* OrderedDictionary+Partial MutableCollection.swift */,
+ OBJ_168 /* OrderedDictionary+Partial RangeReplaceableCollection.swift */,
+ OBJ_169 /* OrderedDictionary+Sequence.swift */,
+ OBJ_170 /* OrderedDictionary+Values.swift */,
+ OBJ_171 /* OrderedDictionary.swift */,
+ );
+ name = OrderedDictionary;
+ path = OrderedDictionary;
+ sourceTree = "";
+ };
+ OBJ_172 /* OrderedSet */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_173 /* OrderedSet+Codable.swift */,
+ OBJ_174 /* OrderedSet+CustomDebugStringConvertible.swift */,
+ OBJ_175 /* OrderedSet+CustomReflectable.swift */,
+ OBJ_176 /* OrderedSet+CustomStringConvertible.swift */,
+ OBJ_177 /* OrderedSet+Diffing.swift */,
+ OBJ_178 /* OrderedSet+Equatable.swift */,
+ OBJ_179 /* OrderedSet+ExpressibleByArrayLiteral.swift */,
+ OBJ_180 /* OrderedSet+Hashable.swift */,
+ OBJ_181 /* OrderedSet+Initializers.swift */,
+ OBJ_182 /* OrderedSet+Insertions.swift */,
+ OBJ_183 /* OrderedSet+Invariants.swift */,
+ OBJ_184 /* OrderedSet+Partial MutableCollection.swift */,
+ OBJ_185 /* OrderedSet+Partial RangeReplaceableCollection.swift */,
+ OBJ_186 /* OrderedSet+Partial SetAlgebra+Basics.swift */,
+ OBJ_187 /* OrderedSet+Partial SetAlgebra+Operations.swift */,
+ OBJ_188 /* OrderedSet+Partial SetAlgebra+Predicates.swift */,
+ OBJ_189 /* OrderedSet+RandomAccessCollection.swift */,
+ OBJ_190 /* OrderedSet+ReserveCapacity.swift */,
+ OBJ_191 /* OrderedSet+SubSequence.swift */,
+ OBJ_192 /* OrderedSet+Testing.swift */,
+ OBJ_193 /* OrderedSet+UnorderedView.swift */,
+ OBJ_194 /* OrderedSet+UnstableInternals.swift */,
+ OBJ_195 /* OrderedSet.swift */,
+ );
+ name = OrderedSet;
+ path = OrderedSet;
+ sourceTree = "";
+ };
OBJ_18 /* CancellationSource */ = {
isa = PBXGroup;
children = (
@@ -306,6 +647,30 @@
path = CancellationSource;
sourceTree = "";
};
+ OBJ_196 /* Utilities */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_197 /* RandomAccessCollection+Offsets.swift */,
+ OBJ_198 /* _UnsafeBitset.swift */,
+ );
+ name = Utilities;
+ path = Utilities;
+ sourceTree = "";
+ };
+ OBJ_200 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ swift-async-algorithms::AsyncAlgorithms::Product /* AsyncAlgorithms.framework */,
+ asyncobjects::AsyncObjects::Product /* AsyncObjects.framework */,
+ asyncobjects::AsyncObjectsTests::Product /* AsyncObjectsTests.xctest */,
+ swift-collections::Collections::Product /* Collections.framework */,
+ swift-collections::DequeModule::Product /* DequeModule.framework */,
+ swift-collections::OrderedCollections::Product /* OrderedCollections.framework */,
+ );
+ name = Products;
+ path = "";
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
OBJ_24 /* Continuation */ = {
isa = PBXGroup;
children = (
@@ -387,7 +752,7 @@
OBJ_9 /* Sources */,
OBJ_43 /* Tests */,
OBJ_58 /* Dependencies */,
- OBJ_118 /* Products */,
+ OBJ_200 /* Products */,
);
path = "";
sourceTree = "";
@@ -395,100 +760,98 @@
OBJ_58 /* Dependencies */ = {
isa = PBXGroup;
children = (
- OBJ_59 /* swift-collections 1.0.4 */,
+ OBJ_59 /* AsyncAlgorithms 0.1.0 */,
+ OBJ_121 /* swift-collections 1.0.3 */,
);
name = Dependencies;
path = "";
sourceTree = "";
};
- OBJ_59 /* swift-collections 1.0.4 */ = {
+ OBJ_59 /* AsyncAlgorithms 0.1.0 */ = {
isa = PBXGroup;
children = (
- OBJ_60 /* Collections */,
- OBJ_61 /* DequeModule */,
- OBJ_62 /* OrderedCollections */,
- OBJ_117 /* Package.swift */,
+ OBJ_60 /* AsyncAlgorithms */,
+ OBJ_117 /* AsyncAlgorithms_XCTest */,
+ OBJ_118 /* AsyncSequenceValidation */,
+ OBJ_119 /* _CAsyncSequenceValidationSupport */,
+ OBJ_120 /* Package.swift */,
);
- name = "swift-collections 1.0.4";
+ name = "AsyncAlgorithms 0.1.0";
path = "";
sourceTree = SOURCE_ROOT;
};
- OBJ_60 /* Collections */ = {
- isa = PBXGroup;
- children = (
- );
- name = Collections;
- path = ".build/checkouts/swift-collections/Sources/Collections";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_61 /* DequeModule */ = {
- isa = PBXGroup;
- children = (
- );
- name = DequeModule;
- path = ".build/checkouts/swift-collections/Sources/DequeModule";
- sourceTree = SOURCE_ROOT;
- };
- OBJ_62 /* OrderedCollections */ = {
+ OBJ_60 /* AsyncAlgorithms */ = {
isa = PBXGroup;
children = (
- OBJ_63 /* HashTable */,
- OBJ_72 /* OrderedDictionary */,
- OBJ_90 /* OrderedSet */,
- OBJ_114 /* Utilities */,
+ OBJ_61 /* AsyncAdjacentPairsSequence.swift */,
+ OBJ_62 /* AsyncBufferedByteIterator.swift */,
+ OBJ_63 /* AsyncChain2Sequence.swift */,
+ OBJ_64 /* AsyncChain3Sequence.swift */,
+ OBJ_65 /* AsyncChunkedByGroupSequence.swift */,
+ OBJ_66 /* AsyncChunkedOnProjectionSequence.swift */,
+ OBJ_67 /* AsyncChunksOfCountOrSignalSequence.swift */,
+ OBJ_68 /* AsyncChunksOfCountSequence.swift */,
+ OBJ_69 /* AsyncCompactedSequence.swift */,
+ OBJ_70 /* AsyncExclusiveReductionsSequence.swift */,
+ OBJ_71 /* AsyncInclusiveReductionsSequence.swift */,
+ OBJ_72 /* AsyncInterspersedSequence.swift */,
+ OBJ_73 /* AsyncJoinedBySeparatorSequence.swift */,
+ OBJ_74 /* AsyncJoinedSequence.swift */,
+ OBJ_75 /* AsyncRemoveDuplicatesSequence.swift */,
+ OBJ_76 /* AsyncSyncSequence.swift */,
+ OBJ_77 /* AsyncThrottleSequence.swift */,
+ OBJ_78 /* AsyncThrowingExclusiveReductionsSequence.swift */,
+ OBJ_79 /* AsyncThrowingInclusiveReductionsSequence.swift */,
+ OBJ_80 /* AsyncTimerSequence.swift */,
+ OBJ_81 /* Buffer */,
+ OBJ_87 /* Channels */,
+ OBJ_92 /* CombineLatest */,
+ OBJ_97 /* Debounce */,
+ OBJ_101 /* Dictionary.swift */,
+ OBJ_102 /* Locking.swift */,
+ OBJ_103 /* Merge */,
+ OBJ_108 /* PartialIteration.swift */,
+ OBJ_109 /* RangeReplaceableCollection.swift */,
+ OBJ_110 /* Rethrow.swift */,
+ OBJ_111 /* SetAlgebra.swift */,
+ OBJ_112 /* Zip */,
);
- name = OrderedCollections;
- path = ".build/checkouts/swift-collections/Sources/OrderedCollections";
+ name = AsyncAlgorithms;
+ path = ".build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms";
sourceTree = SOURCE_ROOT;
};
- OBJ_63 /* HashTable */ = {
+ OBJ_7 /* Configs */ = {
isa = PBXGroup;
children = (
- OBJ_64 /* _HashTable+Bucket.swift */,
- OBJ_65 /* _HashTable+BucketIterator.swift */,
- OBJ_66 /* _HashTable+Constants.swift */,
- OBJ_67 /* _HashTable+CustomStringConvertible.swift */,
- OBJ_68 /* _HashTable+Testing.swift */,
- OBJ_69 /* _HashTable+UnsafeHandle.swift */,
- OBJ_70 /* _HashTable.swift */,
- OBJ_71 /* _Hashtable+Header.swift */,
+ OBJ_8 /* AsyncObjects.xcconfig */,
);
- name = HashTable;
- path = HashTable;
+ name = Configs;
+ path = "";
sourceTree = "";
};
- OBJ_7 /* Configs */ = {
+ OBJ_81 /* Buffer */ = {
isa = PBXGroup;
children = (
- OBJ_8 /* AsyncObjects.xcconfig */,
+ OBJ_82 /* AsyncBufferSequence.swift */,
+ OBJ_83 /* BoundedBufferStateMachine.swift */,
+ OBJ_84 /* BoundedBufferStorage.swift */,
+ OBJ_85 /* UnboundedBufferStateMachine.swift */,
+ OBJ_86 /* UnboundedBufferStorage.swift */,
);
- name = Configs;
- path = "";
+ name = Buffer;
+ path = Buffer;
sourceTree = "";
};
- OBJ_72 /* OrderedDictionary */ = {
+ OBJ_87 /* Channels */ = {
isa = PBXGroup;
children = (
- OBJ_73 /* OrderedDictionary+Codable.swift */,
- OBJ_74 /* OrderedDictionary+CustomDebugStringConvertible.swift */,
- OBJ_75 /* OrderedDictionary+CustomReflectable.swift */,
- OBJ_76 /* OrderedDictionary+CustomStringConvertible.swift */,
- OBJ_77 /* OrderedDictionary+Deprecations.swift */,
- OBJ_78 /* OrderedDictionary+Elements+SubSequence.swift */,
- OBJ_79 /* OrderedDictionary+Elements.swift */,
- OBJ_80 /* OrderedDictionary+Equatable.swift */,
- OBJ_81 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift */,
- OBJ_82 /* OrderedDictionary+Hashable.swift */,
- OBJ_83 /* OrderedDictionary+Initializers.swift */,
- OBJ_84 /* OrderedDictionary+Invariants.swift */,
- OBJ_85 /* OrderedDictionary+Partial MutableCollection.swift */,
- OBJ_86 /* OrderedDictionary+Partial RangeReplaceableCollection.swift */,
- OBJ_87 /* OrderedDictionary+Sequence.swift */,
- OBJ_88 /* OrderedDictionary+Values.swift */,
- OBJ_89 /* OrderedDictionary.swift */,
+ OBJ_88 /* AsyncChannel.swift */,
+ OBJ_89 /* AsyncThrowingChannel.swift */,
+ OBJ_90 /* ChannelStateMachine.swift */,
+ OBJ_91 /* ChannelStorage.swift */,
);
- name = OrderedDictionary;
- path = OrderedDictionary;
+ name = Channels;
+ path = Channels;
sourceTree = "";
};
OBJ_9 /* Sources */ = {
@@ -500,35 +863,27 @@
path = "";
sourceTree = SOURCE_ROOT;
};
- OBJ_90 /* OrderedSet */ = {
+ OBJ_92 /* CombineLatest */ = {
isa = PBXGroup;
children = (
- OBJ_91 /* OrderedSet+Codable.swift */,
- OBJ_92 /* OrderedSet+CustomDebugStringConvertible.swift */,
- OBJ_93 /* OrderedSet+CustomReflectable.swift */,
- OBJ_94 /* OrderedSet+CustomStringConvertible.swift */,
- OBJ_95 /* OrderedSet+Diffing.swift */,
- OBJ_96 /* OrderedSet+Equatable.swift */,
- OBJ_97 /* OrderedSet+ExpressibleByArrayLiteral.swift */,
- OBJ_98 /* OrderedSet+Hashable.swift */,
- OBJ_99 /* OrderedSet+Initializers.swift */,
- OBJ_100 /* OrderedSet+Insertions.swift */,
- OBJ_101 /* OrderedSet+Invariants.swift */,
- OBJ_102 /* OrderedSet+Partial MutableCollection.swift */,
- OBJ_103 /* OrderedSet+Partial RangeReplaceableCollection.swift */,
- OBJ_104 /* OrderedSet+Partial SetAlgebra+Basics.swift */,
- OBJ_105 /* OrderedSet+Partial SetAlgebra+Operations.swift */,
- OBJ_106 /* OrderedSet+Partial SetAlgebra+Predicates.swift */,
- OBJ_107 /* OrderedSet+RandomAccessCollection.swift */,
- OBJ_108 /* OrderedSet+ReserveCapacity.swift */,
- OBJ_109 /* OrderedSet+SubSequence.swift */,
- OBJ_110 /* OrderedSet+Testing.swift */,
- OBJ_111 /* OrderedSet+UnorderedView.swift */,
- OBJ_112 /* OrderedSet+UnstableInternals.swift */,
- OBJ_113 /* OrderedSet.swift */,
+ OBJ_93 /* AsyncCombineLatest2Sequence.swift */,
+ OBJ_94 /* AsyncCombineLatest3Sequence.swift */,
+ OBJ_95 /* CombineLatestStateMachine.swift */,
+ OBJ_96 /* CombineLatestStorage.swift */,
);
- name = OrderedSet;
- path = OrderedSet;
+ name = CombineLatest;
+ path = CombineLatest;
+ sourceTree = "";
+ };
+ OBJ_97 /* Debounce */ = {
+ isa = PBXGroup;
+ children = (
+ OBJ_98 /* AsyncDebounceSequence.swift */,
+ OBJ_99 /* DebounceStateMachine.swift */,
+ OBJ_100 /* DebounceStorage.swift */,
+ );
+ name = Debounce;
+ path = Debounce;
sourceTree = "";
};
/* End PBXGroup section */
@@ -536,15 +891,18 @@
/* Begin PBXNativeTarget section */
asyncobjects::AsyncObjects /* AsyncObjects */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_123 /* Build configuration list for PBXNativeTarget "AsyncObjects" */;
+ buildConfigurationList = OBJ_279 /* Build configuration list for PBXNativeTarget "AsyncObjects" */;
buildPhases = (
- OBJ_126 /* Sources */,
- OBJ_153 /* Frameworks */,
+ OBJ_282 /* Sources */,
+ OBJ_309 /* Frameworks */,
);
buildRules = (
);
dependencies = (
- OBJ_155 /* PBXTargetDependency */,
+ OBJ_314 /* PBXTargetDependency */,
+ OBJ_315 /* PBXTargetDependency */,
+ OBJ_316 /* PBXTargetDependency */,
+ OBJ_317 /* PBXTargetDependency */,
);
name = AsyncObjects;
productName = AsyncObjects;
@@ -553,16 +911,19 @@
};
asyncobjects::AsyncObjectsTests /* AsyncObjectsTests */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_169 /* Build configuration list for PBXNativeTarget "AsyncObjectsTests" */;
+ buildConfigurationList = OBJ_330 /* Build configuration list for PBXNativeTarget "AsyncObjectsTests" */;
buildPhases = (
- OBJ_172 /* Sources */,
- OBJ_186 /* Frameworks */,
+ OBJ_333 /* Sources */,
+ OBJ_347 /* Frameworks */,
);
buildRules = (
);
dependencies = (
- OBJ_189 /* PBXTargetDependency */,
- OBJ_190 /* PBXTargetDependency */,
+ OBJ_353 /* PBXTargetDependency */,
+ OBJ_354 /* PBXTargetDependency */,
+ OBJ_355 /* PBXTargetDependency */,
+ OBJ_356 /* PBXTargetDependency */,
+ OBJ_357 /* PBXTargetDependency */,
);
name = AsyncObjectsTests;
productName = AsyncObjectsTests;
@@ -571,9 +932,9 @@
};
asyncobjects::SwiftPMPackageDescription /* AsyncObjectsPackageDescription */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_158 /* Build configuration list for PBXNativeTarget "AsyncObjectsPackageDescription" */;
+ buildConfigurationList = OBJ_319 /* Build configuration list for PBXNativeTarget "AsyncObjectsPackageDescription" */;
buildPhases = (
- OBJ_161 /* Sources */,
+ OBJ_322 /* Sources */,
);
buildRules = (
);
@@ -583,12 +944,79 @@
productName = AsyncObjectsPackageDescription;
productType = "com.apple.product-type.framework";
};
+ swift-async-algorithms::AsyncAlgorithms /* AsyncAlgorithms */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = OBJ_208 /* Build configuration list for PBXNativeTarget "AsyncAlgorithms" */;
+ buildPhases = (
+ OBJ_211 /* Sources */,
+ OBJ_262 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ OBJ_266 /* PBXTargetDependency */,
+ OBJ_268 /* PBXTargetDependency */,
+ OBJ_270 /* PBXTargetDependency */,
+ );
+ name = AsyncAlgorithms;
+ productName = AsyncAlgorithms;
+ productReference = swift-async-algorithms::AsyncAlgorithms::Product /* AsyncAlgorithms.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ swift-async-algorithms::SwiftPMPackageDescription /* AsyncAlgorithmsPackageDescription */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = OBJ_273 /* Build configuration list for PBXNativeTarget "AsyncAlgorithmsPackageDescription" */;
+ buildPhases = (
+ OBJ_276 /* Sources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = AsyncAlgorithmsPackageDescription;
+ productName = AsyncAlgorithmsPackageDescription;
+ productType = "com.apple.product-type.framework";
+ };
+ swift-collections::Collections /* Collections */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = OBJ_358 /* Build configuration list for PBXNativeTarget "Collections" */;
+ buildPhases = (
+ OBJ_361 /* Sources */,
+ OBJ_363 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ OBJ_366 /* PBXTargetDependency */,
+ OBJ_367 /* PBXTargetDependency */,
+ );
+ name = Collections;
+ productName = Collections;
+ productReference = swift-collections::Collections::Product /* Collections.framework */;
+ productType = "com.apple.product-type.framework";
+ };
+ swift-collections::DequeModule /* DequeModule */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = OBJ_368 /* Build configuration list for PBXNativeTarget "DequeModule" */;
+ buildPhases = (
+ OBJ_371 /* Sources */,
+ OBJ_391 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = DequeModule;
+ productName = DequeModule;
+ productReference = swift-collections::DequeModule::Product /* DequeModule.framework */;
+ productType = "com.apple.product-type.framework";
+ };
swift-collections::OrderedCollections /* OrderedCollections */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_191 /* Build configuration list for PBXNativeTarget "OrderedCollections" */;
+ buildConfigurationList = OBJ_392 /* Build configuration list for PBXNativeTarget "OrderedCollections" */;
buildPhases = (
- OBJ_194 /* Sources */,
- OBJ_245 /* Frameworks */,
+ OBJ_395 /* Sources */,
+ OBJ_446 /* Frameworks */,
);
buildRules = (
);
@@ -601,9 +1029,9 @@
};
swift-collections::SwiftPMPackageDescription /* swift-collectionsPackageDescription */ = {
isa = PBXNativeTarget;
- buildConfigurationList = OBJ_247 /* Build configuration list for PBXNativeTarget "swift-collectionsPackageDescription" */;
+ buildConfigurationList = OBJ_448 /* Build configuration list for PBXNativeTarget "swift-collectionsPackageDescription" */;
buildPhases = (
- OBJ_250 /* Sources */,
+ OBJ_451 /* Sources */,
);
buildRules = (
);
@@ -630,13 +1058,17 @@
en,
);
mainGroup = OBJ_5;
- productRefGroup = OBJ_118 /* Products */;
+ productRefGroup = OBJ_200 /* Products */;
projectDirPath = .;
targets = (
+ swift-async-algorithms::AsyncAlgorithms /* AsyncAlgorithms */,
+ swift-async-algorithms::SwiftPMPackageDescription /* AsyncAlgorithmsPackageDescription */,
asyncobjects::AsyncObjects /* AsyncObjects */,
asyncobjects::SwiftPMPackageDescription /* AsyncObjectsPackageDescription */,
asyncobjects::AsyncObjectsPackageTests::ProductTarget /* AsyncObjectsPackageTests */,
asyncobjects::AsyncObjectsTests /* AsyncObjectsTests */,
+ swift-collections::Collections /* Collections */,
+ swift-collections::DequeModule /* DequeModule */,
swift-collections::OrderedCollections /* OrderedCollections */,
swift-collections::SwiftPMPackageDescription /* swift-collectionsPackageDescription */,
);
@@ -644,146 +1076,361 @@
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
- OBJ_126 /* Sources */ = {
+ OBJ_211 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ files = (
+ OBJ_212 /* AsyncAdjacentPairsSequence.swift in Sources */,
+ OBJ_213 /* AsyncBufferedByteIterator.swift in Sources */,
+ OBJ_214 /* AsyncChain2Sequence.swift in Sources */,
+ OBJ_215 /* AsyncChain3Sequence.swift in Sources */,
+ OBJ_216 /* AsyncChunkedByGroupSequence.swift in Sources */,
+ OBJ_217 /* AsyncChunkedOnProjectionSequence.swift in Sources */,
+ OBJ_218 /* AsyncChunksOfCountOrSignalSequence.swift in Sources */,
+ OBJ_219 /* AsyncChunksOfCountSequence.swift in Sources */,
+ OBJ_220 /* AsyncCompactedSequence.swift in Sources */,
+ OBJ_221 /* AsyncExclusiveReductionsSequence.swift in Sources */,
+ OBJ_222 /* AsyncInclusiveReductionsSequence.swift in Sources */,
+ OBJ_223 /* AsyncInterspersedSequence.swift in Sources */,
+ OBJ_224 /* AsyncJoinedBySeparatorSequence.swift in Sources */,
+ OBJ_225 /* AsyncJoinedSequence.swift in Sources */,
+ OBJ_226 /* AsyncRemoveDuplicatesSequence.swift in Sources */,
+ OBJ_227 /* AsyncSyncSequence.swift in Sources */,
+ OBJ_228 /* AsyncThrottleSequence.swift in Sources */,
+ OBJ_229 /* AsyncThrowingExclusiveReductionsSequence.swift in Sources */,
+ OBJ_230 /* AsyncThrowingInclusiveReductionsSequence.swift in Sources */,
+ OBJ_231 /* AsyncTimerSequence.swift in Sources */,
+ OBJ_232 /* AsyncBufferSequence.swift in Sources */,
+ OBJ_233 /* BoundedBufferStateMachine.swift in Sources */,
+ OBJ_234 /* BoundedBufferStorage.swift in Sources */,
+ OBJ_235 /* UnboundedBufferStateMachine.swift in Sources */,
+ OBJ_236 /* UnboundedBufferStorage.swift in Sources */,
+ OBJ_237 /* AsyncChannel.swift in Sources */,
+ OBJ_238 /* AsyncThrowingChannel.swift in Sources */,
+ OBJ_239 /* ChannelStateMachine.swift in Sources */,
+ OBJ_240 /* ChannelStorage.swift in Sources */,
+ OBJ_241 /* AsyncCombineLatest2Sequence.swift in Sources */,
+ OBJ_242 /* AsyncCombineLatest3Sequence.swift in Sources */,
+ OBJ_243 /* CombineLatestStateMachine.swift in Sources */,
+ OBJ_244 /* CombineLatestStorage.swift in Sources */,
+ OBJ_245 /* AsyncDebounceSequence.swift in Sources */,
+ OBJ_246 /* DebounceStateMachine.swift in Sources */,
+ OBJ_247 /* DebounceStorage.swift in Sources */,
+ OBJ_248 /* Dictionary.swift in Sources */,
+ OBJ_249 /* Locking.swift in Sources */,
+ OBJ_250 /* AsyncMerge2Sequence.swift in Sources */,
+ OBJ_251 /* AsyncMerge3Sequence.swift in Sources */,
+ OBJ_252 /* MergeStateMachine.swift in Sources */,
+ OBJ_253 /* MergeStorage.swift in Sources */,
+ OBJ_254 /* PartialIteration.swift in Sources */,
+ OBJ_255 /* RangeReplaceableCollection.swift in Sources */,
+ OBJ_256 /* Rethrow.swift in Sources */,
+ OBJ_257 /* SetAlgebra.swift in Sources */,
+ OBJ_258 /* AsyncZip2Sequence.swift in Sources */,
+ OBJ_259 /* AsyncZip3Sequence.swift in Sources */,
+ OBJ_260 /* ZipStateMachine.swift in Sources */,
+ OBJ_261 /* ZipStorage.swift in Sources */,
+ );
+ };
+ OBJ_276 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ files = (
+ OBJ_277 /* Package.swift in Sources */,
+ );
+ };
+ OBJ_282 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ files = (
+ OBJ_283 /* AsyncCountdownEvent.swift in Sources */,
+ OBJ_284 /* AsyncEvent.swift in Sources */,
+ OBJ_285 /* AsyncSemaphore.swift in Sources */,
+ OBJ_286 /* AsyncObject+Clock.swift in Sources */,
+ OBJ_287 /* AsyncObject+Duration.swift in Sources */,
+ OBJ_288 /* AsyncObject.swift in Sources */,
+ OBJ_289 /* Cancellable.swift in Sources */,
+ OBJ_290 /* CancellationSource+Linking.swift in Sources */,
+ OBJ_291 /* CancellationSource+Task.swift in Sources */,
+ OBJ_292 /* CancellationSource+Timeout.swift in Sources */,
+ OBJ_293 /* CancellationSource.swift in Sources */,
+ OBJ_294 /* Continuable.swift in Sources */,
+ OBJ_295 /* ContinuableCollection.swift in Sources */,
+ OBJ_296 /* ContinuableCollectionActor.swift in Sources */,
+ OBJ_297 /* GlobalContinuation.swift in Sources */,
+ OBJ_298 /* TrackableContinuable.swift in Sources */,
+ OBJ_299 /* TrackedContinuation.swift in Sources */,
+ OBJ_300 /* Task.swift in Sources */,
+ OBJ_301 /* TaskGroup.swift in Sources */,
+ OBJ_302 /* Future.swift in Sources */,
+ OBJ_303 /* Exclusible.swift in Sources */,
+ OBJ_304 /* Locker.swift in Sources */,
+ OBJ_305 /* Loggable.swift in Sources */,
+ OBJ_306 /* TaskOperation.swift in Sources */,
+ OBJ_307 /* TaskQueue.swift in Sources */,
+ OBJ_308 /* TaskTracker.swift in Sources */,
+ 002AFAB6892EC43FC2EEF156 /* AsyncObjects.docc in Sources */,
+ );
+ };
+ OBJ_322 /* Sources */ = {
isa = PBXSourcesBuildPhase;
files = (
- OBJ_127 /* AsyncCountdownEvent.swift in Sources */,
- OBJ_128 /* AsyncEvent.swift in Sources */,
- OBJ_129 /* AsyncSemaphore.swift in Sources */,
- OBJ_130 /* AsyncObject+Clock.swift in Sources */,
- OBJ_131 /* AsyncObject+Duration.swift in Sources */,
- OBJ_132 /* AsyncObject.swift in Sources */,
- OBJ_133 /* Cancellable.swift in Sources */,
- OBJ_134 /* CancellationSource+Linking.swift in Sources */,
- OBJ_135 /* CancellationSource+Task.swift in Sources */,
- OBJ_136 /* CancellationSource+Timeout.swift in Sources */,
- OBJ_137 /* CancellationSource.swift in Sources */,
- OBJ_138 /* Continuable.swift in Sources */,
- OBJ_139 /* ContinuableCollection.swift in Sources */,
- OBJ_140 /* ContinuableCollectionActor.swift in Sources */,
- OBJ_141 /* GlobalContinuation.swift in Sources */,
- OBJ_142 /* TrackableContinuable.swift in Sources */,
- OBJ_143 /* TrackedContinuation.swift in Sources */,
- OBJ_144 /* Task.swift in Sources */,
- OBJ_145 /* TaskGroup.swift in Sources */,
- OBJ_146 /* Future.swift in Sources */,
- OBJ_147 /* Exclusible.swift in Sources */,
- OBJ_148 /* Locker.swift in Sources */,
- OBJ_149 /* Loggable.swift in Sources */,
- OBJ_150 /* TaskOperation.swift in Sources */,
- OBJ_151 /* TaskQueue.swift in Sources */,
- OBJ_152 /* TaskTracker.swift in Sources */,
- 06DD60D5528893F9F2205E53 /* AsyncObjects.docc in Sources */,
- );
- };
- OBJ_161 /* Sources */ = {
+ OBJ_323 /* Package.swift in Sources */,
+ );
+ };
+ OBJ_333 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ files = (
+ OBJ_334 /* AsyncCountdownEventTests.swift in Sources */,
+ OBJ_335 /* AsyncEventTests.swift in Sources */,
+ OBJ_336 /* AsyncObjectTests.swift in Sources */,
+ OBJ_337 /* AsyncSemaphoreTests.swift in Sources */,
+ OBJ_338 /* CancellationSourceTests.swift in Sources */,
+ OBJ_339 /* LockerTests.swift in Sources */,
+ OBJ_340 /* NonThrowingFutureTests.swift in Sources */,
+ OBJ_341 /* StandardLibraryTests.swift in Sources */,
+ OBJ_342 /* TaskOperationTests.swift in Sources */,
+ OBJ_343 /* TaskQueueTests.swift in Sources */,
+ OBJ_344 /* ThrowingFutureTests.swift in Sources */,
+ OBJ_345 /* TrackedContinuationTests.swift in Sources */,
+ OBJ_346 /* XCAsyncTestCase.swift in Sources */,
+ );
+ };
+ OBJ_361 /* Sources */ = {
isa = PBXSourcesBuildPhase;
files = (
- OBJ_162 /* Package.swift in Sources */,
+ OBJ_362 /* Collections.swift in Sources */,
);
};
- OBJ_172 /* Sources */ = {
+ OBJ_371 /* Sources */ = {
isa = PBXSourcesBuildPhase;
files = (
- OBJ_173 /* AsyncCountdownEventTests.swift in Sources */,
- OBJ_174 /* AsyncEventTests.swift in Sources */,
- OBJ_175 /* AsyncObjectTests.swift in Sources */,
- OBJ_176 /* AsyncSemaphoreTests.swift in Sources */,
- OBJ_177 /* CancellationSourceTests.swift in Sources */,
- OBJ_178 /* LockerTests.swift in Sources */,
- OBJ_179 /* NonThrowingFutureTests.swift in Sources */,
- OBJ_180 /* StandardLibraryTests.swift in Sources */,
- OBJ_181 /* TaskOperationTests.swift in Sources */,
- OBJ_182 /* TaskQueueTests.swift in Sources */,
- OBJ_183 /* ThrowingFutureTests.swift in Sources */,
- OBJ_184 /* TrackedContinuationTests.swift in Sources */,
- OBJ_185 /* XCAsyncTestCase.swift in Sources */,
- );
- };
- OBJ_194 /* Sources */ = {
+ OBJ_372 /* Compatibility.swift in Sources */,
+ OBJ_373 /* Deque+Codable.swift in Sources */,
+ OBJ_374 /* Deque+Collection.swift in Sources */,
+ OBJ_375 /* Deque+CustomDebugStringConvertible.swift in Sources */,
+ OBJ_376 /* Deque+CustomReflectable.swift in Sources */,
+ OBJ_377 /* Deque+CustomStringConvertible.swift in Sources */,
+ OBJ_378 /* Deque+Equatable.swift in Sources */,
+ OBJ_379 /* Deque+ExpressibleByArrayLiteral.swift in Sources */,
+ OBJ_380 /* Deque+Extras.swift in Sources */,
+ OBJ_381 /* Deque+Hashable.swift in Sources */,
+ OBJ_382 /* Deque+Testing.swift in Sources */,
+ OBJ_383 /* Deque._Storage.swift in Sources */,
+ OBJ_384 /* Deque._UnsafeHandle.swift in Sources */,
+ OBJ_385 /* Deque.swift in Sources */,
+ OBJ_386 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */,
+ OBJ_387 /* _DequeBuffer.swift in Sources */,
+ OBJ_388 /* _DequeBufferHeader.swift in Sources */,
+ OBJ_389 /* _DequeSlot.swift in Sources */,
+ OBJ_390 /* _UnsafeWrappedBuffer.swift in Sources */,
+ );
+ };
+ OBJ_395 /* Sources */ = {
isa = PBXSourcesBuildPhase;
files = (
- OBJ_195 /* _HashTable+Bucket.swift in Sources */,
- OBJ_196 /* _HashTable+BucketIterator.swift in Sources */,
- OBJ_197 /* _HashTable+Constants.swift in Sources */,
- OBJ_198 /* _HashTable+CustomStringConvertible.swift in Sources */,
- OBJ_199 /* _HashTable+Testing.swift in Sources */,
- OBJ_200 /* _HashTable+UnsafeHandle.swift in Sources */,
- OBJ_201 /* _HashTable.swift in Sources */,
- OBJ_202 /* _Hashtable+Header.swift in Sources */,
- OBJ_203 /* OrderedDictionary+Codable.swift in Sources */,
- OBJ_204 /* OrderedDictionary+CustomDebugStringConvertible.swift in Sources */,
- OBJ_205 /* OrderedDictionary+CustomReflectable.swift in Sources */,
- OBJ_206 /* OrderedDictionary+CustomStringConvertible.swift in Sources */,
- OBJ_207 /* OrderedDictionary+Deprecations.swift in Sources */,
- OBJ_208 /* OrderedDictionary+Elements+SubSequence.swift in Sources */,
- OBJ_209 /* OrderedDictionary+Elements.swift in Sources */,
- OBJ_210 /* OrderedDictionary+Equatable.swift in Sources */,
- OBJ_211 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift in Sources */,
- OBJ_212 /* OrderedDictionary+Hashable.swift in Sources */,
- OBJ_213 /* OrderedDictionary+Initializers.swift in Sources */,
- OBJ_214 /* OrderedDictionary+Invariants.swift in Sources */,
- OBJ_215 /* OrderedDictionary+Partial MutableCollection.swift in Sources */,
- OBJ_216 /* OrderedDictionary+Partial RangeReplaceableCollection.swift in Sources */,
- OBJ_217 /* OrderedDictionary+Sequence.swift in Sources */,
- OBJ_218 /* OrderedDictionary+Values.swift in Sources */,
- OBJ_219 /* OrderedDictionary.swift in Sources */,
- OBJ_220 /* OrderedSet+Codable.swift in Sources */,
- OBJ_221 /* OrderedSet+CustomDebugStringConvertible.swift in Sources */,
- OBJ_222 /* OrderedSet+CustomReflectable.swift in Sources */,
- OBJ_223 /* OrderedSet+CustomStringConvertible.swift in Sources */,
- OBJ_224 /* OrderedSet+Diffing.swift in Sources */,
- OBJ_225 /* OrderedSet+Equatable.swift in Sources */,
- OBJ_226 /* OrderedSet+ExpressibleByArrayLiteral.swift in Sources */,
- OBJ_227 /* OrderedSet+Hashable.swift in Sources */,
- OBJ_228 /* OrderedSet+Initializers.swift in Sources */,
- OBJ_229 /* OrderedSet+Insertions.swift in Sources */,
- OBJ_230 /* OrderedSet+Invariants.swift in Sources */,
- OBJ_231 /* OrderedSet+Partial MutableCollection.swift in Sources */,
- OBJ_232 /* OrderedSet+Partial RangeReplaceableCollection.swift in Sources */,
- OBJ_233 /* OrderedSet+Partial SetAlgebra+Basics.swift in Sources */,
- OBJ_234 /* OrderedSet+Partial SetAlgebra+Operations.swift in Sources */,
- OBJ_235 /* OrderedSet+Partial SetAlgebra+Predicates.swift in Sources */,
- OBJ_236 /* OrderedSet+RandomAccessCollection.swift in Sources */,
- OBJ_237 /* OrderedSet+ReserveCapacity.swift in Sources */,
- OBJ_238 /* OrderedSet+SubSequence.swift in Sources */,
- OBJ_239 /* OrderedSet+Testing.swift in Sources */,
- OBJ_240 /* OrderedSet+UnorderedView.swift in Sources */,
- OBJ_241 /* OrderedSet+UnstableInternals.swift in Sources */,
- OBJ_242 /* OrderedSet.swift in Sources */,
- OBJ_243 /* RandomAccessCollection+Offsets.swift in Sources */,
- OBJ_244 /* _UnsafeBitset.swift in Sources */,
- );
- };
- OBJ_250 /* Sources */ = {
+ OBJ_396 /* _HashTable+Bucket.swift in Sources */,
+ OBJ_397 /* _HashTable+BucketIterator.swift in Sources */,
+ OBJ_398 /* _HashTable+Constants.swift in Sources */,
+ OBJ_399 /* _HashTable+CustomStringConvertible.swift in Sources */,
+ OBJ_400 /* _HashTable+Testing.swift in Sources */,
+ OBJ_401 /* _HashTable+UnsafeHandle.swift in Sources */,
+ OBJ_402 /* _HashTable.swift in Sources */,
+ OBJ_403 /* _Hashtable+Header.swift in Sources */,
+ OBJ_404 /* OrderedDictionary+Codable.swift in Sources */,
+ OBJ_405 /* OrderedDictionary+CustomDebugStringConvertible.swift in Sources */,
+ OBJ_406 /* OrderedDictionary+CustomReflectable.swift in Sources */,
+ OBJ_407 /* OrderedDictionary+CustomStringConvertible.swift in Sources */,
+ OBJ_408 /* OrderedDictionary+Deprecations.swift in Sources */,
+ OBJ_409 /* OrderedDictionary+Elements+SubSequence.swift in Sources */,
+ OBJ_410 /* OrderedDictionary+Elements.swift in Sources */,
+ OBJ_411 /* OrderedDictionary+Equatable.swift in Sources */,
+ OBJ_412 /* OrderedDictionary+ExpressibleByDictionaryLiteral.swift in Sources */,
+ OBJ_413 /* OrderedDictionary+Hashable.swift in Sources */,
+ OBJ_414 /* OrderedDictionary+Initializers.swift in Sources */,
+ OBJ_415 /* OrderedDictionary+Invariants.swift in Sources */,
+ OBJ_416 /* OrderedDictionary+Partial MutableCollection.swift in Sources */,
+ OBJ_417 /* OrderedDictionary+Partial RangeReplaceableCollection.swift in Sources */,
+ OBJ_418 /* OrderedDictionary+Sequence.swift in Sources */,
+ OBJ_419 /* OrderedDictionary+Values.swift in Sources */,
+ OBJ_420 /* OrderedDictionary.swift in Sources */,
+ OBJ_421 /* OrderedSet+Codable.swift in Sources */,
+ OBJ_422 /* OrderedSet+CustomDebugStringConvertible.swift in Sources */,
+ OBJ_423 /* OrderedSet+CustomReflectable.swift in Sources */,
+ OBJ_424 /* OrderedSet+CustomStringConvertible.swift in Sources */,
+ OBJ_425 /* OrderedSet+Diffing.swift in Sources */,
+ OBJ_426 /* OrderedSet+Equatable.swift in Sources */,
+ OBJ_427 /* OrderedSet+ExpressibleByArrayLiteral.swift in Sources */,
+ OBJ_428 /* OrderedSet+Hashable.swift in Sources */,
+ OBJ_429 /* OrderedSet+Initializers.swift in Sources */,
+ OBJ_430 /* OrderedSet+Insertions.swift in Sources */,
+ OBJ_431 /* OrderedSet+Invariants.swift in Sources */,
+ OBJ_432 /* OrderedSet+Partial MutableCollection.swift in Sources */,
+ OBJ_433 /* OrderedSet+Partial RangeReplaceableCollection.swift in Sources */,
+ OBJ_434 /* OrderedSet+Partial SetAlgebra+Basics.swift in Sources */,
+ OBJ_435 /* OrderedSet+Partial SetAlgebra+Operations.swift in Sources */,
+ OBJ_436 /* OrderedSet+Partial SetAlgebra+Predicates.swift in Sources */,
+ OBJ_437 /* OrderedSet+RandomAccessCollection.swift in Sources */,
+ OBJ_438 /* OrderedSet+ReserveCapacity.swift in Sources */,
+ OBJ_439 /* OrderedSet+SubSequence.swift in Sources */,
+ OBJ_440 /* OrderedSet+Testing.swift in Sources */,
+ OBJ_441 /* OrderedSet+UnorderedView.swift in Sources */,
+ OBJ_442 /* OrderedSet+UnstableInternals.swift in Sources */,
+ OBJ_443 /* OrderedSet.swift in Sources */,
+ OBJ_444 /* RandomAccessCollection+Offsets.swift in Sources */,
+ OBJ_445 /* _UnsafeBitset.swift in Sources */,
+ );
+ };
+ OBJ_451 /* Sources */ = {
isa = PBXSourcesBuildPhase;
files = (
- OBJ_251 /* Package.swift in Sources */,
+ OBJ_452 /* Package.swift in Sources */,
);
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- OBJ_155 /* PBXTargetDependency */ = {
+ OBJ_266 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::Collections /* Collections */;
+ };
+ OBJ_268 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = swift-collections::OrderedCollections /* OrderedCollections */;
};
- OBJ_167 /* PBXTargetDependency */ = {
+ OBJ_270 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::DequeModule /* DequeModule */;
+ };
+ OBJ_314 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-async-algorithms::AsyncAlgorithms /* AsyncAlgorithms */;
+ };
+ OBJ_315 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::Collections /* Collections */;
+ };
+ OBJ_316 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::DequeModule /* DequeModule */;
+ };
+ OBJ_317 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::OrderedCollections /* OrderedCollections */;
+ };
+ OBJ_328 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = asyncobjects::AsyncObjectsTests /* AsyncObjectsTests */;
};
- OBJ_189 /* PBXTargetDependency */ = {
+ OBJ_353 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = asyncobjects::AsyncObjects /* AsyncObjects */;
};
- OBJ_190 /* PBXTargetDependency */ = {
+ OBJ_354 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-async-algorithms::AsyncAlgorithms /* AsyncAlgorithms */;
+ };
+ OBJ_355 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::Collections /* Collections */;
+ };
+ OBJ_356 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::DequeModule /* DequeModule */;
+ };
+ OBJ_357 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = swift-collections::OrderedCollections /* OrderedCollections */;
};
+ OBJ_366 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::OrderedCollections /* OrderedCollections */;
+ };
+ OBJ_367 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = swift-collections::DequeModule /* DequeModule */;
+ };
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
- OBJ_124 /* Debug */ = {
+ OBJ_209 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
+ buildSettings = {
+ CURRENT_PROJECT_VERSION = 1;
+ DRIVERKIT_DEPLOYMENT_TARGET = 19.0;
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/AsyncAlgorithms_Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = AsyncAlgorithms;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
+ SWIFT_VERSION = 5.0;
+ TARGET_NAME = AsyncAlgorithms;
+ TVOS_DEPLOYMENT_TARGET = 13.0;
+ WATCHOS_DEPLOYMENT_TARGET = 6.0;
+ };
+ name = Debug;
+ };
+ OBJ_210 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
+ buildSettings = {
+ CURRENT_PROJECT_VERSION = 1;
+ DRIVERKIT_DEPLOYMENT_TARGET = 19.0;
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/AsyncAlgorithms_Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = AsyncAlgorithms;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
+ SWIFT_VERSION = 5.0;
+ TARGET_NAME = AsyncAlgorithms;
+ TVOS_DEPLOYMENT_TARGET = 13.0;
+ WATCHOS_DEPLOYMENT_TARGET = 6.0;
+ };
+ name = Release;
+ };
+ OBJ_274 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ LD = /usr/bin/true;
+ OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -package-description-version 5.6.0";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Debug;
+ };
+ OBJ_275 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ LD = /usr/bin/true;
+ OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -package-description-version 5.6.0";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Release;
+ };
+ OBJ_280 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
@@ -814,7 +1461,7 @@
};
name = Debug;
};
- OBJ_125 /* Release */ = {
+ OBJ_281 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
@@ -845,37 +1492,65 @@
};
name = Release;
};
- OBJ_159 /* Debug */ = {
+ OBJ_3 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ CLANG_ENABLE_OBJC_ARC = YES;
+ COMBINE_HIDPI_IMAGES = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ ENABLE_NS_ASSERTIONS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "SWIFT_PACKAGE=1",
+ "DEBUG=1",
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
+ ONLY_ACTIVE_ARCH = YES;
+ OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = macosx;
+ SUPPORTED_PLATFORMS = "$(AVAILABLE_PLATFORMS)";
+ SUPPORTS_MACCATALYST = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ USE_HEADERMAP = NO;
+ };
+ name = Debug;
+ };
+ OBJ_320 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -package-description-version 5.6.0";
+ OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -package-description-version 5.6.0";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
- OBJ_160 /* Release */ = {
+ OBJ_321 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -package-description-version 5.6.0";
+ OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -package-description-version 5.6.0";
SWIFT_VERSION = 5.0;
};
name = Release;
};
- OBJ_165 /* Debug */ = {
+ OBJ_326 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
- OBJ_166 /* Release */ = {
+ OBJ_327 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
- OBJ_170 /* Debug */ = {
+ OBJ_331 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
@@ -889,21 +1564,21 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = AsyncObjects.xcodeproj/AsyncObjectsTests_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MACOSX_DEPLOYMENT_TARGET = 11.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = AsyncObjectsTests;
- TVOS_DEPLOYMENT_TARGET = 13.0;
- WATCHOS_DEPLOYMENT_TARGET = 6.0;
+ TVOS_DEPLOYMENT_TARGET = 14.0;
+ WATCHOS_DEPLOYMENT_TARGET = 7.0;
};
name = Debug;
};
- OBJ_171 /* Release */ = {
+ OBJ_332 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
@@ -917,21 +1592,21 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = AsyncObjects.xcodeproj/AsyncObjectsTests_Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.15;
+ MACOSX_DEPLOYMENT_TARGET = 11.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
TARGET_NAME = AsyncObjectsTests;
- TVOS_DEPLOYMENT_TARGET = 13.0;
- WATCHOS_DEPLOYMENT_TARGET = 6.0;
+ TVOS_DEPLOYMENT_TARGET = 14.0;
+ WATCHOS_DEPLOYMENT_TARGET = 7.0;
};
name = Release;
};
- OBJ_192 /* Debug */ = {
+ OBJ_359 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
@@ -943,26 +1618,26 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = AsyncObjects.xcodeproj/OrderedCollections_Info.plist;
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/Collections_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.13;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = OrderedCollections;
+ PRODUCT_BUNDLE_IDENTIFIER = Collections;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
- TARGET_NAME = OrderedCollections;
+ TARGET_NAME = Collections;
TVOS_DEPLOYMENT_TARGET = 11.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
- OBJ_193 /* Release */ = {
+ OBJ_360 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
@@ -974,71 +1649,149 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
- INFOPLIST_FILE = AsyncObjects.xcodeproj/OrderedCollections_Info.plist;
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/Collections_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.13;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
- PRODUCT_BUNDLE_IDENTIFIER = OrderedCollections;
+ PRODUCT_BUNDLE_IDENTIFIER = Collections;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
- TARGET_NAME = OrderedCollections;
+ TARGET_NAME = Collections;
TVOS_DEPLOYMENT_TARGET = 11.0;
WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Release;
};
- OBJ_248 /* Debug */ = {
+ OBJ_369 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -package-description-version 5.5.0";
+ CURRENT_PROJECT_VERSION = 1;
+ DRIVERKIT_DEPLOYMENT_TARGET = 19.0;
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/DequeModule_Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = DequeModule;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
+ TARGET_NAME = DequeModule;
+ TVOS_DEPLOYMENT_TARGET = 11.0;
+ WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
- OBJ_249 /* Release */ = {
+ OBJ_370 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
- LD = /usr/bin/true;
- OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -package-description-version 5.5.0";
+ CURRENT_PROJECT_VERSION = 1;
+ DRIVERKIT_DEPLOYMENT_TARGET = 19.0;
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/DequeModule_Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = DequeModule;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
SWIFT_VERSION = 5.0;
+ TARGET_NAME = DequeModule;
+ TVOS_DEPLOYMENT_TARGET = 11.0;
+ WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Release;
};
- OBJ_3 /* Debug */ = {
+ OBJ_393 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
buildSettings = {
- CLANG_ENABLE_OBJC_ARC = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- ENABLE_NS_ASSERTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
+ CURRENT_PROJECT_VERSION = 1;
+ DRIVERKIT_DEPLOYMENT_TARGET = 19.0;
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
- "SWIFT_PACKAGE=1",
- "DEBUG=1",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- ONLY_ACTIVE_ARCH = YES;
- OTHER_SWIFT_FLAGS = "$(inherited) -DXcode";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SUPPORTED_PLATFORMS = "$(AVAILABLE_PLATFORMS)";
- SUPPORTS_MACCATALYST = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE DEBUG";
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- USE_HEADERMAP = NO;
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/OrderedCollections_Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = OrderedCollections;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
+ SWIFT_VERSION = 5.0;
+ TARGET_NAME = OrderedCollections;
+ TVOS_DEPLOYMENT_TARGET = 11.0;
+ WATCHOS_DEPLOYMENT_TARGET = 4.0;
};
name = Debug;
};
+ OBJ_394 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = OBJ_8 /* AsyncObjects.xcconfig */;
+ buildSettings = {
+ CURRENT_PROJECT_VERSION = 1;
+ DRIVERKIT_DEPLOYMENT_TARGET = 19.0;
+ ENABLE_TESTABILITY = YES;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(PLATFORM_DIR)/Developer/Library/Frameworks",
+ );
+ HEADER_SEARCH_PATHS = "$(inherited)";
+ INFOPLIST_FILE = AsyncObjects.xcodeproj/OrderedCollections_Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
+ OTHER_CFLAGS = "$(inherited)";
+ OTHER_LDFLAGS = "$(inherited)";
+ OTHER_SWIFT_FLAGS = "$(inherited)";
+ PRODUCT_BUNDLE_IDENTIFIER = OrderedCollections;
+ PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
+ SWIFT_VERSION = 5.0;
+ TARGET_NAME = OrderedCollections;
+ TVOS_DEPLOYMENT_TARGET = 11.0;
+ WATCHOS_DEPLOYMENT_TARGET = 4.0;
+ };
+ name = Release;
+ };
OBJ_4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -1064,68 +1817,122 @@
};
name = Release;
};
+ OBJ_449 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ LD = /usr/bin/true;
+ OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -package-description-version 5.3.0";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Debug;
+ };
+ OBJ_450 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ LD = /usr/bin/true;
+ OTHER_SWIFT_FLAGS = "-swift-version 5 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/ManifestAPI -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -package-description-version 5.3.0";
+ SWIFT_VERSION = 5.0;
+ };
+ name = Release;
+ };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- OBJ_123 /* Build configuration list for PBXNativeTarget "AsyncObjects" */ = {
+ OBJ_2 /* Build configuration list for PBXProject "AsyncObjects" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_124 /* Debug */,
- OBJ_125 /* Release */,
+ OBJ_3 /* Debug */,
+ OBJ_4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- OBJ_158 /* Build configuration list for PBXNativeTarget "AsyncObjectsPackageDescription" */ = {
+ OBJ_208 /* Build configuration list for PBXNativeTarget "AsyncAlgorithms" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_159 /* Debug */,
- OBJ_160 /* Release */,
+ OBJ_209 /* Debug */,
+ OBJ_210 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- OBJ_164 /* Build configuration list for PBXAggregateTarget "AsyncObjectsPackageTests" */ = {
+ OBJ_273 /* Build configuration list for PBXNativeTarget "AsyncAlgorithmsPackageDescription" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_165 /* Debug */,
- OBJ_166 /* Release */,
+ OBJ_274 /* Debug */,
+ OBJ_275 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- OBJ_169 /* Build configuration list for PBXNativeTarget "AsyncObjectsTests" */ = {
+ OBJ_279 /* Build configuration list for PBXNativeTarget "AsyncObjects" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_170 /* Debug */,
- OBJ_171 /* Release */,
+ OBJ_280 /* Debug */,
+ OBJ_281 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- OBJ_191 /* Build configuration list for PBXNativeTarget "OrderedCollections" */ = {
+ OBJ_319 /* Build configuration list for PBXNativeTarget "AsyncObjectsPackageDescription" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_192 /* Debug */,
- OBJ_193 /* Release */,
+ OBJ_320 /* Debug */,
+ OBJ_321 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- OBJ_2 /* Build configuration list for PBXProject "AsyncObjects" */ = {
+ OBJ_325 /* Build configuration list for PBXAggregateTarget "AsyncObjectsPackageTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_3 /* Debug */,
- OBJ_4 /* Release */,
+ OBJ_326 /* Debug */,
+ OBJ_327 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ OBJ_330 /* Build configuration list for PBXNativeTarget "AsyncObjectsTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ OBJ_331 /* Debug */,
+ OBJ_332 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ OBJ_358 /* Build configuration list for PBXNativeTarget "Collections" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ OBJ_359 /* Debug */,
+ OBJ_360 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ OBJ_368 /* Build configuration list for PBXNativeTarget "DequeModule" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ OBJ_369 /* Debug */,
+ OBJ_370 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ OBJ_392 /* Build configuration list for PBXNativeTarget "OrderedCollections" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ OBJ_393 /* Debug */,
+ OBJ_394 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- OBJ_247 /* Build configuration list for PBXNativeTarget "swift-collectionsPackageDescription" */ = {
+ OBJ_448 /* Build configuration list for PBXNativeTarget "swift-collectionsPackageDescription" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- OBJ_248 /* Debug */,
- OBJ_249 /* Release */,
+ OBJ_449 /* Debug */,
+ OBJ_450 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/AsyncObjects.xcodeproj/xcshareddata/xcschemes/AsyncObjects-Package.xcscheme b/AsyncObjects.xcodeproj/xcshareddata/xcschemes/AsyncObjects-Package.xcscheme
index 212b48da..f57ecac7 100644
--- a/AsyncObjects.xcodeproj/xcshareddata/xcschemes/AsyncObjects-Package.xcscheme
+++ b/AsyncObjects.xcodeproj/xcshareddata/xcschemes/AsyncObjects-Package.xcscheme
@@ -1,33 +1,68 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Package.swift b/Package.swift
index bf64a982..43a1b238 100644
--- a/Package.swift
+++ b/Package.swift
@@ -5,7 +5,8 @@ import class Foundation.ProcessInfo
var dependencies: [Target.Dependency] = {
var dependencies: [Target.Dependency] = [
- .product(name: "OrderedCollections", package: "swift-collections")
+ .product(name: "OrderedCollections", package: "swift-collections"),
+ .product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
]
if ProcessInfo.processInfo.environment["ASYNCOBJECTS_ENABLE_LOGGING_LEVEL"] != nil {
@@ -64,6 +65,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-format", from: "0.50700.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
diff --git a/Sources/AsyncObjects/AsyncCountdownEvent.swift b/Sources/AsyncObjects/AsyncCountdownEvent.swift
index 6932a448..e84762e5 100644
--- a/Sources/AsyncObjects/AsyncCountdownEvent.swift
+++ b/Sources/AsyncObjects/AsyncCountdownEvent.swift
@@ -1,6 +1,5 @@
import Foundation
-
-import OrderedCollections
+import AsyncAlgorithms
/// An event object that controls access to a resource between high and low priority tasks
/// and signals when count is within limit.
@@ -33,222 +32,102 @@ import OrderedCollections
///
/// Use the ``limit`` parameter to indicate concurrent low priority usage, i.e. if limit set to zero,
/// only one low priority usage allowed at one time.
-public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
- LoggableActor
-{
- /// The suspended tasks continuation type.
+public final class AsyncCountdownEvent: AsyncObject, Loggable {
+ /// A type representing various mutation actions that
+ /// can be performed on `AsyncCountdownEvent`.
@usableFromInline
- internal typealias Continuation = TrackedContinuation<
- GlobalContinuation
- >
+ internal enum Action: Sendable {
+ /// An action representing decrement of
+ /// current count in `AsyncCountdownEvent`.
+ ///
+ /// The current count is decremented by the provided count
+ /// or set to zero if provided count is greater.
+ case decrement(by: UInt)
+ /// An action representing increment of
+ /// current count in `AsyncCountdownEvent`.
+ ///
+ /// The current count is incremented by the provided count.
+ case increment(by: UInt)
+ /// An action representing reset of current count
+ /// and initial count in `AsyncCountdownEvent`.
+ ///
+ /// The current count and initial count are reset to the provided count.
+ /// If count not provided, current count is reset to initial count.
+ case reset(to: UInt? = nil)
+ /// An action representing getter for initial count
+ /// in `AsyncCountdownEvent`.
+ ///
+ /// The continuation has to be resumed with the initial count.
+ case initial(GlobalContinuation)
+ /// An action representing getter for current count
+ /// in `AsyncCountdownEvent`.
+ ///
+ /// The continuation has to be resumed with the current count.
+ case current(GlobalContinuation)
+ /// An action representing getter for whether
+ /// `AsyncCountdownEvent` is set.
+ ///
+ /// The continuation has to be resumed with a boolean value
+ /// representing whether ` AsyncCountdownEvent` is set
+ /// or not.
+ case isSet(GlobalContinuation)
+ }
- /// The continuations stored with an associated key for all the suspended task that are waiting to be resumed.
+ /// The action performed on `AsyncCountdownEvent` context type.
@usableFromInline
- internal private(set) var continuations:
- OrderedDictionary<
- UUID,
- Continuation
- > = [:]
+ typealias ActionItem = (Action, UUID?, String, String, UInt)
+ /// The wait for `AsyncCountdownEvent` set context type.
+ typealias WaitItem = (UUID, String, String, UInt)
+
/// The limit up to which the countdown counts and triggers event.
///
/// By default this is set to zero and can be changed during initialization.
public let limit: UInt
+
/// Current count of the countdown.
///
/// If the current count becomes less or equal to limit, queued tasks
/// are resumed from suspension until current count exceeds limit.
- public var currentCount: UInt
+ public var currentCount: UInt {
+ get async {
+ return await GlobalContinuation.with {
+ actor.yield((.current($0), nil, #file, #function, #line))
+ }
+ }
+ }
+
/// Initial count of the countdown when count started.
///
/// Can be changed after initialization by using
/// ``reset(to:file:function:line:)``
/// method.
- public var initialCount: UInt
- /// Indicates whether countdown event current count is within ``limit``.
- ///
- /// Queued tasks are resumed from suspension when event is set and until current count exceeds limit.
- public var isSet: Bool { currentCount <= limit }
-
- // MARK: Internal
-
- /// Checks whether to wait for countdown to signal.
- ///
- /// - Returns: Whether to wait to be resumed later.
- @inlinable
- internal func shouldWait() -> Bool { !isSet || !continuations.isEmpty }
-
- /// Resume provided continuation with additional changes based on the associated flags.
- ///
- /// - Parameter continuation: The queued continuation to resume.
- @inlinable
- internal func resumeContinuation(_ continuation: Continuation) {
- currentCount += 1
- continuation.resume()
- }
-
- /// Add continuation with the provided key in `continuations` map.
- ///
- /// - Parameters:
- /// - continuation: The `continuation` to add.
- /// - key: The key in the map.
- /// - file: The file add request originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#fileID`).
- /// - function: The function add request originates from (there's usually no need to
- /// pass it explicitly as it defaults to `#function`).
- /// - line: The line add request originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#line`).
- /// - preinit: The pre-initialization handler to run
- /// in the beginning of this method.
- ///
- /// - Important: The pre-initialization handler must run
- /// before any logic in this method.
- @inlinable
- internal func addContinuation(
- _ continuation: Continuation,
- withKey key: UUID,
- file: String, function: String, line: UInt,
- preinit: @Sendable () -> Void
- ) {
- preinit()
- log("Adding", id: key, file: file, function: function, line: line)
- guard !continuation.resumed else {
- log(
- "Already resumed, not tracking", id: key,
- file: file, function: function, line: line
- )
- return
- }
-
- guard shouldWait() else {
- resumeContinuation(continuation)
- log("Resumed", id: key, file: file, function: function, line: line)
- return
+ public var initialCount: UInt {
+ get async {
+ return await GlobalContinuation.with {
+ actor.yield((.initial($0), nil, #file, #function, #line))
+ }
}
-
- continuations[key] = continuation
- log("Tracking", id: key, file: file, function: function, line: line)
}
- /// Remove continuation associated with provided key
- /// from `continuations` map and resumes with `CancellationError`.
- ///
- /// - Parameters:
- /// - continuation: The continuation to remove and cancel.
- /// - key: The key in the map.
- /// - file: The file remove request originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#fileID`).
- /// - function: The function remove request originates from (there's usually no need to
- /// pass it explicitly as it defaults to `#function`).
- /// - line: The line remove request originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#line`).
- @inlinable
- internal func removeContinuation(
- _ continuation: Continuation,
- withKey key: UUID,
- file: String, function: String, line: UInt
- ) {
- log("Removing", id: key, file: file, function: function, line: line)
- continuations.removeValue(forKey: key)
- guard !continuation.resumed else {
- log(
- "Already resumed, not cancelling", id: key,
- file: file, function: function, line: line
- )
- return
- }
-
- continuation.cancel()
- log("Cancelled", id: key, file: file, function: function, line: line)
- }
-
- /// Decrements countdown count by the provided number.
- ///
- /// - Parameters:
- /// - number: The number to decrement count by.
- /// - file: The file signal originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#fileID`).
- /// - function: The function signal originates from (there's usually no need to
- /// pass it explicitly as it defaults to `#function`).
- /// - line: The line signal originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#line`).
- @inlinable
- internal func decrementCount(
- by number: UInt = 1,
- file: String = #fileID,
- function: String = #function,
- line: UInt = #line
- ) {
- defer { resume(file: file, function: function, line: line) }
-
- guard currentCount > 0 else {
- log("Least count", file: file, function: function, line: line)
- return
- }
-
- currentCount -= number
- log("Decremented", file: file, function: function, line: line)
- }
-
- /// Resume previously waiting continuations for countdown event.
+ /// Indicates whether countdown event current count is within ``limit``.
///
- /// - Parameters:
- /// - file: The file resume originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#fileID`).
- /// - function: The function resume originates from (there's usually no need to
- /// pass it explicitly as it defaults to `#function`).
- /// - line: The line resume originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#line`).
- @inlinable
- internal func resume(file: String, function: String, line: UInt) {
- while !continuations.isEmpty && isSet {
- let (key, continuation) = continuations.removeFirst()
- resumeContinuation(continuation)
- log("Resumed", id: key, file: file, function: function, line: line)
+ /// Queued tasks are resumed from suspension when event is set and until current count exceeds limit.
+ public var isSet: Bool {
+ get async {
+ return await GlobalContinuation.with {
+ actor.yield((.isSet($0), nil, #file, #function, #line))
+ }
}
}
- /// Increments the countdown event current count by the specified value.
- ///
- /// - Parameters:
- /// - count: The value by which to increase ``currentCount``.
- /// - file: The file increment originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#fileID`).
- /// - function: The function increment originates from (there's usually no need to
- /// pass it explicitly as it defaults to `#function`).
- /// - line: The line increment originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#line`).
- @inlinable
- internal func incrementCount(
- by count: UInt = 1,
- file: String, function: String, line: UInt
- ) {
- self.currentCount += count
- log("Incremented", file: file, function: function, line: line)
- }
-
- /// Resets initial count and current count to specified value.
+ /// The stream continuation that updates state change
+ /// info for `AsyncCountdownEvent`.
+ @usableFromInline
+ let actor: AsyncStream.Continuation
+ /// The channel that controls waiting on the `AsyncCountdownEvent`.
///
- /// - Parameters:
- /// - count: The new initial count.
- /// - file: The file reset originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#fileID`).
- /// - function: The function reset originates from (there's usually no need to
- /// pass it explicitly as it defaults to `#function`).
- /// - line: The line reset originates from (there's usually no need to pass it
- /// explicitly as it defaults to `#line`).
- @inlinable
- internal func resetCount(
- to count: UInt?,
- file: String, function: String, line: UInt
- ) {
- defer { resume(file: file, function: function, line: line) }
- let count = count ?? initialCount
- initialCount = count
- self.currentCount = count
- log("Reset", file: file, function: function, line: line)
- }
-
- // MARK: Public
+ /// The waiting completes when `AsyncCountdownEvent` is set.
+ let waiter: AsyncChannel
/// Creates new countdown event with the limit count down up to and an initial count.
/// By default, both limit and initial count are zero.
@@ -260,16 +139,96 @@ public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
/// - Parameters:
/// - limit: The value to count down up to.
/// - initial: The initial count.
+ /// - file: The file where initialization occurs (there's usually no need to pass it
+ /// explicitly as it defaults to `#fileID`).
+ /// - function: The function where initialization occurs (there's usually no need to
+ /// pass it explicitly as it defaults to `#function`).
+ /// - line: The line where initialization occurs (there's usually no need to pass it
+ /// explicitly as it defaults to `#line`).
///
/// - Returns: The newly created countdown event .
- public init(until limit: UInt = 0, initial: UInt = 0) {
+ public init(
+ until limit: UInt = 0,
+ initial: UInt = 0,
+ file: String = #fileID,
+ function: String = #function,
+ line: UInt = #line
+ ) {
self.limit = limit
- self.initialCount = initial
- self.currentCount = initial
+ let channel = AsyncChannel()
+ var continuation: AsyncStream.Continuation!
+ let actions = AsyncStream { continuation = $0 }
+ let actor = continuation!
+ self.actor = actor
+ self.waiter = channel
+ actor.yield((.reset(), nil, file, function, line))
+
+ Task.detached { [weak self] in
+ func spin() -> (Task, AsyncStream.Continuation) {
+ var continuation: AsyncStream.Continuation!
+ let store = AsyncStream(
+ bufferingPolicy: .bufferingNewest(1)
+ ) { continuation = $0 }
+ let task = Task.detached {
+ signal: for await _ in store {
+ for await (id, file, fn, line) in channel {
+ actor.yield((.increment(by: 1), id, file, fn, line))
+ continue signal
+ }
+ }
+ }
+ return (task, continuation)
+ }
+
+ var initial = initial
+ var current = initial
+ var (wt, signaller) = spin()
+ defer { signaller.finish(); wt.cancel() }
+ for await (action, id, file, function, line) in actions {
+ let msg: LogMessage
+ switch action {
+ case .current(let continuation):
+ continuation.resume(returning: current)
+ continue
+ case .initial(let continuation):
+ continuation.resume(returning: initial)
+ continue
+ case .isSet(let continuation):
+ continuation.resume(returning: current <= limit)
+ continue
+ case .decrement(by: let count):
+ current = (current > count) ? (current - count) : 0
+ msg = "Decremented"
+ case .increment(by: let count):
+ current += count
+ msg = "Incremented"
+ case .reset(to: .some(let count)):
+ initial = count
+ fallthrough
+ case .reset(to: .none):
+ current = initial
+ msg = "Reset"
+ }
+
+ if current <= limit {
+ signaller.yield(())
+ } else {
+ signaller.finish()
+ wt.cancel()
+ (wt, signaller) = spin()
+ }
+ self?.log(
+ msg, id: id, initial: initial, current: current,
+ file: file, function: function, line: line
+ )
+ }
+ }
}
- // TODO: Explore alternative cleanup for actor
- // deinit { self.continuations.forEach { $1.cancel() } }
+ deinit {
+ actor.finish()
+ waiter.finish()
+ }
/// Increments the countdown event current count by the specified value.
///
@@ -285,19 +244,14 @@ public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
/// pass it explicitly as it defaults to `#function`).
/// - line: The line increment originates from (there's usually no need to pass it
/// explicitly as it defaults to `#line`).
- public nonisolated func increment(
+ @inlinable
+ @Sendable
+ public func increment(
by count: UInt = 1,
file: String = #fileID,
function: String = #function,
line: UInt = #line
- ) {
- Task {
- await incrementCount(
- by: count,
- file: file, function: function, line: line
- )
- }
- }
+ ) { actor.yield((.increment(by: count), nil, file, function, line)) }
/// Resets initial count and current count to specified value.
///
@@ -312,19 +266,14 @@ public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
/// pass it explicitly as it defaults to `#function`).
/// - line: The line reset originates from (there's usually no need to pass it
/// explicitly as it defaults to `#line`).
- public nonisolated func reset(
+ @inlinable
+ @Sendable
+ public func reset(
to count: UInt? = nil,
file: String = #fileID,
function: String = #function,
line: UInt = #line
- ) {
- Task {
- await resetCount(
- to: count,
- file: file, function: function, line: line
- )
- }
- }
+ ) { actor.yield((.reset(to: count), nil, file, function, line)) }
/// Registers a signal (decrements) with the countdown event.
///
@@ -338,13 +287,13 @@ public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
/// pass it explicitly as it defaults to `#function`).
/// - line: The line signal originates from (there's usually no need to pass it
/// explicitly as it defaults to `#line`).
- public nonisolated func signal(
+ @inlinable
+ @Sendable
+ public func signal(
file: String = #fileID,
function: String = #function,
line: UInt = #line
- ) {
- self.signal(repeat: 1, file: file, function: function, line: line)
- }
+ ) { self.signal(repeat: 1, file: file, function: function, line: line) }
/// Registers multiple signals (decrements by provided count) with the countdown event.
///
@@ -359,19 +308,14 @@ public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
/// pass it explicitly as it defaults to `#function`).
/// - line: The line signal originates from (there's usually no need to pass it
/// explicitly as it defaults to `#line`).
- public nonisolated func signal(
+ @inlinable
+ @Sendable
+ public func signal(
repeat count: UInt,
file: String = #fileID,
function: String = #function,
line: UInt = #line
- ) {
- Task {
- await decrementCount(
- by: count,
- file: file, function: function, line: line
- )
- }
- }
+ ) { actor.yield((.decrement(by: count), nil, file, function, line)) }
/// Waits for, or increments, a countdown event.
///
@@ -395,19 +339,16 @@ public actor AsyncCountdownEvent: AsyncObject, ContinuableCollectionActor,
function: String = #function,
line: UInt = #line
) async throws {
- guard shouldWait() else {
- currentCount += 1
- log("Acquired", file: file, function: function, line: line)
- return
+ let id = UUID()
+ log("Waiting", id: id, file: file, function: function, line: line)
+ await waiter.send((id, file, function, line))
+ do {
+ try Task.checkCancellation()
+ log("Completed", id: id, file: file, function: function, line: line)
+ } catch {
+ log("Cancelled", id: id, file: file, function: function, line: line)
+ throw error
}
-
- let key = UUID()
- log("Waiting", id: key, file: file, function: function, line: line)
- try await withPromisedContinuation(
- withKey: key,
- file: file, function: function, line: line
- )
- log("Received", id: key, file: file, function: function, line: line)
}
}
@@ -421,9 +362,74 @@ extension AsyncCountdownEvent {
return [
"obj": "\(self)",
"limit": "\(limit)",
- "current_count": "\(currentCount)",
- "initial_count": "\(initialCount)",
]
}
+
+ /// Log a message attaching an optional identifier, initial and current count.
+ ///
+ /// If `ASYNCOBJECTS_ENABLE_LOGGING_LEVEL_TRACE` is set log level is set to `trace`.
+ /// If `ASYNCOBJECTS_ENABLE_LOGGING_LEVEL_DEBUG` is set log level is set to `debug`.
+ /// Otherwise log level is set to `info`.
+ ///
+ /// - Parameters:
+ /// - message: The message to be logged.
+ /// - id: Optional identifier associated with message.
+ /// - initial: The initial count of the countdown when count started.
+ /// - current: The current count of the countdown.
+ /// - file: The file this log message originates from (there's usually
+ /// no need to pass it explicitly as it defaults to `#fileID`).
+ /// - function: The function this log message originates from (there's usually
+ /// no need to pass it explicitly as it defaults to `#function`).
+ /// - line: The line this log message originates from (there's usually
+ /// no need to pass it explicitly as it defaults to `#line`).
+ @inlinable
+ func log(
+ _ message: @autoclosure () -> Logger.Message,
+ id: UUID? = nil,
+ initial: UInt,
+ current: UInt,
+ file: String = #fileID,
+ function: String = #function,
+ line: UInt = #line
+ ) {
+ var metadata = metadata
+ metadata["initial_count"] = "\(initial)"
+ metadata["current_count"] = "\(current)"
+ if let id = id { metadata["id"] = "\(id)" }
+ logger.log(
+ level: level, message(), metadata: metadata,
+ file: file, function: function, line: line
+ )
+ }
+}
+#else
+extension AsyncCountdownEvent {
+ /// Log a message attaching an optional identifier, initial and current count.
+ ///
+ /// If `ASYNCOBJECTS_ENABLE_LOGGING_LEVEL_TRACE` is set log level is set to `trace`.
+ /// If `ASYNCOBJECTS_ENABLE_LOGGING_LEVEL_DEBUG` is set log level is set to `debug`.
+ /// Otherwise log level is set to `info`.
+ ///
+ /// - Parameters:
+ /// - message: The message to be logged.
+ /// - id: Optional identifier associated with message.
+ /// - initial: The initial count of the countdown when count started.
+ /// - current: The current count of the countdown.
+ /// - file: The file this log message originates from (there's usually
+ /// no need to pass it explicitly as it defaults to `#fileID`).
+ /// - function: The function this log message originates from (there's usually
+ /// no need to pass it explicitly as it defaults to `#function`).
+ /// - line: The line this log message originates from (there's usually
+ /// no need to pass it explicitly as it defaults to `#line`).
+ @inlinable
+ func log(
+ _ message: @autoclosure () -> String,
+ id: UUID? = nil,
+ initial: UInt,
+ current: UInt,
+ file: String = #fileID,
+ function: String = #function,
+ line: UInt = #line
+ ) { /* Do nothing */ }
}
#endif
diff --git a/Sources/AsyncObjects/Logging/Loggable.swift b/Sources/AsyncObjects/Logging/Loggable.swift
index 6879ce56..82da6a9d 100644
--- a/Sources/AsyncObjects/Logging/Loggable.swift
+++ b/Sources/AsyncObjects/Logging/Loggable.swift
@@ -3,6 +3,9 @@ import Foundation
#if canImport(Logging)
import Logging
+/// A type representing a log message’s text.
+typealias LogMessage = Logger.Message
+
/// A type that emits log messages with specific metadata.
@usableFromInline
protocol Loggable {
@@ -132,6 +135,9 @@ extension LoggableActor {
}
}
#else
+/// A type representing a log message’s text.
+typealias LogMessage = String
+
/// Log a message attaching an optional identifier.
///
/// If `ASYNCOBJECTS_ENABLE_LOGGING_LEVEL_TRACE` is set log level is set to `trace`.
diff --git a/Tests/AsyncObjectsTests/AsyncCountdownEventTests.swift b/Tests/AsyncObjectsTests/AsyncCountdownEventTests.swift
index d99e15d8..5d3daddb 100644
--- a/Tests/AsyncObjectsTests/AsyncCountdownEventTests.swift
+++ b/Tests/AsyncObjectsTests/AsyncCountdownEventTests.swift
@@ -12,18 +12,20 @@ class AsyncCountdownEventTests: XCTestCase {
func testWithIncrement() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 10)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 10)
try await event.wait(forSeconds: 5)
}
func testWithIncrementSignalAfterSomeWait() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
Task {
try await Task.sleep(seconds: 1)
- await event.signal(concurrent: 10)
+ event.signal(repeat: 10)
}
try await event.wait(forSeconds: 10)
}
@@ -31,56 +33,74 @@ class AsyncCountdownEventTests: XCTestCase {
func testWithOverIncrement() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 15)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 15)
try await event.wait(forSeconds: 5)
}
func testWithLimitAndIncrement() async throws {
let event = AsyncCountdownEvent(until: 3)
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 7)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 7)
try await event.wait(forSeconds: 5)
}
func testWithLimitInitialCountAndIncrement() async throws {
let event = AsyncCountdownEvent(until: 3, initial: 2)
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 12 }
- await event.signal(concurrent: 9)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 12)
+ event.signal(repeat: 9)
try await event.wait(forSeconds: 5)
}
func testWithIncrementAndReset() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
+ var count = await event.currentCount
+ XCTAssertEqual(count, 10)
event.reset()
+ let initial = await event.initialCount
+ count = await event.currentCount
+ XCTAssertEqual(count, 0)
+ XCTAssertEqual(initial, 0)
+ let isSet = await event.isSet
+ XCTAssertTrue(isSet)
try await event.wait(forSeconds: 5)
}
func testWithIncrementAndResetToCount() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
+ var count = await event.currentCount
+ XCTAssertEqual(count, 10)
event.reset(to: 2)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 2 }
- await event.signal(concurrent: 2)
+ let initial = await event.initialCount
+ count = await event.currentCount
+ XCTAssertEqual(count, 2)
+ XCTAssertEqual(initial, 2)
+ event.signal(repeat: 2)
+ let isSet = await event.isSet
+ XCTAssertTrue(isSet)
try await event.wait(forSeconds: 5)
}
func testWithConcurrentIncrementAndResetToCount() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
Task.detached {
- try await waitUntil(event, timeout: 5) { $0.currentCount == 6 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 6)
event.reset(to: 2)
}
- await event.signal(concurrent: 4)
- try await waitUntil(event, timeout: 10) { $0.currentCount == 2 }
- await event.signal(concurrent: 2)
+ event.signal(repeat: 4)
+ try await waitUntil(event, timeout: 10) { await $0.currentCount == 2 }
+ event.signal(repeat: 2)
try await event.wait(forSeconds: 5)
}
@@ -116,58 +136,67 @@ class AsyncCountdownEventTimeoutTests: XCTestCase {
func testTimeoutWithIncrement() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 9)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 9)
do {
try await event.wait(forSeconds: 5)
XCTFail("Unexpected task progression")
} catch is DurationTimeoutError {
- try await waitUntil(event, timeout: 3) { $0.currentCount == 1 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 1)
}
}
func testTimeoutWithLimitAndIncrement() async throws {
let event = AsyncCountdownEvent(until: 3)
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 6)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 6)
do {
try await event.wait(forSeconds: 3)
XCTFail("Unexpected task progression")
} catch is DurationTimeoutError {
- try await waitUntil(event, timeout: 3) { $0.currentCount == 4 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 4)
}
}
func testTimeoutWithLimitInitialCountAndIncrement() async throws {
let event = AsyncCountdownEvent(until: 3, initial: 3)
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 13 }
- await event.signal(concurrent: 9)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 13)
+ event.signal(repeat: 9)
do {
try await event.wait(forSeconds: 3)
XCTFail("Unexpected task progression")
} catch is DurationTimeoutError {
- try await waitUntil(event, timeout: 3) { $0.currentCount == 4 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 4)
}
}
func testTimeoutWithIncrementAndResetToCount() async throws {
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- Task.detached { await event.signal(concurrent: 8) }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ Task.detached { event.signal(repeat: 8) }
Task.detached {
- try await waitUntil(event, timeout: 5) { $0.currentCount <= 6 }
+ try await waitUntil(event, timeout: 5) {
+ await $0.currentCount <= 6
+ }
event.reset(to: 6)
}
do {
try await event.wait(forSeconds: 3)
XCTFail("Unexpected task progression")
} catch is DurationTimeoutError {
- try await waitUntil(event, timeout: 3) {
- (2...6).contains($0.currentCount)
- }
+ let count = await event.currentCount
+ XCTAssertGreaterThanOrEqual(count, 2)
+ XCTAssertLessThanOrEqual(count, 6)
}
}
}
@@ -185,13 +214,15 @@ class AsyncCountdownEventClockTimeoutTests: XCTestCase {
let clock: ContinuousClock = .continuous
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 9)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 9)
do {
try await event.wait(forSeconds: 3, clock: clock)
XCTFail("Unexpected task progression")
} catch is TimeoutError {
- try await waitUntil(event, timeout: 3) { $0.currentCount == 1 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 1)
}
}
@@ -204,13 +235,15 @@ class AsyncCountdownEventClockTimeoutTests: XCTestCase {
let clock: ContinuousClock = .continuous
let event = AsyncCountdownEvent(until: 3)
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- await event.signal(concurrent: 6)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ event.signal(repeat: 6)
do {
try await event.wait(forSeconds: 3, clock: clock)
XCTFail("Unexpected task progression")
} catch is TimeoutError {
- try await waitUntil(event, timeout: 3) { $0.currentCount == 4 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 4)
}
}
@@ -223,13 +256,15 @@ class AsyncCountdownEventClockTimeoutTests: XCTestCase {
let clock: ContinuousClock = .continuous
let event = AsyncCountdownEvent(until: 3, initial: 3)
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 13 }
- await event.signal(concurrent: 9)
+ let count = await event.currentCount
+ XCTAssertEqual(count, 13)
+ event.signal(repeat: 9)
do {
try await event.wait(forSeconds: 3, clock: clock)
XCTFail("Unexpected task progression")
} catch is TimeoutError {
- try await waitUntil(event, timeout: 3) { $0.currentCount == 4 }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 4)
}
}
@@ -242,19 +277,22 @@ class AsyncCountdownEventClockTimeoutTests: XCTestCase {
let clock: ContinuousClock = .continuous
let event = AsyncCountdownEvent()
event.increment(by: 10)
- try await waitUntil(event, timeout: 5) { $0.currentCount == 10 }
- Task.detached { await event.signal(concurrent: 8) }
+ let count = await event.currentCount
+ XCTAssertEqual(count, 10)
+ Task.detached { event.signal(repeat: 8) }
Task.detached {
- try await waitUntil(event, timeout: 5) { $0.currentCount <= 6 }
+ try await waitUntil(event, timeout: 5) {
+ await $0.currentCount <= 6
+ }
event.reset(to: 6)
}
do {
try await event.wait(forSeconds: 3, clock: clock)
XCTFail("Unexpected task progression")
} catch is TimeoutError {
- try await waitUntil(event, timeout: 3) {
- (2...6).contains($0.currentCount)
- }
+ let count = await event.currentCount
+ XCTAssertGreaterThanOrEqual(count, 2)
+ XCTAssertLessThanOrEqual(count, 6)
}
}
}
@@ -290,15 +328,3 @@ class AsyncCountdownEventCancellationTests: XCTestCase {
} catch {}
}
}
-
-fileprivate extension AsyncCountdownEvent {
-
- func signal(concurrent count: UInt) async {
- await withTaskGroup(of: Void.self) { group in
- for _ in 0..