The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Fortify, reference main (999f26), with Swift 6.3 for Android on 15 Apr 2026 23:52:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/Fortify.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/Fortify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 999f264 Remove #filePath
Cloned https://github.com/johnno1962/Fortify.git
Revision (git rev-parse @):
999f2644ed80ecd67db3344c79bfe9f329f03ad5
SUCCESS checkout https://github.com/johnno1962/Fortify.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/johnno1962/Fortify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/johnno1962/Popen.git
Fetching https://github.com/johnno1962/SwiftRegex5.git
Fetching https://github.com/johnno1962/DLKit
Fetching https://github.com/johnno1962/StringIndex
[1/223] Fetching swiftregex5
[10/377] Fetching swiftregex5, stringindex
[256/888] Fetching swiftregex5, stringindex, dlkit
[889/1068] Fetching swiftregex5, stringindex, dlkit, popen
Fetched https://github.com/johnno1962/StringIndex from cache (0.41s)
Fetched https://github.com/johnno1962/Popen.git from cache (0.41s)
Fetched https://github.com/johnno1962/SwiftRegex5.git from cache (0.41s)
Fetched https://github.com/johnno1962/DLKit from cache (0.41s)
Computing version for https://github.com/johnno1962/StringIndex
Computed https://github.com/johnno1962/StringIndex at 2.2.4 (0.98s)
Computing version for https://github.com/johnno1962/SwiftRegex5.git
Computed https://github.com/johnno1962/SwiftRegex5.git at 6.3.0 (0.50s)
Computing version for https://github.com/johnno1962/Popen.git
Computed https://github.com/johnno1962/Popen.git at 2.2.1 (0.50s)
Computing version for https://github.com/johnno1962/DLKit
Computed https://github.com/johnno1962/DLKit at 3.5.6 (0.52s)
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.23s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (0.75s)
Creating working copy for https://github.com/johnno1962/StringIndex
Working copy of https://github.com/johnno1962/StringIndex resolved at 2.2.4
Creating working copy for https://github.com/johnno1962/Popen.git
Working copy of https://github.com/johnno1962/Popen.git resolved at 2.2.1
Creating working copy for https://github.com/johnno1962/SwiftRegex5.git
Working copy of https://github.com/johnno1962/SwiftRegex5.git resolved at 6.3.0
Creating working copy for https://github.com/johnno1962/DLKit
Working copy of https://github.com/johnno1962/DLKit resolved at 3.5.6
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/10] Write sources
[5/10] Compiling fishhook fishhook.c
[6/10] Compiling DLKitC DLKitC.c
[7/10] Compiling DLKitC trie_dlops.mm
[8/10] Compiling DLKitC trie_dladdr.mm
[9/10] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/31] Emitting module Popen
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:60:47: error: cannot find type 'FILE' in scope
 58 |     open var fileStream: UnsafeMutablePointer<FILE>
 59 |
 60 |     public init?(stream: UnsafeMutablePointer<FILE>?) {
    |                                               `- error: cannot find type 'FILE' in scope
 61 |         guard let stream = stream else { return nil }
 62 |         fileStream = stream
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:54:24: error: no exact matches in call to initializer
 52 |     }
 53 |
 54 |     static let STDIN = Fopen(stream: stdin)!
    |                        `- error: no exact matches in call to initializer
 55 |     static let STDOUT = Fopen(stream: stdout)!
 56 |     static let STDERR = Fopen(stream: stderr)!
    :
 64 |     }
 65 |
 66 |     public convenience init?(path: String, mode: FILEMode = .read) {
    |                        `- note: candidate has partially matching parameter list (path: String, mode: Fopen.FILEMode)
 67 |         self.init(stream: fopen(path, mode.mode))
 68 |     }
 69 |
 70 |     public convenience init?(fd: CInt, mode: FILEMode = .read) {
    |                        `- note: candidate has partially matching parameter list (fd: CInt, mode: Fopen.FILEMode)
 71 |         self.init(stream: fdopen(fd, mode.mode))
 72 |     }
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:55:25: error: no exact matches in call to initializer
 53 |
 54 |     static let STDIN = Fopen(stream: stdin)!
 55 |     static let STDOUT = Fopen(stream: stdout)!
    |                         `- error: no exact matches in call to initializer
 56 |     static let STDERR = Fopen(stream: stderr)!
 57 |
    :
 64 |     }
 65 |
 66 |     public convenience init?(path: String, mode: FILEMode = .read) {
    |                        `- note: candidate has partially matching parameter list (path: String, mode: Fopen.FILEMode)
 67 |         self.init(stream: fopen(path, mode.mode))
 68 |     }
 69 |
 70 |     public convenience init?(fd: CInt, mode: FILEMode = .read) {
    |                        `- note: candidate has partially matching parameter list (fd: CInt, mode: Fopen.FILEMode)
 71 |         self.init(stream: fdopen(fd, mode.mode))
 72 |     }
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:56:25: error: no exact matches in call to initializer
 54 |     static let STDIN = Fopen(stream: stdin)!
 55 |     static let STDOUT = Fopen(stream: stdout)!
 56 |     static let STDERR = Fopen(stream: stderr)!
    |                         `- error: no exact matches in call to initializer
 57 |
 58 |     open var fileStream: UnsafeMutablePointer<FILE>
    :
 64 |     }
 65 |
 66 |     public convenience init?(path: String, mode: FILEMode = .read) {
    |                        `- note: candidate has partially matching parameter list (path: String, mode: Fopen.FILEMode)
 67 |         self.init(stream: fopen(path, mode.mode))
 68 |     }
 69 |
 70 |     public convenience init?(fd: CInt, mode: FILEMode = .read) {
    |                        `- note: candidate has partially matching parameter list (fd: CInt, mode: Fopen.FILEMode)
 71 |         self.init(stream: fdopen(fd, mode.mode))
 72 |     }
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:58:47: error: cannot find type 'FILE' in scope
 56 |     static let STDERR = Fopen(stream: stderr)!
 57 |
 58 |     open var fileStream: UnsafeMutablePointer<FILE>
    |                                               `- error: cannot find type 'FILE' in scope
 59 |
 60 |     public init?(stream: UnsafeMutablePointer<FILE>?) {
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Stream.swift:15:42: error: cannot find type 'FILE' in scope
13 |
14 | public protocol FILEStream {
15 |     var fileStream: UnsafeMutablePointer<FILE> { get }
   |                                          `- error: cannot find type 'FILE' in scope
