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 0.17.7 (ae2350), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:32:29 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fireblade-engine/ecs.git
Reference: 0.17.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fireblade-engine/ecs
 * tag               0.17.7     -> FETCH_HEAD
HEAD is now at ae23509 Fix hosting base path
Cloned https://github.com/fireblade-engine/ecs.git
Revision (git rev-parse @):
ae23509c4a5b8a1631e31fe697279d0cde40c45a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fireblade-engine/ecs.git at 0.17.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fireblade-engine/ecs.git
https://github.com/fireblade-engine/ecs.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/32] Emitting module FirebladeECS
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/EntityIdentifier.swift:50:23: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | ///
10 | /// An entity identifier represents the unique identity of an entity.
11 | public struct EntityIdentifier {
   |               `- note: consider making struct 'EntityIdentifier' conform to the 'Sendable' protocol
12 |     /// Entity identifier type.
13 |     ///
   :
48 |     ///
49 |     /// Used to represent an invalid entity identifier.
50 |     public static let invalid = EntityIdentifier(.max)
   |                       |- warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:11:5: error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
 9 |     import Foundation
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
   |     |- error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
   |     `- note: add stubs for conformance
12 |     extension JSONDecoder: TopLevelDecoder {}
13 | #endif
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:36:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
34 |
35 |     /// Contextual user-provided information for use during decoding.
36 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:12:5: error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
12 |     extension JSONDecoder: TopLevelDecoder {}
   |     |- error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
   |     `- note: add stubs for conformance
13 | #endif
14 |
Foundation.JSONDecoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONDecoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:71:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
69 |
70 |     /// Contextual user-provided information for use during decoding.
71 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
72 | }
73 |
[6/34] Compiling FirebladeECS Family.swift
[7/34] Compiling FirebladeECS FamilyDecoding.swift
[8/34] Compiling FirebladeECS FamilyEncoding.swift
[9/34] Compiling FirebladeECS Nexus.swift
[10/34] Compiling FirebladeECS NexusEvent.swift
[11/34] Compiling FirebladeECS NexusEventDelegate.swift
[12/34] Compiling FirebladeECS EntityIdentifierGenerator.swift
[13/34] Compiling FirebladeECS FSM.swift
[14/34] Compiling FirebladeECS Family+Coding.swift
[15/34] Compiling FirebladeECS Nexus+Entity.swift
[16/34] Compiling FirebladeECS Nexus+Family.swift
[17/34] Compiling FirebladeECS Nexus+Internal.swift
[18/34] Compiling FirebladeECS Entity+Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/EntityIdentifier.swift:50:23: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | ///
10 | /// An entity identifier represents the unique identity of an entity.
11 | public struct EntityIdentifier {
   |               `- note: consider making struct 'EntityIdentifier' conform to the 'Sendable' protocol
12 |     /// Entity identifier type.
13 |     ///
   :
48 |     ///
49 |     /// Used to represent an invalid entity identifier.
50 |     public static let invalid = EntityIdentifier(.max)
   |                       |- warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[19/34] Compiling FirebladeECS Entity.swift
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/EntityIdentifier.swift:50:23: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | ///
10 | /// An entity identifier represents the unique identity of an entity.
11 | public struct EntityIdentifier {
   |               `- note: consider making struct 'EntityIdentifier' conform to the 'Sendable' protocol
12 |     /// Entity identifier type.
13 |     ///
   :
48 |     ///
49 |     /// Used to represent an invalid entity identifier.
50 |     public static let invalid = EntityIdentifier(.max)
   |                       |- warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[20/34] Compiling FirebladeECS EntityIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/EntityIdentifier.swift:50:23: warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | ///
10 | /// An entity identifier represents the unique identity of an entity.
11 | public struct EntityIdentifier {
   |               `- note: consider making struct 'EntityIdentifier' conform to the 'Sendable' protocol
12 |     /// Entity identifier type.
13 |     ///
   :
48 |     ///
49 |     /// Used to represent an invalid entity identifier.
50 |     public static let invalid = EntityIdentifier(.max)
   |                       |- warning: static property 'invalid' is not concurrency-safe because non-'Sendable' type 'EntityIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'invalid' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[21/34] Compiling FirebladeECS Single.swift
[22/34] Compiling FirebladeECS UnorderedSparseSet.swift
[23/34] Compiling FirebladeECS FamilyMemberBuilder.swift
[24/34] Compiling FirebladeECS FamilyRequirementsManaging.swift
[25/34] Compiling FirebladeECS FamilyTraitSet.swift
[26/34] Compiling FirebladeECS ManagedContiguousArray.swift
[27/34] Compiling FirebladeECS Nexus+Component.swift
[28/34] Compiling FirebladeECS Nexus+ComponentsBuilder.swift
[29/34] Compiling FirebladeECS CodingStrategy.swift
[30/34] Compiling FirebladeECS Component.swift
[31/34] Compiling FirebladeECS ComponentIdentifier.swift
[32/34] Compiling FirebladeECS Foundation+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:11:5: error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
 9 |     import Foundation
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
   |     |- error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
   |     `- note: add stubs for conformance
12 |     extension JSONDecoder: TopLevelDecoder {}
13 | #endif
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:36:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
34 |
35 |     /// Contextual user-provided information for use during decoding.
36 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:12:5: error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
12 |     extension JSONDecoder: TopLevelDecoder {}
   |     |- error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
   |     `- note: add stubs for conformance
13 | #endif
14 |
Foundation.JSONDecoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONDecoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:71:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
69 |
70 |     /// Contextual user-provided information for use during decoding.
71 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
72 | }
73 |
[33/34] Compiling FirebladeECS Family.generated.swift
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:11:5: error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
 9 |     import Foundation
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
   |     |- error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
   |     `- note: add stubs for conformance
12 |     extension JSONDecoder: TopLevelDecoder {}
13 | #endif
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:36:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
34 |
35 |     /// Contextual user-provided information for use during decoding.
36 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:12:5: error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
12 |     extension JSONDecoder: TopLevelDecoder {}
   |     |- error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
   |     `- note: add stubs for conformance
13 | #endif
14 |
Foundation.JSONDecoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONDecoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:71:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
69 |
70 |     /// Contextual user-provided information for use during decoding.
71 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
72 | }
73 |
[34/34] Compiling FirebladeECS Hashing.swift
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:11:5: error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
 9 |     import Foundation
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
   |     |- error: type 'JSONEncoder' does not conform to protocol 'TopLevelEncoder'
   |     `- note: add stubs for conformance
12 |     extension JSONDecoder: TopLevelDecoder {}
13 | #endif
Foundation.JSONEncoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONEncoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:36:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
34 |
35 |     /// Contextual user-provided information for use during decoding.
36 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Foundation+Extensions.swift:12:5: error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
10 |
11 |     extension JSONEncoder: TopLevelEncoder {}
12 |     extension JSONDecoder: TopLevelDecoder {}
   |     |- error: type 'JSONDecoder' does not conform to protocol 'TopLevelDecoder'
   |     `- note: add stubs for conformance
