Build Information
Successful build of swift-dwarf, reference main (6127d3), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 11:28:40 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-dwarf.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-dwarf
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6127d36 Merge pull request #3 from p-x9/feature/elf-dwarf
Cloned https://github.com/p-x9/swift-dwarf.git
Revision (git rev-parse @):
6127d36b2d7918417c8783b9683b2b44d98522e4
SUCCESS checkout https://github.com/p-x9/swift-dwarf.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/p-x9/swift-dwarf.git
https://github.com/p-x9/swift-dwarf.git
{
"dependencies" : [
{
"identity" : "swift-fileio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio.git"
},
{
"identity" : "swift-fileio-extra",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio-extra.git"
},
{
"identity" : "machokit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/MachOKit.git"
},
{
"identity" : "elfkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/ELFKit.git"
}
],
"manifest_display_name" : "swift-dwarf",
"name" : "swift-dwarf",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "DWARF",
"targets" : [
"DWARF"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DWARFMachO",
"targets" : [
"DWARFMachO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DWARFELF",
"targets" : [
"DWARFELF"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DWARFTests",
"module_type" : "SwiftTarget",
"name" : "DWARFTests",
"path" : "Tests/DWARFTests",
"sources" : [
"DWARFELFPrintTests.swift",
"DWARFMachOPrintTests.swift",
"DWARFTests.swift",
"dump.swift"
],
"target_dependencies" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"type" : "test"
},
{
"c99name" : "DWARFMachO",
"module_type" : "SwiftTarget",
"name" : "DWARFMachO",
"path" : "Sources/DWARFMachO",
"product_dependencies" : [
"MachOKit",
"FileIO"
],
"product_memberships" : [
"DWARFMachO"
],
"sources" : [
"Extension/DWARFSectionKind+.swift",
"Extension/LoadCommandsProtocol+.swift",
"Extension/MachOFile+.swift",
"Extension/MachORepresentable+.swift",
"Extension/SegmentCommandProtocol+.swift",
"Extension/Sequence+.swift",
"MachOFile+DWARF.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/LocationList/DWARFLocationList.swift",
"Model/LocationList/DWARFLocationListHeader.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARF"
],
"type" : "library"
},
{
"c99name" : "DWARFELF",
"module_type" : "SwiftTarget",
"name" : "DWARFELF",
"path" : "Sources/DWARFELF",
"product_dependencies" : [
"ELFKit",
"FileIO"
],
"product_memberships" : [
"DWARFELF"
],
"sources" : [
"ELFFile+DWARF.swift",
"ELFFile+DWARFSegment.swift",
"Extension/DWARFSectionKind+.swift",
"Extension/ELFFile+.swift",
"Extension/ELFRepresentable+.swift",
"Extension/ELFSection+.swift",
"Extension/Sequence+.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/LocationList/DWARFLocationList.swift",
"Model/LocationList/DWARFLocationListHeader.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARF"
],
"type" : "library"
},
{
"c99name" : "DWARFC",
"module_type" : "ClangTarget",
"name" : "DWARFC",
"path" : "Sources/DWARFC",
"product_memberships" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "DWARF",
"module_type" : "SwiftTarget",
"name" : "DWARF",
"path" : "Sources/DWARF",
"product_dependencies" : [
"FileIO",
"FileIOBinary"
],
"product_memberships" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"sources" : [
"DWARF.swift",
"Extension/Data+.swift",
"Extension/FixedWidthInteger+.swift",
"Extension/Sequence+.swift",
"Extension/UnsafeRawPointer+.swift",
"Extension/_FileIOProtocol+.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddress.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/Address/DWARFAddressTableHeader.swift",
"Model/Address/DWARFAddresses.swift",
"Model/AddressRange/DWARFAddressRange.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/AddressRange/DWARFAddressRanges.swift",
"Model/Attribute/DWARFAttribute.swift",
"Model/Attribute/DWARFAttributeFormat.swift",
"Model/Attribute/DWARFAttributeFormatType.swift",
"Model/Attribute/DWARFAttributeResolvedValue.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/DWARFFormat.swift",
"Model/DWARFLanguage.swift",
"Model/DWARFOpcode.swift",
"Model/DWARFOperation.swift",
"Model/DWARFSectionKind.swift",
"Model/DWARFTag.swift",
"Model/DWARFVersion.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Info/DWARFUnitType.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLine.swift",
"Model/Line/DWARFLineContentType.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/Line/Opcode/DWARFLineExtendedOpcode.swift",
"Model/Line/Opcode/DWARFLineStandardOpcode.swift",
"Model/Line/Operation/DWARFLineExtendedOperation.swift",
"Model/Line/Operation/DWARFLineOperation.swift",
"Model/Line/Operation/DWARFLineStandardOperation.swift",
"Model/LocatonList/DWARFLocation.swift",
"Model/LocatonList/DWARFLocationList.swift",
"Model/LocatonList/DWARFLocationListHeader.swift",
"Model/LocatonList/DWARFLocationOpcode.swift",
"Model/LocatonList/DWARFLocationOperation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAttribute.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHashTable.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRange.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/RangeList/DWARFRangeOpcode.swift",
"Model/RangeList/DWARFRangeOperation.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Model/StringOffsets/DWARFStringOffsetsTableHeader.swift",
"Protocol/DWARFRepresentable.swift",
"Protocol/DWARFSection.swift",
"Protocol/DWARFSegment.swift",
"Protocol/_DWARFBinary.swift",
"Util/DataChunks.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARFC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/12] Write sources
[8/12] Compiling MachOKitC mach-o-linux.c
[9/12] Compiling DWARFC dummy.c
[10/12] Write swift-version-2F0A5646E1D333AE.txt
[11/12] Compiling ELFKitC dummy.c
[13/32] Compiling BinaryParseSupport StringTable.swift
[14/32] Compiling BinaryParseSupport MemorySequence.swift
[15/32] Compiling BinaryParseSupport DataSequence.swift
[16/33] Compiling FileIO StreamedFile.swift
[17/33] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[18/33] Compiling FileIO system.swift
[19/33] Compiling FileIO FileIO.swift
[20/33] Compiling FileIO ConcatenatedStreamedFile.swift
[21/33] Compiling FileIO MemoryMappedFile.swift
[22/33] Emitting module FileIO
[23/33] Compiling BinaryParseSupport LayoutWrapper.swift
[24/33] Compiling BinaryParseSupport UnsafePointer+.swift
[25/33] Compiling BinaryParseSupport Endian.swift
[26/33] Emitting module BinaryParseSupport
[27/33] Compiling BinaryParseSupport BinaryParseSupport.swift
[28/33] Compiling BinaryParseSupport Data+.swift
[29/33] Compiling BinaryParseSupport BitFlags.swift
[30/33] Compiling BinaryParseSupport StringTableEntry.swift
[31/33] Compiling BinaryParseSupport FileHandle+.swift
[32/33] Compiling BinaryParseSupport String+.swift
[33/33] Compiling BinaryParseSupport UnicodeStrings.swift
[34/36] Compiling FileIOBinary FileIOBinary.swift
[35/36] Emitting module FileIOBinary
[36/36] Compiling FileIOBinary _FileIOProtocol+.swift
[37/392] Compiling ELFKit ELFNotes.swift
[38/392] Compiling ELFKit GnuABITag.swift
[39/392] Compiling ELFKit GnuHardwareCapabilities.swift
[40/392] Compiling ELFKit GnuNoteContent.swift
[41/392] Compiling ELFKit GnuNoteType.swift
[42/392] Compiling ELFKit ELF32Relocation.swift
[43/392] Compiling ELFKit ELF32RelocationInfo.swift
[44/392] Compiling ELFKit ELF64Relocation.swift
[45/392] Compiling ELFKit ELF64RelocationInfo.swift
[46/392] Compiling ELFKit ELFRelrEntry.swift
[47/402] Compiling MachOKit FullDyldCache+host.swift
[48/402] Compiling MachOKit FullDyldCache.swift
[49/402] Compiling MachOKit AotCacheHeader.swift
[50/402] Compiling MachOKit CPU.swift
[51/402] Compiling MachOKit CPUSubType.swift
[52/402] Compiling MachOKit CPUType.swift
[53/402] Compiling MachOKit DyldCacheHeader.swift
[54/402] Compiling MachOKit DyldCacheType.swift
[55/402] Compiling MachOKit FatArch.swift
[56/402] Compiling ELFKit ProgramFlags.swift
[57/402] Compiling ELFKit ELFVersionDefProtocol.swift
[58/402] Compiling ELFKit ELFVersionNeedAuxProtocol.swift
[59/402] Compiling ELFKit ELFVersionNeedProtocol.swift
[60/402] Compiling ELFKit ELFVersionSymProtocol.swift
[61/402] Compiling ELFKit Sections.swift
[62/402] Compiling ELFKit Segments.swift
[63/402] Compiling ELFKit ConditionalBitFlags.swift
[64/402] Compiling ELFKit RelrRelocationDecoder.swift
[65/402] Compiling ELFKit SwiftDemangle.swift
[66/402] Compiling ELFKit exported.swift
[67/402] Compiling MachOKit FixedWidthInteger+.swift
[68/402] Compiling MachOKit Sequence+.swift
[69/402] Compiling MachOKit String+.swift
[70/402] Compiling MachOKit TrieTreeProtocol+.swift
[71/402] Compiling MachOKit UUID+.swift
[72/402] Compiling MachOKit UnsafePointer+.swift
[73/402] Compiling MachOKit UnsafeRawPointer+.swift
[74/402] Compiling MachOKit _FileIOProtocol+.swift
[75/402] Compiling MachOKit dyld_chained_ptr+.swift
[76/402] Compiling MachOKit FatFile.swift
[77/402] Compiling MachOKit AotCache+CodeFragments.swift
[78/402] Compiling MachOKit AotCache.swift
[79/402] Compiling MachOKit DyldCache+SubCaches.swift
[80/402] Compiling MachOKit DyldCache+host.swift
[81/402] Compiling MachOKit DyldCache.swift
[82/402] Compiling MachOKit DyldCacheLoaded+SubCaches.swift
[83/402] Compiling MachOKit DyldCacheLoaded+static.swift
[84/402] Compiling MachOKit DyldCacheLoaded.swift
[85/402] Compiling MachOKit Data+.swift
[86/402] Compiling MachOKit FileHandle+.swift
[87/402] Emitting module ELFKit
[88/402] Compiling ELFKit ELFImageDynamicsSequence.swift
[89/402] Compiling ELFKit ELFNoteHeaderProtocol.swift
[90/402] Compiling ELFKit ELFNoteProtocol.swift
[91/402] Compiling ELFKit ELFProgramHeaderProtocol.swift
[92/402] Compiling ELFKit ELFRelocationProtocol.swift
[93/402] Compiling ELFKit ELFRepresentable.swift
[94/402] Compiling ELFKit ELFSectionHeaderProtocol.swift
[95/402] Compiling ELFKit ELFSymbolInfoProtocol.swift
[96/402] Compiling MachOKit MachOImage+Symbols.swift
[97/402] Compiling MachOKit MachOImage+static.swift
[98/402] Compiling ELFKit ELFRelrRelocation.swift
[99/402] Compiling ELFKit ELFSymbol.swift
[100/402] Compiling ELFKit SpecialSectionIndex.swift
[101/402] Compiling ELFKit SymbolBinding.swift
[102/402] Compiling ELFKit SymbolType.swift
[103/402] Compiling ELFKit SymbolVisibility.swift
[104/402] Compiling ELFKit ELFSymbolInfo.swift
[105/402] Compiling ELFKit SymbolInfoFlags.swift
[106/402] Compiling ELFKit SymbolInfoSpecialBound.swift
[107/402] Compiling ELFKit Version.swift
[108/402] Compiling ELFKit ELFVersionDef.swift
[109/402] Compiling ELFKit ELFVersionDefAux.swift
[110/402] Compiling ELFKit VersionFlags.swift
[111/402] Compiling ELFKit ELFVersionNeed.swift
[112/402] Compiling ELFKit ELFVersionNeedAux.swift
[113/402] Compiling ELFKit ELFVersionSym.swift
[114/402] Compiling ELFKit ELFDynamicProtocol.swift
[115/402] Compiling ELFKit ELFDynamicsSequence.swift
[116/402] Compiling ELFKit ELFFileDynamicsSequence.swift
[117/402] Compiling ELFKit ELFHashTableProtocol.swift
[118/402] Compiling ELFKit ProgramType.swift
[119/402] Compiling ELFKit SectionFlags.swift
[120/402] Compiling ELFKit SectionType.swift
[121/402] Compiling ELFKit ELF32NoteHeader.swift
[122/402] Compiling ELFKit ELF64NoteHeader.swift
[123/402] Compiling ELFKit ELF32ProgramHeader.swift
[124/402] Compiling ELFKit ELF64ProgramHeader.swift
[125/402] Compiling ELFKit ELF32SectionHeader.swift
[126/402] Compiling ELFKit ELF64SectionHeader.swift
[127/402] Compiling ELFKit DynamicFlags.swift
[128/402] Compiling ELFKit DynamicFlags1.swift
[129/402] Compiling ELFKit DynamicTag.swift
[130/402] Compiling ELFKit ELF32Dynamic.swift
[131/402] Compiling ELFKit ELF64Dynamic.swift
[132/402] Compiling ELFKit ELFGnuHashTable.swift
[133/402] Compiling ELFKit ELFGnuHashTableHeader.swift
[134/402] Compiling ELFKit ELFHashTable.swift
[135/402] Compiling ELFKit ELFHashTableHeader.swift
[136/402] Compiling ELFKit ELF32Note.swift
[137/402] Compiling ELFKit ELF64Note.swift
[138/402] Emitting module DWARF
[167/409] Compiling DWARF DWARFStringOffsetsTableHeader.swift
[168/409] Compiling DWARF DWARFRepresentable.swift
[169/409] Compiling DWARF DWARFSection.swift
[170/409] Compiling DWARF DWARFSegment.swift
[171/409] Compiling DWARF _DWARFBinary.swift
[172/409] Compiling DWARF DataChunks.swift
[173/409] Compiling DWARF exported.swift
[182/409] Emitting module MachOKit
[197/431] Compiling MachOKit DyldChainedStartsOffsets.swift
[198/431] Compiling MachOKit DyldChainedSymbolsFormat.swift
[199/431] Compiling MachOKit ExportSymbolFlags.swift
[200/431] Compiling MachOKit ExportSymbolKind.swift
[201/431] Compiling MachOKit ExportTrieEntry.swift
[202/431] Compiling MachOKit ExportedSymbol.swift
[203/431] Compiling MachOKit FunctionStart.swift
[204/431] Compiling MachOKit IndirectSymbol.swift
[205/431] Compiling MachOKit Rebase.swift
[206/431] Compiling MachOKit RebaseOpcode.swift
[207/431] Compiling MachOKit RebaseOperation.swift
[208/431] Compiling MachOKit RebaseType.swift
[209/431] Compiling MachOKit Relocation.swift
[210/431] Compiling MachOKit RelocationInfo.swift
[211/431] Compiling MachOKit RelocationLength.swift
[212/431] Compiling MachOKit RelocationType.swift
[213/431] Compiling MachOKit ScatteredRelocationInfo.swift
[214/431] Compiling MachOKit Nlist.swift
[215/431] Compiling MachOKit Stab.swift
[216/431] Compiling MachOKit SymbolDescription.swift
[217/431] Compiling MachOKit SymbolFlags.swift
[218/431] Compiling MachOKit SymbolLibraryOrdinalType.swift
[230/431] Compiling MachOKit AotInstructionMapIndexEntry.swift
[231/431] Compiling MachOKit BindOpcode.swift
[232/431] Compiling MachOKit BindOperation.swift
[233/431] Compiling MachOKit BindOperationsKind.swift
[234/431] Compiling MachOKit BindSpecial.swift
[235/431] Compiling MachOKit BindType.swift
[236/431] Compiling MachOKit ClassicBindType.swift
[237/431] Compiling MachOKit BindingSymbol.swift
[238/431] Compiling MachOKit ClassicBindingSymbol.swift
[239/431] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[240/431] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[263/431] Compiling MachOKit ObjCOptimizationFlags.swift
[264/431] Compiling MachOKit OldObjCOptimization.swift
[265/431] Compiling MachOKit _OldObjCOptimizationProtocol.swift
[266/431] Compiling MachOKit ProgramOffset.swift
[267/431] Compiling MachOKit ProgramsTrieNodeContent.swift
[268/431] Compiling MachOKit DyldCacheSlideInfo.swift
[269/431] Compiling MachOKit DyldCacheSlideInfo1.swift
[270/431] Compiling MachOKit DyldCacheSlideInfo2.swift
[271/431] Compiling MachOKit DyldCacheSlideInfo3.swift
[272/431] Compiling MachOKit DyldCacheSlideInfo4.swift
[273/431] Compiling MachOKit DyldCacheSlideInfo5.swift
[274/431] Compiling MachOKit SwiftOptimization.swift
[275/431] Compiling MachOKit DyldChainedFixupPointer.swift
[276/431] Compiling MachOKit DyldChainedFixupPointerContent.swift
[277/431] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[278/431] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[279/431] Compiling MachOKit DyldChainedFixupsHeader.swift
[280/431] Compiling MachOKit DyldChainedImport.swift
[281/431] Compiling MachOKit DyldChainedImportFormat.swift
[282/431] Compiling MachOKit DyldChainedPage.swift
[283/431] Compiling MachOKit DyldChainedStartsInImage.swift
[284/431] Compiling MachOKit DyldChainedStartsInSegment.swift
[285/431] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[286/431] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[287/431] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[288/431] Compiling MachOKit CodeSignCodeDirectory.swift
[289/431] Compiling MachOKit CodeSignBlobIndex.swift
[290/431] Compiling MachOKit CodeSignExecSegmentFlags.swift
[291/431] Compiling MachOKit CodeSignGenericBlob.swift
[292/431] Compiling MachOKit CodeSignHashType.swift
[293/431] Compiling MachOKit CodeSignMagic.swift
[294/431] Compiling MachOKit CodeSignSlot.swift
[295/431] Compiling MachOKit CodeSignSpecialSlotType.swift
[296/431] Compiling MachOKit CodeSignSuperBlob.swift
[297/431] Compiling MachOKit CFString.swift
[298/431] Compiling MachOKit DataInCodeEntry.swift
[299/431] Compiling MachOKit DependedDylib.swift
[300/431] Compiling MachOKit DyldCacheDynamicData.swift
[301/431] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[302/431] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[303/431] Compiling MachOKit DyldCacheImageInfo.swift
[304/431] Compiling MachOKit DyldCacheImageTextInfo.swift
[305/431] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[306/431] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[307/431] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[308/431] Compiling MachOKit DyldCacheMappingFlags.swift
[309/431] Compiling MachOKit DyldCacheMappingInfo.swift
[310/431] Compiling MachOKit DyldCachePrewarming.swift
[311/431] Compiling MachOKit DyldCachePrewarmingEntry.swift
[312/431] Compiling MachOKit DyldCacheTproMappingInfo.swift
[313/431] Compiling MachOKit DyldSubCacheEntry.swift
[314/431] Compiling MachOKit DylibIndex.swift
[315/431] Compiling MachOKit DylibsTrieNodeContent.swift
[316/431] Compiling MachOKit LoaderRef.swift
[317/431] Compiling MachOKit ObjCBinaryInfo.swift
[318/431] Compiling MachOKit PrebuiltLoader.swift
[319/431] Compiling MachOKit PrebuiltLoaderProtocol.swift
[320/431] Compiling MachOKit PrebuiltLoaderSet.swift
[321/431] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[322/431] Compiling MachOKit SectionLocations.swift
[323/431] Compiling MachOKit ObjCHeaderInfoRO.swift
[324/431] Compiling MachOKit ObjCHeaderInfoRW.swift
[325/431] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[326/431] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[327/431] Compiling MachOKit ObjCImageInfo.swift
[328/431] Compiling MachOKit ObjCOptimization.swift
[410/463] Compiling MachOKit SymbolReferenceFlag.swift
[411/463] Compiling MachOKit SymbolType.swift
[412/463] Compiling MachOKit CodeSignProtocol.swift
[413/463] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[414/463] Compiling MachOKit DyldCacheRepresentable.swift
[415/463] Compiling MachOKit DyldChainedFixupsProtocol.swift
[416/463] Compiling MachOKit DyldChainedImportProtocol.swift
[417/463] Compiling MachOKit LoadCommandWrapper.swift
[418/463] Compiling MachOKit LoadCommandsProtocol.swift
[419/463] Compiling MachOKit MachORepresentable.swift
[420/463] Compiling MachOKit SymbolProtocol.swift
[421/463] Compiling MachOKit _DyldCacheFileRepresentable.swift
[422/463] Compiling MachOKit CxaDemangle.swift
[423/463] Compiling MachOKit SwiftDemangle.swift
[424/463] Compiling MachOKit DataTrieTree.swift
[425/463] Compiling MachOKit MemoryTrieTree.swift
[426/463] Compiling MachOKit TrieNode.swift
[427/463] Compiling MachOKit TrieNodeContent.swift
[428/463] Compiling MachOKit TrieTreeProtocol.swift
[429/463] Compiling MachOKit _DyldSharedCacheRuntime.swift
[430/463] Compiling MachOKit exported.swift
[431/463] Compiling MachOKit global.swift
[432/463] Emitting module DWARFELF
[433/466] Compiling DWARFELF DWARFFileEntryValue.swift
[434/466] Compiling DWARFELF DWARFLineHeader.swift
[435/466] Compiling DWARFELF DWARFLineTable.swift
[436/466] Compiling DWARFELF DWARFNameIndexHeader.swift
[437/466] Compiling DWARFELF DWARFNameIndexNameTable.swift
[438/466] Compiling DWARFELF DWARFRangeList.swift
[439/466] Compiling DWARFELF DWARFLocationList.swift
[440/466] Compiling DWARFELF DWARFLocationListHeader.swift
[441/466] Compiling DWARFELF DWARFNameIndexAbbreviation.swift
[442/466] Compiling DWARFELF DWARFNameIndexAbbreviationsSet.swift
[443/466] Compiling DWARFELF DWARFNameIndex.swift
[444/466] Compiling DWARFELF DWARFNameIndexEntry.swift
[445/466] Compiling DWARFELF DWARFAttributeValue.swift
[446/466] Compiling DWARFELF DWARFCompilationUnit.swift
[447/466] Compiling DWARFELF DWARFCompilationUnitHeader.swift
[448/466] Compiling DWARFELF DWARFDebugInfoEntry.swift
[449/466] Compiling DWARFELF DWARF4FileEntry.swift
[450/466] Compiling DWARFELF DWARFFileEntry.swift
[451/466] Compiling DWARFELF DWARFFileEntryFormat.swift
[452/498] Compiling DWARFMachO DWARFNameIndexEntry.swift
[453/498] Compiling DWARFMachO DWARFFileEntryValue.swift
[454/498] Compiling DWARFMachO DWARFLineHeader.swift
[455/498] Compiling DWARFMachO DWARFLineTable.swift
[456/498] Compiling DWARFMachO DWARFLocationListHeader.swift
[457/498] Compiling DWARFMachO DWARFNameIndexAbbreviation.swift
[458/498] Compiling DWARFMachO DWARFNameIndexAbbreviationsSet.swift
[459/498] Compiling DWARFMachO DWARFNameIndex.swift
[460/498] Compiling DWARFELF DWARFRangeListHeader.swift
[461/498] Compiling DWARFELF DWARFStringOffsetsTable.swift
[462/498] Compiling DWARFELF exported.swift
[463/498] Compiling DWARFMachO DWARFSectionKind+.swift
[464/498] Compiling DWARFMachO LoadCommandsProtocol+.swift
[465/498] Compiling DWARFMachO MachOFile+.swift
[466/498] Compiling DWARFMachO MachORepresentable+.swift
[467/498] Compiling DWARFMachO DWARF4FileEntry.swift
[468/498] Compiling DWARFMachO DWARFFileEntry.swift
[469/498] Compiling DWARFMachO DWARFFileEntryFormat.swift
[473/501] Compiling DWARFMachO DWARFLocationList.swift
[479/501] Compiling DWARFMachO DWARFNameIndexHeader.swift
[480/501] Compiling DWARFMachO DWARFNameIndexNameTable.swift
[481/501] Compiling DWARFMachO DWARFRangeList.swift
[482/501] Compiling DWARFMachO DWARFAbbreviationsSet.swift
[483/501] Compiling DWARFMachO DWARFAddressTable.swift
[484/501] Compiling DWARFMachO DWARFAddressRangeTable.swift
[485/501] Compiling DWARFMachO DWARFAddressRangeTableHeader.swift
[486/501] Compiling DWARFMachO DWARFAttributeValue.swift
[487/501] Compiling DWARFMachO DWARFCompilationUnit.swift
[488/501] Compiling DWARFMachO DWARFCompilationUnitHeader.swift
[489/501] Compiling DWARFMachO DWARFDebugInfoEntry.swift
[490/501] Emitting module DWARFMachO
[495/501] Compiling DWARFMachO DWARFRangeListHeader.swift
[496/501] Compiling DWARFMachO DWARFStringOffsetsTable.swift
[497/501] Compiling DWARFMachO exported.swift
[498/501] Compiling DWARFMachO SegmentCommandProtocol+.swift
[499/501] Compiling DWARFMachO Sequence+.swift
[500/501] Compiling DWARFMachO MachOFile+DWARF.swift
[501/501] Compiling DWARFMachO DWARFAbbreviation.swift
Build complete! (33.88s)
Fetching https://github.com/p-x9/MachOKit.git
Fetching https://github.com/p-x9/ELFKit.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
Fetching https://github.com/p-x9/swift-fileio.git
[1/246] Fetching swift-fileio
[152/2174] Fetching swift-fileio, elfkit
[210/2222] Fetching swift-fileio, elfkit, swift-fileio-extra
[580/8897] Fetching swift-fileio, elfkit, swift-fileio-extra, machokit
Fetched https://github.com/p-x9/MachOKit.git from cache (1.12s)
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (1.12s)
Fetched https://github.com/p-x9/ELFKit.git from cache (1.12s)
Fetched https://github.com/p-x9/swift-fileio.git from cache (1.12s)
Computing version for https://github.com/p-x9/ELFKit.git
Computed https://github.com/p-x9/ELFKit.git at 0.6.0 (1.67s)
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-binary-parse-support.git
[3/242] Fetching swift-binary-parse-support
[243/501] Fetching swift-binary-parse-support, objectarchivekit
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.72s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.72s)
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 (1.27s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.49s)
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.49s)
Computing version for https://github.com/p-x9/MachOKit.git
warning: 'machokit': /Package.swift:129: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
127 | }
128 |
129 | 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
130 | public static var allCases: [Self] {
131 | [
Computed https://github.com/p-x9/MachOKit.git at 0.49.0 (0.62s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.46s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0 (2.00s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.86s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.27s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.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/p-x9/MachOKit.git
Working copy of https://github.com/p-x9/MachOKit.git resolved at 0.49.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/ELFKit.git
Working copy of https://github.com/p-x9/ELFKit.git resolved at 0.6.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.5.0
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
warning: 'machokit': /Users/admin/builder/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:129: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
127 | }
128 |
129 | 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
130 | public static var allCases: [Self] {
131 | [
Build complete.
{
"dependencies" : [
{
"identity" : "swift-fileio",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio.git"
},
{
"identity" : "swift-fileio-extra",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/swift-fileio-extra.git"
},
{
"identity" : "machokit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/MachOKit.git"
},
{
"identity" : "elfkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/ELFKit.git"
}
],
"manifest_display_name" : "swift-dwarf",
"name" : "swift-dwarf",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "DWARF",
"targets" : [
"DWARF"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DWARFMachO",
"targets" : [
"DWARFMachO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DWARFELF",
"targets" : [
"DWARFELF"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DWARFTests",
"module_type" : "SwiftTarget",
"name" : "DWARFTests",
"path" : "Tests/DWARFTests",
"sources" : [
"DWARFELFPrintTests.swift",
"DWARFMachOPrintTests.swift",
"DWARFTests.swift",
"dump.swift"
],
"target_dependencies" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"type" : "test"
},
{
"c99name" : "DWARFMachO",
"module_type" : "SwiftTarget",
"name" : "DWARFMachO",
"path" : "Sources/DWARFMachO",
"product_dependencies" : [
"MachOKit",
"FileIO"
],
"product_memberships" : [
"DWARFMachO"
],
"sources" : [
"Extension/DWARFSectionKind+.swift",
"Extension/LoadCommandsProtocol+.swift",
"Extension/MachOFile+.swift",
"Extension/MachORepresentable+.swift",
"Extension/SegmentCommandProtocol+.swift",
"Extension/Sequence+.swift",
"MachOFile+DWARF.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/LocationList/DWARFLocationList.swift",
"Model/LocationList/DWARFLocationListHeader.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARF"
],
"type" : "library"
},
{
"c99name" : "DWARFELF",
"module_type" : "SwiftTarget",
"name" : "DWARFELF",
"path" : "Sources/DWARFELF",
"product_dependencies" : [
"ELFKit",
"FileIO"
],
"product_memberships" : [
"DWARFELF"
],
"sources" : [
"ELFFile+DWARF.swift",
"ELFFile+DWARFSegment.swift",
"Extension/DWARFSectionKind+.swift",
"Extension/ELFFile+.swift",
"Extension/ELFRepresentable+.swift",
"Extension/ELFSection+.swift",
"Extension/Sequence+.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/LocationList/DWARFLocationList.swift",
"Model/LocationList/DWARFLocationListHeader.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARF"
],
"type" : "library"
},
{
"c99name" : "DWARFC",
"module_type" : "ClangTarget",
"name" : "DWARFC",
"path" : "Sources/DWARFC",
"product_memberships" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"sources" : [
"dummy.c"
],
"type" : "library"
},
{
"c99name" : "DWARF",
"module_type" : "SwiftTarget",
"name" : "DWARF",
"path" : "Sources/DWARF",
"product_dependencies" : [
"FileIO",
"FileIOBinary"
],
"product_memberships" : [
"DWARF",
"DWARFMachO",
"DWARFELF"
],
"sources" : [
"DWARF.swift",
"Extension/Data+.swift",
"Extension/FixedWidthInteger+.swift",
"Extension/Sequence+.swift",
"Extension/UnsafeRawPointer+.swift",
"Extension/_FileIOProtocol+.swift",
"Model/Abbreviation/DWARFAbbreviation.swift",
"Model/Abbreviation/DWARFAbbreviationsSet.swift",
"Model/Address/DWARFAddress.swift",
"Model/Address/DWARFAddressTable.swift",
"Model/Address/DWARFAddressTableHeader.swift",
"Model/Address/DWARFAddresses.swift",
"Model/AddressRange/DWARFAddressRange.swift",
"Model/AddressRange/DWARFAddressRangeTable.swift",
"Model/AddressRange/DWARFAddressRangeTableHeader.swift",
"Model/AddressRange/DWARFAddressRanges.swift",
"Model/Attribute/DWARFAttribute.swift",
"Model/Attribute/DWARFAttributeFormat.swift",
"Model/Attribute/DWARFAttributeFormatType.swift",
"Model/Attribute/DWARFAttributeResolvedValue.swift",
"Model/Attribute/DWARFAttributeValue.swift",
"Model/DWARFFormat.swift",
"Model/DWARFLanguage.swift",
"Model/DWARFOpcode.swift",
"Model/DWARFOperation.swift",
"Model/DWARFSectionKind.swift",
"Model/DWARFTag.swift",
"Model/DWARFVersion.swift",
"Model/Info/DWARFCompilationUnit.swift",
"Model/Info/DWARFCompilationUnitHeader.swift",
"Model/Info/DWARFDebugInfoEntry.swift",
"Model/Info/DWARFUnitType.swift",
"Model/Line/DWARF4FileEntry.swift",
"Model/Line/DWARFFileEntry.swift",
"Model/Line/DWARFFileEntryFormat.swift",
"Model/Line/DWARFFileEntryValue.swift",
"Model/Line/DWARFLine.swift",
"Model/Line/DWARFLineContentType.swift",
"Model/Line/DWARFLineHeader.swift",
"Model/Line/DWARFLineTable.swift",
"Model/Line/Opcode/DWARFLineExtendedOpcode.swift",
"Model/Line/Opcode/DWARFLineStandardOpcode.swift",
"Model/Line/Operation/DWARFLineExtendedOperation.swift",
"Model/Line/Operation/DWARFLineOperation.swift",
"Model/Line/Operation/DWARFLineStandardOperation.swift",
"Model/LocatonList/DWARFLocation.swift",
"Model/LocatonList/DWARFLocationList.swift",
"Model/LocatonList/DWARFLocationListHeader.swift",
"Model/LocatonList/DWARFLocationOpcode.swift",
"Model/LocatonList/DWARFLocationOperation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviation.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAbbreviationsSet.swift",
"Model/NameIndex/Abbreviation/DWARFNameIndexAttribute.swift",
"Model/NameIndex/DWARFNameIndex.swift",
"Model/NameIndex/DWARFNameIndexEntry.swift",
"Model/NameIndex/DWARFNameIndexHashTable.swift",
"Model/NameIndex/DWARFNameIndexHeader.swift",
"Model/NameIndex/DWARFNameIndexNameTable.swift",
"Model/RangeList/DWARFRange.swift",
"Model/RangeList/DWARFRangeList.swift",
"Model/RangeList/DWARFRangeListHeader.swift",
"Model/RangeList/DWARFRangeOpcode.swift",
"Model/RangeList/DWARFRangeOperation.swift",
"Model/StringOffsets/DWARFStringOffsetsTable.swift",
"Model/StringOffsets/DWARFStringOffsetsTableHeader.swift",
"Protocol/DWARFRepresentable.swift",
"Protocol/DWARFSection.swift",
"Protocol/DWARFSegment.swift",
"Protocol/_DWARFBinary.swift",
"Util/DataChunks.swift",
"Util/exported.swift"
],
"target_dependencies" : [
"DWARFC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.