16 | }
17 |
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fstat.swift:14:26: error: cannot find type 'stat' in scope
12 | import Foundation
13 |
14 | public typealias Fstat = stat
   |                          `- error: cannot find type 'stat' in scope
15 |
16 | extension Fstat {
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Glob.swift:15:17: error: cannot find 'glob_t' in scope
13 |
14 | public class Glob: Sequence, IteratorProtocol {
15 |     var pglob = glob_t()
   |                 `- error: cannot find 'glob_t' in scope
16 |     var index = 0
17 |
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Popen.swift:27:54: error: cannot find type 'FILE' in scope
 25 | @_silgen_name("popen")
 26 | public func popen(_: UnsafePointer<CChar>,
 27 |     _: UnsafePointer<CChar>) -> UnsafeMutablePointer<FILE>!
    |                                                      `- error: cannot find type 'FILE' in scope
 28 | @_silgen_name("pclose")
 29 | public func pclose(_: UnsafeMutablePointer<FILE>?) -> CInt
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Popen.swift:29:44: error: cannot find type 'FILE' in scope
 27 |     _: UnsafePointer<CChar>) -> UnsafeMutablePointer<FILE>!
 28 | @_silgen_name("pclose")
 29 | public func pclose(_: UnsafeMutablePointer<FILE>?) -> CInt
    |                                            `- error: cannot find type 'FILE' in scope
 30 |
 31 | open class Popen: FILEStream, Sequence, IteratorProtocol {
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Popen.swift:131:47: error: cannot find type 'FILE' in scope
129 |     #endif
130 |
131 |     open var fileStream: UnsafeMutablePointer<FILE>
    |                                               `- error: cannot find type 'FILE' in scope
132 |     open var exitStatus: CInt?
133 |
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Popen.swift:134:46: error: cannot find type 'FILE' in scope
132 |     open var exitStatus: CInt?
133 |
134 |     public init(stream: UnsafeMutablePointer<FILE>) {
    |                                              `- error: cannot find type 'FILE' in scope
135 |         Self.openedFILEStreams += 1
136 |         fileStream = stream
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Stream.swift:19:61: error: cannot find type 'FILE' in scope
17 |
18 | extension UnsafeMutablePointer: FILEStream,
19 |     Swift.Sequence, Swift.IteratorProtocol where Pointee == FILE {
   |                                                             `- error: cannot find type 'FILE' in scope
20 |     public typealias Element = String
21 |     public var fileStream: Self { return self }
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Stream.swift:18:1: error: type 'UnsafeMutablePointer<Pointee>' does not conform to protocol 'Sequence'
16 | }
17 |
18 | extension UnsafeMutablePointer: FILEStream,
   | `- error: type 'UnsafeMutablePointer<Pointee>' does not conform to protocol 'Sequence'
19 |     Swift.Sequence, Swift.IteratorProtocol where Pointee == FILE {
20 |     public typealias Element = String
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Stream.swift:18:1: error: type 'UnsafeMutablePointer<Pointee>' does not conform to protocol 'IteratorProtocol'
16 | }
17 |
18 | extension UnsafeMutablePointer: FILEStream,
   | |- error: type 'UnsafeMutablePointer<Pointee>' does not conform to protocol 'IteratorProtocol'
   | `- note: add stubs for conformance
19 |     Swift.Sequence, Swift.IteratorProtocol where Pointee == FILE {
20 |     public typealias Element = String
Swift.Sequence.Element:2:16: note: protocol requires nested type 'Element'
1 | protocol Sequence {
2 | associatedtype Element where Self.Element == Self.Iterator.Element}
  |                `- note: protocol requires nested type 'Element'
3 |
Swift.Sequence.Iterator:2:16: note: protocol requires nested type 'Iterator'
1 | protocol Sequence {
2 | associatedtype Iterator : IteratorProtocol}
  |                `- note: protocol requires nested type 'Iterator'
3 |
[12/31] Compiling Popen Topen.swift
[13/31] Compiling DLKit FileSymbols.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/31] Emitting module DLKit
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:29:11: error: cannot find type 'ImageSymbols' in scope
 27 | }
 28 |
 29 | extension ImageSymbols {
    |           `- error: cannot find type 'ImageSymbols' in scope
 30 |     public typealias SymbolValue = DLKit.SymbolValue
 31 |     public func rebind(mapping: [String: String],
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:97:11: error: cannot find type 'ImageSymbols' in scope
 95 |
 96 | // Weird subscripting api.
 97 | extension ImageSymbols {
    |           `- error: cannot find type 'ImageSymbols' in scope
 98 |     public struct DLKInfo {
 99 |         public let info: Dl_info
[15/31] Compiling DLKit DLKit.swift
[16/31] Compiling DLKit Demangling.swift
[17/31] Compiling DLKit ImageSymbols.swift
[18/31] Compiling DLKit Interposing.swift
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:29:11: error: cannot find type 'ImageSymbols' in scope
 27 | }
 28 |
 29 | extension ImageSymbols {
    |           `- error: cannot find type 'ImageSymbols' in scope
 30 |     public typealias SymbolValue = DLKit.SymbolValue
 31 |     public func rebind(mapping: [String: String],
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:97:11: error: cannot find type 'ImageSymbols' in scope
 95 |
 96 | // Weird subscripting api.
 97 | extension ImageSymbols {
    |           `- error: cannot find type 'ImageSymbols' in scope
 98 |     public struct DLKInfo {
 99 |         public let info: Dl_info
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:30:42: error: no type named 'SymbolValue' in module 'DLKit'
 28 |
 29 | extension ImageSymbols {
 30 |     public typealias SymbolValue = DLKit.SymbolValue
    |                                          `- error: no type named 'SymbolValue' in module 'DLKit'
 31 |     public func rebind(mapping: [String: String],
 32 |                        scope: UnsafeMutableRawPointer? = DLKit.RTLD_DEFAULT,
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:33:53: error: no type named 'SymbolName' in module 'DLKit'
 31 |     public func rebind(mapping: [String: String],
 32 |                        scope: UnsafeMutableRawPointer? = DLKit.RTLD_DEFAULT,
 33 |                        warn: Bool = true) -> [DLKit.SymbolName] {
    |                                                     `- error: no type named 'SymbolName' in module 'DLKit'
 34 |         return rebind(symbols: Array(mapping.keys),
 35 |                       values: Array(mapping.values),
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:40:53: error: no type named 'SymbolName' in module 'DLKit'
 38 |     public func rebind(symbols: [String], values: [String],
 39 |                        scope: UnsafeMutableRawPointer? = DLKit.RTLD_DEFAULT,
 40 |                        warn: Bool = true) -> [DLKit.SymbolName] {
    |                                                     `- error: no type named 'SymbolName' in module 'DLKit'
 41 |         return rebind(names: symbols.map {$0.withCString {$0}}, values:
 42 |                         values.map { if let replacement = dlsym(scope, $0) {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:52:54: error: no type named 'SymbolName' in module 'DLKit'
 50 |     }
 51 |     public func rebind(symbols: [String], values: [SymbolValue?],
 52 |                        warn: Bool = false) -> [DLKit.SymbolName] {
    |                                                      `- error: no type named 'SymbolName' in module 'DLKit'
 53 |         let names = symbols.map {$0.withCString {$0}}
 54 |         return rebind(names: names, values: values, warn: warn)
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:51:52: error: cannot find type 'SymbolValue' in scope
 49 |                         }, warn: warn)
 50 |     }
 51 |     public func rebind(symbols: [String], values: [SymbolValue?],
    |                                                    `- error: cannot find type 'SymbolValue' in scope
 52 |                        warn: Bool = false) -> [DLKit.SymbolName] {
 53 |         let names = symbols.map {$0.withCString {$0}}
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:57:54: error: no type named 'SymbolName' in module 'DLKit'
 55 |     }
 56 |     public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
 57 |                        warn: Bool = false) -> [DLKit.SymbolName] {
    |                                                      `- error: no type named 'SymbolName' in module 'DLKit'
 58 |         var rebindings: [rebinding] = (0..<names.count).compactMap {
 59 |             guard $0 < values.count,
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:56:38: error: no type named 'SymbolName' in module 'DLKit'
 54 |         return rebind(names: names, values: values, warn: warn)
 55 |     }
 56 |     public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
    |                                      `- error: no type named 'SymbolName' in module 'DLKit'
 57 |                        warn: Bool = false) -> [DLKit.SymbolName] {
 58 |         var rebindings: [rebinding] = (0..<names.count).compactMap {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:56:60: error: cannot find type 'SymbolValue' in scope
 54 |         return rebind(names: names, values: values, warn: warn)
 55 |     }
 56 |     public func rebind(names: [DLKit.SymbolName], values: [SymbolValue?],
    |                                                            `- error: cannot find type 'SymbolValue' in scope
 57 |                        warn: Bool = false) -> [DLKit.SymbolName] {
 58 |         var rebindings: [rebinding] = (0..<names.count).compactMap {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:73:65: error: no type named 'SymbolName' in module 'DLKit'
 71 |         return replaced
 72 |     }
 73 |     public func rebind(rebindings: inout [rebinding]) -> [DLKit.SymbolName] {
    |                                                                 `- error: no type named 'SymbolName' in module 'DLKit'
 74 |         var replaced = [DLKit.SymbolName]()
 75 |         for image in imageNumbers {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:73:43: error: cannot find type 'rebinding' in scope
 71 |         return replaced
 72 |     }
 73 |     public func rebind(rebindings: inout [rebinding]) -> [DLKit.SymbolName] {
    |                                           `- error: cannot find type 'rebinding' in scope
 74 |         var replaced = [DLKit.SymbolName]()
 75 |         for image in imageNumbers {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:99:26: error: cannot find type 'Dl_info' in scope
 97 | extension ImageSymbols {
 98 |     public struct DLKInfo {
 99 |         public let info: Dl_info
    |                          `- error: cannot find type 'Dl_info' in scope
100 |         public var name: DLKit.SymbolName! { info.dli_sname }
101 |         public var addr: SymbolValue { info.dli_saddr }
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:100:32: error: no type named 'SymbolName' in module 'DLKit'
 98 |     public struct DLKInfo {
 99 |         public let info: Dl_info
100 |         public var name: DLKit.SymbolName! { info.dli_sname }
    |                                `- error: no type named 'SymbolName' in module 'DLKit'
101 |         public var addr: SymbolValue { info.dli_saddr }
102 |         public var entry: UnsafeMutablePointer<nlist_t>?
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:101:26: error: cannot find type 'SymbolValue' in scope
 99 |         public let info: Dl_info
100 |         public var name: DLKit.SymbolName! { info.dli_sname }
101 |         public var addr: SymbolValue { info.dli_saddr }
    |                          `- error: cannot find type 'SymbolValue' in scope
102 |         public var entry: UnsafeMutablePointer<nlist_t>?
103 |         public var owner: ImageSymbols
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:102:48: error: cannot find type 'nlist_t' in scope
100 |         public var name: DLKit.SymbolName! { info.dli_sname }
101 |         public var addr: SymbolValue { info.dli_saddr }
102 |         public var entry: UnsafeMutablePointer<nlist_t>?
    |                                                `- error: cannot find type 'nlist_t' in scope
103 |         public var owner: ImageSymbols
104 |         public var image: ImageSymbols? {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:103:27: error: cannot find type 'ImageSymbols' in scope
101 |         public var addr: SymbolValue { info.dli_saddr }
102 |         public var entry: UnsafeMutablePointer<nlist_t>?
103 |         public var owner: ImageSymbols
    |                           `- error: cannot find type 'ImageSymbols' in scope
104 |         public var image: ImageSymbols? {
105 |             return (owner.imageNumbers.first(where: {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:104:27: error: cannot find type 'ImageSymbols' in scope
102 |         public var entry: UnsafeMutablePointer<nlist_t>?
103 |         public var owner: ImageSymbols
104 |         public var image: ImageSymbols? {
    |                           `- error: cannot find type 'ImageSymbols' in scope
105 |             return (owner.imageNumbers.first(where: {
106 |                         info.dli_fname == $0.imageName }) ??
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:113:50: error: cannot find type 'DLKInfo' in scope
111 |     }
112 |     /// Address lookup returning image symbol name and wrapped image for an address.
113 |     public func getInfo(address: SymbolValue) -> DLKInfo? {
    |                                                  `- error: cannot find type 'DLKInfo' in scope
114 |         var info = Dl_info(), entry: UnsafeMutablePointer<nlist_t>?
115 |         guard trie_dladdr2(address, &info, &entry) != 0 ||
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:113:34: error: cannot find type 'SymbolValue' in scope
111 |     }
112 |     /// Address lookup returning image symbol name and wrapped image for an address.
113 |     public func getInfo(address: SymbolValue) -> DLKInfo? {
    |                                  `- error: cannot find type 'SymbolValue' in scope
114 |         var info = Dl_info(), entry: UnsafeMutablePointer<nlist_t>?
115 |         guard trie_dladdr2(address, &info, &entry) != 0 ||
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:120:44: error: cannot find type 'DLKInfo' in scope
118 |     }
119 |     /// Inverse lookup returning image symbol name and wrapped image for an address.
120 |     public subscript (ptr: SymbolValue) -> DLKInfo? {
    |                                            `- error: cannot find type 'DLKInfo' in scope
121 |         return getInfo(address: ptr)
122 |     }
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:120:28: error: cannot find type 'SymbolValue' in scope
118 |     }
119 |     /// Inverse lookup returning image symbol name and wrapped image for an address.
120 |     public subscript (ptr: SymbolValue) -> DLKInfo? {
    |                            `- error: cannot find type 'SymbolValue' in scope
121 |         return getInfo(address: ptr)
122 |     }
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:124:50: error: cannot find type 'SymbolValue' in scope
122 |     }
123 |     /// Loook up an individual symbol by name
124 |     public subscript (name: DLKit.SymbolName) -> SymbolValue? {
    |                                                  `- error: cannot find type 'SymbolValue' in scope
125 |         get { return self[[name]][0] }
126 |         set (newValue) { self[[name]] = [newValue] }
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:124:35: error: no type named 'SymbolName' in module 'DLKit'
122 |     }
123 |     /// Loook up an individual symbol by name
124 |     public subscript (name: DLKit.SymbolName) -> SymbolValue? {
    |                                   `- error: no type named 'SymbolName' in module 'DLKit'
125 |         get { return self[[name]][0] }
126 |         set (newValue) { self[[name]] = [newValue] }
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:129:54: error: cannot find type 'SymbolValue' in scope
127 |     }
128 |     /// Loook up an array of symbols
129 |     public subscript (names: [DLKit.SymbolName]) -> [SymbolValue?] {
    |                                                      `- error: cannot find type 'SymbolValue' in scope
130 |         get {
131 |             if imageHandle == nil {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:129:37: error: no type named 'SymbolName' in module 'DLKit'
127 |     }
128 |     /// Loook up an array of symbols
129 |     public subscript (names: [DLKit.SymbolName]) -> [SymbolValue?] {
    |                                     `- error: no type named 'SymbolName' in module 'DLKit'
130 |         get {
131 |             if imageHandle == nil {
/host/spi-builder-workspace/.build/checkouts/DLKit/Sources/DLKit/Interposing.swift:145:46: error: cannot find type 'SymbolValue' in scope
143 |     }
144 |     /// Array of Strings version of subscript
145 |     public subscript (symbols: [String]) -> [SymbolValue?] {
    |                                              `- error: cannot find type 'SymbolValue' in scope
146 |         get { return self[symbols.map {$0.withCString {$0}}] }
147 |         set (newValue) {
[19/31] Compiling DLKit Iterators.swift
[20/31] Emitting module SwiftRegex
BUILD FAILURE 6.3 android