|
55 | 55 | 7DA9B4762ABBD93D00F14CE3 /* UnsafeAtomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4572ABBD93D00F14CE3 /* UnsafeAtomic.swift */; }; |
56 | 56 | 7DA9B4772ABBD93D00F14CE3 /* IntegerOperations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4592ABBD93D00F14CE3 /* IntegerOperations.swift */; }; |
57 | 57 | 7DA9B47A2ABBD93D00F14CE3 /* Primitives.native.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B45E2ABBD93D00F14CE3 /* Primitives.native.swift */; }; |
58 | | - 7DA9B47B2ABBD93D00F14CE3 /* Primitives.shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B45F2ABBD93D00F14CE3 /* Primitives.shims.swift */; }; |
59 | 58 | 7DA9B47C2ABBD93D00F14CE3 /* AtomicInteger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4612ABBD93D00F14CE3 /* AtomicInteger.swift */; }; |
60 | 59 | 7DA9B47D2ABBD93D00F14CE3 /* AtomicValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4622ABBD93D00F14CE3 /* AtomicValue.swift */; }; |
61 | 60 | 7DA9B47E2ABBD93D00F14CE3 /* AtomicReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DA9B4632ABBD93D00F14CE3 /* AtomicReference.swift */; }; |
|
180 | 179 | 7DA9B4562ABBD93D00F14CE3 /* AtomicMemoryOrderings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicMemoryOrderings.swift; sourceTree = "<group>"; }; |
181 | 180 | 7DA9B4572ABBD93D00F14CE3 /* UnsafeAtomic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UnsafeAtomic.swift; sourceTree = "<group>"; }; |
182 | 181 | 7DA9B4592ABBD93D00F14CE3 /* IntegerOperations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerOperations.swift; sourceTree = "<group>"; }; |
183 | | - 7DA9B45B2ABBD93D00F14CE3 /* Primitives.shims.swift.gyb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Primitives.shims.swift.gyb; sourceTree = "<group>"; }; |
184 | 182 | 7DA9B45C2ABBD93D00F14CE3 /* Primitives.native.swift.gyb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Primitives.native.swift.gyb; sourceTree = "<group>"; }; |
185 | 183 | 7DA9B45E2ABBD93D00F14CE3 /* Primitives.native.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Primitives.native.swift; sourceTree = "<group>"; }; |
186 | | - 7DA9B45F2ABBD93D00F14CE3 /* Primitives.shims.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Primitives.shims.swift; sourceTree = "<group>"; }; |
187 | 184 | 7DA9B4612ABBD93D00F14CE3 /* AtomicInteger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicInteger.swift; sourceTree = "<group>"; }; |
188 | 185 | 7DA9B4622ABBD93D00F14CE3 /* AtomicValue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicValue.swift; sourceTree = "<group>"; }; |
189 | 186 | 7DA9B4632ABBD93D00F14CE3 /* AtomicReference.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicReference.swift; sourceTree = "<group>"; }; |
|
197 | 194 | 7DA9B46D2ABBD93D00F14CE3 /* IntegerConformances.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = "<group>"; }; |
198 | 195 | 7DA9B46E2ABBD93D00F14CE3 /* PointerConformances.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = "<group>"; }; |
199 | 196 | 7DA9B46F2ABBD93D00F14CE3 /* AtomicBool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = "<group>"; }; |
200 | | - 7DF2275B2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = " [email protected]"; path = "../ [email protected]"; sourceTree = "<group>"; }; |
201 | | - 7DF2275D2ABCBF4B00EC2AFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = " [email protected]"; path = "../ [email protected]"; sourceTree = "<group>"; }; |
202 | 197 | BB63DC6A29D782010054E9C2 /* Atomics.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Atomics.xctestplan; sourceTree = "<group>"; }; |
203 | 198 | /* End PBXFileReference section */ |
204 | 199 |
|
|
225 | 220 | isa = PBXGroup; |
226 | 221 | children = ( |
227 | 222 | 7D489EC529CE96DA00499B21 /* Package.swift */, |
228 | | - 7DF2275B2ABCBF4B00EC2AFE /* [email protected] */, |
229 | | - 7DF2275D2ABCBF4B00EC2AFE /* [email protected] */, |
230 | 223 | 7D489EC629CE96DA00499B21 /* CMakeLists.txt */, |
231 | 224 | 7D489ED929CE96DA00499B21 /* CODE_OF_CONDUCT.md */, |
232 | 225 | 7D489ED829CE96DA00499B21 /* CONTRIBUTING.md */, |
|
470 | 463 | isa = PBXGroup; |
471 | 464 | children = ( |
472 | 465 | 7DA9B45C2ABBD93D00F14CE3 /* Primitives.native.swift.gyb */, |
473 | | - 7DA9B45B2ABBD93D00F14CE3 /* Primitives.shims.swift.gyb */, |
474 | 466 | 7DA9B45D2ABBD93D00F14CE3 /* autogenerated */, |
475 | 467 | ); |
476 | 468 | path = Primitives; |
|
480 | 472 | isa = PBXGroup; |
481 | 473 | children = ( |
482 | 474 | 7DA9B45E2ABBD93D00F14CE3 /* Primitives.native.swift */, |
483 | | - 7DA9B45F2ABBD93D00F14CE3 /* Primitives.shims.swift */, |
484 | 475 | ); |
485 | 476 | path = autogenerated; |
486 | 477 | sourceTree = "<group>"; |
|
634 | 625 | 7DA9B4752ABBD93D00F14CE3 /* AtomicMemoryOrderings.swift in Sources */, |
635 | 626 | 7DA9B47C2ABBD93D00F14CE3 /* AtomicInteger.swift in Sources */, |
636 | 627 | 7DA9B4882ABBD93D00F14CE3 /* AtomicBool.swift in Sources */, |
637 | | - 7DA9B47B2ABBD93D00F14CE3 /* Primitives.shims.swift in Sources */, |
638 | 628 | 7DA9B4862ABBD93D00F14CE3 /* IntegerConformances.swift in Sources */, |
639 | 629 | 7DA9B4742ABBD93D00F14CE3 /* ManagedAtomicLazyReference.swift in Sources */, |
640 | 630 | 7DA9B4812ABBD93D00F14CE3 /* RawRepresentable.swift in Sources */, |
|
0 commit comments