The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DLKit, reference 3.5.7 (966a6a), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 03:24:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/DLKit.git
Reference: 3.5.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/DLKit
 * tag               3.5.7      -> FETCH_HEAD
HEAD is now at 966a6ae configurable dlOpenMode.
Cloned https://github.com/johnno1962/DLKit.git
Revision (git rev-parse @):
966a6ae1d242a9932faf848aaa0291037f316446
SUCCESS checkout https://github.com/johnno1962/DLKit.git at 3.5.7
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.64s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (1.36s)
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "dlkit",
      "name": "DLKit",
      "url": "https://github.com/johnno1962/DLKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DLKit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "fishhook",
          "name": "fishhook",
          "url": "https://github.com/johnno1962/fishhook",
          "version": "1.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fishhook",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/johnno1962/DLKit.git
[1/524] Fetching dlkit
Fetched https://github.com/johnno1962/DLKit.git from cache (0.78s)
Fetching https://github.com/johnno1962/fishhook from cache
Fetched https://github.com/johnno1962/fishhook from cache (0.45s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (0.51s)
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
Creating working copy for https://github.com/johnno1962/DLKit.git
Working copy of https://github.com/johnno1962/DLKit.git resolved at 3.5.7 (966a6ae)
warning: '.resolve-product-dependencies': dependency 'dlkit' is not used by any target
Found 1 product dependencies
  - fishhook
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/johnno1962/DLKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[2/11] Write swift-version--6988338F2F200930.txt
[3/11] Compiling DLKitCD DLKitC.c
[4/11] Compiling DLKitC DLKitC.c
[4/11] Compiling fishhook fishhook.c
[4/11] Compiling fishhookD fishhook.c
[7/11] Compiling DLKitCD trie_dlops.mm
[8/11] Compiling DLKitC trie_dlops.mm
[8/11] Compiling DLKitC trie_dladdr.mm
[8/11] Compiling DLKitCD trie_dladdr.mm
[12/25] Compiling DLKitD Iterators.swift
[13/25] Compiling DLKitD Interposing.swift
[14/25] Compiling DLKitD Demangling.swift
[15/25] Compiling DLKitD FileSymbols.swift
[16/25] Compiling DLKitD ImageSymbols.swift
/Users/admin/builder/spi-builder-workspace/Sources/DLKitD/ImageSymbols.swift:148:1: warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitCD' introduce this conformance in the future
146 | }
147 |
148 | extension TrieSymbol: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitCD' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public var description: String {
150 |         return "\(value != nil ? "\(value!)" : "nil"): " +
[17/25] Emitting module DLKit
/Users/admin/builder/spi-builder-workspace/Sources/DLKit/ImageSymbols.swift:148:1: warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitC' introduce this conformance in the future
146 | }
147 |
148 | extension TrieSymbol: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitC' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public var description: String {
150 |         return "\(value != nil ? "\(value!)" : "nil"): " +
[18/25] Compiling DLKit DLKit.swift
[19/25] Compiling DLKit ImageSymbols.swift
/Users/admin/builder/spi-builder-workspace/Sources/DLKit/ImageSymbols.swift:148:1: warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitC' introduce this conformance in the future
146 | }
147 |
148 | extension TrieSymbol: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitC' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public var description: String {
150 |         return "\(value != nil ? "\(value!)" : "nil"): " +
[20/25] Compiling DLKit Iterators.swift
[21/25] Compiling DLKit Demangling.swift
[22/25] Compiling DLKit Interposing.swift
[23/25] Compiling DLKit FileSymbols.swift
[24/25] Emitting module DLKitD
/Users/admin/builder/spi-builder-workspace/Sources/DLKitD/ImageSymbols.swift:148:1: warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitCD' introduce this conformance in the future
146 | }
147 |
148 | extension TrieSymbol: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'TrieSymbol' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'DLKitCD' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public var description: String {
150 |         return "\(value != nil ? "\(value!)" : "nil"): " +
[25/25] Compiling DLKitD DLKit.swift
Build complete! (6.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fishhook",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/fishhook"
    }
  ],
  "manifest_display_name" : "DLKit",
  "name" : "DLKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DLKit",
      "targets" : [
        "DLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitC",
      "targets" : [
        "DLKitC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitD",
      "targets" : [
        "DLKitD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DLKitCD",
      "targets" : [
        "DLKitCD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DLKitTests",
      "path" : "Tests/DLKitTests",
      "sources" : [
        "DLKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DLKitD",
      "module_type" : "SwiftTarget",
      "name" : "DLKitD",
      "path" : "Sources/DLKitD",
      "product_dependencies" : [
        "fishhookD"
      ],
      "product_memberships" : [
        "DLKitD"
      ],
      "sources" : [
        "DLKit.swift",
        "Demangling.swift",
        "FileSymbols.swift",
        "ImageSymbols.swift",
        "Interposing.swift",
        "Iterators.swift"
      ],
      "target_dependencies" : [
        "DLKitCD"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKitCD",
      "module_type" : "ClangTarget",
      "name" : "DLKitCD",
      "path" : "Sources/DLKitCD",
      "product_dependencies" : [
        "fishhookD"
      ],
      "product_memberships" : [
        "DLKitD",
        "DLKitCD"
      ],
      "sources" : [
        "DLKitC.c",
        "trie_dladdr.mm",
        "trie_dlops.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKitC",
      "module_type" : "ClangTarget",
      "name" : "DLKitC",
      "path" : "Sources/DLKitC",
      "product_memberships" : [
        "DLKit",
        "DLKitC"
      ],
      "sources" : [
        "DLKitC.c",
        "trie_dladdr.mm",
        "trie_dlops.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DLKit",
      "module_type" : "SwiftTarget",
      "name" : "DLKit",
      "path" : "Sources/DLKit",
      "product_dependencies" : [
        "fishhook"
      ],
      "product_memberships" : [
        "DLKit"
      ],
      "sources" : [
        "DLKit.swift",
        "Demangling.swift",
        "FileSymbols.swift",
        "ImageSymbols.swift",
        "Interposing.swift",
        "Iterators.swift"
      ],
      "target_dependencies" : [
        "DLKitC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.