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 ImGui, reference master (c81197), with Swift 6.1 for Android on 28 May 2025 14:48:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ctreffs/SwiftImGui.git
Reference: master
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/ctreffs/SwiftImGui
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c811974 Update ImGui to 1.89.5 (#17)
Submodule path '3rdparty/cimgui': checked out '1bb9cd73470f1fcdedf6c3f2e8dc1765463f2ad0'
Submodule path '3rdparty/cimgui/imgui': checked out '1ebb91382757777382b3629ced2a573996e46453'
Submodule '3rdparty/cimgui' (https://github.com/cimgui/cimgui.git) registered for path '3rdparty/cimgui'
Cloning into '/host/spi-builder-workspace/3rdparty/cimgui'...
Submodule 'imgui' (https://github.com/ocornut/imgui.git) registered for path '3rdparty/cimgui/imgui'
Cloning into '/host/spi-builder-workspace/3rdparty/cimgui/imgui'...
Cloned https://github.com/ctreffs/SwiftImGui.git
Revision (git rev-parse @):
c81197496f9227001fd5531673604a6f29f880b1
SUCCESS checkout https://github.com/ctreffs/SwiftImGui.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ctreffs/SwiftImGui.git
https://github.com/ctreffs/SwiftImGui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c11",
  "cxx_language_standard" : "c++11",
  "dependencies" : [
  ],
  "manifest_display_name" : "ImGui",
  "name" : "ImGui",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ImGui",
      "targets" : [
        "ImGui"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DemoMinimal",
      "targets" : [
        "DemoMinimal"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "AutoWrapper",
      "targets" : [
        "AutoWrapper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImGuiTests",
      "module_type" : "SwiftTarget",
      "name" : "ImGuiTests",
      "path" : "Tests/ImGuiTests",
      "sources" : [
        "ImGuiTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ImGui"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImGui",
      "module_type" : "SwiftTarget",
      "name" : "ImGui",
      "path" : "Sources/ImGui",
      "product_memberships" : [
        "ImGui",
        "DemoMinimal"
      ],
      "sources" : [
        "Export.swift",
        "Helper.swift",
        "ImGui+Definitions.swift",
        "ImVec+Extensions.swift"
      ],
      "target_dependencies" : [
        "CImGui"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DemoMinimal",
      "module_type" : "SwiftTarget",
      "name" : "DemoMinimal",
      "path" : "Sources/Demos/Minimal",
      "product_memberships" : [
        "DemoMinimal"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ImGui"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CImGui",
      "module_type" : "ClangTarget",
      "name" : "CImGui",
      "path" : "Sources/CImGui",
      "product_memberships" : [
        "ImGui",
        "DemoMinimal"
      ],
      "sources" : [
        "cimgui.cpp",
        "imgui/imgui.cpp",
        "imgui/imgui_demo.cpp",
        "imgui/imgui_draw.cpp",
        "imgui/imgui_tables.cpp",
        "imgui/imgui_widgets.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AutoWrapper",
      "module_type" : "SwiftTarget",
      "name" : "AutoWrapper",
      "path" : "Sources/AutoWrapper",
      "product_memberships" : [
        "AutoWrapper"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AutoWrapper/Assets/definitions.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ArgT.swift",
        "Converter.swift",
        "DataType.swift",
        "Definitions.swift",
        "Exceptions.swift",
        "FunctionBodyRenderer.swift",
        "SwiftKeywords.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Building for debugging...
[0/18] Write sources
[2/18] Copying definitions.json
[3/18] Write sources
[4/18] Compiling imgui_tables.cpp
[5/18] Compiling imgui_demo.cpp
[6/18] Compiling imgui_draw.cpp
[7/18] Compiling CImGui cimgui.cpp
[8/18] Compiling imgui_widgets.cpp
[9/18] Compiling imgui.cpp
[10/18] Write swift-version-24593BA9C3E375BF.txt
[12/32] Compiling ImGui ImVec+Extensions.swift
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:10:1: warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
 8 | import CImGui
 9 |
10 | extension ImVec1: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func == (lhs: ImVec1, rhs: ImVec1) -> Bool {
12 |         lhs.x == rhs.x
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
14 | }
15 |
16 | extension ImVec2: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func == (lhs: ImVec2, rhs: ImVec2) -> Bool {
18 |         lhs.x == rhs.x &&
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:23:1: warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
21 | }
22 |
23 | extension ImVec4: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     public static func == (lhs: ImVec4, rhs: ImVec4) -> Bool {
25 |         lhs.x == rhs.x &&
[13/32] Emitting module ImGui
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:10:1: warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
 8 | import CImGui
 9 |
10 | extension ImVec1: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func == (lhs: ImVec1, rhs: ImVec1) -> Bool {
12 |         lhs.x == rhs.x
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
14 | }
15 |
16 | extension ImVec2: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func == (lhs: ImVec2, rhs: ImVec2) -> Bool {
18 |         lhs.x == rhs.x &&
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:23:1: warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
21 | }
22 |
23 | extension ImVec4: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     public static func == (lhs: ImVec4, rhs: ImVec4) -> Bool {
25 |         lhs.x == rhs.x &&
[14/32] Compiling AutoWrapper Exceptions.swift
/host/spi-builder-workspace/Sources/AutoWrapper/Exceptions.swift:65:23: warning: static property 'undeclardTypes' is not concurrency-safe because non-'Sendable' type '[String : Declaration]' may have shared mutable state; this is an error in the Swift 6 language mode
63 |
64 |     /// causes "Use of undeclared type '...'" compiler error.
65 |     public static let undeclardTypes: [String: Declaration] = [
   |                       |- warning: static property 'undeclardTypes' is not concurrency-safe because non-'Sendable' type '[String : Declaration]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'undeclardTypes' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |         "ImBitArray": Declaration(name: "ImBitArray", typealiasType: "OpaquePointer"),
67 |         "ImChunkStream": Declaration(name: "ImChunkStream", typealiasType: "OpaquePointer"),
   :
75 | }
76 |
77 | public struct Declaration {
   |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
78 |     public let name: String
79 |     public let typealiasType: String
[15/33] Emitting module AutoWrapper
/host/spi-builder-workspace/Sources/AutoWrapper/Exceptions.swift:65:23: warning: static property 'undeclardTypes' is not concurrency-safe because non-'Sendable' type '[String : Declaration]' may have shared mutable state; this is an error in the Swift 6 language mode
63 |
64 |     /// causes "Use of undeclared type '...'" compiler error.
65 |     public static let undeclardTypes: [String: Declaration] = [
   |                       |- warning: static property 'undeclardTypes' is not concurrency-safe because non-'Sendable' type '[String : Declaration]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'undeclardTypes' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |         "ImBitArray": Declaration(name: "ImBitArray", typealiasType: "OpaquePointer"),
67 |         "ImChunkStream": Declaration(name: "ImChunkStream", typealiasType: "OpaquePointer"),
   :
75 | }
76 |
77 | public struct Declaration {
   |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
78 |     public let name: String
79 |     public let typealiasType: String
[16/33] Compiling AutoWrapper SwiftKeywords.swift
[17/33] Compiling ImGui Helper.swift
[18/33] Compiling ImGui Export.swift
[19/33] Compiling ImGui ImGui+Definitions.swift
[20/34] Compiling AutoWrapper DataType.swift
[21/34] Compiling AutoWrapper Definitions.swift
/host/spi-builder-workspace/Sources/AutoWrapper/Definitions.swift:38:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 36 |     public let argsT: [ArgsT]
 37 |     public let ret: DataType?
 38 |     public let templated = false
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'templated' case to silence this warning
    |                `- note: make the property mutable instead
 39 |     public let namespace: String?
 40 |
[22/34] Wrapping AST for ImGui for debugging
[24/36] Emitting module DemoMinimal
[25/36] Compiling DemoMinimal main.swift
[26/37] Wrapping AST for DemoMinimal for debugging
[27/37] Write Objects.LinkFileList
[29/37] Compiling AutoWrapper FunctionBodyRenderer.swift
[30/37] Compiling AutoWrapper main.swift
[31/37] Compiling AutoWrapper ArgT.swift
[32/37] Compiling AutoWrapper Converter.swift
[33/37] Compiling AutoWrapper resource_bundle_accessor.swift
error: link command failed with exit code 1 (use -v to see invocation)
ld.lld: error: undefined symbol: powf
>>> referenced by imgui_internal.h:422 (Sources/CImGui/./imgui/imgui_internal.h:422)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImPow(float, float))
>>> referenced by imgui_internal.h:422 (Sources/CImGui/imgui/imgui_internal.h:422)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImPow(float, float))
ld.lld: error: undefined symbol: pow
>>> referenced by imgui_internal.h:423 (Sources/CImGui/./imgui/imgui_internal.h:423)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImPow(double, double))
>>> referenced by imgui_internal.h:423 (Sources/CImGui/imgui/imgui_internal.h:423)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImPow(double, double))
ld.lld: error: undefined symbol: logf
>>> referenced by imgui_internal.h:424 (Sources/CImGui/./imgui/imgui_internal.h:424)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImLog(float))
>>> referenced by imgui_internal.h:424 (Sources/CImGui/imgui/imgui_internal.h:424)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImLog(float))
ld.lld: error: undefined symbol: log
>>> referenced by imgui_internal.h:425 (Sources/CImGui/./imgui/imgui_internal.h:425)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImLog(double))
>>> referenced by imgui_internal.h:425 (Sources/CImGui/imgui/imgui_internal.h:425)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImLog(double))
ld.lld: error: undefined symbol: cosf
>>> referenced by imgui_draw.cpp:364 (Sources/CImGui/imgui/imgui_draw.cpp:364)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawListSharedData::ImDrawListSharedData())
>>> referenced by imgui_draw.cpp:366 (Sources/CImGui/imgui/imgui_draw.cpp:366)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawListSharedData::ImDrawListSharedData())
>>> referenced by imgui_draw.cpp:381 (Sources/CImGui/imgui/imgui_draw.cpp:381)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawListSharedData::SetCircleTessellationMaxError(float))
>>> referenced 9 more times
ld.lld: error: undefined symbol: sinf
>>> referenced by imgui_draw.cpp:364 (Sources/CImGui/imgui/imgui_draw.cpp:364)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawListSharedData::ImDrawListSharedData())
>>> referenced by imgui_draw.cpp:1154 (Sources/CImGui/imgui/imgui_draw.cpp:1154)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawList::_PathArcToN(ImVec2 const&, float, float, float, int))
>>> referenced by imgui_draw.cpp:1204 (Sources/CImGui/imgui/imgui_draw.cpp:1204)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawList::PathArcTo(ImVec2 const&, float, float, float, int))
>>> referenced 9 more times
ld.lld: error: undefined symbol: acosf
>>> referenced by imgui_draw.cpp:379 (Sources/CImGui/imgui/imgui_draw.cpp:379)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawListSharedData::SetCircleTessellationMaxError(float))
>>> referenced by imgui_draw.cpp:566 (Sources/CImGui/imgui/imgui_draw.cpp:566)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawList::_CalcCircleAutoSegmentCount(float) const)
>>> referenced by imgui_draw.cpp:3829 (Sources/CImGui/imgui/imgui_draw.cpp:3829)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImAcos01(float))
ld.lld: error: undefined symbol: fmodf
>>> referenced by imgui.cpp:2278 (Sources/CImGui/imgui/imgui.cpp:2278)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui.cpp.o:(ImGui::ColorConvertHSVtoRGB(float, float, float, float&, float&, float&))
>>> referenced by imgui.cpp:14612 (Sources/CImGui/imgui/imgui.cpp:14612)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui.cpp.o:(ImGui::ShowStackToolWindow(bool*))
>>> referenced by imgui_widgets.cpp:4915 (Sources/CImGui/imgui/imgui_widgets.cpp:4915)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::InputTextEx(char const*, char const*, char*, int, ImVec2 const&, int, int (*)(ImGuiInputTextCallbackData*), void*))
>>> referenced 3 more times
ld.lld: error: undefined symbol: atan2f
>>> referenced by imgui_widgets.cpp:5436 (Sources/CImGui/imgui/imgui_widgets.cpp:5436)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[33/38] Linking DemoMinimal
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/8] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling AutoWrapper main.swift
[3/23] Compiling ImGui ImVec+Extensions.swift
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:10:1: warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
 8 | import CImGui
 9 |
10 | extension ImVec1: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func == (lhs: ImVec1, rhs: ImVec1) -> Bool {
12 |         lhs.x == rhs.x
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
14 | }
15 |
16 | extension ImVec2: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func == (lhs: ImVec2, rhs: ImVec2) -> Bool {
18 |         lhs.x == rhs.x &&
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:23:1: warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
21 | }
22 |
23 | extension ImVec4: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     public static func == (lhs: ImVec4, rhs: ImVec4) -> Bool {
25 |         lhs.x == rhs.x &&
[4/23] Compiling AutoWrapper SwiftKeywords.swift
[5/23] Compiling AutoWrapper DataType.swift
[6/23] Compiling AutoWrapper FunctionBodyRenderer.swift
[7/23] Compiling AutoWrapper Exceptions.swift
[8/23] Compiling AutoWrapper resource_bundle_accessor.swift
[9/23] Compiling AutoWrapper Definitions.swift
/host/spi-builder-workspace/Sources/AutoWrapper/Definitions.swift:38:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 36 |     public let argsT: [ArgsT]
 37 |     public let ret: DataType?
 38 |     public let templated = false
    |                |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                |- note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'templated' case to silence this warning
    |                `- note: make the property mutable instead
 39 |     public let namespace: String?
 40 |
[10/23] Emitting module AutoWrapper
[11/23] Compiling AutoWrapper ArgT.swift
[12/23] Compiling AutoWrapper Converter.swift
[14/24] Emitting module ImGui
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:10:1: warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
 8 | import CImGui
 9 |
10 | extension ImVec1: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec1' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public static func == (lhs: ImVec1, rhs: ImVec1) -> Bool {
12 |         lhs.x == rhs.x
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:16:1: warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
14 | }
15 |
16 | extension ImVec2: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec2' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func == (lhs: ImVec2, rhs: ImVec2) -> Bool {
18 |         lhs.x == rhs.x &&
/host/spi-builder-workspace/Sources/ImGui/ImVec+Extensions.swift:23:1: warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
21 | }
22 |
23 | extension ImVec4: Equatable {
   | |- warning: extension declares a conformance of imported type 'ImVec4' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'CImGui' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |     public static func == (lhs: ImVec4, rhs: ImVec4) -> Bool {
25 |         lhs.x == rhs.x &&
[14/24] Wrapping AST for AutoWrapper for debugging
[15/24] Write Objects.LinkFileList
[16/24] Linking AutoWrapper
[18/24] Compiling ImGui Helper.swift
[19/24] Compiling ImGui Export.swift
[20/24] Compiling ImGui ImGui+Definitions.swift
[22/26] Compiling DemoMinimal main.swift
[23/26] Emitting module DemoMinimal
[24/27] Wrapping AST for DemoMinimal for debugging
[25/27] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
ld.lld: error: undefined symbol: fmodf
>>> referenced by imgui_demo.cpp:439 (Sources/CImGui/imgui/imgui_demo.cpp:439)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_demo.cpp.o:(ImGui::ShowDemoWindow(bool*))
>>> referenced by imgui_demo.cpp:7711 (Sources/CImGui/imgui/imgui_demo.cpp:7711)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_demo.cpp.o:(ShowExampleAppCustomRendering(bool*))
>>> referenced by imgui_demo.cpp:7713 (Sources/CImGui/imgui/imgui_demo.cpp:7713)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_demo.cpp.o:(ShowExampleAppCustomRendering(bool*))
>>> referenced 3 more times
ld.lld: error: undefined symbol: sinf
>>> referenced by imgui_demo.cpp:645 (Sources/CImGui/imgui/imgui_demo.cpp:645)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_demo.cpp.o:(ShowDemoWindowWidgets())
>>> referenced by imgui_widgets.cpp:5442 (Sources/CImGui/imgui/imgui_widgets.cpp:5442)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
>>> referenced by imgui_widgets.cpp:5637 (Sources/CImGui/imgui/imgui_widgets.cpp:5637)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
>>> referenced 9 more times
ld.lld: error: undefined symbol: atan2f
>>> referenced by imgui_widgets.cpp:5436 (Sources/CImGui/imgui/imgui_widgets.cpp:5436)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
ld.lld: error: undefined symbol: cosf
>>> referenced by imgui_widgets.cpp:5441 (Sources/CImGui/imgui/imgui_widgets.cpp:5441)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
>>> referenced by imgui_widgets.cpp:5637 (Sources/CImGui/imgui/imgui_widgets.cpp:5637)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
>>> referenced by imgui_widgets.cpp:5638 (Sources/CImGui/imgui/imgui_widgets.cpp:5638)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImGui::ColorPicker4(char const*, float*, int, float const*))
>>> referenced 9 more times
ld.lld: error: undefined symbol: powf
>>> referenced by imgui_internal.h:422 (Sources/CImGui/imgui/imgui_internal.h:422)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImPow(float, float))
>>> referenced by imgui_internal.h:422 (Sources/CImGui/./imgui/imgui_internal.h:422)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImPow(float, float))
ld.lld: error: undefined symbol: logf
>>> referenced by imgui_internal.h:424 (Sources/CImGui/imgui/imgui_internal.h:424)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImLog(float))
>>> referenced by imgui_internal.h:424 (Sources/CImGui/./imgui/imgui_internal.h:424)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImLog(float))
ld.lld: error: undefined symbol: log
>>> referenced by imgui_internal.h:425 (Sources/CImGui/imgui/imgui_internal.h:425)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImLog(double))
>>> referenced by imgui_internal.h:425 (Sources/CImGui/./imgui/imgui_internal.h:425)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImLog(double))
ld.lld: error: undefined symbol: pow
>>> referenced by imgui_internal.h:423 (Sources/CImGui/imgui/imgui_internal.h:423)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_widgets.cpp.o:(ImPow(double, double))
>>> referenced by imgui_internal.h:423 (Sources/CImGui/./imgui/imgui_internal.h:423)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/cimgui.cpp.o:(ImPow(double, double))
ld.lld: error: undefined symbol: acosf
>>> referenced by imgui_draw.cpp:379 (Sources/CImGui/imgui/imgui_draw.cpp:379)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawListSharedData::SetCircleTessellationMaxError(float))
>>> referenced by imgui_draw.cpp:566 (Sources/CImGui/imgui/imgui_draw.cpp:566)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImDrawList::_CalcCircleAutoSegmentCount(float) const)
>>> referenced by imgui_draw.cpp:3829 (Sources/CImGui/imgui/imgui_draw.cpp:3829)
>>>               /host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/CImGui.build/imgui/imgui_draw.cpp.o:(ImAcos01(float))
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[26/27] Linking DemoMinimal
BUILD FAILURE 6.1 android