The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PropertyTracer, reference main (3703d7), with Swift 6.1 for Android on 29 May 2025 15:04:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-property-tracer.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/p-x9/swift-property-tracer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3703d7d Merge pull request #3 from p-x9/feature/update-swift-syntax-url
Cloned https://github.com/p-x9/swift-property-tracer.git
Revision (git rev-parse @):
3703d7da09f512d0bf73922424730b56912cfa1f
SUCCESS checkout https://github.com/p-x9/swift-property-tracer.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/swift-property-tracer.git
https://github.com/p-x9/swift-property-tracer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "PropertyTracer",
  "name" : "PropertyTracer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PropertyTracer",
      "targets" : [
        "PropertyTracer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PropertyTracerPlugin",
      "targets" : [
        "PropertyTracerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PropertyTracerTests",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerTests",
      "path" : "Tests/PropertyTracerTests",
      "product_dependencies" : [
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "PropertyTracerTests.swift"
      ],
      "target_dependencies" : [
        "PropertyTracer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PropertyTracerSupport",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerSupport",
      "path" : "Sources/PropertyTracerSupport",
      "product_memberships" : [
        "PropertyTracer",
        "PropertyTracerPlugin"
      ],
      "sources" : [
        "Extension/Thread+.swift",
        "Model/CallStackInfo.swift",
        "Model/PropertyAccess.swift",
        "util/demangle.swift",
        "util/symbolInfo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PropertyTracerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracerPlugin",
      "path" : "Sources/PropertyTracerPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftParserDiagnostics"
      ],
      "product_memberships" : [
        "PropertyTracer",
        "PropertyTracerPlugin"
      ],
      "sources" : [
        "Extension/DeclGroupSyntax+.swift",
        "Extension/PatternBindingSyntax+.swift",
        "Extension/VariableDeclSyntax+.swift",
        "Macro/NoTracedMacro.swift",
        "Macro/PropertyTracerMacro.swift",
        "Macro/_TracedMacro.swift",
        "PropertyTracerMacroDiagnostic.swift",
        "PropertyTracerMacroPlugin.swift"
      ],
      "target_dependencies" : [
        "PropertyTracerSupport"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PropertyTracer",
      "module_type" : "SwiftTarget",
      "name" : "PropertyTracer",
      "path" : "Sources/PropertyTracer",
      "product_memberships" : [
        "PropertyTracer"
      ],
      "sources" : [
        "Macro.swift",
        "PropertyTracer.swift",
        "exported.swift"
      ],
      "target_dependencies" : [
        "PropertyTracerSupport",
        "PropertyTracerPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.47s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (11.79s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Building for debugging...
[0/35] Write sources
[17/35] Write swift-version-24593BA9C3E375BF.txt
[19/51] Emitting module SwiftSyntax509
[20/51] Compiling SwiftSyntax509 Empty.swift
[22/52] Emitting module SwiftSyntax510
[23/52] Compiling SwiftSyntax510 Empty.swift
[24/53] Wrapping AST for SwiftSyntax509 for debugging
[25/53] Wrapping AST for SwiftSyntax510 for debugging
[27/113] Compiling PropertyTracerSupport CallStackInfo.swift
[28/113] Compiling PropertyTracerSupport symbolInfo.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:12:16: error: cannot find 'Dl_info' in scope
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
12 |     var info = Dl_info()
   |                `- error: cannot find 'Dl_info' in scope
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:14:18: error: cannot find 'dladdr' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
   |                  `- error: cannot find 'dladdr' in scope
15 |     return result == 0 ? nil : info
16 | }
[29/113] Compiling PropertyTracerSupport PropertyAccess.swift
[30/113] Compiling PropertyTracerSupport demangle.swift
[31/113] Compiling SwiftSyntax AbsolutePosition.swift
[32/113] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[33/113] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/113] Compiling SwiftSyntax Assert.swift
[35/113] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/113] Compiling SwiftSyntax CommonAncestor.swift
[37/113] Compiling SwiftSyntax Convenience.swift
[38/113] Compiling SwiftSyntax MemoryLayout.swift
[39/113] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/121] Compiling PropertyTracerSupport PropertyAccess.swift
[41/121] Compiling PropertyTracerSupport CallStackInfo.swift
[42/121] Compiling PropertyTracerSupport demangle.swift
[43/121] Compiling PropertyTracerSupport symbolInfo.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:12:16: error: cannot find 'Dl_info' in scope
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
12 |     var info = Dl_info()
   |                `- error: cannot find 'Dl_info' in scope
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:14:18: error: cannot find 'dladdr' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
   |                  `- error: cannot find 'dladdr' in scope
15 |     return result == 0 ? nil : info
16 | }
[44/121] Emitting module SwiftSyntax
[45/121] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[46/121] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[47/121] Compiling SwiftSyntax SyntaxBaseNodes.swift
[48/121] Compiling SwiftSyntax SyntaxCollections.swift
[49/121] Compiling SwiftSyntax SyntaxEnum.swift
[50/121] Compiling SwiftSyntax SyntaxKind.swift
[51/121] Compiling SwiftSyntax SyntaxRewriter.swift
[52/121] Compiling SwiftSyntax SyntaxTraits.swift
[53/121] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[54/121] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[55/121] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/121] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/121] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[58/121] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[59/121] Compiling SwiftSyntax RawSyntaxValidation.swift
[60/121] Compiling SwiftSyntax SyntaxNodesAB.swift
[61/121] Compiling SwiftSyntax RawSyntax.swift
[62/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[63/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[64/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[65/121] Compiling SwiftSyntax SourceLength.swift
[66/121] Compiling SwiftSyntax SourceLocation.swift
[67/121] Compiling SwiftSyntax SourcePresence.swift
[68/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[69/121] Compiling SwiftSyntax Syntax.swift
[70/121] Compiling SwiftSyntax SyntaxArena.swift
[71/121] Compiling SwiftSyntax SyntaxChildren.swift
[72/121] Compiling SwiftSyntax SyntaxCollection.swift
[73/121] Compiling SwiftSyntax SyntaxHashable.swift
[74/121] Compiling SwiftSyntax SyntaxIdentifier.swift
[75/121] Compiling SwiftSyntax SyntaxNodeStructure.swift
[76/121] Compiling SwiftSyntax SyntaxProtocol.swift
[77/121] Compiling SwiftSyntax SyntaxText.swift
[78/121] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[79/121] Compiling SwiftSyntax TokenDiagnostic.swift
[80/121] Compiling SwiftSyntax TokenSequence.swift
[81/121] Compiling SwiftSyntax TokenSyntax.swift
[82/121] Compiling SwiftSyntax Trivia.swift
[83/121] Compiling SwiftSyntax Utils.swift
[84/121] Compiling SwiftSyntax ChildNameForKeyPath.swift
[85/121] Compiling SwiftSyntax Keyword.swift
[86/121] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[87/121] Compiling SwiftSyntax SyntaxTransform.swift
[88/121] Compiling SwiftSyntax SyntaxVisitor.swift
[89/121] Compiling SwiftSyntax TokenKind.swift
[90/121] Compiling SwiftSyntax Tokens.swift
[91/121] Compiling SwiftSyntax TriviaPieces.swift
[92/121] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[93/121] Compiling SwiftSyntax RawSyntaxNodesC.swift
[94/121] Compiling SwiftSyntax RawSyntaxNodesD.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[95/121] Emitting module PropertyTracerSupport
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
[96/121] Compiling PropertyTracerSupport Thread+.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:27:49: error: cannot find type 'Dl_info' in scope
25 |         addresses
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
   |                                                 `- error: cannot find type 'Dl_info' in scope
28 |                 guard let info = symbolInfo(for: address.uintValue) else {
29 |                     return nil
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:25:9: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
23 |     /// - Returns: An array of `CallStackInfo` structures containing the call stack information for each address.
24 |     package class func callStackInfos(addresses: [NSNumber]) -> [CallStackInfo] {
25 |         addresses
   |         `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
error: emit-module command failed with exit code 1 (use -v to see invocation)
[97/121] Emitting module PropertyTracerSupport
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
[98/121] Compiling PropertyTracerSupport Thread+.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:27:49: error: cannot find type 'Dl_info' in scope
25 |         addresses
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
   |                                                 `- error: cannot find type 'Dl_info' in scope
28 |                 guard let info = symbolInfo(for: address.uintValue) else {
29 |                     return nil
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:25:9: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
23 |     /// - Returns: An array of `CallStackInfo` structures containing the call stack information for each address.
24 |     package class func callStackInfos(addresses: [NSNumber]) -> [CallStackInfo] {
25 |         addresses
   |         `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling SwiftSyntax509 Empty.swift
[3/34] Emitting module SwiftSyntax509
[4/34] Emitting module SwiftSyntax510
[5/34] Compiling SwiftSyntax510 Empty.swift
[6/36] Compiling PropertyTracerSupport symbolInfo.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:12:16: error: cannot find 'Dl_info' in scope
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
12 |     var info = Dl_info()
   |                `- error: cannot find 'Dl_info' in scope
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:14:18: error: cannot find 'dladdr' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
   |                  `- error: cannot find 'dladdr' in scope
15 |     return result == 0 ? nil : info
16 | }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:12:16: error: cannot find 'Dl_info' in scope
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
12 |     var info = Dl_info()
   |                `- error: cannot find 'Dl_info' in scope
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:14:18: error: cannot find 'dladdr' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
14 |     let result = dladdr(ptr, &info)
   |                  `- error: cannot find 'dladdr' in scope
15 |     return result == 0 ? nil : info
16 | }
[10/34] Compiling PropertyTracerSupport CallStackInfo.swift
[11/34] Compiling PropertyTracerSupport demangle.swift
[13/34] Compiling PropertyTracerSupport CallStackInfo.swift
[14/34] Compiling PropertyTracerSupport PropertyAccess.swift
[16/94] Compiling SwiftSyntax AbsolutePosition.swift
[17/94] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[18/94] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[19/94] Compiling SwiftSyntax Assert.swift
[20/94] Compiling SwiftSyntax BumpPtrAllocator.swift
[21/94] Compiling SwiftSyntax CommonAncestor.swift
[22/94] Compiling SwiftSyntax Convenience.swift
[23/94] Compiling SwiftSyntax MemoryLayout.swift
[24/94] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/102] Compiling SwiftSyntax RawSyntax.swift
[26/102] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/102] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/102] Compiling SwiftSyntax RawSyntaxTokenView.swift
[29/102] Compiling SwiftSyntax SourceLength.swift
[30/102] Compiling SwiftSyntax SourceLocation.swift
[31/102] Compiling SwiftSyntax SourcePresence.swift
[32/102] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/102] Compiling SwiftSyntax Syntax.swift
[34/102] Emitting module SwiftSyntax
[35/102] Compiling SwiftSyntax TokenDiagnostic.swift
[36/102] Compiling SwiftSyntax TokenSequence.swift
[37/102] Compiling SwiftSyntax TokenSyntax.swift
[38/102] Compiling SwiftSyntax Trivia.swift
[39/102] Compiling SwiftSyntax Utils.swift
[40/102] Compiling SwiftSyntax ChildNameForKeyPath.swift
[41/102] Compiling SwiftSyntax Keyword.swift
[42/102] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[43/102] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[44/102] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[45/102] Compiling SwiftSyntax SyntaxBaseNodes.swift
[46/102] Compiling SwiftSyntax SyntaxCollections.swift
[47/102] Compiling SwiftSyntax SyntaxEnum.swift
[48/102] Compiling SwiftSyntax SyntaxKind.swift
[49/102] Compiling SwiftSyntax SyntaxRewriter.swift
[50/102] Compiling SwiftSyntax SyntaxTraits.swift
[51/102] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[52/102] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[53/102] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[54/102] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[55/102] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[56/102] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[57/102] Compiling SwiftSyntax RawSyntaxValidation.swift
[58/102] Compiling SwiftSyntax SyntaxNodesAB.swift
[59/102] Compiling SwiftSyntax SyntaxArena.swift
[60/102] Compiling SwiftSyntax SyntaxChildren.swift
[61/102] Compiling SwiftSyntax SyntaxCollection.swift
[62/102] Compiling SwiftSyntax SyntaxHashable.swift
[63/102] Compiling SwiftSyntax SyntaxIdentifier.swift
[64/102] Compiling SwiftSyntax SyntaxNodeStructure.swift
[65/102] Compiling SwiftSyntax SyntaxProtocol.swift
[66/102] Compiling SwiftSyntax SyntaxText.swift
[67/102] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[68/102] Compiling SwiftSyntax SyntaxTransform.swift
[69/102] Compiling SwiftSyntax SyntaxVisitor.swift
[70/102] Compiling SwiftSyntax TokenKind.swift
[71/102] Compiling SwiftSyntax Tokens.swift
[72/102] Compiling SwiftSyntax TriviaPieces.swift
[73/102] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[74/102] Compiling SwiftSyntax RawSyntaxNodesC.swift
[75/102] Compiling SwiftSyntax RawSyntaxNodesD.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/102] Emitting module PropertyTracerSupport
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
[77/102] Compiling PropertyTracerSupport Thread+.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:27:49: error: cannot find type 'Dl_info' in scope
25 |         addresses
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
   |                                                 `- error: cannot find type 'Dl_info' in scope
28 |                 guard let info = symbolInfo(for: address.uintValue) else {
29 |                     return nil
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:25:9: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
23 |     /// - Returns: An array of `CallStackInfo` structures containing the call stack information for each address.
24 |     package class func callStackInfos(addresses: [NSNumber]) -> [CallStackInfo] {
25 |         addresses
   |         `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/102] Emitting module PropertyTracerSupport
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
[79/102] Compiling PropertyTracerSupport Thread+.swift
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:16:68: error: cannot find type 'Dl_info' in scope
14 |     /// - Parameter addresses: An array of addresses for which to retrieve dynamic linking information.
15 |     /// - Returns: An array of `Dl_info` structures containing the dynamic linking informat
16 |     package class func callStackDLInfos(addresses: [NSNumber]) -> [Dl_info] {
   |                                                                    `- error: cannot find type 'Dl_info' in scope
17 |         addresses.compactMap { symbolInfo(for: $0.uintValue) }
18 |     }
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:27:49: error: cannot find type 'Dl_info' in scope
25 |         addresses
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
   |                                                 `- error: cannot find type 'Dl_info' in scope
28 |                 guard let info = symbolInfo(for: address.uintValue) else {
29 |                     return nil
/host/spi-builder-workspace/Sources/PropertyTracerSupport/util/symbolInfo.swift:11:39: error: cannot find type 'Dl_info' in scope
 9 | import Foundation
10 |
11 | func symbolInfo(for address: UInt) -> Dl_info? {
   |                                       `- error: cannot find type 'Dl_info' in scope
12 |     var info = Dl_info()
13 |     let ptr: UnsafeRawPointer = UnsafeRawPointer(bitPattern: address)!
/host/spi-builder-workspace/Sources/PropertyTracerSupport/Extension/Thread+.swift:25:9: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
23 |     /// - Returns: An array of `CallStackInfo` structures containing the call stack information for each address.
24 |     package class func callStackInfos(addresses: [NSNumber]) -> [CallStackInfo] {
25 |         addresses
   |         `- error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
26 |             .lazy
27 |             .compactMap { address -> (NSNumber, Dl_info)? in
BUILD FAILURE 6.1 android