The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FishHook, reference main (1368e1), with Swift 6.1 for macOS (SPM) on 6 Apr 2026 23:44:13 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-fishhook.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-fishhook
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1368e13 Merge pull request #42 from p-x9/dependabot/swift/github.com/p-x9/machokit-0.48.0
Cloned https://github.com/p-x9/swift-fishhook.git
Revision (git rev-parse @):
1368e13b367b591db0cb33a5f0a2abc53b5f1410
SUCCESS checkout https://github.com/p-x9/swift-fishhook.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/swift-fishhook.git
https://github.com/p-x9/swift-fishhook.git
{
  "dependencies" : [
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit.git"
    }
  ],
  "manifest_display_name" : "FishHook",
  "name" : "FishHook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FishHook",
      "targets" : [
        "FishHook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FishHookTests",
      "module_type" : "SwiftTarget",
      "name" : "FishHookTests",
      "path" : "Tests/FishHookTests",
      "sources" : [
        "FishHookTests.swift",
        "disableExclusivityChecking.swift",
        "function.swift"
      ],
      "target_dependencies" : [
        "FishHook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FishHook",
      "module_type" : "SwiftTarget",
      "name" : "FishHook",
      "path" : "Sources/FishHook",
      "product_dependencies" : [
        "MachOKit"
      ],
      "product_memberships" : [
        "FishHook"
      ],
      "sources" : [
        "Extension/MachOImage+.swift",
        "FishHook.swift",
        "Model/Rebinding.swift",
        "Model/RebindingsEntry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[5/7] Compiling MachOKitC mach-o-linux.c
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/27] Compiling FileIO StreamedFile.swift
[9/27] Compiling FileIO system.swift
[10/27] Compiling BinaryParseSupport DataSequence.swift
[11/27] Compiling BinaryParseSupport MemorySequence.swift
[12/27] Compiling BinaryParseSupport StringTable.swift
[13/28] Compiling FileIO FileIO.swift
[14/28] Compiling FileIO ConcatenatedStreamedFile.swift
[15/28] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[16/28] Emitting module FileIO
[17/28] Compiling FileIO MemoryMappedFile.swift
[18/28] Compiling BinaryParseSupport BitFlags.swift
[19/28] Compiling BinaryParseSupport UnsafePointer+.swift
[20/28] Compiling BinaryParseSupport Endian.swift
[21/28] Compiling BinaryParseSupport StringTableEntry.swift
[22/28] Compiling BinaryParseSupport FileHandle+.swift
[23/28] Compiling BinaryParseSupport String+.swift
[24/28] Compiling BinaryParseSupport BinaryParseSupport.swift
[25/28] Compiling BinaryParseSupport Data+.swift
[26/28] Emitting module BinaryParseSupport
[27/28] Compiling BinaryParseSupport LayoutWrapper.swift
[28/28] Compiling BinaryParseSupport UnicodeStrings.swift
[29/31] Compiling FileIOBinary _FileIOProtocol+.swift
[30/31] Emitting module FileIOBinary
[31/31] Compiling FileIOBinary FileIOBinary.swift
[32/230] Emitting module MachOKit
[33/252] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[34/252] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[35/252] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[36/252] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[37/252] Compiling MachOKit CodeSignCodeDirectory.swift
[38/252] Compiling MachOKit CodeSignBlobIndex.swift
[39/252] Compiling MachOKit CodeSignExecSegmentFlags.swift
[40/252] Compiling MachOKit CodeSignGenericBlob.swift
[41/252] Compiling MachOKit CodeSignHashType.swift
[42/252] Compiling MachOKit CodeSignMagic.swift
[43/252] Compiling MachOKit CodeSignSlot.swift
[44/252] Compiling MachOKit CodeSignSpecialSlotType.swift
[45/252] Compiling MachOKit CodeSignSuperBlob.swift
[46/252] Compiling MachOKit CFString.swift
[47/252] Compiling MachOKit DataInCodeEntry.swift
[48/252] Compiling MachOKit DependedDylib.swift
[49/252] Compiling MachOKit DyldCacheDynamicData.swift
[50/252] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[51/252] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[52/252] Compiling MachOKit DyldCacheImageInfo.swift
[53/252] Compiling MachOKit DyldCacheImageTextInfo.swift
[54/252] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[55/252] Compiling MachOKit LoadCommand.swift
[56/252] Compiling MachOKit LoadCommandInfo.swift
[57/252] Compiling MachOKit LoadCommandType.swift
[58/252] Compiling MachOKit BuildToolVersion.swift
[59/252] Compiling MachOKit Dylib.swift
[60/252] Compiling MachOKit DylibUseFlags.swift
[61/252] Compiling MachOKit Platform.swift
[62/252] Compiling MachOKit Section+Attribute.swift
[63/252] Compiling MachOKit Section+Flags.swift
[64/252] Compiling MachOKit Section+Type.swift
[65/252] Compiling MachOKit Section.swift
[66/252] Compiling MachOKit ThreadState.swift
[67/252] Compiling MachOKit ThreadStateFlavor.swift
[68/252] Compiling MachOKit Tool.swift
[69/252] Compiling MachOKit VMProtection.swift
[70/252] Compiling MachOKit Version.swift
[71/252] Compiling MachOKit NoteCommand.swift
[72/252] Compiling MachOKit RpathCommand.swift
[73/252] Compiling MachOKit SegmentCommand+Flags.swift
[74/252] Compiling MachOKit SegmentCommand.swift
[75/252] Compiling MachOKit SourceVersionCommand.swift
[76/252] Compiling MachOKit SubFrameworkCommand.swift
[77/252] Compiling MachOKit MachOImage+Symbols.swift
[78/252] Compiling MachOKit MachOImage+static.swift
[79/252] Compiling MachOKit MachOImage.swift
[80/252] Compiling MachOKit MachOKit.swift
[81/252] Compiling MachOKit AotCacheCodeFragment.swift
[82/252] Compiling MachOKit AotCodeFragment.swift
[83/252] Compiling MachOKit AotCodeFragmentType.swift
[84/252] Compiling MachOKit AotBranchData.swift
[85/252] Compiling MachOKit AotBranchDataHeader.swift
[86/252] Compiling MachOKit AotBranchDataIndexEntry.swift
[87/252] Compiling MachOKit AotInstructionMap.swift
[88/252] Compiling MachOKit AotInstructionMapHeader.swift
[89/252] Compiling MachOKit AotInstructionMapIndexEntry.swift
[90/252] Compiling MachOKit BindOpcode.swift
[91/252] Compiling MachOKit BindOperation.swift
[92/252] Compiling MachOKit BindOperationsKind.swift
[93/252] Compiling MachOKit BindSpecial.swift
[94/252] Compiling MachOKit BindType.swift
[95/252] Compiling MachOKit ClassicBindType.swift
[96/252] Compiling MachOKit BindingSymbol.swift
[97/252] Compiling MachOKit ClassicBindingSymbol.swift
[98/252] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[99/252] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[100/252] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[101/252] Compiling MachOKit DyldCacheMappingFlags.swift
[102/252] Compiling MachOKit DyldCacheMappingInfo.swift
[103/252] Compiling MachOKit DyldCachePrewarming.swift
[104/252] Compiling MachOKit DyldCachePrewarmingEntry.swift
[105/252] Compiling MachOKit DyldCacheTproMappingInfo.swift
[106/252] Compiling MachOKit DyldSubCacheEntry.swift
[107/252] Compiling MachOKit DylibIndex.swift
[108/252] Compiling MachOKit DylibsTrieNodeContent.swift
[109/252] Compiling MachOKit LoaderRef.swift
[110/252] Compiling MachOKit ObjCBinaryInfo.swift
[111/252] Compiling MachOKit PrebuiltLoader.swift
[112/252] Compiling MachOKit PrebuiltLoaderProtocol.swift
[113/252] Compiling MachOKit PrebuiltLoaderSet.swift
[114/252] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[115/252] Compiling MachOKit SectionLocations.swift
[116/252] Compiling MachOKit ObjCHeaderInfoRO.swift
[117/252] Compiling MachOKit ObjCHeaderInfoRW.swift
[118/252] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[119/252] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[120/252] Compiling MachOKit ObjCImageInfo.swift
[121/252] Compiling MachOKit ObjCOptimization.swift
[122/252] Compiling MachOKit ObjCOptimizationFlags.swift
[123/252] Compiling MachOKit OldObjCOptimization.swift
[124/252] Compiling MachOKit _OldObjCOptimizationProtocol.swift
[125/252] Compiling MachOKit ProgramOffset.swift
[126/252] Compiling MachOKit ProgramsTrieNodeContent.swift
[127/252] Compiling MachOKit DyldCacheSlideInfo.swift
[128/252] Compiling MachOKit DyldCacheSlideInfo1.swift
[129/252] Compiling MachOKit DyldCacheSlideInfo2.swift
[130/252] Compiling MachOKit DyldCacheSlideInfo3.swift
[131/252] Compiling MachOKit DyldCacheSlideInfo4.swift
[132/252] Compiling MachOKit DyldCacheSlideInfo5.swift
[133/252] Compiling MachOKit SwiftOptimization.swift
[134/252] Compiling MachOKit DyldChainedFixupPointer.swift
[135/252] Compiling MachOKit DyldChainedFixupPointerContent.swift
[136/252] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[137/252] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[138/252] Compiling MachOKit DyldChainedFixupsHeader.swift
[139/252] Compiling MachOKit DyldChainedImport.swift
[140/252] Compiling MachOKit DyldChainedImportFormat.swift
[141/252] Compiling MachOKit DyldChainedPage.swift
[142/252] Compiling MachOKit DyldChainedStartsInImage.swift
[143/252] Compiling MachOKit AotCache+CodeFragments.swift
[144/252] Compiling MachOKit AotCache.swift
[145/252] Compiling MachOKit DyldCache+SubCaches.swift
[146/252] Compiling MachOKit DyldCache+host.swift
[147/252] Compiling MachOKit DyldCache.swift
[148/252] Compiling MachOKit DyldCacheLoaded+SubCaches.swift
[149/252] Compiling MachOKit DyldCacheLoaded+static.swift
[150/252] Compiling MachOKit DyldCacheLoaded.swift
[151/252] Compiling MachOKit Data+.swift
[152/252] Compiling MachOKit FileHandle+.swift
[153/252] Compiling MachOKit FixedWidthInteger+.swift
[154/252] Compiling MachOKit Sequence+.swift
[155/252] Compiling MachOKit String+.swift
[156/252] Compiling MachOKit TrieTreeProtocol+.swift
[157/252] Compiling MachOKit UUID+.swift
[158/252] Compiling MachOKit UnsafePointer+.swift
[159/252] Compiling MachOKit UnsafeRawPointer+.swift
[160/252] Compiling MachOKit _FileIOProtocol+.swift
[161/252] Compiling MachOKit dyld_chained_ptr+.swift
[162/252] Compiling MachOKit FatFile.swift
[163/252] Compiling MachOKit FullDyldCache+host.swift
[164/252] Compiling MachOKit FullDyldCache.swift
[165/252] Compiling MachOKit AotCacheHeader.swift
[166/252] Compiling MachOKit CPU.swift
[167/252] Compiling MachOKit CPUSubType.swift
[168/252] Compiling MachOKit CPUType.swift
[169/252] Compiling MachOKit DyldCacheHeader.swift
[170/252] Compiling MachOKit DyldCacheType.swift
[171/252] Compiling MachOKit FatArch.swift
[172/252] Compiling MachOKit FatHeader.swift
[173/252] Compiling MachOKit FileType.swift
[174/252] Compiling MachOKit MachHeader+Flags+Bit.swift
[175/252] Compiling MachOKit MachHeader+Flags.swift
[176/252] Compiling MachOKit MachHeader.swift
[177/252] Compiling MachOKit Magic.swift
[178/252] Compiling MachOKit AotMetadataCommand.swift
[179/252] Compiling MachOKit BuildVersionCommand.swift
[180/252] Compiling MachOKit DylibCommand.swift
[181/252] Compiling MachOKit DylibUseCommand.swift
[182/252] Compiling MachOKit DylinkerCommand.swift
[183/252] Compiling MachOKit EncryptionInfoCommand.swift
[184/252] Compiling MachOKit EntryPointCommand.swift
[185/252] Compiling MachOKit FilesetEntryCommand.swift
[186/252] Compiling MachOKit LinkerOptionCommand.swift
[187/252] Compiling MachOKit DyldChainedStartsInSegment.swift
[188/252] Compiling MachOKit DyldChainedStartsOffsets.swift
[189/252] Compiling MachOKit DyldChainedSymbolsFormat.swift
[190/252] Compiling MachOKit ExportSymbolFlags.swift
[191/252] Compiling MachOKit ExportSymbolKind.swift
[192/252] Compiling MachOKit ExportTrieEntry.swift
[193/252] Compiling MachOKit ExportedSymbol.swift
[194/252] Compiling MachOKit FunctionStart.swift
[195/252] Compiling MachOKit IndirectSymbol.swift
[196/252] Compiling MachOKit Rebase.swift
[197/252] Compiling MachOKit RebaseOpcode.swift
[198/252] Compiling MachOKit RebaseOperation.swift
[199/252] Compiling MachOKit RebaseType.swift
[200/252] Compiling MachOKit Relocation.swift
[201/252] Compiling MachOKit RelocationInfo.swift
[202/252] Compiling MachOKit RelocationLength.swift
[203/252] Compiling MachOKit RelocationType.swift
[204/252] Compiling MachOKit ScatteredRelocationInfo.swift
[205/252] Compiling MachOKit Nlist.swift
[206/252] Compiling MachOKit Stab.swift
[207/252] Compiling MachOKit SymbolDescription.swift
[208/252] Compiling MachOKit SymbolFlags.swift
[209/252] Compiling MachOKit TargetTripleCommand.swift
[210/252] Compiling MachOKit ThreadCommand.swift
[211/252] Compiling MachOKit UUIDCommand.swift
[212/252] Compiling MachOKit VersionMinCommand.swift
[213/252] Compiling MachOKit MachOFile+BindOperations.swift
[214/252] Compiling MachOKit MachOFile+CodeSign.swift
[215/252] Compiling MachOKit MachOFile+DyldChainedFixups.swift
[216/252] Compiling MachOKit MachOFile+ExportTrie.swift
[217/252] Compiling MachOKit MachOFile+FunctionStarts.swift
[218/252] Compiling MachOKit MachOFile+LoadCommands.swift
[219/252] Compiling MachOKit MachOFile+RebaseOperations.swift
[220/252] Compiling MachOKit MachOFile+Strings.swift
[221/252] Compiling MachOKit MachOFile+Symbols.swift
[222/252] Compiling MachOKit MachOFile.swift
[223/252] Compiling MachOKit MachOImage+BindOperations.swift
[224/252] Compiling MachOKit MachOImage+CodeSign.swift
[225/252] Compiling MachOKit MachOImage+DyldChainedFixups..swift
[226/252] Compiling MachOKit MachOImage+ExportTrie.swift
[227/252] Compiling MachOKit MachOImage+FunctionStarts.swift
[228/252] Compiling MachOKit MachOImage+LoadCommands.swift
[229/252] Compiling MachOKit MachOImage+RebaseOperations.swift
[230/252] Compiling MachOKit MachOImage+Strings.swift
[231/252] Compiling MachOKit SymbolLibraryOrdinalType.swift
[232/252] Compiling MachOKit SymbolReferenceFlag.swift
[233/252] Compiling MachOKit SymbolType.swift
[234/252] Compiling MachOKit CodeSignProtocol.swift
[235/252] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[236/252] Compiling MachOKit DyldCacheRepresentable.swift
[237/252] Compiling MachOKit DyldChainedFixupsProtocol.swift
[238/252] Compiling MachOKit DyldChainedImportProtocol.swift
[239/252] Compiling MachOKit LoadCommandWrapper.swift
[240/252] Compiling MachOKit LoadCommandsProtocol.swift
[241/252] Compiling MachOKit MachORepresentable.swift
[242/252] Compiling MachOKit SymbolProtocol.swift
[243/252] Compiling MachOKit _DyldCacheFileRepresentable.swift
[244/252] Compiling MachOKit CxaDemangle.swift
[245/252] Compiling MachOKit SwiftDemangle.swift
[246/252] Compiling MachOKit DataTrieTree.swift
[247/252] Compiling MachOKit MemoryTrieTree.swift
[248/252] Compiling MachOKit TrieNode.swift
[249/252] Compiling MachOKit TrieNodeContent.swift
[250/252] Compiling MachOKit TrieTreeProtocol.swift
[251/252] Compiling MachOKit exported.swift
[252/252] Compiling MachOKit global.swift
[253/257] Compiling FishHook Rebinding.swift
[254/257] Compiling FishHook RebindingsEntry.swift
[255/257] Compiling FishHook MachOImage+.swift
[256/257] Compiling FishHook FishHook.swift
/Users/admin/builder/spi-builder-workspace/Sources/FishHook/FishHook.swift:4:16: warning: static property 'rebindingsEntry' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  2 |
  3 | public enum FishHook {
  4 |     static var rebindingsEntry: [RebindingsEntry] = []
    |                |- warning: static property 'rebindingsEntry' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'rebindingsEntry' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'rebindingsEntry' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  5 |
  6 |     @inline(__always)
[257/257] Emitting module FishHook
/Users/admin/builder/spi-builder-workspace/Sources/FishHook/FishHook.swift:4:16: warning: static property 'rebindingsEntry' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  2 |
  3 | public enum FishHook {
  4 |     static var rebindingsEntry: [RebindingsEntry] = []
    |                |- warning: static property 'rebindingsEntry' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'rebindingsEntry' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'rebindingsEntry' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  5 |
  6 |     @inline(__always)
Build complete! (27.44s)
Fetching https://github.com/p-x9/MachOKit.git
[1/6553] Fetching machokit
Fetched https://github.com/p-x9/MachOKit.git from cache (0.99s)
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.48.0 (1.54s)
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/p-x9/swift-fileio-extra.git
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-binary-parse-support.git
Fetching https://github.com/apple/swift-crypto.git from cache
[1/242] Fetching swift-binary-parse-support
[243/290] Fetching swift-binary-parse-support, swift-fileio-extra
[291/536] Fetching swift-binary-parse-support, swift-fileio-extra, swift-fileio
[407/795] Fetching swift-binary-parse-support, swift-fileio-extra, swift-fileio, objectarchivekit
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.74s)
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (0.77s)
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (0.77s)
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (0.77s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.46s)
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 (1.96s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0 (0.47s)
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.47s)
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.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.46s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.09s)
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.6.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/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/MachOKit.git
Working copy of https://github.com/p-x9/MachOKit.git resolved at 0.48.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" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit.git"
    }
  ],
  "manifest_display_name" : "FishHook",
  "name" : "FishHook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FishHook",
      "targets" : [
        "FishHook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FishHookTests",
      "module_type" : "SwiftTarget",
      "name" : "FishHookTests",
      "path" : "Tests/FishHookTests",
      "sources" : [
        "FishHookTests.swift",
        "disableExclusivityChecking.swift",
        "function.swift"
      ],
      "target_dependencies" : [
        "FishHook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FishHook",
      "module_type" : "SwiftTarget",
      "name" : "FishHook",
      "path" : "Sources/FishHook",
      "product_dependencies" : [
        "MachOKit"
      ],
      "product_memberships" : [
        "FishHook"
      ],
      "sources" : [
        "Extension/MachOImage+.swift",
        "FishHook.swift",
        "Model/Rebinding.swift",
        "Model/RebindingsEntry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.