The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ImGuizmo, reference master (b94f9e), with Swift 6.3 for Linux on 14 Apr 2026 04:31:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forkercat/SwiftImGuizmo.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/forkercat/SwiftImGuizmo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b94f9e4 Update color
Submodule path '3rdparty/cimguizmo': checked out 'ffb2b8a9be43cfe85aeff97c96cf42d823a28b26'
Submodule path '3rdparty/cimguizmo/ImGuizmo': checked out '87b50ad21a62a72de9d8d7ccc1f4947358794cc0'
Submodule '3rdparty/cimguizmo' (https://github.com/cimgui/cimguizmo.git) registered for path '3rdparty/cimguizmo'
Cloning into '/host/spi-builder-workspace/3rdparty/cimguizmo'...
Submodule 'ImGuizmo' (https://github.com/CedricGuillemet/ImGuizmo) registered for path '3rdparty/cimguizmo/ImGuizmo'
Cloning into '/host/spi-builder-workspace/3rdparty/cimguizmo/ImGuizmo'...
Cloned https://github.com/forkercat/SwiftImGuizmo.git
Revision (git rev-parse @):
b94f9e4c84f5f0769ba721dac6842e37074f81f9
SUCCESS checkout https://github.com/forkercat/SwiftImGuizmo.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/forkercat/SwiftImGuizmo.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/forkercat/SwiftImGui.git
[1/1614] Fetching swiftimgui
Fetched https://github.com/forkercat/SwiftImGui.git from cache (1.15s)
Creating working copy for https://github.com/forkercat/SwiftImGui.git
Working copy of https://github.com/forkercat/SwiftImGui.git resolved at update-1.86-docking (ab27207)
Building for debugging...
[0/18] Write sources
[3/18] Compiling imgui_demo.cpp
[4/18] Compiling imgui_tables.cpp
[5/18] Compiling CImGui cimgui.cpp
[6/18] Write swift-version-24593BA9C3E375BF.txt
[7/26] Compiling imgui_widgets.cpp
[8/26] Compiling imgui_draw.cpp
[9/26] Compiling imgui.cpp
[11/31] Emitting module AutoWrapper
[12/32] Emitting module ImGui
[13/32] Compiling ImGui ImVec+Extensions.swift
[14/32] Compiling AutoWrapper SwiftKeywords.swift
[15/32] Compiling AutoWrapper Exceptions.swift
[16/32] Compiling AutoWrapper FunctionBodyRenderer.swift
[17/32] Compiling ImGui Export.swift
[18/32] 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: Bool = 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 |
[19/32] Compiling AutoWrapper DataType.swift
[20/32] Compiling ImGui Helper.swift
[21/32] Compiling ImGui ImGui+Definitions.swift
[23/33] Compiling AutoWrapper main.swift
/host/spi-builder-workspace/Sources/CImGuizmo/CImGuizmo.cpp:5:10: fatal error: 'CImGui.h' file not found
    5 | #include <CImGui.h>
      |          ^~~~~~~~~~
1 error generated.
[23/33] Compiling CImGuizmo CImGuizmo.cpp
[23/33] Compiling CImGuizmo ImSequencer.cpp
[23/33] Compiling CImGuizmo ImCurveEdit.cpp
[23/33] Compiling CImGuizmo ImGradient.cpp
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImGuizmo.cpp:23:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2320:83: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiListClipper' [-Wnontrivial-memcall]
 2320 |     inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
      |                                                                                   ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2320:83: note: explicitly cast the pointer to silence this warning
 2320 |     inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
      |                                                                                   ^
      |                                                                                   (void*)
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2452:43: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawListSplitter' [-Wnontrivial-memcall]
 2452 |     inline ImDrawListSplitter()  { memset(this, 0, sizeof(*this)); }
      |                                           ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2452:43: note: explicitly cast the pointer to silence this warning
 2452 |     inline ImDrawListSplitter()  { memset(this, 0, sizeof(*this)); }
      |                                           ^
      |                                           (void*)
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2523:66: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawList' [-Wnontrivial-memcall]
 2523 |     ImDrawList(const ImDrawListSharedData* shared_data) { memset(this, 0, sizeof(*this)); _Data = shared_data; }
      |                                                                  ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2523:66: note: explicitly cast the pointer to silence this warning
 2523 |     ImDrawList(const ImDrawListSharedData* shared_data) { memset(this, 0, sizeof(*this)); _Data = shared_data; }
      |                                                                  ^
      |                                                                  (void*)
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2951:34: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiViewport' [-Wnontrivial-memcall]
 2951 |     ImGuiViewport()     { memset(this, 0, sizeof(*this)); }
      |                                  ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2951:34: note: explicitly cast the pointer to silence this warning
 2951 |     ImGuiViewport()     { memset(this, 0, sizeof(*this)); }
      |                                  ^
      |                                  (void*)
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:3068:46: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiPlatformIO' [-Wnontrivial-memcall]
 3068 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:3068:46: note: explicitly cast the pointer to silence this warning
 3068 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
      |                                              (void*)
[23/33] Compiling CImGuizmo ImGuizmo.cpp
[24/33] Compiling AutoWrapper ArgT.swift
BUILD FAILURE 6.3 linux