The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FirebladeECS, reference 1.1.0 (df50d3), with Swift 6.2 for Linux on 13 Feb 2026 22:07:03 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fireblade-engine/ecs.git
Reference: 1.1.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/fireblade-engine/ecs
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at df50d32 Parameter Packs for ECS (#108)
Cloned https://github.com/fireblade-engine/ecs.git
Revision (git rev-parse @):
df50d32345a3ecb33cabb393edea9dec9a04ab84
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fireblade-engine/ecs.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fireblade-engine/ecs.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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/25] Emitting module FirebladeECS
[4/28] Compiling FirebladeECS NexusEventDelegate.swift
[5/28] Compiling FirebladeECS Single.swift
[6/28] Compiling FirebladeECS UnorderedSparseSet.swift
[7/28] Compiling FirebladeECS Nexus+ComponentsBuilder.swift
[8/28] Compiling FirebladeECS Nexus+Entity.swift
[9/28] Compiling FirebladeECS Nexus+Family.swift
[10/28] Compiling FirebladeECS Hashing.swift
[11/28] Compiling FirebladeECS ManagedContiguousArray.swift
[12/28] Compiling FirebladeECS Nexus+Component.swift
[13/28] Compiling FirebladeECS Nexus+Internal.swift
[14/28] Compiling FirebladeECS Nexus.swift
[15/28] Compiling FirebladeECS NexusEvent.swift
[16/28] Compiling FirebladeECS Family.swift
[17/28] Compiling FirebladeECS FamilyTraitSet.swift
[18/28] Compiling FirebladeECS Foundation+Extensions.swift
[19/28] Compiling FirebladeECS Entity.swift
[20/28] Compiling FirebladeECS EntityIdentifier.swift
[21/28] Compiling FirebladeECS EntityIdentifierGenerator.swift
[22/28] Compiling FirebladeECS CodingStrategy.swift
[23/28] Compiling FirebladeECS Component.swift
[24/28] Compiling FirebladeECS ComponentIdentifier.swift
[25/28] Compiling FirebladeECS Entity+Component.swift
[26/28] Compiling FirebladeECS FSM.swift
[27/28] Compiling FirebladeECS Family+Coding+Foundation.swift
[28/28] Compiling FirebladeECS Family+Coding.swift
Build complete! (10.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FirebladeECS",
  "name" : "FirebladeECS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "FirebladeECS",
      "targets" : [
        "FirebladeECS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FirebladeECSTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebladeECSTests",
      "path" : "Tests/FirebladeECSTests",
      "sources" : [
        "Base.swift",
        "CodingStrategyTests.swift",
        "ComponentIdentifierTests.swift",
        "ComponentTests.swift",
        "EntityCreationTests.swift",
        "EntityIdGenTests.swift",
        "EntityTests.swift",
        "FSMTests.swift",
        "FamilyCodingTests.swift",
        "FamilyTests1.swift",
        "FamilyTests2.swift",
        "FamilyTests3.swift",
        "FamilyTests4.swift",
        "FamilyTests5.swift",
        "FamilyTests6.swift",
        "FamilyTests7.swift",
        "FamilyTests8.swift",
        "FamilyTraitsTests.swift",
        "HashingTests.swift",
        "NexusEventDelegateTests.swift",
        "NexusFamilyEdgeCaseTests.swift",
        "NexusTests.swift",
        "SingleTests.swift",
        "SparseSetTests.swift",
        "SystemsTests.swift"
      ],
      "target_dependencies" : [
        "FirebladeECS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebladeECSPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebladeECSPerformanceTests",
      "path" : "Tests/FirebladeECSPerformanceTests",
      "sources" : [
        "Base.swift",
        "ComponentPerformanceTests.swift",
        "HashingPerformanceTests.swift",
        "TypeIdentifierPerformanceTests.swift",
        "TypedFamilyPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "FirebladeECS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FirebladeECS",
      "module_type" : "SwiftTarget",
      "name" : "FirebladeECS",
      "path" : "Sources/FirebladeECS",
      "product_memberships" : [
        "FirebladeECS"
      ],
      "sources" : [
        "CodingStrategy.swift",
        "Component.swift",
        "ComponentIdentifier.swift",
        "Entity+Component.swift",
        "Entity.swift",
        "EntityIdentifier.swift",
        "EntityIdentifierGenerator.swift",
        "FSM.swift",
        "Family+Coding+Foundation.swift",
        "Family+Coding.swift",
        "Family.swift",
        "FamilyTraitSet.swift",
        "Foundation+Extensions.swift",
        "Hashing.swift",
        "ManagedContiguousArray.swift",
        "Nexus+Component.swift",
        "Nexus+ComponentsBuilder.swift",
        "Nexus+Entity.swift",
        "Nexus+Family.swift",
        "Nexus+Internal.swift",
        "Nexus.swift",
        "NexusEvent.swift",
        "NexusEventDelegate.swift",
        "Single.swift",
        "UnorderedSparseSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.