The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ImGui with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ctreffs/SwiftImGui.git
Reference: 1.89.5
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
 * tag               1.89.5     -> FETCH_HEAD
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 1.89.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ctreffs/SwiftImGui.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/18] Write sources
[2/18] Copying definitions.json
[3/18] Write sources
[4/18] Compiling imgui_demo.cpp
[5/18] Write swift-version-24593BA9C3E375BF.txt
[6/18] Compiling imgui_draw.cpp
[7/27] Compiling imgui_tables.cpp
[8/27] Compiling CImGui cimgui.cpp
[9/27] Compiling imgui_widgets.cpp
[10/27] Compiling imgui.cpp
[12/32] Compiling ImGui Export.swift
[13/32] Compiling AutoWrapper FunctionBodyRenderer.swift
[14/33] Compiling AutoWrapper Exceptions.swift
[15/33] Compiling ImGui ImVec+Extensions.swift
[16/33] 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
    public let templated = false
               ^
/host/spi-builder-workspace/Sources/AutoWrapper/Definitions.swift:38:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'templated' case to silence this warning
    public let templated = false
               ^
/host/spi-builder-workspace/Sources/AutoWrapper/Definitions.swift:38:16: note: make the property mutable instead
    public let templated = false
           ~~~ ^
           var
[17/33] Compiling AutoWrapper DataType.swift
[18/33] Compiling AutoWrapper ArgT.swift
[19/33] Compiling AutoWrapper Converter.swift
[20/33] Emitting module AutoWrapper
/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
    public let templated = false
               ^
/host/spi-builder-workspace/Sources/AutoWrapper/Definitions.swift:38:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'templated' case to silence this warning
    public let templated = false
               ^
/host/spi-builder-workspace/Sources/AutoWrapper/Definitions.swift:38:16: note: make the property mutable instead
    public let templated = false
           ~~~ ^
           var
[21/33] Compiling AutoWrapper resource_bundle_accessor.swift
[22/33] Compiling AutoWrapper SwiftKeywords.swift
[23/33] Compiling AutoWrapper main.swift
[24/34] Wrapping AST for AutoWrapper for debugging
[25/34] Write Objects.LinkFileList
[26/34] Linking AutoWrapper
[28/34] Compiling ImGui Helper.swift
[29/34] Compiling ImGui ImGui+Definitions.swift
[30/34] Emitting module ImGui
[31/35] Wrapping AST for ImGui for debugging
[33/37] Compiling DemoMinimal main.swift
[34/37] Emitting module DemoMinimal
[35/38] Wrapping AST for DemoMinimal for debugging
[36/38] Write Objects.LinkFileList
[37/38] Linking DemoMinimal
Build complete! (13.54s)
Build complete.
Done.