Build Information
Successful build of MachOObjCSection, reference main (3dbf6a), with Swift 6.1 for macOS (SPM) on 22 Mar 2026 13:47:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/MachOObjCSection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lynnswap/MachOObjCSection
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3dbf6a8 Merge pull request #1 from lynnswap/codex/objc-pointer-bind
Cloned https://github.com/lynnswap/MachOObjCSection.git
Revision (git rev-parse @):
3dbf6a856cbdc856d4d7c1fe6bbf81161e0fbe9c
SUCCESS checkout https://github.com/lynnswap/MachOObjCSection.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lynnswap/MachOObjCSection.git
https://github.com/lynnswap/MachOObjCSection.git
{
"dependencies" : [
{
"identity" : "machokit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lynnswap/MachOKit.git"
},
{
"identity" : "swift-fileio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio.git"
},
{
"identity" : "swift-objc-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-objc-dump.git"
}
],
"manifest_display_name" : "MachOObjCSection",
"name" : "MachOObjCSection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MachOObjCSection",
"targets" : [
"MachOObjCSection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MachOObjCSectionTests",
"module_type" : "SwiftTarget",
"name" : "MachOObjCSectionTests",
"path" : "Tests/MachOObjCSectionTests",
"sources" : [
"MachOObjCSectionTests.swift",
"ObjCPointerListResolverTests.swift",
"Support/dump.swift"
],
"target_dependencies" : [
"MachOObjCSection"
],
"type" : "test"
},
{
"c99name" : "MachOObjCSectionC",
"module_type" : "ClangTarget",
"name" : "MachOObjCSectionC",
"path" : "Sources/MachOObjCSectionC",
"product_memberships" : [
"MachOObjCSection"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "MachOObjCSection",
"module_type" : "SwiftTarget",
"name" : "MachOObjCSection",
"path" : "Sources/MachOObjCSection",
"product_dependencies" : [
"MachOKit",
"FileIO",
"ObjCDump"
],
"product_memberships" : [
"MachOObjCSection"
],
"sources" : [
"Extension/DyldCache+.swift",
"Extension/DyldCacheLoaded+.swift",
"Extension/DyldCacheRepresentable+.swift",
"Extension/FullDyldCache+.swift",
"Extension/LoadCommandsProtocol+.swift",
"Extension/MachOFile+.swift",
"Extension/MachOImage+.swift",
"Extension/MachORepresentable+.swift",
"Extension/ObjCHeaderOptimizationRO+.swift",
"Extension/SegmentCommandProtocol+.swift",
"Extension/_FileIOProtocol+.swift",
"MachOFile+MethodList.swift",
"MachOFile+ObjectiveC.swift",
"MachOImage+MethodList.swift",
"MachOImage+ObjectiveC.swift",
"MachOKitObjCSupport.swift",
"Model/Category/ObjCCategory32.swift",
"Model/Category/ObjCCategory64.swift",
"Model/Class/ObjCClass32.swift",
"Model/Class/ObjCClass64.swift",
"Model/Class/ObjCStubClass32.swift",
"Model/Class/ObjCStubClass64.swift",
"Model/Class/RO/ObjCClassROData32.swift",
"Model/Class/RO/ObjCClassROData64.swift",
"Model/Class/RO/ObjCClassRODataFlags.swift",
"Model/Class/RW/Ext/ObjCClassRWDataExt32.swift",
"Model/Class/RW/Ext/ObjCClassRWDataExt64.swift",
"Model/Class/RW/ObjCClassRWData32.swift",
"Model/Class/RW/ObjCClassRWData64.swift",
"Model/Class/RW/ObjCClassRWDataFlags.swift",
"Model/Ivar/ObjCIvar32.swift",
"Model/Ivar/ObjCIvar64.swift",
"Model/Ivar/ObjCIvarList32.swift",
"Model/Ivar/ObjCIvarList64.swift",
"Model/Method/ObjCMethod.swift",
"Model/Method/ObjCMethodArray.swift",
"Model/Method/ObjCMethodList.swift",
"Model/Method/ObjCMethodListMask.swift",
"Model/Method/ObjCMethodRelativeListList.swift",
"Model/ObjCMachOSection.swift",
"Model/Pointer/RelativeDirectPointer.swift",
"Model/Pointer/RelativeIndirectPointer.swift",
"Model/Pointer/RelativeRawPointer.swift",
"Model/Property/ObjCProperty.swift",
"Model/Property/ObjCPropertyArray.swift",
"Model/Property/ObjCPropertyList.swift",
"Model/Property/ObjCPropertyRelativeListList.swift",
"Model/Protocol/ObjCProtocol32.swift",
"Model/Protocol/ObjCProtocol64.swift",
"Model/Protocol/ObjCProtocolArray32.swift",
"Model/Protocol/ObjCProtocolArray64.swift",
"Model/Protocol/ObjCProtocolList32.swift",
"Model/Protocol/ObjCProtocolList64.swift",
"Model/Protocol/ObjCProtocolListHeader.swift",
"Model/Protocol/ObjCProtocolRelativeListList.swift",
"Model/Util/EntrySizeList.swift",
"Model/Util/ListArrayKind.swift",
"Model/Util/RelativeListList.swift",
"Protocol/Category/ObjCCategoryProtocol.swift",
"Protocol/Category/_ObjCCategoryLayoutProtocol.swift",
"Protocol/Class/ObjCClassProtocol.swift",
"Protocol/Class/ObjCStubClassProtocol.swift",
"Protocol/Class/RO/ObjCClassRODataProtocol.swift",
"Protocol/Class/RO/_ObjCClassRODataLayoutProtocol.swift",
"Protocol/Class/RW/ObjCClassRWDataExtProtocol.swift",
"Protocol/Class/RW/ObjCClassRWDataProtocol.swift",
"Protocol/Class/RW/_ObjCClassRWDataExtLayoutProtocol.swift",
"Protocol/Class/RW/_ObjCClassRWDataLayoutProtocol.swift",
"Protocol/Class/_ObjCClassLayoutProtocol.swift",
"Protocol/Class/_ObjCStubClassLayoutProtocol.swift",
"Protocol/Ivar/ObjCIvarListProtocol.swift",
"Protocol/Ivar/ObjCIvarProtocol.swift",
"Protocol/Ivar/_ObjCIvarLayoutProtocol.swift",
"Protocol/ObjCSectionRepresentable.swift",
"Protocol/Protocol/ObjCProtocolArrayProtocol.swift",
"Protocol/Protocol/ObjCProtocolListProtocol.swift",
"Protocol/Protocol/ObjCProtocolProtocol.swift",
"Protocol/Protocol/ObjCProtocolRelativeListListProtocol.swift",
"Protocol/Protocol/_ObjCProtocolLayoutProtocol.swift",
"Support/ObjCDump.swift",
"Util/FixupResolvable.swift",
"Util/ObjCPointerListResolver.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"MachOObjCSectionC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[7/10] Compiling MachOKitC mach-o-linux.c
[8/10] Write swift-version-2F0A5646E1D333AE.txt
[9/10] Compiling MachOObjCSectionC dummy.c
[11/42] Compiling BinaryParseSupport MemorySequence.swift
[12/42] Compiling BinaryParseSupport DataSequence.swift
[13/43] Compiling ObjCTypeDecodeKit ObjCPropertyTypeDecoder.swift
[14/43] Compiling ObjCTypeDecodeKit ObjCTypeDecoder.swift
[15/43] Compiling ObjCTypeDecodeKit ObjCMethodTypeDecoder.swift
[16/44] Emitting module ObjCTypeDecodeKit
[17/44] Compiling ObjCTypeDecodeKit ObjCType.swift
[18/44] Compiling ObjCTypeDecodeKit ObjCPropertyAttribute.swift
[19/44] Compiling ObjCTypeDecodeKit ObjCModifier.swift
[20/44] Compiling BinaryParseSupport BinaryParseSupport.swift
[21/44] Compiling BinaryParseSupport Data+.swift
[22/44] Compiling ObjCTypeDecodeKit String+.swift
[23/44] Compiling ObjCTypeDecodeKit Node.swift
[24/44] Compiling ObjCTypeDecodeKit types.swift
[25/44] Compiling FileIO FileIO.swift
[26/44] Compiling BinaryParseSupport StringTable.swift
[27/44] Compiling BinaryParseSupport BitFlags.swift
[28/44] Compiling FileIO MemoryMappedFile.swift
[29/44] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[30/44] Compiling BinaryParseSupport UnsafePointer+.swift
[31/44] Compiling BinaryParseSupport Endian.swift
[32/44] Compiling FileIO StreamedFile.swift
[33/44] Emitting module FileIO
[35/44] Compiling FileIO system.swift
[37/44] Compiling FileIO ConcatenatedStreamedFile.swift
[38/44] Compiling BinaryParseSupport StringTableEntry.swift
[39/44] Emitting module BinaryParseSupport
[42/44] Compiling BinaryParseSupport LayoutWrapper.swift
[43/44] Compiling ObjCTypeDecodeKit ObjCTypeCodable.swift
[44/44] Compiling BinaryParseSupport UnicodeStrings.swift
[45/56] Emitting module FileIOBinary
[46/56] Compiling ObjCDump ObjCDump.swift
[47/56] Compiling ObjCDump ObjCPropertyInfo.swift
[48/56] Compiling ObjCDump ObjCProtocolInfo.swift
[49/56] Compiling ObjCDump ObjCMethodInfo.swift
[50/56] Compiling ObjCDump ObjCIvarInfo.swift
[51/56] Compiling ObjCDump ObjCType+.swift
[52/56] Compiling ObjCDump ObjCCategoryInfo.swift
[53/56] Emitting module ObjCDump
[54/56] Compiling ObjCDump ObjCClassInfo.swift
[55/56] Compiling FileIOBinary FileIOBinary.swift
[56/56] Compiling FileIOBinary _FileIOProtocol+.swift
[57/255] Compiling MachOKit ObjCOptimization.swift
[58/255] Compiling MachOKit ObjCOptimizationFlags.swift
[59/255] Compiling MachOKit OldObjCOptimization.swift
[60/255] Compiling MachOKit _OldObjCOptimizationProtocol.swift
[61/255] Compiling MachOKit ProgramOffset.swift
[62/255] Compiling MachOKit ProgramsTrieNodeContent.swift
[63/255] Compiling MachOKit DyldCacheSlideInfo.swift
[64/255] Compiling MachOKit DyldCacheSlideInfo1.swift
[65/255] Compiling MachOKit DyldCacheSlideInfo2.swift
[66/255] Compiling MachOKit DyldCacheSlideInfo3.swift
[67/255] Compiling MachOKit DyldCacheSlideInfo4.swift
[68/255] Compiling MachOKit DyldCacheSlideInfo5.swift
[69/255] Compiling MachOKit SwiftOptimization.swift
[70/255] Compiling MachOKit DyldChainedFixupPointer.swift
[71/255] Compiling MachOKit DyldChainedFixupPointerContent.swift
[72/255] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[73/255] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[74/255] Compiling MachOKit DyldChainedFixupsHeader.swift
[75/255] Compiling MachOKit DyldChainedImport.swift
[76/255] Compiling MachOKit DyldChainedImportFormat.swift
[77/255] Compiling MachOKit DyldChainedPage.swift
[78/255] Compiling MachOKit DyldChainedStartsInImage.swift
[79/277] Compiling MachOKit TargetTripleCommand.swift
[80/277] Compiling MachOKit ThreadCommand.swift
[81/277] Compiling MachOKit UUIDCommand.swift
[82/277] Compiling MachOKit VersionMinCommand.swift
[83/277] Compiling MachOKit MachOFile+BindOperations.swift
[84/277] Compiling MachOKit MachOFile+CodeSign.swift
[85/277] Compiling MachOKit MachOFile+DyldChainedFixups.swift
[86/277] Compiling MachOKit MachOFile+ExportTrie.swift
[87/277] Compiling MachOKit MachOFile+FunctionStarts.swift
[88/277] Compiling MachOKit MachOFile+LoadCommands.swift
[89/277] Compiling MachOKit MachOFile+RebaseOperations.swift
[90/277] Compiling MachOKit MachOFile+Strings.swift
[91/277] Compiling MachOKit MachOFile+Symbols.swift
[92/277] Compiling MachOKit MachOFile.swift
[93/277] Compiling MachOKit MachOImage+BindOperations.swift
[94/277] Compiling MachOKit MachOImage+CodeSign.swift
[95/277] Compiling MachOKit MachOImage+DyldChainedFixups..swift
[96/277] Compiling MachOKit MachOImage+ExportTrie.swift
[97/277] Compiling MachOKit MachOImage+FunctionStarts.swift
[98/277] Compiling MachOKit MachOImage+LoadCommands.swift
[99/277] Compiling MachOKit MachOImage+RebaseOperations.swift
[100/277] Compiling MachOKit MachOImage+Strings.swift
[101/277] Compiling MachOKit AotCacheHeader.swift
[102/277] Compiling MachOKit CPU.swift
[103/277] Compiling MachOKit CPUSubType.swift
[104/277] Compiling MachOKit CPUType.swift
[105/277] Compiling MachOKit DyldCacheHeader.swift
[106/277] Compiling MachOKit DyldCacheType.swift
[107/277] Compiling MachOKit FatArch.swift
[108/277] Compiling MachOKit FatHeader.swift
[109/277] Compiling MachOKit FileType.swift
[110/277] Compiling MachOKit MachHeader+Flags+Bit.swift
[111/277] Compiling MachOKit MachHeader+Flags.swift
[112/277] Compiling MachOKit MachHeader.swift
[113/277] Compiling MachOKit Magic.swift
[114/277] Compiling MachOKit AotMetadataCommand.swift
[115/277] Compiling MachOKit BuildVersionCommand.swift
[116/277] Compiling MachOKit DylibCommand.swift
[117/277] Compiling MachOKit DylibUseCommand.swift
[118/277] Compiling MachOKit DylinkerCommand.swift
[119/277] Compiling MachOKit EncryptionInfoCommand.swift
[120/277] Compiling MachOKit EntryPointCommand.swift
[121/277] Compiling MachOKit FilesetEntryCommand.swift
[122/277] Compiling MachOKit LinkerOptionCommand.swift
[123/277] Compiling MachOKit AotCache+CodeFragments.swift
[124/277] Compiling MachOKit AotCache.swift
[125/277] Compiling MachOKit DyldCache+SubCaches.swift
[126/277] Compiling MachOKit DyldCache+host.swift
[127/277] Compiling MachOKit DyldCache.swift
[128/277] Compiling MachOKit DyldCacheLoaded+SubCaches.swift
[129/277] Compiling MachOKit DyldCacheLoaded+static.swift
[130/277] Compiling MachOKit DyldCacheLoaded.swift
[131/277] Compiling MachOKit Data+.swift
[132/277] Compiling MachOKit FileHandle+.swift
[133/277] Compiling MachOKit FixedWidthInteger+.swift
[134/277] Compiling MachOKit Sequence+.swift
[135/277] Compiling MachOKit String+.swift
[136/277] Compiling MachOKit TrieTreeProtocol+.swift
[137/277] Compiling MachOKit UUID+.swift
[138/277] Compiling MachOKit UnsafePointer+.swift
[139/277] Compiling MachOKit UnsafeRawPointer+.swift
[140/277] Compiling MachOKit _FileIOProtocol+.swift
[141/277] Compiling MachOKit dyld_chained_ptr+.swift
[142/277] Compiling MachOKit FatFile.swift
[143/277] Compiling MachOKit FullDyldCache+host.swift
[144/277] Compiling MachOKit FullDyldCache.swift
[145/277] Compiling MachOKit MachOImage+Symbols.swift
[146/277] Compiling MachOKit MachOImage+static.swift
[147/277] Compiling MachOKit MachOImage.swift
[148/277] Compiling MachOKit MachOKit.swift
[149/277] Compiling MachOKit AotCacheCodeFragment.swift
[150/277] Compiling MachOKit AotCodeFragment.swift
[151/277] Compiling MachOKit AotCodeFragmentType.swift
[152/277] Compiling MachOKit AotBranchData.swift
[153/277] Compiling MachOKit AotBranchDataHeader.swift
[154/277] Compiling MachOKit AotBranchDataIndexEntry.swift
[155/277] Compiling MachOKit AotInstructionMap.swift
[156/277] Compiling MachOKit AotInstructionMapHeader.swift
[157/277] Compiling MachOKit AotInstructionMapIndexEntry.swift
[158/277] Compiling MachOKit BindOpcode.swift
[159/277] Compiling MachOKit BindOperation.swift
[160/277] Compiling MachOKit BindOperationsKind.swift
[161/277] Compiling MachOKit BindSpecial.swift
[162/277] Compiling MachOKit BindType.swift
[163/277] Compiling MachOKit ClassicBindType.swift
[164/277] Compiling MachOKit BindingSymbol.swift
[165/277] Compiling MachOKit ClassicBindingSymbol.swift
[166/277] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[167/277] Emitting module MachOKit
[168/277] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[169/277] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[170/277] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[171/277] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[172/277] Compiling MachOKit CodeSignCodeDirectory.swift
[173/277] Compiling MachOKit CodeSignBlobIndex.swift
[174/277] Compiling MachOKit CodeSignExecSegmentFlags.swift
[175/277] Compiling MachOKit CodeSignGenericBlob.swift
[176/277] Compiling MachOKit CodeSignHashType.swift
[177/277] Compiling MachOKit CodeSignMagic.swift
[178/277] Compiling MachOKit CodeSignSlot.swift
[179/277] Compiling MachOKit CodeSignSpecialSlotType.swift
[180/277] Compiling MachOKit CodeSignSuperBlob.swift
[181/277] Compiling MachOKit CFString.swift
[182/277] Compiling MachOKit DataInCodeEntry.swift
[183/277] Compiling MachOKit DependedDylib.swift
[184/277] Compiling MachOKit DyldCacheDynamicData.swift
[185/277] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[186/277] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[187/277] Compiling MachOKit DyldCacheImageInfo.swift
[188/277] Compiling MachOKit DyldCacheImageTextInfo.swift
[189/277] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[190/277] Compiling MachOKit LoadCommand.swift
[191/277] Compiling MachOKit LoadCommandInfo.swift
[192/277] Compiling MachOKit LoadCommandType.swift
[193/277] Compiling MachOKit BuildToolVersion.swift
[194/277] Compiling MachOKit Dylib.swift
[195/277] Compiling MachOKit DylibUseFlags.swift
[196/277] Compiling MachOKit Platform.swift
[197/277] Compiling MachOKit Section+Attribute.swift
[198/277] Compiling MachOKit Section+Flags.swift
[199/277] Compiling MachOKit Section+Type.swift
[200/277] Compiling MachOKit Section.swift
[201/277] Compiling MachOKit ThreadState.swift
[202/277] Compiling MachOKit ThreadStateFlavor.swift
[203/277] Compiling MachOKit Tool.swift
[204/277] Compiling MachOKit VMProtection.swift
[205/277] Compiling MachOKit Version.swift
[206/277] Compiling MachOKit NoteCommand.swift
[207/277] Compiling MachOKit RpathCommand.swift
[208/277] Compiling MachOKit SegmentCommand+Flags.swift
[209/277] Compiling MachOKit SegmentCommand.swift
[210/277] Compiling MachOKit SourceVersionCommand.swift
[211/277] Compiling MachOKit SubFrameworkCommand.swift
[212/277] Compiling MachOKit DyldChainedStartsInSegment.swift
[213/277] Compiling MachOKit DyldChainedStartsOffsets.swift
[214/277] Compiling MachOKit DyldChainedSymbolsFormat.swift
[215/277] Compiling MachOKit ExportSymbolFlags.swift
[216/277] Compiling MachOKit ExportSymbolKind.swift
[217/277] Compiling MachOKit ExportTrieEntry.swift
[218/277] Compiling MachOKit ExportedSymbol.swift
[219/277] Compiling MachOKit FunctionStart.swift
[220/277] Compiling MachOKit IndirectSymbol.swift
[221/277] Compiling MachOKit Rebase.swift
[222/277] Compiling MachOKit RebaseOpcode.swift
[223/277] Compiling MachOKit RebaseOperation.swift
[224/277] Compiling MachOKit RebaseType.swift
[225/277] Compiling MachOKit Relocation.swift
[226/277] Compiling MachOKit RelocationInfo.swift
[227/277] Compiling MachOKit RelocationLength.swift
[228/277] Compiling MachOKit RelocationType.swift
[229/277] Compiling MachOKit ScatteredRelocationInfo.swift
[230/277] Compiling MachOKit Nlist.swift
[231/277] Compiling MachOKit Stab.swift
[232/277] Compiling MachOKit SymbolDescription.swift
[233/277] Compiling MachOKit SymbolFlags.swift
[234/277] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[235/277] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[236/277] Compiling MachOKit DyldCacheMappingFlags.swift
[237/277] Compiling MachOKit DyldCacheMappingInfo.swift
[238/277] Compiling MachOKit DyldCachePrewarming.swift
[239/277] Compiling MachOKit DyldCachePrewarmingEntry.swift
[240/277] Compiling MachOKit DyldCacheTproMappingInfo.swift
[241/277] Compiling MachOKit DyldSubCacheEntry.swift
[242/277] Compiling MachOKit DylibIndex.swift
[243/277] Compiling MachOKit DylibsTrieNodeContent.swift
[244/277] Compiling MachOKit LoaderRef.swift
[245/277] Compiling MachOKit ObjCBinaryInfo.swift
[246/277] Compiling MachOKit PrebuiltLoader.swift
[247/277] Compiling MachOKit PrebuiltLoaderProtocol.swift
[248/277] Compiling MachOKit PrebuiltLoaderSet.swift
[249/277] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[250/277] Compiling MachOKit SectionLocations.swift
[251/277] Compiling MachOKit ObjCHeaderInfoRO.swift
[252/277] Compiling MachOKit ObjCHeaderInfoRW.swift
[253/277] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[254/277] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[255/277] Compiling MachOKit ObjCImageInfo.swift
[256/277] Compiling MachOKit SymbolLibraryOrdinalType.swift
[257/277] Compiling MachOKit SymbolReferenceFlag.swift
[258/277] Compiling MachOKit SymbolType.swift
[259/277] Compiling MachOKit CodeSignProtocol.swift
[260/277] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[261/277] Compiling MachOKit DyldCacheRepresentable.swift
[262/277] Compiling MachOKit DyldChainedFixupsProtocol.swift
[263/277] Compiling MachOKit DyldChainedImportProtocol.swift
[264/277] Compiling MachOKit LoadCommandWrapper.swift
[265/277] Compiling MachOKit LoadCommandsProtocol.swift
[266/277] Compiling MachOKit MachORepresentable.swift
[267/277] Compiling MachOKit SymbolProtocol.swift
[268/277] Compiling MachOKit _DyldCacheFileRepresentable.swift
[269/277] Compiling MachOKit CxaDemangle.swift
[270/277] Compiling MachOKit SwiftDemangle.swift
[271/277] Compiling MachOKit DataTrieTree.swift
[272/277] Compiling MachOKit MemoryTrieTree.swift
[273/277] Compiling MachOKit TrieNode.swift
[274/277] Compiling MachOKit TrieNodeContent.swift
[275/277] Compiling MachOKit TrieTreeProtocol.swift
[276/277] Compiling MachOKit exported.swift
[277/277] Compiling MachOKit global.swift
[278/353] Emitting module MachOObjCSection
[279/353] Compiling MachOObjCSection ObjCClass32.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[280/353] Compiling MachOObjCSection ObjCClass64.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[281/353] Compiling MachOObjCSection ObjCStubClass32.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[282/353] Compiling MachOObjCSection ObjCStubClass64.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[283/353] Compiling MachOObjCSection ObjCClassROData32.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[284/353] Compiling MachOObjCSection ObjCClassROData64.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[285/353] Compiling MachOObjCSection ObjCClassRODataFlags.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[286/353] Compiling MachOObjCSection ObjCClassRWDataExt32.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[287/353] Compiling MachOObjCSection ObjCClassRWDataExt64.swift
/Users/admin/builder/spi-builder-workspace/Sources/MachOObjCSection/Model/Class/ObjCClass64.swift:63:30: warning: will never be executed
58 | // https://github.com/apple-oss-distributions/objc4/blob/01edf1705fbc3ff78a423cd21e03dfc21eb4d780/runtime/objc-runtime-new.h#L2534
59 | public func hasRWPointer(in machO: MachOImage) -> Bool {
60 | if FAST_IS_RW_POINTER_64 != 0 {
| `- note: condition always evaluates to true
61 | return numericCast(layout.dataVMAddrAndFastFlags) & FAST_IS_RW_POINTER_64 != 0
62 | } else {
63 | guard let data = _classROData(in: machO) else {
| `- warning: will never be executed
64 | return false
65 | }
[288/361] Compiling MachOObjCSection ObjCMethodArray.swift
[289/361] Compiling MachOObjCSection ObjCMethodList.swift
[290/361] Compiling MachOObjCSection ObjCMethodListMask.swift
[291/361] Compiling MachOObjCSection ObjCMethodRelativeListList.swift
[292/361] Compiling MachOObjCSection ObjCMachOSection.swift
[293/361] Compiling MachOObjCSection RelativeDirectPointer.swift
[294/361] Compiling MachOObjCSection RelativeIndirectPointer.swift
[295/361] Compiling MachOObjCSection RelativeRawPointer.swift
[296/361] Compiling MachOObjCSection _ObjCClassRWDataLayoutProtocol.swift
[297/361] Compiling MachOObjCSection _ObjCClassLayoutProtocol.swift
[298/361] Compiling MachOObjCSection _ObjCStubClassLayoutProtocol.swift
[299/361] Compiling MachOObjCSection ObjCIvarListProtocol.swift
[300/361] Compiling MachOObjCSection ObjCIvarProtocol.swift
[301/361] Compiling MachOObjCSection _ObjCIvarLayoutProtocol.swift
[302/361] Compiling MachOObjCSection ObjCSectionRepresentable.swift
[303/361] Compiling MachOObjCSection ObjCProtocolArrayProtocol.swift
[304/361] Compiling MachOObjCSection ObjCProperty.swift
[305/361] Compiling MachOObjCSection ObjCPropertyArray.swift
[306/361] Compiling MachOObjCSection ObjCPropertyList.swift
[307/361] Compiling MachOObjCSection ObjCPropertyRelativeListList.swift
[308/361] Compiling MachOObjCSection ObjCProtocol32.swift
[309/361] Compiling MachOObjCSection ObjCProtocol64.swift
[310/361] Compiling MachOObjCSection ObjCProtocolArray32.swift
[311/361] Compiling MachOObjCSection ObjCProtocolArray64.swift
[312/361] Compiling MachOObjCSection ObjCClassRWData32.swift
[313/361] Compiling MachOObjCSection ObjCClassRWData64.swift
[314/361] Compiling MachOObjCSection ObjCClassRWDataFlags.swift
[315/361] Compiling MachOObjCSection ObjCIvar32.swift
[316/361] Compiling MachOObjCSection ObjCIvar64.swift
[317/361] Compiling MachOObjCSection ObjCIvarList32.swift
[318/361] Compiling MachOObjCSection ObjCIvarList64.swift
[319/361] Compiling MachOObjCSection ObjCMethod.swift
[320/361] Compiling MachOObjCSection DyldCache+.swift
[321/361] Compiling MachOObjCSection DyldCacheLoaded+.swift
[322/361] Compiling MachOObjCSection DyldCacheRepresentable+.swift
[323/361] Compiling MachOObjCSection FullDyldCache+.swift
[324/361] Compiling MachOObjCSection LoadCommandsProtocol+.swift
[325/361] Compiling MachOObjCSection MachOFile+.swift
[326/361] Compiling MachOObjCSection MachOImage+.swift
[327/361] Compiling MachOObjCSection MachORepresentable+.swift
[328/361] Compiling MachOObjCSection ObjCHeaderOptimizationRO+.swift
[329/361] Compiling MachOObjCSection SegmentCommandProtocol+.swift
[330/361] Compiling MachOObjCSection _FileIOProtocol+.swift
[331/361] Compiling MachOObjCSection MachOFile+MethodList.swift
[332/361] Compiling MachOObjCSection MachOFile+ObjectiveC.swift
[333/361] Compiling MachOObjCSection MachOImage+MethodList.swift
[334/361] Compiling MachOObjCSection MachOImage+ObjectiveC.swift
[335/361] Compiling MachOObjCSection MachOKitObjCSupport.swift
[336/361] Compiling MachOObjCSection ObjCCategory32.swift
[337/361] Compiling MachOObjCSection ObjCCategory64.swift
[338/361] Compiling MachOObjCSection ObjCProtocolList32.swift
[339/361] Compiling MachOObjCSection ObjCProtocolList64.swift
[340/361] Compiling MachOObjCSection ObjCProtocolListHeader.swift
[341/361] Compiling MachOObjCSection ObjCProtocolRelativeListList.swift
[342/361] Compiling MachOObjCSection EntrySizeList.swift
[343/361] Compiling MachOObjCSection ListArrayKind.swift
[344/361] Compiling MachOObjCSection RelativeListList.swift
[345/361] Compiling MachOObjCSection ObjCCategoryProtocol.swift
[346/361] Compiling MachOObjCSection _ObjCCategoryLayoutProtocol.swift
[347/361] Compiling MachOObjCSection ObjCClassProtocol.swift
[348/361] Compiling MachOObjCSection ObjCStubClassProtocol.swift
[349/361] Compiling MachOObjCSection ObjCClassRODataProtocol.swift
[350/361] Compiling MachOObjCSection _ObjCClassRODataLayoutProtocol.swift
[351/361] Compiling MachOObjCSection ObjCClassRWDataExtProtocol.swift
[352/361] Compiling MachOObjCSection ObjCClassRWDataProtocol.swift
[353/361] Compiling MachOObjCSection _ObjCClassRWDataExtLayoutProtocol.swift
[354/361] Compiling MachOObjCSection ObjCProtocolListProtocol.swift
[355/361] Compiling MachOObjCSection ObjCProtocolProtocol.swift
[356/361] Compiling MachOObjCSection ObjCProtocolRelativeListListProtocol.swift
[357/361] Compiling MachOObjCSection _ObjCProtocolLayoutProtocol.swift
[358/361] Compiling MachOObjCSection ObjCDump.swift
[359/361] Compiling MachOObjCSection FixupResolvable.swift
[360/361] Compiling MachOObjCSection ObjCPointerListResolver.swift
[361/361] Compiling MachOObjCSection exported.swift
Build complete! (24.56s)
Fetching https://github.com/p-x9/swift-objc-dump.git
Fetching https://github.com/lynnswap/MachOKit.git
Fetching https://github.com/p-x9/swift-fileio.git
[1/246] Fetching swift-fileio
[117/675] Fetching swift-fileio, swift-objc-dump
[457/7149] Fetching swift-fileio, swift-objc-dump, machokit
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.76s)
[494/6903] Fetching swift-objc-dump, machokit
Fetched https://github.com/p-x9/swift-objc-dump.git from cache (1.15s)
Fetched https://github.com/lynnswap/MachOKit.git from cache (1.15s)
Computing version for https://github.com/lynnswap/MachOKit.git
warning: 'machokit': /Package.swift:135:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
133 | }
134 |
135 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
136 | public static var allCases: [Self] {
137 | [
Computed https://github.com/lynnswap/MachOKit.git at 0.47.0 (1.89s)
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
[1/48] Fetching swift-fileio-extra
[46/290] Fetching swift-fileio-extra, swift-binary-parse-support
[272/500] Fetching swift-fileio-extra, swift-binary-parse-support, objectarchivekit
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.71s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.71s)
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.71s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (1.23s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (0.51s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.3.0 (0.51s)
Computing version for https://github.com/p-x9/swift-fileio-extra.git
Computed https://github.com/p-x9/swift-fileio-extra.git at 0.2.2 (0.51s)
Computing version for https://github.com/p-x9/swift-objc-dump.git
Computed https://github.com/p-x9/swift-objc-dump.git at 0.8.0 (0.48s)
Creating working copy for https://github.com/p-x9/swift-objc-dump.git
Working copy of https://github.com/p-x9/swift-objc-dump.git resolved at 0.8.0
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Creating working copy for https://github.com/p-x9/swift-fileio-extra.git
Working copy of https://github.com/p-x9/swift-fileio-extra.git resolved at 0.2.2
Creating working copy for https://github.com/lynnswap/MachOKit.git
Working copy of https://github.com/lynnswap/MachOKit.git resolved at 0.47.0
Creating working copy for https://github.com/p-x9/ObjectArchiveKit.git
Working copy of https://github.com/p-x9/ObjectArchiveKit.git resolved at 0.3.0
warning: 'machokit': /Users/admin/builder/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:135:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
133 | }
134 |
135 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
136 | public static var allCases: [Self] {
137 | [
Build complete.
{
"dependencies" : [
{
"identity" : "machokit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lynnswap/MachOKit.git"
},
{
"identity" : "swift-fileio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio.git"
},
{
"identity" : "swift-objc-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-objc-dump.git"
}
],
"manifest_display_name" : "MachOObjCSection",
"name" : "MachOObjCSection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MachOObjCSection",
"targets" : [
"MachOObjCSection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MachOObjCSectionTests",
"module_type" : "SwiftTarget",
"name" : "MachOObjCSectionTests",
"path" : "Tests/MachOObjCSectionTests",
"sources" : [
"MachOObjCSectionTests.swift",
"ObjCPointerListResolverTests.swift",
"Support/dump.swift"
],
"target_dependencies" : [
"MachOObjCSection"
],
"type" : "test"
},
{
"c99name" : "MachOObjCSectionC",
"module_type" : "ClangTarget",
"name" : "MachOObjCSectionC",
"path" : "Sources/MachOObjCSectionC",
"product_memberships" : [
"MachOObjCSection"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "MachOObjCSection",
"module_type" : "SwiftTarget",
"name" : "MachOObjCSection",
"path" : "Sources/MachOObjCSection",
"product_dependencies" : [
"MachOKit",
"FileIO",
"ObjCDump"
],
"product_memberships" : [
"MachOObjCSection"
],
"sources" : [
"Extension/DyldCache+.swift",
"Extension/DyldCacheLoaded+.swift",
"Extension/DyldCacheRepresentable+.swift",
"Extension/FullDyldCache+.swift",
"Extension/LoadCommandsProtocol+.swift",
"Extension/MachOFile+.swift",
"Extension/MachOImage+.swift",
"Extension/MachORepresentable+.swift",
"Extension/ObjCHeaderOptimizationRO+.swift",
"Extension/SegmentCommandProtocol+.swift",
"Extension/_FileIOProtocol+.swift",
"MachOFile+MethodList.swift",
"MachOFile+ObjectiveC.swift",
"MachOImage+MethodList.swift",
"MachOImage+ObjectiveC.swift",
"MachOKitObjCSupport.swift",
"Model/Category/ObjCCategory32.swift",
"Model/Category/ObjCCategory64.swift",
"Model/Class/ObjCClass32.swift",
"Model/Class/ObjCClass64.swift",
"Model/Class/ObjCStubClass32.swift",
"Model/Class/ObjCStubClass64.swift",
"Model/Class/RO/ObjCClassROData32.swift",
"Model/Class/RO/ObjCClassROData64.swift",
"Model/Class/RO/ObjCClassRODataFlags.swift",
"Model/Class/RW/Ext/ObjCClassRWDataExt32.swift",
"Model/Class/RW/Ext/ObjCClassRWDataExt64.swift",
"Model/Class/RW/ObjCClassRWData32.swift",
"Model/Class/RW/ObjCClassRWData64.swift",
"Model/Class/RW/ObjCClassRWDataFlags.swift",
"Model/Ivar/ObjCIvar32.swift",
"Model/Ivar/ObjCIvar64.swift",
"Model/Ivar/ObjCIvarList32.swift",
"Model/Ivar/ObjCIvarList64.swift",
"Model/Method/ObjCMethod.swift",
"Model/Method/ObjCMethodArray.swift",
"Model/Method/ObjCMethodList.swift",
"Model/Method/ObjCMethodListMask.swift",
"Model/Method/ObjCMethodRelativeListList.swift",
"Model/ObjCMachOSection.swift",
"Model/Pointer/RelativeDirectPointer.swift",
"Model/Pointer/RelativeIndirectPointer.swift",
"Model/Pointer/RelativeRawPointer.swift",
"Model/Property/ObjCProperty.swift",
"Model/Property/ObjCPropertyArray.swift",
"Model/Property/ObjCPropertyList.swift",
"Model/Property/ObjCPropertyRelativeListList.swift",
"Model/Protocol/ObjCProtocol32.swift",
"Model/Protocol/ObjCProtocol64.swift",
"Model/Protocol/ObjCProtocolArray32.swift",
"Model/Protocol/ObjCProtocolArray64.swift",
"Model/Protocol/ObjCProtocolList32.swift",
"Model/Protocol/ObjCProtocolList64.swift",
"Model/Protocol/ObjCProtocolListHeader.swift",
"Model/Protocol/ObjCProtocolRelativeListList.swift",
"Model/Util/EntrySizeList.swift",
"Model/Util/ListArrayKind.swift",
"Model/Util/RelativeListList.swift",
"Protocol/Category/ObjCCategoryProtocol.swift",
"Protocol/Category/_ObjCCategoryLayoutProtocol.swift",
"Protocol/Class/ObjCClassProtocol.swift",
"Protocol/Class/ObjCStubClassProtocol.swift",
"Protocol/Class/RO/ObjCClassRODataProtocol.swift",
"Protocol/Class/RO/_ObjCClassRODataLayoutProtocol.swift",
"Protocol/Class/RW/ObjCClassRWDataExtProtocol.swift",
"Protocol/Class/RW/ObjCClassRWDataProtocol.swift",
"Protocol/Class/RW/_ObjCClassRWDataExtLayoutProtocol.swift",
"Protocol/Class/RW/_ObjCClassRWDataLayoutProtocol.swift",
"Protocol/Class/_ObjCClassLayoutProtocol.swift",
"Protocol/Class/_ObjCStubClassLayoutProtocol.swift",
"Protocol/Ivar/ObjCIvarListProtocol.swift",
"Protocol/Ivar/ObjCIvarProtocol.swift",
"Protocol/Ivar/_ObjCIvarLayoutProtocol.swift",
"Protocol/ObjCSectionRepresentable.swift",
"Protocol/Protocol/ObjCProtocolArrayProtocol.swift",
"Protocol/Protocol/ObjCProtocolListProtocol.swift",
"Protocol/Protocol/ObjCProtocolProtocol.swift",
"Protocol/Protocol/ObjCProtocolRelativeListListProtocol.swift",
"Protocol/Protocol/_ObjCProtocolLayoutProtocol.swift",
"Support/ObjCDump.swift",
"Util/FixupResolvable.swift",
"Util/ObjCPointerListResolver.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"MachOObjCSectionC"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.