The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ImGuizmo, reference 1.61.0 (005709), with Swift 6.3 for Wasm on 14 Apr 2026 04:31:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forkercat/SwiftImGuizmo.git
Reference: 1.61.0
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
 * tag               1.61.0     -> FETCH_HEAD
HEAD is now at 005709e Update README
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 @):
005709e38591ced9ac7f721b2add759420e8f6b5
SUCCESS checkout https://github.com/forkercat/SwiftImGuizmo.git at 1.61.0
========================================
Build
========================================
Selected platform:         wasm
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-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/ctreffs/SwiftImGui.git
[1/1901] Fetching swiftimgui
Fetched https://github.com/ctreffs/SwiftImGui.git from cache (1.39s)
Creating working copy for https://github.com/ctreffs/SwiftImGui.git
Working copy of https://github.com/ctreffs/SwiftImGui.git resolved at 164f3271e784ac09dc23920eb1bca4cfdc2b542d
Building for debugging...
[0/11] Write sources
[2/11] Compiling CImGuizmo CImGuizmo.cpp
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImSequencer.cpp:6:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiPlatformIO' [-Wnontrivial-memcall]
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: note: explicitly cast the pointer to silence this warning
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
      |                                              (void*)
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImSequencer.cpp:7:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiInputTextState' [-Wnontrivial-memcall]
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: note: explicitly cast the pointer to silence this warning
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
      |                                                      (void*)
2 warnings generated.
[3/11] Compiling CImGuizmo ImSequencer.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:2661:46: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiPlatformIO' [-Wnontrivial-memcall]
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: note: explicitly cast the pointer to silence this warning
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
      |                                              (void*)
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImGuizmo.cpp:27:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiInputTextState' [-Wnontrivial-memcall]
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: note: explicitly cast the pointer to silence this warning
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
      |                                                      (void*)
2 warnings generated.
[4/11] Compiling CImGuizmo ImGuizmo.cpp
[5/11] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImGradient.cpp:2:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiPlatformIO' [-Wnontrivial-memcall]
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: note: explicitly cast the pointer to silence this warning
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
      |                                              (void*)
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImGradient.cpp:3:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiInputTextState' [-Wnontrivial-memcall]
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: note: explicitly cast the pointer to silence this warning
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
      |                                                      (void*)
2 warnings generated.
[6/19] Compiling CImGuizmo ImGradient.cpp
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImCurveEdit.cpp:1:
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImCurveEdit.h:3:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiPlatformIO' [-Wnontrivial-memcall]
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui.h:2661:46: note: explicitly cast the pointer to silence this warning
 2661 |     ImGuiPlatformIO()               { memset(this, 0, sizeof(*this)); }     // Zero clear
      |                                              ^
      |                                              (void*)
In file included from /host/spi-builder-workspace/Sources/CImGuizmo/ImCurveEdit.cpp:3:
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiInputTextState' [-Wnontrivial-memcall]
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
/host/spi-builder-workspace/.build/checkouts/SwiftImGui/Sources/CImGui/include/../imgui/imgui_internal.h:877:54: note: explicitly cast the pointer to silence this warning
  877 |     ImGuiInputTextState()                   { memset(this, 0, sizeof(*this)); }
      |                                                      ^
      |                                                      (void*)
2 warnings generated.
[7/19] Compiling CImGuizmo ImCurveEdit.cpp
[9/23] Emitting module AutoWrapper
[10/24] Emitting module ImGuizmo
[11/24] Compiling AutoWrapper SwiftKeywords.swift
[12/24] Compiling AutoWrapper FunctionBodyRenderer.swift
[13/24] Compiling AutoWrapper Exceptions.swift
[14/24] Compiling ImGuizmo Export.swift
[15/24] Compiling ImGuizmo Helper.swift
[16/24] Compiling ImGuizmo ImGui+Definitions.swift
[18/25] Compiling AutoWrapper ArgT.swift
[19/25] 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 |
[20/25] Compiling AutoWrapper DataType.swift
[21/25] Compiling AutoWrapper main.swift
[22/25] Compiling AutoWrapper Converter.swift
[23/26] Wrapping AST for AutoWrapper for debugging
[24/26] Write Objects.LinkFileList
[25/26] Linking AutoWrapper.wasm
Build complete! (54.56s)
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "swiftimgui",
      "requirement" : {
        "revision" : [
          "164f3271e784ac09dc23920eb1bca4cfdc2b542d"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ctreffs/SwiftImGui.git"
    }
  ],
  "manifest_display_name" : "ImGuizmo",
  "name" : "ImGuizmo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ImGuizmo",
      "targets" : [
        "ImGuizmo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoWrapper",
      "targets" : [
        "AutoWrapper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImGuizmo",
      "module_type" : "SwiftTarget",
      "name" : "ImGuizmo",
      "path" : "Sources/ImGuizmo",
      "product_memberships" : [
        "ImGuizmo"
      ],
      "sources" : [
        "Export.swift",
        "Helper.swift",
        "ImGui+Definitions.swift"
      ],
      "target_dependencies" : [
        "CImGuizmo"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CImGuizmo",
      "module_type" : "ClangTarget",
      "name" : "CImGuizmo",
      "path" : "Sources/CImGuizmo",
      "product_dependencies" : [
        "CImGui"
      ],
      "product_memberships" : [
        "ImGuizmo"
      ],
      "sources" : [
        "CImGuizmo.cpp",
        "ImCurveEdit.cpp",
        "ImGradient.cpp",
        "ImGuizmo.cpp",
        "ImSequencer.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AutoWrapper",
      "module_type" : "SwiftTarget",
      "name" : "AutoWrapper",
      "path" : "Sources/AutoWrapper",
      "product_memberships" : [
        "AutoWrapper"
      ],
      "sources" : [
        "ArgT.swift",
        "Converter.swift",
        "DataType.swift",
        "Definitions.swift",
        "Exceptions.swift",
        "FunctionBodyRenderer.swift",
        "SwiftKeywords.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.