The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MachOObjCSection, reference 0.6.2 (d0faa2), with Swift 6.1 for Linux on 22 Mar 2026 13:49:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lynnswap/MachOObjCSection.git
Reference: 0.6.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/lynnswap/MachOObjCSection
 * tag               0.6.2      -> FETCH_HEAD
HEAD is now at d0faa24 chore(package): point MachOKit dependency to lynnswap fork
Cloned https://github.com/lynnswap/MachOObjCSection.git
Revision (git rev-parse @):
d0faa24df401c13b822f5bc785098ee927ec7533
SUCCESS checkout https://github.com/lynnswap/MachOObjCSection.git at 0.6.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lynnswap/MachOObjCSection.git
https://github.com/lynnswap/MachOObjCSection.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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",
        "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/exported.swift"
      ],
      "target_dependencies" : [
        "MachOObjCSectionC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/p-x9/swift-objc-dump.git
Fetching https://github.com/lynnswap/MachOKit.git
[1/6474] Fetching machokit
[1426/6720] Fetching machokit, swift-fileio
[1684/7149] Fetching machokit, swift-fileio, swift-objc-dump
Fetched https://github.com/p-x9/swift-objc-dump.git from cache (0.41s)
[5697/6720] Fetching machokit, swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.66s)
Fetched https://github.com/lynnswap/MachOKit.git from cache (0.67s)
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 (2.20s)
Fetching https://github.com/apple/swift-crypto.git
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
[49/258] Fetching swift-fileio-extra, objectarchivekit
[259/500] Fetching swift-fileio-extra, objectarchivekit, swift-binary-parse-support
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.33s)
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.35s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.37s)
[1/17246] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.52s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (3.44s)
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.67s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.3.0 (0.89s)
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.61s)
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.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (4.21s)
Fetching https://github.com/apple/swift-asn1.git
[1/1769] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.95s)
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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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
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/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-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/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
warning: 'machokit': /host/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 |         [
Building for debugging...
[0/379] Write sources
[8/379] Compiling MachOObjCSectionC dummy.c
[9/379] Compiling fiat_p256_adx_mul.S
[10/379] Compiling fiat_p256_adx_sqr.S
[11/379] Compiling fiat_curve25519_adx_square.S
[12/379] Compiling MachOKitC mach-o-linux.c
[13/379] Compiling fiat_curve25519_adx_mul.S
[14/379] Compiling md5-x86_64-linux.S
[14/379] Compiling md5-x86_64-apple.S
[16/379] Compiling md5-586-linux.S
[17/379] Write swift-version-24593BA9C3E375BF.txt
[18/379] Compiling md5-586-apple.S
[19/379] Compiling chacha20_poly1305_x86_64-apple.S
[20/379] Compiling chacha20_poly1305_x86_64-linux.S
[21/379] Compiling chacha20_poly1305_armv8-win.S
[22/379] Compiling CCryptoBoringSSLShims shims.c
[23/385] Compiling chacha20_poly1305_armv8-apple.S
[24/389] Compiling chacha20_poly1305_armv8-linux.S
[25/396] Compiling a_dup.cc
[26/398] Compiling chacha-x86-linux.S
[27/398] Compiling chacha-x86_64-linux.S
[28/398] Compiling chacha-x86_64-apple.S
[29/398] Compiling err_data.cc
[30/398] Compiling chacha-x86-apple.S
[31/398] Compiling chacha-armv8-win.S
[32/398] Compiling chacha-armv8-apple.S
[33/398] Compiling a_i2d_fp.cc
[34/398] Compiling chacha-armv8-linux.S
[35/398] Compiling aes128gcmsiv-x86_64-linux.S
[36/398] Compiling chacha-armv4-linux.S
[37/398] Compiling aes128gcmsiv-x86_64-apple.S
[38/398] Compiling x86_64-mont5-apple.S
[39/398] Compiling x86_64-mont5-linux.S
[40/398] Compiling x86_64-mont-apple.S
[41/398] Compiling x86_64-mont-linux.S
[42/398] Compiling x86-mont-linux.S
[43/398] Compiling x86-mont-apple.S
[44/398] Compiling vpaes-x86_64-linux.S
[45/398] Compiling vpaes-x86_64-apple.S
[46/398] Compiling vpaes-x86-linux.S
[47/398] Compiling a_gentm.cc
[48/398] Compiling vpaes-x86-apple.S
[49/398] Compiling vpaes-armv8-win.S
[50/398] Compiling vpaes-armv8-apple.S
[51/398] Compiling vpaes-armv8-linux.S
[52/398] Compiling sha512-x86_64-apple.S
[53/398] Compiling vpaes-armv7-linux.S
[54/398] Compiling sha512-x86_64-linux.S
[55/398] Compiling sha512-armv8-win.S
[56/398] Compiling sha512-armv8-linux.S
[57/398] Compiling sha512-armv8-apple.S
[58/398] Compiling sha512-586-linux.S
[59/398] Compiling sha512-armv4-linux.S
[60/398] Compiling sha256-x86_64-linux.S
[61/398] Compiling sha512-586-apple.S
[61/398] Compiling sha256-x86_64-apple.S
[63/398] Compiling sha256-armv8-win.S
[64/398] Compiling sha256-armv8-apple.S
[65/398] Compiling sha256-armv8-linux.S
[66/398] Compiling sha256-586-linux.S
[67/398] Compiling sha256-armv4-linux.S
[68/398] Compiling sha256-586-apple.S
[69/398] Compiling sha1-armv8-win.S
[70/398] Compiling sha1-x86_64-linux.S
[71/398] Compiling sha1-x86_64-apple.S
[71/398] Compiling sha1-armv8-linux.S
[73/398] Compiling sha1-armv8-apple.S
[74/398] Compiling sha1-armv4-large-linux.S
[74/398] Compiling sha1-586-linux.S
[76/398] Compiling sha1-586-apple.S
[77/398] Compiling rsaz-avx2-apple.S
[78/398] Compiling rdrand-x86_64-linux.S
[79/398] Compiling rsaz-avx2-linux.S
[80/398] Compiling rdrand-x86_64-apple.S
[81/398] Compiling p256_beeu-x86_64-asm-apple.S
[82/398] Compiling p256_beeu-x86_64-asm-linux.S
[83/398] Compiling p256_beeu-armv8-asm-win.S
[84/398] Compiling p256_beeu-armv8-asm-apple.S
[85/398] Compiling p256_beeu-armv8-asm-linux.S
[86/398] Compiling p256-armv8-asm-win.S
[87/398] Compiling p256-x86_64-asm-apple.S
[88/398] Compiling p256-x86_64-asm-linux.S
[89/398] Compiling p256-armv8-asm-linux.S
[90/398] Compiling p256-armv8-asm-apple.S
[91/398] Compiling ghashv8-armv8-win.S
[92/398] Compiling ghashv8-armv8-linux.S
[93/398] Compiling ghashv8-armv8-apple.S
[94/398] Compiling ghashv8-armv7-linux.S
[95/398] Compiling ghash-x86_64-linux.S
[96/398] Compiling ghash-x86-linux.S
[97/398] Compiling ghash-x86_64-apple.S
[98/398] Compiling ghash-ssse3-x86_64-linux.S
[99/398] Compiling ghash-ssse3-x86_64-apple.S
[100/398] Compiling ghash-x86-apple.S
[101/398] Compiling ghash-ssse3-x86-linux.S
[102/398] Compiling ghash-neon-armv8-win.S
[103/398] Compiling ghash-ssse3-x86-apple.S
[104/398] Compiling ghash-neon-armv8-linux.S
[105/398] Compiling ghash-neon-armv8-apple.S
[106/398] Compiling ghash-armv4-linux.S
[107/398] Compiling co-586-linux.S
[108/398] Compiling co-586-apple.S
[109/398] Compiling bn-armv8-win.S
[110/398] Compiling bn-armv8-apple.S
[111/398] Compiling bn-armv8-linux.S
[112/398] Compiling bsaes-armv7-linux.S
[113/398] Compiling bn-586-apple.S
[114/398] Compiling bn-586-linux.S
[115/398] Compiling armv8-mont-win.S
[116/398] Compiling armv4-mont-linux.S
[117/398] Compiling armv8-mont-linux.S
[118/398] Compiling armv8-mont-apple.S
[119/398] Compiling aesv8-gcm-armv8-win.S
[120/398] Compiling aesv8-gcm-armv8-linux.S
[121/398] Compiling aesv8-armv8-linux.S
[122/398] Compiling aesv8-armv8-apple.S
[122/398] Compiling aesv8-gcm-armv8-apple.S
[124/398] Compiling aesv8-armv8-win.S
[125/398] Compiling aesv8-armv7-linux.S
[126/398] Compiling aesni-x86_64-apple.S
[127/398] Compiling aesni-x86_64-linux.S
[128/398] Compiling aesni-x86-linux.S
[129/398] Compiling aesni-x86-apple.S
[130/398] Compiling aesni-gcm-x86_64-apple.S
[131/398] Compiling aes-gcm-avx512-x86_64-apple.S
[132/398] Compiling aesni-gcm-x86_64-linux.S
[133/398] Compiling aes-gcm-avx512-x86_64-linux.S
[134/398] Compiling aes-gcm-avx2-x86_64-apple.S
[135/398] Compiling aes-gcm-avx2-x86_64-linux.S
[136/398] Compiling xwing.cc
[137/398] Compiling x_sig.cc
[138/398] Compiling x_spki.cc
[139/398] Compiling x_req.cc
[140/398] Compiling x_x509a.cc
[141/398] Compiling x_x509.cc
[143/398] Emitting module ObjCTypeDecodeKit
[144/399] Emitting module FileIO
[144/399] Compiling x_pubkey.cc
[145/399] Compiling x_name.cc
[146/399] Compiling x_crl.cc
[147/399] Compiling x_exten.cc
[148/399] Compiling x_attrib.cc
[149/399] Compiling x_all.cc
[150/399] Compiling x509spki.cc
[151/399] Compiling x509name.cc
[152/399] Compiling x509cset.cc
[153/399] Compiling x_algor.cc
[154/399] Compiling x509rset.cc
[155/399] Compiling x509_vpm.cc
[156/399] Compiling x509_vfy.cc
[157/399] Compiling x509_v3.cc
[158/399] Compiling x509_txt.cc
[159/399] Compiling x509_trs.cc
[160/399] Compiling x509_set.cc
[161/399] Compiling x509_req.cc
[163/399] Compiling ObjCTypeDecodeKit ObjCTypeCodable.swift
[164/399] Compiling ObjCTypeDecodeKit ObjCPropertyTypeDecoder.swift
[165/399] Compiling FileIO StreamedFile.swift
[166/399] Compiling FileIO ConcatenatedStreamedFile.swift
[167/399] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[167/399] Compiling x509_ext.cc
[168/399] Compiling x509_d2.cc
[170/399] Compiling FileIO system.swift
[171/399] Compiling ObjCTypeDecodeKit ObjCField.swift
[172/399] Compiling ObjCTypeDecodeKit ObjCMethodType.swift
[173/399] Compiling ObjCTypeDecodeKit ObjCType.swift
[174/399] Compiling ObjCTypeDecodeKit types.swift
[175/399] Compiling ObjCTypeDecodeKit ObjCModifier.swift
[176/399] Compiling ObjCTypeDecodeKit ObjCPropertyAttribute.swift
[177/399] Compiling ObjCTypeDecodeKit ObjCMethodTypeDecoder.swift
[178/399] Compiling ObjCTypeDecodeKit ObjCTypeDecoder.swift
[179/399] Compiling FileIO MemoryMappedFile.swift
[180/399] Compiling FileIO FileIO.swift
[181/400] Compiling ObjCTypeDecodeKit String+.swift
[182/400] Compiling ObjCTypeDecodeKit Node.swift
[182/401] Compiling x509_obj.cc
[183/401] Compiling x509_def.cc
[186/401] Compiling x509_lu.cc
[187/409] Compiling x509_cmp.cc
[189/409] Compiling ObjCDump ObjCType+.swift
[190/410] Emitting module ObjCDump
[191/410] Compiling ObjCDump ObjCDump.swift
[191/410] Compiling v3_purp.cc
[193/410] Compiling ObjCDump ObjCPropertyInfo.swift
[194/410] Compiling ObjCDump ObjCProtocolInfo.swift
[194/410] Compiling x509_att.cc
[196/410] Compiling ObjCDump ObjCIvarInfo.swift
[197/410] Compiling ObjCDump ObjCCategoryInfo.swift
[198/410] Compiling ObjCDump ObjCClassInfo.swift
[199/410] Compiling ObjCDump ObjCMethodInfo.swift
[200/411] Compiling x509.cc
[201/411] Compiling v3_skey.cc
[202/411] Compiling v3_prn.cc
[203/411] Compiling v3_pmaps.cc
[204/411] Compiling v3_pcons.cc
[205/411] Compiling v3_ocsp.cc
[206/411] Compiling v3_lib.cc
[207/411] Compiling v3_utl.cc
[208/411] Compiling v3_ncons.cc
[209/411] Compiling v3_int.cc
[210/411] Compiling v3_info.cc
[211/411] Compiling v3_extku.cc
[212/411] Compiling v3_ia5.cc
[213/411] Compiling v3_crld.cc
[214/411] Compiling v3_genn.cc
[215/411] Compiling v3_cpols.cc
[216/411] Compiling v3_enum.cc
[217/411] Compiling v3_conf.cc
[218/411] Compiling v3_alt.cc
[219/411] Compiling v3_bcons.cc
[220/411] Compiling v3_bitst.cc
[221/411] Compiling v3_akeya.cc
[222/411] Compiling t_req.cc
[223/411] Compiling v3_akey.cc
[224/411] Compiling t_x509.cc
[225/411] Compiling i2d_pr.cc
[226/411] Compiling t_x509a.cc
[227/411] Compiling t_crl.cc
[228/411] Compiling policy.cc
[229/411] Compiling rsa_pss.cc
[230/411] Compiling name_print.cc
[231/411] Compiling by_file.cc
[232/411] Compiling by_dir.cc
[233/411] Compiling asn1_gen.cc
[234/411] Compiling algorithm.cc
[235/411] Compiling a_sign.cc
[236/411] Compiling thread_pthread.cc
[237/411] Compiling thread_win.cc
[238/411] Compiling a_verify.cc
[239/411] Compiling a_digest.cc
[240/411] Compiling voprf.cc
[241/411] Compiling thread.cc
[242/411] Compiling pmbtoken.cc
[243/411] Compiling trust_token.cc
[244/411] Compiling thread_none.cc
[245/411] Compiling sha512.cc
[246/411] Compiling sha256.cc
[247/411] Compiling sha1.cc
[248/411] Compiling stack.cc
[249/411] Compiling siphash.cc
[250/411] Compiling rsa_print.cc
[251/411] Compiling rsa_crypt.cc
[252/411] Compiling slhdsa.cc
[253/411] Compiling rsa_extra.cc
[254/411] Compiling spake2plus.cc
[255/411] Compiling urandom.cc
[256/411] Compiling refcount.cc
[257/411] Compiling windows.cc
[258/411] Compiling rc4.cc
[259/411] Compiling trusty.cc
[260/411] Compiling rand.cc
[261/411] Compiling rsa_asn1.cc
[262/411] Compiling ios.cc
[263/411] Compiling passive.cc
[264/411] Compiling getentropy.cc
[265/411] Compiling poly1305_arm_asm.S
[266/411] Compiling deterministic.cc
[267/411] Compiling poly1305_arm.cc
[268/411] Compiling forkunsafe.cc
[269/411] Compiling fork_detect.cc
[270/411] Compiling pool.cc
[271/411] Compiling poly1305.cc
[272/411] Compiling poly1305_vec.cc
[273/411] Compiling pkcs7.cc
[274/411] Compiling p5_pbev2.cc
[275/411] Compiling pkcs7_x509.cc
[276/411] Compiling pkcs8.cc
[277/411] Compiling pem_x509.cc
[278/411] Compiling pkcs8_x509.cc
[279/411] Compiling pem_pkey.cc
[280/411] Compiling pem_xaux.cc
[281/411] Compiling pem_info.cc
[282/411] Compiling pem_all.cc
[283/411] Compiling mldsa.cc
[284/411] Compiling pem_pk8.cc
[285/411] Compiling mlkem.cc
[286/411] Compiling obj_xref.cc
[287/411] Compiling pem_oth.cc
[288/411] Compiling mem.cc
[289/411] Compiling poly_rq_mul.S
[290/411] Compiling lhash.cc
[291/411] Compiling pem_lib.cc
[292/411] Compiling fips_shared_support.cc
[293/411] Compiling obj.cc
[294/411] Compiling md5.cc
[295/411] Compiling md4.cc
[296/411] Compiling hrss.cc
[297/411] Compiling fuzzer_mode.cc
[298/411] Compiling kyber.cc
[299/411] Compiling ex_data.cc
[300/411] Compiling scrypt.cc
[301/411] Compiling hpke.cc
[302/411] Compiling pbkdf.cc
[303/411] Compiling print.cc
[304/411] Compiling sign.cc
[305/411] Compiling p_x25519.cc
[306/411] Compiling p_x25519_asn1.cc
[307/411] Compiling p_rsa_asn1.cc
[308/411] Compiling p_rsa.cc
[309/411] Compiling p_hkdf.cc
[310/411] Compiling p_ed25519_asn1.cc
[311/411] Compiling p_ed25519.cc
[312/411] Compiling p_ec.cc
[313/411] Compiling p_ec_asn1.cc
[314/411] Compiling p_dsa_asn1.cc
[315/411] Compiling p_dh.cc
[316/411] Compiling err.cc
[317/411] Compiling evp_ctx.cc
[318/411] Compiling p_dh_asn1.cc
[319/411] Compiling evp_asn1.cc
[320/411] Compiling ecdsa_p1363.cc
[321/411] Compiling evp.cc
[322/411] Compiling engine.cc
[323/411] Compiling ecdh.cc
[324/411] Compiling hash_to_curve.cc
[325/411] Compiling ecdsa_asn1.cc
[326/411] Compiling ec_derive.cc
[327/411] Compiling dsa.cc
[328/411] Compiling digest_extra.cc
[328/411] Compiling dsa_asn1.cc
[330/411] Compiling ec_asn1.cc
[331/411] Compiling x25519-asm-arm.S
[332/411] Compiling params.cc
[333/411] Compiling des.cc
[334/411] Compiling dh_asn1.cc
[335/411] Compiling crypto.cc
[336/411] Compiling cpu_arm_linux.cc
[337/411] Compiling cpu_intel.cc
[338/411] Compiling cpu_arm_freebsd.cc
[339/411] Compiling cpu_aarch64_sysreg.cc
[340/411] Compiling curve25519.cc
[341/411] Compiling cpu_aarch64_win.cc
[342/411] Compiling spake25519.cc
[343/411] Compiling cpu_aarch64_openbsd.cc
[344/411] Compiling curve25519_64_adx.cc
[345/411] Compiling cpu_aarch64_apple.cc
[346/411] Compiling cpu_aarch64_linux.cc
[347/411] Compiling cpu_aarch64_fuchsia.cc
[348/411] Compiling conf.cc
[349/411] Compiling tls_cbc.cc
[350/411] Compiling get_cipher.cc
[351/411] Compiling e_tls.cc
[352/411] Compiling cms.cc
[353/411] Compiling e_null.cc
[354/411] Compiling e_rc4.cc
[355/411] Compiling e_des.cc
[356/411] Compiling e_rc2.cc
[357/411] Compiling e_chacha20poly1305.cc
[358/411] Compiling chacha.cc
[359/411] Compiling e_aesgcmsiv.cc
[360/411] Compiling e_aeseax.cc
[361/411] Compiling derive_key.cc
[362/411] Compiling e_aesctrhmac.cc
[363/411] Compiling buf.cc
[364/411] Compiling unicode.cc
[365/411] Compiling sqrt.cc
[366/411] Compiling cbb.cc
[367/411] Compiling ber.cc
[368/411] Compiling cbs.cc
[369/411] Compiling asn1_compat.cc
[370/411] Compiling exponentiation.cc
[371/411] Compiling div.cc
[372/411] Compiling printf.cc
[373/411] Compiling bn_asn1.cc
[374/411] Compiling hexdump.cc
[375/411] Compiling pair.cc
[376/411] Compiling blake2.cc
[377/411] Compiling errno.cc
[378/411] Compiling file.cc
[379/411] Compiling convert.cc
[380/411] Compiling fd.cc
[381/411] Compiling bio_mem.cc
[382/411] Compiling bio.cc
[383/411] Compiling base64.cc
[384/411] Compiling tasn_typ.cc
[385/411] Compiling tasn_fre.cc
[386/411] Compiling tasn_enc.cc
[387/411] Compiling asn_pack.cc
[388/411] Compiling tasn_dec.cc
[389/411] Compiling f_int.cc
[390/411] Compiling posix_time.cc
[391/411] Compiling f_string.cc
[392/411] Compiling tasn_utl.cc
[393/411] Compiling tasn_new.cc
[394/411] Compiling a_strnid.cc
[395/411] Compiling a_type.cc
[396/411] Compiling asn1_par.cc
[397/411] Compiling a_utctm.cc
[398/411] Compiling a_strex.cc
[399/411] Compiling a_time.cc
[400/411] Compiling a_octet.cc
[401/411] Compiling asn1_lib.cc
[402/411] Compiling a_mbstr.cc
[403/411] Write sources
[404/411] Compiling a_d2i_fp.cc
[404/411] Compiling a_object.cc
[406/411] Compiling a_bool.cc
[407/424] Compiling a_int.cc
[408/424] Compiling aes.cc
[409/424] Compiling a_bitstr.cc
[411/424] Compiling BinaryParseSupport LayoutWrapper.swift
[412/424] Compiling BinaryParseSupport StringTable.swift
[413/424] Compiling BinaryParseSupport DataSequence.swift
[414/425] Compiling BinaryParseSupport MemorySequence.swift
[415/425] Compiling BinaryParseSupport StringTableEntry.swift
[416/425] Compiling BinaryParseSupport BitFlags.swift
[417/425] Compiling BinaryParseSupport UnsafePointer+.swift
[418/425] Compiling BinaryParseSupport Endian.swift
[419/425] Compiling BinaryParseSupport BinaryParseSupport.swift
[420/425] Compiling BinaryParseSupport Data+.swift
[421/425] Emitting module BinaryParseSupport
[422/425] Compiling BinaryParseSupport FileHandle+.swift
[423/425] Compiling BinaryParseSupport String+.swift
[424/425] Compiling BinaryParseSupport UnicodeStrings.swift
[425/426] Compiling bcm.cc
[427/437] Emitting module FileIOBinary
[428/437] Compiling FileIOBinary FileIOBinary.swift
[429/437] Compiling FileIOBinary _FileIOProtocol+.swift
[431/438] Compiling CryptoBoringWrapper RandomBytes.swift
[432/438] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[433/438] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[434/438] Compiling CryptoBoringWrapper EllipticCurve.swift
[435/438] Emitting module CryptoBoringWrapper
[436/438] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[437/438] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[438/438] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[440/510] Emitting module Crypto
[441/520] Compiling Crypto HPKE-Errors.swift
[442/520] Compiling Crypto HPKE.swift
[443/520] Compiling Crypto HPKE-Context.swift
[444/520] Compiling Crypto HPKE-KeySchedule.swift
[445/520] Compiling Crypto HPKE-Modes.swift
[446/520] Compiling Crypto Insecure.swift
[447/520] Compiling Crypto Insecure_HashFunctions.swift
[448/520] Compiling Crypto KEM.swift
[449/520] Compiling Crypto ECDH_boring.swift
[450/520] Compiling Crypto DH.swift
[451/520] Compiling Crypto PKCS8PrivateKey.swift
[452/520] Compiling Crypto SEC1PrivateKey.swift
[453/520] Compiling Crypto SubjectPublicKeyInfo.swift
[454/520] Compiling Crypto CryptoError_boring.swift
[455/520] Compiling Crypto CryptoKitErrors.swift
[456/520] Compiling Crypto Digest_boring.swift
[457/520] Compiling Crypto Digest.swift
[458/520] Compiling Crypto Digests.swift
[459/520] Compiling Crypto HashFunctions.swift
[460/520] Compiling Crypto HashFunctions_SHA2.swift
[461/520] Compiling Crypto AES-GCM.swift
[462/520] Compiling Crypto AES-GCM_boring.swift
[463/520] Compiling Crypto ChaChaPoly_boring.swift
[464/520] Compiling Crypto ChaChaPoly.swift
[465/520] Compiling Crypto Cipher.swift
[466/520] Compiling Crypto Nonces.swift
[467/520] Compiling Crypto ASN1.swift
[468/520] Compiling Crypto ASN1Any.swift
[469/520] Compiling Crypto ASN1BitString.swift
[470/520] Compiling Crypto ASN1Boolean.swift
[471/520] Compiling Crypto ASN1Identifier.swift
[472/520] Compiling Crypto ASN1Integer.swift
[473/520] Compiling Crypto ASN1Null.swift
[474/520] Compiling Crypto ASN1OctetString.swift
[475/520] Compiling Crypto ASN1Strings.swift
[476/520] Compiling Crypto ArraySliceBigint.swift
[477/520] Compiling Crypto GeneralizedTime.swift
[478/520] Compiling Crypto ObjectIdentifier.swift
[479/520] Compiling Crypto ECDSASignature.swift
[480/520] Compiling Crypto PEMDocument.swift
[481/520] Compiling Crypto HPKE-AEAD.swift
[482/520] Compiling Crypto HPKE-Ciphersuite.swift
[483/520] Compiling Crypto HPKE-KDF.swift
[484/520] Compiling Crypto HPKE-KexKeyDerivation.swift
[485/520] Compiling Crypto HPKE-LabeledExtract.swift
[486/520] Compiling Crypto HPKE-Utils.swift
[487/520] Compiling Crypto DHKEM.swift
[488/520] Compiling Crypto HPKE-KEM-Curve25519.swift
[489/520] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[490/520] Compiling Crypto HPKE-KEM.swift
[491/520] Compiling Crypto ECDH.swift
[492/520] Compiling Crypto HKDF.swift
[493/520] Compiling Crypto AESWrap.swift
[494/520] Compiling Crypto AESWrap_boring.swift
[495/520] Compiling Crypto Ed25519_boring.swift
[496/520] Compiling Crypto NISTCurvesKeys_boring.swift
[497/520] Compiling Crypto X25519Keys_boring.swift
[498/520] Compiling Crypto Curve25519.swift
[499/520] Compiling Crypto Ed25519Keys.swift
[500/520] Compiling Crypto NISTCurvesKeys.swift
[501/520] Compiling Crypto X25519Keys.swift
[502/520] Compiling Crypto SymmetricKeys.swift
[503/520] Compiling Crypto HMAC.swift
[504/520] Compiling Crypto MACFunctions.swift
[505/520] Compiling Crypto MessageAuthenticationCode.swift
[506/520] Compiling Crypto AES.swift
[507/520] Compiling Crypto ECDSASignature_boring.swift
[508/520] Compiling Crypto ECDSA_boring.swift
[509/520] Compiling Crypto EdDSA_boring.swift
[510/520] Compiling Crypto ECDSA.swift
[511/520] Compiling Crypto Ed25519.swift
[512/520] Compiling Crypto Signature.swift
[513/520] Compiling Crypto CryptoKitErrors_boring.swift
[514/520] Compiling Crypto RNG_boring.swift
[515/520] Compiling Crypto SafeCompare_boring.swift
[516/520] Compiling Crypto Zeroization_boring.swift
[517/520] Compiling Crypto PrettyBytes.swift
[518/520] Compiling Crypto SafeCompare.swift
[519/520] Compiling Crypto SecureBytes.swift
[520/520] Compiling Crypto Zeroization.swift
[522/694] Compiling MachOKit DataInCodeEntry.swift
[523/694] Compiling MachOKit DependedDylib.swift
[524/694] Compiling MachOKit DyldCacheDynamicData.swift
[525/694] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[526/694] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[527/694] Compiling MachOKit DyldCacheImageInfo.swift
[528/694] Compiling MachOKit DyldCacheImageTextInfo.swift
[529/694] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[530/694] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[531/694] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[532/694] Compiling MachOKit DyldCacheMappingFlags.swift
[533/694] Compiling MachOKit DyldCacheMappingInfo.swift
[534/694] Compiling MachOKit DyldCachePrewarming.swift
[535/694] Compiling MachOKit DyldCachePrewarmingEntry.swift
[536/694] Compiling MachOKit DyldCacheTproMappingInfo.swift
[537/694] Compiling MachOKit DyldSubCacheEntry.swift
[538/694] Compiling MachOKit DylibIndex.swift
[539/694] Compiling MachOKit DylibsTrieNodeContent.swift
[540/694] Compiling MachOKit LoaderRef.swift
[541/694] Compiling MachOKit ObjCBinaryInfo.swift
[542/694] Compiling MachOKit PrebuiltLoader.swift
[543/694] Compiling MachOKit PrebuiltLoaderProtocol.swift
[544/694] Compiling MachOKit PrebuiltLoaderSet.swift
[545/694] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[546/718] Compiling MachOKit SectionLocations.swift
[547/718] Compiling MachOKit ObjCHeaderInfoRO.swift
[548/718] Compiling MachOKit ObjCHeaderInfoRW.swift
[549/718] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[550/718] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[551/718] Compiling MachOKit ObjCImageInfo.swift
[552/718] Compiling MachOKit ObjCOptimization.swift
[553/718] Compiling MachOKit ObjCOptimizationFlags.swift
[554/718] Compiling MachOKit OldObjCOptimization.swift
[555/718] Compiling MachOKit _OldObjCOptimizationProtocol.swift
[556/718] Compiling MachOKit ProgramOffset.swift
[557/718] Compiling MachOKit ProgramsTrieNodeContent.swift
[558/718] Compiling MachOKit DyldCacheSlideInfo.swift
[559/718] Compiling MachOKit DyldCacheSlideInfo1.swift
[560/718] Compiling MachOKit DyldCacheSlideInfo2.swift
[561/718] Compiling MachOKit DyldCacheSlideInfo3.swift
[562/718] Compiling MachOKit DyldCacheSlideInfo4.swift
[563/718] Compiling MachOKit DyldCacheSlideInfo5.swift
[564/718] Compiling MachOKit SwiftOptimization.swift
[565/718] Compiling MachOKit DyldChainedFixupPointer.swift
[566/718] Compiling MachOKit DyldChainedFixupPointerContent.swift
[567/718] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[568/718] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[569/718] Compiling MachOKit DyldChainedFixupsHeader.swift
[570/718] Compiling MachOKit CPUType.swift
[571/718] Compiling MachOKit DyldCacheHeader.swift
[572/718] Compiling MachOKit DyldCacheType.swift
[573/718] Compiling MachOKit FatArch.swift
[574/718] Compiling MachOKit FatHeader.swift
[575/718] Compiling MachOKit FileType.swift
[576/718] Compiling MachOKit MachHeader+Flags+Bit.swift
[577/718] Compiling MachOKit MachHeader+Flags.swift
[578/718] Compiling MachOKit MachHeader.swift
[579/718] Compiling MachOKit Magic.swift
[580/718] Compiling MachOKit AotMetadataCommand.swift
[581/718] Compiling MachOKit BuildVersionCommand.swift
[582/718] Compiling MachOKit DylibCommand.swift
[583/718] Compiling MachOKit DylibUseCommand.swift
[584/718] Compiling MachOKit DylinkerCommand.swift
[585/718] Compiling MachOKit EncryptionInfoCommand.swift
[586/718] Compiling MachOKit EntryPointCommand.swift
[587/718] Compiling MachOKit FilesetEntryCommand.swift
[588/718] Compiling MachOKit LinkerOptionCommand.swift
[589/718] Compiling MachOKit LoadCommand.swift
[590/718] Compiling MachOKit LoadCommandInfo.swift
[591/718] Compiling MachOKit LoadCommandType.swift
[592/718] Compiling MachOKit BuildToolVersion.swift
[593/718] Compiling MachOKit Dylib.swift
[594/718] Compiling MachOKit DylibUseFlags.swift
[595/718] Emitting module MachOKit
[596/718] Compiling MachOKit MachOFile+LoadCommands.swift
[597/718] Compiling MachOKit MachOFile+RebaseOperations.swift
[598/718] Compiling MachOKit MachOFile+Strings.swift
[599/718] Compiling MachOKit MachOFile+Symbols.swift
[600/718] Compiling MachOKit MachOFile.swift
[601/718] Compiling MachOKit MachOImage+BindOperations.swift
[602/718] Compiling MachOKit MachOImage+CodeSign.swift
[603/718] Compiling MachOKit MachOImage+DyldChainedFixups..swift
[604/718] Compiling MachOKit MachOImage+ExportTrie.swift
[605/718] Compiling MachOKit MachOImage+FunctionStarts.swift
[606/718] Compiling MachOKit MachOImage+LoadCommands.swift
[607/718] Compiling MachOKit MachOImage+RebaseOperations.swift
[608/718] Compiling MachOKit MachOImage+Strings.swift
[609/718] Compiling MachOKit MachOImage+Symbols.swift
[610/718] Compiling MachOKit MachOImage+static.swift
[611/718] Compiling MachOKit MachOImage.swift
[612/718] Compiling MachOKit MachOKit.swift
[613/718] Compiling MachOKit AotCacheCodeFragment.swift
[614/718] Compiling MachOKit AotCodeFragment.swift
[615/718] Compiling MachOKit AotCodeFragmentType.swift
[616/718] Compiling MachOKit AotBranchData.swift
[617/718] Compiling MachOKit AotBranchDataHeader.swift
[618/718] Compiling MachOKit AotBranchDataIndexEntry.swift
[619/718] Compiling MachOKit AotInstructionMap.swift
[620/718] Compiling MachOKit AotInstructionMapHeader.swift
[621/718] Compiling MachOKit Platform.swift
[622/718] Compiling MachOKit Section+Attribute.swift
[623/718] Compiling MachOKit Section+Flags.swift
[624/718] Compiling MachOKit Section+Type.swift
[625/718] Compiling MachOKit Section.swift
[626/718] Compiling MachOKit ThreadState.swift
[627/718] Compiling MachOKit ThreadStateFlavor.swift
[628/718] Compiling MachOKit Tool.swift
[629/718] Compiling MachOKit VMProtection.swift
[630/718] Compiling MachOKit Version.swift
[631/718] Compiling MachOKit NoteCommand.swift
[632/718] Compiling MachOKit RpathCommand.swift
[633/718] Compiling MachOKit SegmentCommand+Flags.swift
[634/718] Compiling MachOKit SegmentCommand.swift
[635/718] Compiling MachOKit SourceVersionCommand.swift
[636/718] Compiling MachOKit SubFrameworkCommand.swift
[637/718] Compiling MachOKit TargetTripleCommand.swift
[638/718] Compiling MachOKit ThreadCommand.swift
[639/718] Compiling MachOKit UUIDCommand.swift
[640/718] Compiling MachOKit VersionMinCommand.swift
[641/718] Compiling MachOKit MachOFile+BindOperations.swift
[642/718] Compiling MachOKit MachOFile+CodeSign.swift
[643/718] Compiling MachOKit MachOFile+DyldChainedFixups.swift
[644/718] Compiling MachOKit MachOFile+ExportTrie.swift
[645/718] Compiling MachOKit MachOFile+FunctionStarts.swift
[646/718] Compiling MachOKit AotCache+CodeFragments.swift
[647/718] Compiling MachOKit AotCache.swift
[648/718] Compiling MachOKit DyldCache+SubCaches.swift
[649/718] Compiling MachOKit DyldCache+host.swift
[650/718] Compiling MachOKit DyldCache.swift
[651/718] Compiling MachOKit DyldCacheLoaded+SubCaches.swift
[652/718] Compiling MachOKit DyldCacheLoaded+static.swift
[653/718] Compiling MachOKit DyldCacheLoaded.swift
[654/718] Compiling MachOKit Data+.swift
[655/718] Compiling MachOKit FileHandle+.swift
[656/718] Compiling MachOKit FixedWidthInteger+.swift
[657/718] Compiling MachOKit Sequence+.swift
[658/718] Compiling MachOKit String+.swift
[659/718] Compiling MachOKit TrieTreeProtocol+.swift
[660/718] Compiling MachOKit UUID+.swift
[661/718] Compiling MachOKit UnsafePointer+.swift
[662/718] Compiling MachOKit UnsafeRawPointer+.swift
[663/718] Compiling MachOKit _FileIOProtocol+.swift
[664/718] Compiling MachOKit dyld_chained_ptr+.swift
[665/718] Compiling MachOKit FatFile.swift
[666/718] Compiling MachOKit FullDyldCache+host.swift
[667/718] Compiling MachOKit FullDyldCache.swift
[668/718] Compiling MachOKit AotCacheHeader.swift
[669/718] Compiling MachOKit CPU.swift
[670/718] Compiling MachOKit CPUSubType.swift
[671/718] Compiling MachOKit AotInstructionMapIndexEntry.swift
[672/718] Compiling MachOKit BindOpcode.swift
[673/718] Compiling MachOKit BindOperation.swift
[674/718] Compiling MachOKit BindOperationsKind.swift
[675/718] Compiling MachOKit BindSpecial.swift
[676/718] Compiling MachOKit BindType.swift
[677/718] Compiling MachOKit ClassicBindType.swift
[678/718] Compiling MachOKit BindingSymbol.swift
[679/718] Compiling MachOKit ClassicBindingSymbol.swift
[680/718] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[681/718] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[682/718] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[683/718] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[684/718] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[685/718] Compiling MachOKit CodeSignCodeDirectory.swift
[686/718] Compiling MachOKit CodeSignBlobIndex.swift
[687/718] Compiling MachOKit CodeSignExecSegmentFlags.swift
[688/718] Compiling MachOKit CodeSignGenericBlob.swift
[689/718] Compiling MachOKit CodeSignHashType.swift
[690/718] Compiling MachOKit CodeSignMagic.swift
[691/718] Compiling MachOKit CodeSignSlot.swift
[692/718] Compiling MachOKit CodeSignSpecialSlotType.swift
[693/718] Compiling MachOKit CodeSignSuperBlob.swift
[694/718] Compiling MachOKit CFString.swift
[695/742] Compiling MachOKit DyldChainedImport.swift
[696/742] Compiling MachOKit DyldChainedImportFormat.swift
[697/742] Compiling MachOKit DyldChainedPage.swift
[698/742] Compiling MachOKit DyldChainedStartsInImage.swift
[699/742] Compiling MachOKit DyldChainedStartsInSegment.swift
[700/742] Compiling MachOKit DyldChainedStartsOffsets.swift
[701/742] Compiling MachOKit DyldChainedSymbolsFormat.swift
[702/742] Compiling MachOKit ExportSymbolFlags.swift
[703/742] Compiling MachOKit ExportSymbolKind.swift
[704/742] Compiling MachOKit ExportTrieEntry.swift
[705/742] Compiling MachOKit ExportedSymbol.swift
[706/742] Compiling MachOKit FunctionStart.swift
[707/742] Compiling MachOKit IndirectSymbol.swift
[708/742] Compiling MachOKit Rebase.swift
[709/742] Compiling MachOKit RebaseOpcode.swift
[710/742] Compiling MachOKit RebaseOperation.swift
[711/742] Compiling MachOKit RebaseType.swift
[712/742] Compiling MachOKit Relocation.swift
[713/742] Compiling MachOKit RelocationInfo.swift
[714/742] Compiling MachOKit RelocationLength.swift
[715/742] Compiling MachOKit RelocationType.swift
[716/742] Compiling MachOKit ScatteredRelocationInfo.swift
[717/742] Compiling MachOKit Nlist.swift
[718/742] Compiling MachOKit Stab.swift
[719/742] Compiling MachOKit SymbolDescription.swift
[720/742] Compiling MachOKit SymbolFlags.swift
[721/742] Compiling MachOKit SymbolLibraryOrdinalType.swift
[722/742] Compiling MachOKit SymbolReferenceFlag.swift
[723/742] Compiling MachOKit SymbolType.swift
[724/742] Compiling MachOKit CodeSignProtocol.swift
[725/742] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[726/742] Compiling MachOKit DyldCacheRepresentable.swift
[727/742] Compiling MachOKit DyldChainedFixupsProtocol.swift
[728/742] Compiling MachOKit DyldChainedImportProtocol.swift
[729/742] Compiling MachOKit LoadCommandWrapper.swift
[730/742] Compiling MachOKit LoadCommandsProtocol.swift
[731/742] Compiling MachOKit MachORepresentable.swift
[732/742] Compiling MachOKit SymbolProtocol.swift
[733/742] Compiling MachOKit _DyldCacheFileRepresentable.swift
[734/742] Compiling MachOKit CxaDemangle.swift
[735/742] Compiling MachOKit SwiftDemangle.swift
[736/742] Compiling MachOKit DataTrieTree.swift
[737/742] Compiling MachOKit MemoryTrieTree.swift
[738/742] Compiling MachOKit TrieNode.swift
[739/742] Compiling MachOKit TrieNodeContent.swift
[740/742] Compiling MachOKit TrieTreeProtocol.swift
[741/742] Compiling MachOKit exported.swift
[742/742] Compiling MachOKit global.swift
[744/816] Emitting module MachOObjCSection
[745/826] Compiling MachOObjCSection DyldCache+.swift
[746/826] Compiling MachOObjCSection DyldCacheLoaded+.swift
[747/826] Compiling MachOObjCSection DyldCacheRepresentable+.swift
[748/826] Compiling MachOObjCSection FullDyldCache+.swift
[749/826] Compiling MachOObjCSection LoadCommandsProtocol+.swift
[750/826] Compiling MachOObjCSection MachOFile+.swift
[751/826] Compiling MachOObjCSection MachOImage+.swift
[752/826] Compiling MachOObjCSection MachORepresentable+.swift
[753/826] Compiling MachOObjCSection ObjCHeaderOptimizationRO+.swift
[754/826] Compiling MachOObjCSection SegmentCommandProtocol+.swift
[755/826] Compiling MachOObjCSection _FileIOProtocol+.swift
[756/826] Compiling MachOObjCSection ObjCClassRODataProtocol.swift
[757/826] Compiling MachOObjCSection _ObjCClassRODataLayoutProtocol.swift
[758/826] Compiling MachOObjCSection ObjCClassRWDataExtProtocol.swift
[759/826] Compiling MachOObjCSection ObjCClassRWDataProtocol.swift
[760/826] Compiling MachOObjCSection _ObjCClassRWDataExtLayoutProtocol.swift
[761/826] Compiling MachOObjCSection _ObjCClassRWDataLayoutProtocol.swift
[762/826] Compiling MachOObjCSection _ObjCClassLayoutProtocol.swift
[763/826] Compiling MachOObjCSection _ObjCStubClassLayoutProtocol.swift
[764/826] Compiling MachOObjCSection ObjCIvarListProtocol.swift
[765/826] Compiling MachOObjCSection ObjCIvarProtocol.swift
[766/826] Compiling MachOObjCSection RelativeRawPointer.swift
[767/826] Compiling MachOObjCSection ObjCProperty.swift
[768/826] Compiling MachOObjCSection ObjCPropertyArray.swift
[769/826] Compiling MachOObjCSection ObjCPropertyList.swift
[770/826] Compiling MachOObjCSection ObjCPropertyRelativeListList.swift
[771/826] Compiling MachOObjCSection ObjCProtocol32.swift
[772/826] Compiling MachOObjCSection ObjCProtocol64.swift
[773/826] Compiling MachOObjCSection ObjCProtocolArray32.swift
[774/826] Compiling MachOObjCSection ObjCProtocolArray64.swift
[775/826] Compiling MachOObjCSection ObjCProtocolList32.swift
[776/826] Compiling MachOObjCSection ObjCProtocolList64.swift
[777/826] Compiling MachOObjCSection ObjCProtocolListHeader.swift
[778/826] Compiling MachOObjCSection ObjCProtocolRelativeListList.swift
[779/826] Compiling MachOObjCSection EntrySizeList.swift
[780/826] Compiling MachOObjCSection ListArrayKind.swift
[781/826] Compiling MachOObjCSection RelativeListList.swift
[782/826] Compiling MachOObjCSection ObjCCategoryProtocol.swift
[783/826] Compiling MachOObjCSection _ObjCCategoryLayoutProtocol.swift
[784/826] Compiling MachOObjCSection ObjCClassProtocol.swift
[785/826] Compiling MachOObjCSection ObjCStubClassProtocol.swift
[786/826] Compiling MachOObjCSection MachOFile+MethodList.swift
/host/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 |             }
[787/826] Compiling MachOObjCSection MachOFile+ObjectiveC.swift
/host/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 |             }
[788/826] Compiling MachOObjCSection MachOImage+MethodList.swift
/host/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 |             }
[789/826] Compiling MachOObjCSection MachOImage+ObjectiveC.swift
/host/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 |             }
[790/826] Compiling MachOObjCSection MachOKitObjCSupport.swift
/host/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 |             }
[791/826] Compiling MachOObjCSection ObjCCategory32.swift
/host/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 |             }
[792/826] Compiling MachOObjCSection ObjCCategory64.swift
/host/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 |             }
[793/826] Compiling MachOObjCSection ObjCClass32.swift
/host/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 |             }
[794/826] Compiling MachOObjCSection ObjCClass64.swift
/host/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 |             }
[795/826] Compiling MachOObjCSection ObjCStubClass32.swift
/host/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 |             }
[796/826] Compiling MachOObjCSection ObjCStubClass64.swift
/host/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 |             }
[797/826] Compiling MachOObjCSection ObjCIvarList32.swift
[798/826] Compiling MachOObjCSection ObjCIvarList64.swift
[799/826] Compiling MachOObjCSection ObjCMethod.swift
[800/826] Compiling MachOObjCSection ObjCMethodArray.swift
[801/826] Compiling MachOObjCSection ObjCMethodList.swift
[802/826] Compiling MachOObjCSection ObjCMethodListMask.swift
[803/826] Compiling MachOObjCSection ObjCMethodRelativeListList.swift
[804/826] Compiling MachOObjCSection ObjCMachOSection.swift
[805/826] Compiling MachOObjCSection RelativeDirectPointer.swift
[806/826] Compiling MachOObjCSection RelativeIndirectPointer.swift
[807/826] Compiling MachOObjCSection ObjCClassROData32.swift
[808/826] Compiling MachOObjCSection ObjCClassROData64.swift
[809/826] Compiling MachOObjCSection ObjCClassRODataFlags.swift
[810/826] Compiling MachOObjCSection ObjCClassRWDataExt32.swift
[811/826] Compiling MachOObjCSection ObjCClassRWDataExt64.swift
[812/826] Compiling MachOObjCSection ObjCClassRWData32.swift
[813/826] Compiling MachOObjCSection ObjCClassRWData64.swift
[814/826] Compiling MachOObjCSection ObjCClassRWDataFlags.swift
[815/826] Compiling MachOObjCSection ObjCIvar32.swift
[816/826] Compiling MachOObjCSection ObjCIvar64.swift
[817/826] Compiling MachOObjCSection _ObjCIvarLayoutProtocol.swift
[818/826] Compiling MachOObjCSection ObjCSectionRepresentable.swift
[819/826] Compiling MachOObjCSection ObjCProtocolArrayProtocol.swift
[820/826] Compiling MachOObjCSection ObjCProtocolListProtocol.swift
[821/826] Compiling MachOObjCSection ObjCProtocolProtocol.swift
[822/826] Compiling MachOObjCSection ObjCProtocolRelativeListListProtocol.swift
[823/826] Compiling MachOObjCSection _ObjCProtocolLayoutProtocol.swift
[824/826] Compiling MachOObjCSection ObjCDump.swift
[825/826] Compiling MachOObjCSection FixupResolvable.swift
[826/826] Compiling MachOObjCSection exported.swift
Build complete! (183.30s)
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" : "/host/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",
        "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/exported.swift"
      ],
      "target_dependencies" : [
        "MachOObjCSectionC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.