The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DLKit, reference main (f8ff73), with Swift 5.10 for Linux on 2 Nov 2025 06:53:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/DLKit.git
Reference: main
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/johnno1962/DLKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8ff733 Extra tabs.
Cloned https://github.com/johnno1962/DLKit.git
Revision (git rev-parse @):
f8ff7338e4d05af40dac35988945471bd63f9e28
SUCCESS checkout https://github.com/johnno1962/DLKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/johnno1962/DLKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.20s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (0.49s)
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
Building for debugging...
[0/11] Write sources
[1/11] Compiling DLKitC trie_dladdr.mm
[2/11] Compiling DLKitCD trie_dlops.mm
[2/11] Compiling fishhook fishhook.c
[4/11] Write sources
[4/11] Compiling DLKitCD trie_dladdr.mm
[6/11] Compiling DLKitC DLKitC.c
[7/11] Compiling DLKitC trie_dlops.mm
[8/11] Compiling DLKitCD DLKitC.c
[9/11] Compiling fishhookD fishhook.c
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling DLKitD Iterators.swift
[13/25] Compiling DLKitD Interposing.swift
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:29:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:97:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:30:36: error: cannot find type 'DLKit' in scope
    public typealias SymbolValue = DLKit.SymbolValue
                                   ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:33:47: error: cannot find type 'DLKit' in scope
                       warn: Bool = true) -> [DLKit.SymbolName] {
                                              ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:40:47: error: cannot find type 'DLKit' in scope
                       warn: Bool = true) -> [DLKit.SymbolName] {
                                              ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:52:48: error: cannot find type 'DLKit' in scope
                       warn: Bool = false) -> [DLKit.SymbolName] {
                                               ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:51:52: error: cannot find type 'SymbolValue' in scope
    public func rebind(symbols: [String], values: [SymbolValue?],
                                                   ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:57:48: error: cannot find type 'DLKit' in scope
                       warn: Bool = false) -> [DLKit.SymbolName] {
                                               ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:56:32: error: cannot find type 'DLKit' in scope
    public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
                               ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:56:60: error: cannot find type 'SymbolValue' in scope
    public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
                                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:73:59: error: cannot find type 'DLKit' in scope
    public func rebind(rebindings: inout [rebinding]) -> [DLKit.SymbolName] {
                                                          ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:73:43: error: cannot find type 'rebinding' in scope
    public func rebind(rebindings: inout [rebinding]) -> [DLKit.SymbolName] {
                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:99:26: error: cannot find type 'Dl_info' in scope
        public let info: Dl_info
                         ^~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:100:26: error: cannot find type 'DLKit' in scope
        public var name: DLKit.SymbolName! { info.dli_sname }
                         ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:101:26: error: cannot find type 'SymbolValue' in scope
        public var addr: SymbolValue { info.dli_saddr }
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:102:48: error: cannot find type 'nlist_t' in scope
        public var entry: UnsafeMutablePointer<nlist_t>?
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:103:27: error: cannot find type 'ImageSymbols' in scope
        public var owner: ImageSymbols
                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:104:27: error: cannot find type 'ImageSymbols' in scope
        public var image: ImageSymbols? {
                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:113:50: error: cannot find type 'DLKInfo' in scope
    public func getInfo(address: SymbolValue) -> DLKInfo? {
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:113:34: error: cannot find type 'SymbolValue' in scope
    public func getInfo(address: SymbolValue) -> DLKInfo? {
                                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:120:44: error: cannot find type 'DLKInfo' in scope
    public subscript (ptr: SymbolValue) -> DLKInfo? {
                                           ^~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:120:28: error: cannot find type 'SymbolValue' in scope
    public subscript (ptr: SymbolValue) -> DLKInfo? {
                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:124:50: error: cannot find type 'SymbolValue' in scope
    public subscript (name: DLKit.SymbolName) -> SymbolValue? {
                                                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:124:29: error: cannot find type 'DLKit' in scope
    public subscript (name: DLKit.SymbolName) -> SymbolValue? {
                            ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:129:54: error: cannot find type 'SymbolValue' in scope
    public subscript (names: [DLKit.SymbolName]) -> [SymbolValue?] {
                                                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:129:31: error: cannot find type 'DLKit' in scope
    public subscript (names: [DLKit.SymbolName]) -> [SymbolValue?] {
                              ^~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:145:46: error: cannot find type 'SymbolValue' in scope
    public subscript (symbols: [String]) -> [SymbolValue?] {
                                             ^~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/25] Emitting module DLKit
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:29:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:97:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
[15/25] Compiling DLKit Iterators.swift
[16/25] Compiling DLKit Interposing.swift
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:29:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:97:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:30:42: error: no type named 'SymbolValue' in module 'DLKit'
    public typealias SymbolValue = DLKit.SymbolValue
                                         ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:33:53: error: no type named 'SymbolName' in module 'DLKit'
                       warn: Bool = true) -> [DLKit.SymbolName] {
                                                    ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:40:53: error: no type named 'SymbolName' in module 'DLKit'
                       warn: Bool = true) -> [DLKit.SymbolName] {
                                                    ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:52:54: error: no type named 'SymbolName' in module 'DLKit'
                       warn: Bool = false) -> [DLKit.SymbolName] {
                                                     ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:51:52: error: cannot find type 'SymbolValue' in scope
    public func rebind(symbols: [String], values: [SymbolValue?],
                                                   ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:57:54: error: no type named 'SymbolName' in module 'DLKit'
                       warn: Bool = false) -> [DLKit.SymbolName] {
                                                     ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:56:38: error: no type named 'SymbolName' in module 'DLKit'
    public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
                                     ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:56:60: error: cannot find type 'SymbolValue' in scope
    public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
                                                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:73:65: error: no type named 'SymbolName' in module 'DLKit'
    public func rebind(rebindings: inout [rebinding]) -> [DLKit.SymbolName] {
                                                                ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:73:43: error: cannot find type 'rebinding' in scope
    public func rebind(rebindings: inout [rebinding]) -> [DLKit.SymbolName] {
                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:99:26: error: cannot find type 'Dl_info' in scope
        public let info: Dl_info
                         ^~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:100:32: error: no type named 'SymbolName' in module 'DLKit'
        public var name: DLKit.SymbolName! { info.dli_sname }
                               ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:101:26: error: cannot find type 'SymbolValue' in scope
        public var addr: SymbolValue { info.dli_saddr }
                         ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:102:48: error: cannot find type 'nlist_t' in scope
        public var entry: UnsafeMutablePointer<nlist_t>?
                                               ^~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:103:27: error: cannot find type 'ImageSymbols' in scope
        public var owner: ImageSymbols
                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:104:27: error: cannot find type 'ImageSymbols' in scope
        public var image: ImageSymbols? {
                          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:113:50: error: cannot find type 'DLKInfo' in scope
    public func getInfo(address: SymbolValue) -> DLKInfo? {
                                                 ^~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:113:34: error: cannot find type 'SymbolValue' in scope
    public func getInfo(address: SymbolValue) -> DLKInfo? {
                                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:120:44: error: cannot find type 'DLKInfo' in scope
    public subscript (ptr: SymbolValue) -> DLKInfo? {
                                           ^~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:120:28: error: cannot find type 'SymbolValue' in scope
    public subscript (ptr: SymbolValue) -> DLKInfo? {
                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:124:50: error: cannot find type 'SymbolValue' in scope
    public subscript (name: DLKit.SymbolName) -> SymbolValue? {
                                                 ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:124:35: error: no type named 'SymbolName' in module 'DLKit'
    public subscript (name: DLKit.SymbolName) -> SymbolValue? {
                                  ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:129:54: error: cannot find type 'SymbolValue' in scope
    public subscript (names: [DLKit.SymbolName]) -> [SymbolValue?] {
                                                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:129:37: error: no type named 'SymbolName' in module 'DLKit'
    public subscript (names: [DLKit.SymbolName]) -> [SymbolValue?] {
                                    ^
/host/spi-builder-workspace/Sources/DLKit/Interposing.swift:145:46: error: cannot find type 'SymbolValue' in scope
    public subscript (symbols: [String]) -> [SymbolValue?] {
                                             ^~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/25] Compiling DLKitD DLKit.swift
[18/25] Emitting module DLKitD
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:29:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DLKitD/Interposing.swift:97:11: error: cannot find type 'ImageSymbols' in scope
extension ImageSymbols {
          ^~~~~~~~~~~~
[19/25] Compiling DLKit DLKit.swift
[20/25] Compiling DLKit Demangling.swift
[21/25] Compiling DLKit FileSymbols.swift
[22/25] Compiling DLKit ImageSymbols.swift
[23/25] Compiling DLKitD ImageSymbols.swift
[24/25] Compiling DLKitD Demangling.swift
[25/25] Compiling DLKitD FileSymbols.swift
error: fatalError
error: fatalError
BUILD FAILURE 5.10 linux