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

Failed to build PalicoEngine, reference main (8d7a10), with Swift 6.1 for Linux on 26 Apr 2025 19:09:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/forkercat/PalicoEngine.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/forkercat/PalicoEngine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d7a105 Add play/pause buttons
Cloned https://github.com/forkercat/PalicoEngine.git
Revision (git rev-parse @):
8d7a1054f5b7a305e7fff6af7a83635bb5d3632a
SUCCESS checkout https://github.com/forkercat/PalicoEngine.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/forkercat/PalicoEngine.git
https://github.com/forkercat/PalicoEngine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ohmylog",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/forkercat/OhMyLog.git"
    },
    {
      "identity" : "mathlib",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/forkercat/MathLib.git"
    },
    {
      "identity" : "mothecs",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/forkercat/MothECS.git"
    },
    {
      "identity" : "swiftimgui",
      "requirement" : {
        "branch" : [
          "update-1.86-docking"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/forkercat/SwiftImGui.git"
    },
    {
      "identity" : "swiftimguizmo",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/forkercat/SwiftImGuizmo.git"
    }
  ],
  "manifest_display_name" : "PalicoEngine",
  "name" : "PalicoEngine",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Palico",
      "targets" : [
        "Palico"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Editor",
      "targets" : [
        "Editor"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Palico",
      "module_type" : "SwiftTarget",
      "name" : "Palico",
      "path" : "Sources/Palico",
      "product_dependencies" : [
        "OhMyLog",
        "MathLib",
        "MothECS",
        "ImGui",
        "ImGuizmo"
      ],
      "product_memberships" : [
        "Palico",
        "Editor",
        "Example"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Palico/Assets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/Console.swift",
        "Core/Layer.swift",
        "Core/Log.swift",
        "Core/PlatformContext.swift",
        "Core/Time.swift",
        "Core/Window.swift",
        "Event/AppEvent.swift",
        "Event/Event.swift",
        "Event/KeyEvent.swift",
        "Event/MouseEvent.swift",
        "ImGui/Backends/imgui_impl_metal.swift",
        "ImGui/Backends/imgui_impl_osx.swift",
        "ImGui/Backends/imgui_shaders.swift",
        "ImGui/ImGui+Extra.swift",
        "ImGui/ImGuiBackend+Cocoa.swift",
        "ImGui/ImGuiBackend+Metal.swift",
        "ImGui/ImGuiBackend.swift",
        "ImGui/ImGuiFontLibrary.swift",
        "ImGui/ImGuiLayer.swift",
        "ImGui/ImGuiTheme.swift",
        "ImGui/ImGuizmo+Enum.swift",
        "Input/Input.swift",
        "Input/KeyCode.swift",
        "Input/MouseCode.swift",
        "Platform/Cocoa/CocoaContext.swift",
        "Platform/Cocoa/CocoaInput.swift",
        "Platform/Cocoa/CocoaWindow+Callback.swift",
        "Platform/Cocoa/CocoaWindow+Event.swift",
        "Platform/Cocoa/CocoaWindow+View.swift",
        "Platform/Cocoa/CocoaWindow.swift",
        "Platform/Cocoa/ViewController.swift",
        "Platform/GLFW/GlfwContext.swift",
        "Platform/GLFW/GlfwInput.swift",
        "Platform/GLFW/GlfwWindow.swift",
        "Renderer/Camera.swift",
        "Renderer/Color.swift",
        "Renderer/EditorCamera.swift",
        "Renderer/Light.swift",
        "Renderer/Mesh.swift",
        "Renderer/MetalContext.swift",
        "Renderer/PipelineStatePool.swift",
        "Renderer/RenderPass+Action.swift",
        "Renderer/RenderPass.swift",
        "Renderer/RenderPassPool.swift",
        "Renderer/Renderer.swift",
        "Renderer/Shader.swift",
        "Renderer/ShaderDataBridge.swift",
        "Renderer/ShaderLibrary.swift",
        "Renderer/TextureUtils.swift",
        "Scene/Component+Camera.swift",
        "Scene/Component+Light.swift",
        "Scene/Component+MeshRenderer.swift",
        "Scene/Component+Script.swift",
        "Scene/Component+Tag.swift",
        "Scene/Component+Transform.swift",
        "Scene/Component.swift",
        "Scene/GameObject.swift",
        "Scene/Primitive.swift",
        "Scene/Scene+Object.swift",
        "Scene/Scene+View.swift",
        "Scene/Scene.swift",
        "Scene/SceneCamera.swift",
        "Scene/SceneLight.swift",
        "Script/NativeScript.swift",
        "Utils/FAIconEnum.swift",
        "Utils/FileUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "OhMyLog",
        "MathLib",
        "MothECS",
        "ImGui",
        "ImGuizmo"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Palico"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Editor",
      "module_type" : "SwiftTarget",
      "name" : "Editor",
      "path" : "Sources/Editor",
      "product_dependencies" : [
        "OhMyLog",
        "MathLib",
        "MothECS",
        "ImGui",
        "ImGuizmo"
      ],
      "product_memberships" : [
        "Editor"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Editor/Assets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Editor.swift",
        "EditorLayer.swift",
        "Log.swift",
        "Panels/AssetPanel.swift",
        "Panels/ConsolePanel.swift",
        "Panels/DrawControls.swift",
        "Panels/ImGuiDemoPanel.swift",
        "Panels/Panel.swift",
        "Panels/ScenePanel+Hierarchy.swift",
        "Panels/ScenePanel+Inspector.swift",
        "Panels/ScenePanel.swift",
        "Panels/ViewportPanel.swift",
        "Scripts/RotateScript.swift",
        "Utils/FileUtils.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Palico"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/forkercat/OhMyLog.git
[1/94] Fetching ohmylog
Fetched https://github.com/forkercat/OhMyLog.git from cache (0.19s)
Fetching https://github.com/forkercat/MathLib.git
[1/120] Fetching mathlib
Fetched https://github.com/forkercat/MathLib.git from cache (0.20s)
Fetching https://github.com/forkercat/MothECS.git
[1/71] Fetching mothecs
Fetched https://github.com/forkercat/MothECS.git from cache (0.18s)
Fetching https://github.com/forkercat/SwiftImGui.git
[1/1614] Fetching swiftimgui
Fetched https://github.com/forkercat/SwiftImGui.git from cache (0.57s)
Fetching https://github.com/forkercat/SwiftImGuizmo.git
[1/92] Fetching swiftimguizmo
Fetched https://github.com/forkercat/SwiftImGuizmo.git from cache (0.17s)
Creating working copy for https://github.com/forkercat/OhMyLog.git
Working copy of https://github.com/forkercat/OhMyLog.git resolved at main (71e8260)
Creating working copy for https://github.com/forkercat/MathLib.git
Working copy of https://github.com/forkercat/MathLib.git resolved at main (439fa72)
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)
Creating working copy for https://github.com/forkercat/SwiftImGuizmo.git
Working copy of https://github.com/forkercat/SwiftImGuizmo.git resolved at master (b94f9e4)
Creating working copy for https://github.com/forkercat/MothECS.git
Working copy of https://github.com/forkercat/MothECS.git resolved at main (f954455)
Building for debugging...
[0/34] Write sources
[8/34] Copying Assets
[10/34] Compiling imgui_demo.cpp
[11/34] Compiling imgui_tables.cpp
[12/34] Compiling imgui_draw.cpp
[13/34] Compiling CImGui cimgui.cpp
[14/34] Compiling imgui_widgets.cpp
[15/34] Write swift-version-24593BA9C3E375BF.txt
[16/56] Compiling imgui.cpp
[18/61] Compiling MathLib Vector+Int.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[19/62] Compiling MathLib Matrix.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[20/62] Compiling MathLib Other.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[21/62] Compiling MathLib Quaternion.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[22/62] Compiling MathLib Vector.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[23/62] Emitting module ImGui
[24/62] Compiling MothECS Moth+Mask.swift
[25/62] Compiling MothECS Moth.swift
[26/62] Compiling ImGui ImVec+Extensions.swift
[27/62] Compiling MothECS Moth+Identifiers.swift
[28/62] Compiling MothECS Moth+Entity.swift
[29/62] Emitting module MothECS
[30/62] Compiling MothECS Moth+Component.swift
[31/63] Wrapping AST for MothECS for debugging
[33/63] Compiling ImGui Export.swift
[34/63] Compiling ImGui ImGui+Definitions.swift
[35/63] Compiling ImGui Helper.swift
[37/64] Compiling OhMyLog Logger.swift
/host/spi-builder-workspace/.build/checkouts/SwiftImGuizmo/Sources/CImGuizmo/CImGuizmo.cpp:5:10: fatal error: 'CImGui.h' file not found
    5 | #include <CImGui.h>
      |          ^~~~~~~~~~
1 error generated.
[37/64] Compiling CImGuizmo CImGuizmo.cpp
[37/64] Wrapping AST for ImGui for debugging
[37/64] Compiling CImGuizmo ImSequencer.cpp
[37/64] Compiling CImGuizmo ImGuizmo.cpp
[37/64] Compiling CImGuizmo ImGradient.cpp
[37/64] Compiling CImGuizmo ImCurveEdit.cpp
[38/64] Compiling OhMyLog Logger+Any.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/45] Compiling OhMyLog Log+Any.swift
[3/45] Compiling OhMyLog Log.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/45] Emitting module MathLib
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[5/45] Compiling MathLib Constants.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[6/45] Compiling MathLib Functions.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[7/45] Compiling OhMyLog Logger+Any.swift
[8/45] Compiling OhMyLog Logger+String.swift
[9/45] Emitting module OhMyLog
[10/45] Compiling OhMyLog Log+String.swift
[11/45] Compiling OhMyLog Logger.swift
[12/47] Compiling MathLib Matrix.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[13/47] Compiling MathLib Other.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[14/47] Compiling MathLib Quaternion.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[15/47] Compiling MathLib Vector+Int.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[16/47] Compiling ImGui ImVec+Extensions.swift
[17/47] Compiling MothECS Moth+Entity.swift
[18/47] Emitting module MothECS
[19/47] Compiling MothECS Moth+Component.swift
[21/47] Compiling MathLib Vector.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[22/47] Compiling MothECS Moth+Identifiers.swift
[23/47] Compiling MathLib Scalar.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[24/47] Compiling MathLib Vector+Float.swift
/host/spi-builder-workspace/.build/checkouts/MathLib/Sources/MathLib/Functions.swift:8:8: error: no such module 'simd'
  6 | //
  7 |
  8 | import simd
    |        `- error: no such module 'simd'
  9 | import Foundation
 10 |
[25/47] Compiling ImGui Export.swift
[26/47] Compiling MothECS Moth+Mask.swift
[27/47] Compiling MothECS Moth.swift
[27/48] Wrapping AST for OhMyLog for debugging
[28/48] Compiling ImGui Helper.swift
BUILD FAILURE 6.1 linux