|
6 | 6 | objectVersion = 46; |
7 | 7 | objects = { |
8 | 8 |
|
9 | | -/* Begin PBXAggregateTarget section */ |
10 | | - "Concurrency::ConcurrencyPackageTests::ProductTarget" /* ConcurrencyPackageTests */ = { |
11 | | - isa = PBXAggregateTarget; |
12 | | - buildConfigurationList = OBJ_39 /* Build configuration list for PBXAggregateTarget "ConcurrencyPackageTests" */; |
13 | | - buildPhases = ( |
14 | | - ); |
15 | | - dependencies = ( |
16 | | - OBJ_42 /* PBXTargetDependency */, |
17 | | - ); |
18 | | - name = ConcurrencyPackageTests; |
19 | | - productName = ConcurrencyPackageTests; |
20 | | - }; |
21 | | -/* End PBXAggregateTarget section */ |
22 | | - |
23 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 41B94843210A4744007E59C8 /* SerialSequenceExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B9483F210A4744007E59C8 /* SerialSequenceExecutor.swift */; }; |
| 11 | + 41B94844210A4744007E59C8 /* SequenceExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94840210A4744007E59C8 /* SequenceExecutor.swift */; }; |
| 12 | + 41B94845210A4744007E59C8 /* ConcurrentSequenceExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94841210A4744007E59C8 /* ConcurrentSequenceExecutor.swift */; }; |
| 13 | + 41B94846210A4744007E59C8 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94842210A4744007E59C8 /* Task.swift */; }; |
| 14 | + 41B94849210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41B94848210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift */; }; |
24 | 15 | OBJ_27 /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_9 /* AtomicBool.swift */; }; |
25 | 16 | OBJ_28 /* AtomicInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* AtomicInt.swift */; }; |
26 | 17 | OBJ_29 /* AtomicReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_11 /* AtomicReference.swift */; }; |
27 | 18 | OBJ_30 /* CountDownLatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_12 /* CountDownLatch.swift */; }; |
28 | | - OBJ_37 /* Package.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_6 /* Package.swift */; }; |
29 | 19 | OBJ_48 /* AtomicBoolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* AtomicBoolTests.swift */; }; |
30 | 20 | OBJ_49 /* AtomicIntTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* AtomicIntTests.swift */; }; |
31 | 21 | OBJ_50 /* AtomicReferenceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* AtomicReferenceTests.swift */; }; |
|
41 | 31 | remoteGlobalIDString = "Concurrency::Concurrency"; |
42 | 32 | remoteInfo = Concurrency; |
43 | 33 | }; |
44 | | - 412CDD2E20B88EAB00AF5890 /* PBXContainerItemProxy */ = { |
45 | | - isa = PBXContainerItemProxy; |
46 | | - containerPortal = OBJ_1 /* Project object */; |
47 | | - proxyType = 1; |
48 | | - remoteGlobalIDString = "Concurrency::ConcurrencyTests"; |
49 | | - remoteInfo = ConcurrencyTests; |
50 | | - }; |
51 | 34 | /* End PBXContainerItemProxy section */ |
52 | 35 |
|
53 | 36 | /* Begin PBXFileReference section */ |
| 37 | + 41B9483F210A4744007E59C8 /* SerialSequenceExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SerialSequenceExecutor.swift; sourceTree = "<group>"; }; |
| 38 | + 41B94840210A4744007E59C8 /* SequenceExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SequenceExecutor.swift; sourceTree = "<group>"; }; |
| 39 | + 41B94841210A4744007E59C8 /* ConcurrentSequenceExecutor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConcurrentSequenceExecutor.swift; sourceTree = "<group>"; }; |
| 40 | + 41B94842210A4744007E59C8 /* Task.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; }; |
| 41 | + 41B94848210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConcurrentSequenceExecutorTests.swift; sourceTree = "<group>"; }; |
54 | 42 | "Concurrency::Concurrency::Product" /* Concurrency.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Concurrency.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 43 | "Concurrency::ConcurrencyTests::Product" /* ConcurrencyTests.xctest */ = {isa = PBXFileReference; lastKnownFileType = file; path = ConcurrencyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
56 | 44 | OBJ_10 /* AtomicInt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInt.swift; sourceTree = "<group>"; }; |
|
83 | 71 | /* End PBXFrameworksBuildPhase section */ |
84 | 72 |
|
85 | 73 | /* Begin PBXGroup section */ |
| 74 | + 41B9483E210A4744007E59C8 /* Executor */ = { |
| 75 | + isa = PBXGroup; |
| 76 | + children = ( |
| 77 | + 41B9483F210A4744007E59C8 /* SerialSequenceExecutor.swift */, |
| 78 | + 41B94840210A4744007E59C8 /* SequenceExecutor.swift */, |
| 79 | + 41B94841210A4744007E59C8 /* ConcurrentSequenceExecutor.swift */, |
| 80 | + 41B94842210A4744007E59C8 /* Task.swift */, |
| 81 | + ); |
| 82 | + path = Executor; |
| 83 | + sourceTree = "<group>"; |
| 84 | + }; |
| 85 | + 41B94847210A4756007E59C8 /* Executor */ = { |
| 86 | + isa = PBXGroup; |
| 87 | + children = ( |
| 88 | + 41B94848210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift */, |
| 89 | + ); |
| 90 | + path = Executor; |
| 91 | + sourceTree = "<group>"; |
| 92 | + }; |
86 | 93 | OBJ_13 /* Tests */ = { |
87 | 94 | isa = PBXGroup; |
88 | 95 | children = ( |
|
94 | 101 | OBJ_14 /* ConcurrencyTests */ = { |
95 | 102 | isa = PBXGroup; |
96 | 103 | children = ( |
| 104 | + 41B94847210A4756007E59C8 /* Executor */, |
97 | 105 | OBJ_15 /* AtomicBoolTests.swift */, |
98 | 106 | OBJ_16 /* AtomicIntTests.swift */, |
99 | 107 | OBJ_17 /* AtomicReferenceTests.swift */, |
|
133 | 141 | OBJ_8 /* Concurrency */ = { |
134 | 142 | isa = PBXGroup; |
135 | 143 | children = ( |
| 144 | + 41B9483E210A4744007E59C8 /* Executor */, |
136 | 145 | OBJ_9 /* AtomicBool.swift */, |
137 | 146 | OBJ_10 /* AtomicInt.swift */, |
138 | 147 | OBJ_11 /* AtomicReference.swift */, |
|
178 | 187 | productReference = "Concurrency::ConcurrencyTests::Product" /* ConcurrencyTests.xctest */; |
179 | 188 | productType = "com.apple.product-type.bundle.unit-test"; |
180 | 189 | }; |
181 | | - "Concurrency::SwiftPMPackageDescription" /* ConcurrencyPackageDescription */ = { |
182 | | - isa = PBXNativeTarget; |
183 | | - buildConfigurationList = OBJ_33 /* Build configuration list for PBXNativeTarget "ConcurrencyPackageDescription" */; |
184 | | - buildPhases = ( |
185 | | - OBJ_36 /* Sources */, |
186 | | - ); |
187 | | - buildRules = ( |
188 | | - ); |
189 | | - dependencies = ( |
190 | | - ); |
191 | | - name = ConcurrencyPackageDescription; |
192 | | - productName = ConcurrencyPackageDescription; |
193 | | - productType = "com.apple.product-type.framework"; |
194 | | - }; |
195 | 190 | /* End PBXNativeTarget section */ |
196 | 191 |
|
197 | 192 | /* Begin PBXProject section */ |
|
213 | 208 | projectRoot = ""; |
214 | 209 | targets = ( |
215 | 210 | "Concurrency::Concurrency" /* Concurrency */, |
216 | | - "Concurrency::SwiftPMPackageDescription" /* ConcurrencyPackageDescription */, |
217 | | - "Concurrency::ConcurrencyPackageTests::ProductTarget" /* ConcurrencyPackageTests */, |
218 | 211 | "Concurrency::ConcurrencyTests" /* ConcurrencyTests */, |
219 | 212 | ); |
220 | 213 | }; |
|
225 | 218 | isa = PBXSourcesBuildPhase; |
226 | 219 | buildActionMask = 0; |
227 | 220 | files = ( |
| 221 | + 41B94846210A4744007E59C8 /* Task.swift in Sources */, |
228 | 222 | OBJ_27 /* AtomicBool.swift in Sources */, |
| 223 | + 41B94844210A4744007E59C8 /* SequenceExecutor.swift in Sources */, |
| 224 | + 41B94845210A4744007E59C8 /* ConcurrentSequenceExecutor.swift in Sources */, |
229 | 225 | OBJ_28 /* AtomicInt.swift in Sources */, |
230 | 226 | OBJ_29 /* AtomicReference.swift in Sources */, |
| 227 | + 41B94843210A4744007E59C8 /* SerialSequenceExecutor.swift in Sources */, |
231 | 228 | OBJ_30 /* CountDownLatch.swift in Sources */, |
232 | 229 | ); |
233 | 230 | runOnlyForDeploymentPostprocessing = 0; |
234 | 231 | }; |
235 | | - OBJ_36 /* Sources */ = { |
236 | | - isa = PBXSourcesBuildPhase; |
237 | | - buildActionMask = 0; |
238 | | - files = ( |
239 | | - OBJ_37 /* Package.swift in Sources */, |
240 | | - ); |
241 | | - runOnlyForDeploymentPostprocessing = 0; |
242 | | - }; |
243 | 232 | OBJ_47 /* Sources */ = { |
244 | 233 | isa = PBXSourcesBuildPhase; |
245 | 234 | buildActionMask = 0; |
246 | 235 | files = ( |
247 | 236 | OBJ_48 /* AtomicBoolTests.swift in Sources */, |
248 | 237 | OBJ_49 /* AtomicIntTests.swift in Sources */, |
| 238 | + 41B94849210A4756007E59C8 /* ConcurrentSequenceExecutorTests.swift in Sources */, |
249 | 239 | OBJ_50 /* AtomicReferenceTests.swift in Sources */, |
250 | 240 | OBJ_51 /* CountDownLatchTests.swift in Sources */, |
251 | 241 | ); |
|
254 | 244 | /* End PBXSourcesBuildPhase section */ |
255 | 245 |
|
256 | 246 | /* Begin PBXTargetDependency section */ |
257 | | - OBJ_42 /* PBXTargetDependency */ = { |
258 | | - isa = PBXTargetDependency; |
259 | | - target = "Concurrency::ConcurrencyTests" /* ConcurrencyTests */; |
260 | | - targetProxy = 412CDD2E20B88EAB00AF5890 /* PBXContainerItemProxy */; |
261 | | - }; |
262 | 247 | OBJ_54 /* PBXTargetDependency */ = { |
263 | 248 | isa = PBXTargetDependency; |
264 | 249 | target = "Concurrency::Concurrency" /* Concurrency */; |
|
336 | 321 | }; |
337 | 322 | name = Debug; |
338 | 323 | }; |
339 | | - OBJ_34 /* Debug */ = { |
340 | | - isa = XCBuildConfiguration; |
341 | | - buildSettings = { |
342 | | - LD = /usr/bin/true; |
343 | | - OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.9.3.0.9E145.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk"; |
344 | | - SWIFT_VERSION = 4.0; |
345 | | - }; |
346 | | - name = Debug; |
347 | | - }; |
348 | | - OBJ_35 /* Release */ = { |
349 | | - isa = XCBuildConfiguration; |
350 | | - buildSettings = { |
351 | | - LD = /usr/bin/true; |
352 | | - OTHER_SWIFT_FLAGS = "-swift-version 4 -I $(TOOLCHAIN_DIR)/usr/lib/swift/pm/4 -target x86_64-apple-macosx10.10 -sdk /Applications/Xcode.9.3.0.9E145.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk"; |
353 | | - SWIFT_VERSION = 4.0; |
354 | | - }; |
355 | | - name = Release; |
356 | | - }; |
357 | 324 | OBJ_4 /* Release */ = { |
358 | 325 | isa = XCBuildConfiguration; |
359 | 326 | buildSettings = { |
|
375 | 342 | }; |
376 | 343 | name = Release; |
377 | 344 | }; |
378 | | - OBJ_40 /* Debug */ = { |
379 | | - isa = XCBuildConfiguration; |
380 | | - buildSettings = { |
381 | | - }; |
382 | | - name = Debug; |
383 | | - }; |
384 | | - OBJ_41 /* Release */ = { |
385 | | - isa = XCBuildConfiguration; |
386 | | - buildSettings = { |
387 | | - }; |
388 | | - name = Release; |
389 | | - }; |
390 | 345 | OBJ_45 /* Debug */ = { |
391 | 346 | isa = XCBuildConfiguration; |
392 | 347 | buildSettings = { |
|
446 | 401 | defaultConfigurationIsVisible = 0; |
447 | 402 | defaultConfigurationName = Release; |
448 | 403 | }; |
449 | | - OBJ_33 /* Build configuration list for PBXNativeTarget "ConcurrencyPackageDescription" */ = { |
450 | | - isa = XCConfigurationList; |
451 | | - buildConfigurations = ( |
452 | | - OBJ_34 /* Debug */, |
453 | | - OBJ_35 /* Release */, |
454 | | - ); |
455 | | - defaultConfigurationIsVisible = 0; |
456 | | - defaultConfigurationName = Release; |
457 | | - }; |
458 | | - OBJ_39 /* Build configuration list for PBXAggregateTarget "ConcurrencyPackageTests" */ = { |
459 | | - isa = XCConfigurationList; |
460 | | - buildConfigurations = ( |
461 | | - OBJ_40 /* Debug */, |
462 | | - OBJ_41 /* Release */, |
463 | | - ); |
464 | | - defaultConfigurationIsVisible = 0; |
465 | | - defaultConfigurationName = Release; |
466 | | - }; |
467 | 404 | OBJ_44 /* Build configuration list for PBXNativeTarget "ConcurrencyTests" */ = { |
468 | 405 | isa = XCConfigurationList; |
469 | 406 | buildConfigurations = ( |
|
0 commit comments