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 FirebladeECS, reference master (5a7e7f), with Swift 5.10 for macOS (SPM) on 8 Mar 2025 22:59:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fireblade-engine/ecs.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fireblade-engine/ecs
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5a7e7f6 Update dependency ordo-one/package-benchmark to from: "1.29.2" (#96)
Cloned https://github.com/fireblade-engine/ecs.git
Revision (git rev-parse @):
5a7e7f6f2c5fa10b6a90d940c6efcf6a72581635
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fireblade-engine/ecs.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/fireblade-engine/ecs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/32] Emitting module FirebladeECS
[6/34] Compiling FirebladeECS FamilyMemberBuilder.swift
[7/34] Compiling FirebladeECS FamilyRequirementsManaging.swift
[8/34] Compiling FirebladeECS FamilyTraitSet.swift
[9/34] Compiling FirebladeECS Single.swift
[10/34] Compiling FirebladeECS UnorderedSparseSet.swift
[11/34] Compiling FirebladeECS Entity+Component.swift
[12/34] Compiling FirebladeECS Entity.swift
[13/34] Compiling FirebladeECS EntityIdentifier.swift
[14/34] Compiling FirebladeECS ManagedContiguousArray.swift
[15/34] Compiling FirebladeECS Nexus+Component.swift
[16/34] Compiling FirebladeECS Nexus+ComponentsBuilder.swift
[17/34] Compiling FirebladeECS Family.swift
[18/34] Compiling FirebladeECS FamilyDecoding.swift
[19/34] Compiling FirebladeECS FamilyEncoding.swift
[20/34] Compiling FirebladeECS CodingStrategy.swift
[21/34] Compiling FirebladeECS Component.swift
[22/34] Compiling FirebladeECS ComponentIdentifier.swift
[23/34] Compiling FirebladeECS Nexus+Entity.swift
[24/34] Compiling FirebladeECS Nexus+Family.swift
[25/34] Compiling FirebladeECS Nexus+Internal.swift
[26/34] Compiling FirebladeECS Nexus.swift
[27/34] Compiling FirebladeECS NexusEvent.swift
[28/34] Compiling FirebladeECS NexusEventDelegate.swift
[29/34] Compiling FirebladeECS EntityIdentifierGenerator.swift
[30/34] Compiling FirebladeECS FSM.swift
[31/34] Compiling FirebladeECS Family+Coding.swift
[32/34] Compiling FirebladeECS Foundation+Extensions.swift
[33/34] Compiling FirebladeECS Family.generated.swift
[34/34] Compiling FirebladeECS Hashing.swift
Build complete! (18.14s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.63s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3334] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.53s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "FirebladeECS",
  "name" : "FirebladeECS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FirebladeECS",
      "targets" : [
        "FirebladeECS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "FirebladeECSTests",
      "module_type" : "SwiftTarget",
      "name" : "FirebladeECSTests",
      "path" : "Tests/FirebladeECSTests",
      "sources" : [
        "Base.swift",
        "ComponentIdentifierTests.swift",
        "ComponentTests.swift",
        "EntityCreationTests.swift",
        "EntityIdGenTests.swift",
        "EntityTests.swift",
        "FSMTests.swift",
        "FamilyCodingTests.swift",
        "FamilyTests.swift",
        "FamilyTraitsTests.swift",
        "Generated/FamilyTests.generated.swift",
        "HashingTests.swift",
        "NexusEventDelegateTests.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.swift",
        "Family.swift",
        "FamilyDecoding.swift",
        "FamilyEncoding.swift",
        "FamilyMemberBuilder.swift",
        "FamilyRequirementsManaging.swift",
        "FamilyTraitSet.swift",
        "Foundation+Extensions.swift",
        "Generated/Family.generated.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" : "5.8"
}
Done.