13 | #endif
14 |
Foundation.JSONDecoder.userInfo:2:26: note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
1 | class JSONDecoder {
2 | @preconcurrency open var userInfo: [CodingUserInfoKey : any Sendable] { get set }}
  |                          `- note: candidate has non-matching type '[CodingUserInfoKey : any Sendable]'
3 |
/Users/admin/builder/spi-builder-workspace/Sources/FirebladeECS/Family+Coding.swift:71:9: note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
69 |
70 |     /// Contextual user-provided information for use during decoding.
71 |     var userInfo: [CodingUserInfoKey: Any] { get set }
   |         `- note: protocol requires property 'userInfo' with type '[CodingUserInfoKey : Any]'
72 | }
73 |
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.19s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.70s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.37s)
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/31] Compiling FirebladeECS CodingStrategy.swift
[5/31] Compiling FirebladeECS Component.swift
[6/31] Compiling FirebladeECS ComponentIdentifier.swift
[7/33] Compiling FirebladeECS Nexus.swift
[8/33] Compiling FirebladeECS NexusEvent.swift
[9/33] Compiling FirebladeECS NexusEventDelegate.swift
[10/33] Compiling FirebladeECS EntityIdentifierGenerator.swift
[11/33] Compiling FirebladeECS FSM.swift
[12/33] Compiling FirebladeECS Family+Coding.swift
[13/33] Emitting module FirebladeECS
[14/33] Compiling FirebladeECS Family.swift
[15/33] Compiling FirebladeECS FamilyDecoding.swift
[16/33] Compiling FirebladeECS FamilyEncoding.swift
[17/33] Compiling FirebladeECS Entity+Component.swift
[18/33] Compiling FirebladeECS Entity.swift
[19/33] Compiling FirebladeECS EntityIdentifier.swift
[20/33] Compiling FirebladeECS FamilyMemberBuilder.swift
[21/33] Compiling FirebladeECS FamilyRequirementsManaging.swift
[22/33] Compiling FirebladeECS FamilyTraitSet.swift
[23/33] Compiling FirebladeECS ManagedContiguousArray.swift
[24/33] Compiling FirebladeECS Nexus+Component.swift
[25/33] Compiling FirebladeECS Nexus+ComponentsBuilder.swift
[26/33] Compiling FirebladeECS Single.swift
[27/33] Compiling FirebladeECS UnorderedSparseSet.swift
[28/33] Compiling FirebladeECS Foundation+Extensions.swift
[29/33] Compiling FirebladeECS Family.generated.swift
[30/33] Compiling FirebladeECS Hashing.swift
[31/33] Compiling FirebladeECS Nexus+Entity.swift
[32/33] Compiling FirebladeECS Nexus+Family.swift
[33/33] Compiling FirebladeECS Nexus+Internal.swift
Build complete! (1.45s)
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.