|
21 | 21 | /* End PBXAggregateTarget section */ |
22 | 22 |
|
23 | 23 | /* Begin PBXBuildFile section */ |
| 24 | + 41B94843210A4744007E59C8 /* SerialSequenceExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B9483F210A4744007E59C8 /* SerialSequenceExecutor.swift */; }; |
| 25 | + 41B94844210A4744007E59C8 /* SequenceExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94840210A4744007E59C8 /* SequenceExecutor.swift */; }; |
| 26 | + 41B94845210A4744007E59C8 /* ConcurrentSequenceExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94841210A4744007E59C8 /* ConcurrentSequenceExecutor.swift */; }; |
| 27 | + 41B94846210A4744007E59C8 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94842210A4744007E59C8 /* Task.swift */; }; |
| 28 | + 41B94849210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94848210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift */; }; |
24 | 29 | OBJ_27 /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* AtomicBool.swift */; }; |
25 | 30 | OBJ_28 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* AtomicInt.swift */; }; |
26 | 31 | OBJ_29 /* AtomicReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* AtomicReference.swift */; }; |
|
51 | 56 | /* End PBXContainerItemProxy section */ |
52 | 57 |
|
53 | 58 | /* Begin PBXFileReference section */ |
| 59 | + 41B9483F210A4744007E59C8 /* SerialSequenceExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SerialSequenceExecutor.swift; sourceTree = "<group>"; }; |
| 60 | + 41B94840210A4744007E59C8 /* SequenceExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SequenceExecutor.swift; sourceTree = "<group>"; }; |
| 61 | + 41B94841210A4744007E59C8 /* ConcurrentSequenceExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConcurrentSequenceExecutor.swift; sourceTree = "<group>"; }; |
| 62 | + 41B94842210A4744007E59C8 /* Task.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; }; |
| 63 | + 41B94848210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConcurrentSequenceExecutorTests.swift; sourceTree = "<group>"; }; |
54 | 64 | "Concurrency::Concurrency::Product" /* Concurrency.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Concurrency.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 65 | "Concurrency::ConcurrencyTests::Product" /* ConcurrencyTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = ConcurrencyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 | 66 | OBJ_10 /* AtomicInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInt.swift; sourceTree = "<group>"; }; |
|
83 | 93 | /* End PBXFrameworksBuildPhase section */ |
84 | 94 |
|
85 | 95 | /* Begin PBXGroup section */ |
| 96 | + 41B9483E210A4744007E59C8 /* Executor */ = { |
| 97 | + isa = PBXGroup; |
| 98 | + children = ( |
| 99 | + 41B9483F210A4744007E59C8 /* SerialSequenceExecutor.swift */, |
| 100 | + 41B94840210A4744007E59C8 /* SequenceExecutor.swift */, |
| 101 | + 41B94841210A4744007E59C8 /* ConcurrentSequenceExecutor.swift */, |
| 102 | + 41B94842210A4744007E59C8 /* Task.swift */, |
| 103 | + ); |
| 104 | + path = Executor; |
| 105 | + sourceTree = "<group>"; |
| 106 | + }; |
| 107 | + 41B94847210A4756007E59C8 /* Executor */ = { |
| 108 | + isa = PBXGroup; |
| 109 | + children = ( |
| 110 | + 41B94848210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift */, |
| 111 | + ); |
| 112 | + path = Executor; |
| 113 | + sourceTree = "<group>"; |
| 114 | + }; |
86 | 115 | OBJ_13 /* Tests */ = { |
87 | 116 | isa = PBXGroup; |
88 | 117 | children = ( |
|
94 | 123 | OBJ_14 /* ConcurrencyTests */ = { |
95 | 124 | isa = PBXGroup; |
96 | 125 | children = ( |
| 126 | + 41B94847210A4756007E59C8 /* Executor */, |
97 | 127 | OBJ_15 /* AtomicBoolTests.swift */, |
98 | 128 | OBJ_16 /* AtomicIntTests.swift */, |
99 | 129 | OBJ_17 /* AtomicReferenceTests.swift */, |
|
133 | 163 | OBJ_8 /* Concurrency */ = { |
134 | 164 | isa = PBXGroup; |
135 | 165 | children = ( |
| 166 | + 41B9483E210A4744007E59C8 /* Executor */, |
136 | 167 | OBJ_9 /* AtomicBool.swift */, |
137 | 168 | OBJ_10 /* AtomicInt.swift */, |
138 | 169 | OBJ_11 /* AtomicReference.swift */, |
|
225 | 256 | isa = PBXSourcesBuildPhase; |
226 | 257 | buildActionMask = 0; |
227 | 258 | files = ( |
| 259 | + 41B94846210A4744007E59C8 /* Task.swift in Sources */, |
228 | 260 | OBJ_27 /* AtomicBool.swift in Sources */, |
| 261 | + 41B94844210A4744007E59C8 /* SequenceExecutor.swift in Sources */, |
| 262 | + 41B94845210A4744007E59C8 /* ConcurrentSequenceExecutor.swift in Sources */, |
229 | 263 | OBJ_28 /* AtomicInt.swift in Sources */, |
230 | 264 | OBJ_29 /* AtomicReference.swift in Sources */, |
| 265 | + 41B94843210A4744007E59C8 /* SerialSequenceExecutor.swift in Sources */, |
231 | 266 | OBJ_30 /* CountDownLatch.swift in Sources */, |
232 | 267 | ); |
233 | 268 | runOnlyForDeploymentPostprocessing = 0; |
|
246 | 281 | files = ( |
247 | 282 | OBJ_48 /* AtomicBoolTests.swift in Sources */, |
248 | 283 | OBJ_49 /* AtomicIntTests.swift in Sources */, |
| 284 | + 41B94849210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift in Sources */, |
249 | 285 | OBJ_50 /* AtomicReferenceTests.swift in Sources */, |
250 | 286 | OBJ_51 /* CountDownLatchTests.swift in Sources */, |
251 | 287 | ); |
|
0 commit comments