Build Information
Successful build of FirebladeECS, reference 0.17.7 (ae2350
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 09:36:00 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.2
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
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
[226/5232] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.40s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
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
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "ecs",
"name": "FirebladeECS",
"url": "https://github.com/fireblade-engine/ecs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ecs",
"dependencies": [
]
}
]
}
Fetching https://github.com/fireblade-engine/ecs.git
[1/5810] Fetching ecs
Fetched https://github.com/fireblade-engine/ecs.git from cache (1.17s)
Creating working copy for https://github.com/fireblade-engine/ecs.git
Working copy of https://github.com/fireblade-engine/ecs.git resolved at 0.17.7 (ae23509)
warning: '.resolve-product-dependencies': dependency 'ecs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
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.1.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
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[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: annotate 'invalid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[6/34] Compiling FirebladeECS CodingStrategy.swift
[7/34] Compiling FirebladeECS Component.swift
[8/34] Compiling FirebladeECS ComponentIdentifier.swift
[9/34] Compiling FirebladeECS Nexus.swift
[10/34] Compiling FirebladeECS NexusEvent.swift
[11/34] Compiling FirebladeECS NexusEventDelegate.swift
[12/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: annotate 'invalid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[13/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: annotate 'invalid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[14/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: annotate 'invalid' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 | }
52 |
[15/34] Compiling FirebladeECS FamilyMemberBuilder.swift
[16/34] Compiling FirebladeECS FamilyRequirementsManaging.swift
[17/34] Compiling FirebladeECS FamilyTraitSet.swift
[18/34] Compiling FirebladeECS Nexus+Entity.swift
[19/34] Compiling FirebladeECS Nexus+Family.swift
[20/34] Compiling FirebladeECS Nexus+Internal.swift
[21/34] Compiling FirebladeECS Family.swift
[22/34] Compiling FirebladeECS FamilyDecoding.swift
[23/34] Compiling FirebladeECS FamilyEncoding.swift
[24/34] Compiling FirebladeECS Single.swift
[25/34] Compiling FirebladeECS UnorderedSparseSet.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 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! (23.39s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/fireblade-engine/ecs/0.17.7
Repository: fireblade-engine/ecs
Swift version used: 6.0
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
Target: FirebladeECS
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'FirebladeECS'...
Finished extracting symbol information for 'FirebladeECS'. (3.57s)
Building documentation for 'FirebladeECS'...
Finished building documentation for 'FirebladeECS' (0.47s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/fireblade-engine/ecs/0.17.7
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit DeclarationFragments.swift
[21/57] Compiling SymbolKit Fragment.swift
[22/57] Compiling SymbolKit FragmentKind.swift
[23/57] Compiling SymbolKit FunctionParameter.swift
[24/57] Compiling SymbolKit FunctionSignature.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit SemanticVersion.swift
[36/57] Compiling SymbolKit AccessControl.swift
[37/57] Compiling SymbolKit Availability.swift
[38/57] Compiling SymbolKit AvailabilityItem.swift
[39/57] Compiling SymbolKit Domain.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.90s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/29] Compiling FirebladeECS CodingStrategy.swift
[3/29] Compiling FirebladeECS Component.swift
[4/29] Compiling FirebladeECS ComponentIdentifier.swift
[5/31] Compiling FirebladeECS FamilyMemberBuilder.swift
[6/31] Compiling FirebladeECS FamilyRequirementsManaging.swift
[7/31] Compiling FirebladeECS FamilyTraitSet.swift
[8/31] Compiling FirebladeECS Nexus+Entity.swift
[9/31] Compiling FirebladeECS Nexus+Family.swift
[10/31] Compiling FirebladeECS Nexus+Internal.swift
[11/31] Compiling FirebladeECS Entity+Component.swift
[12/31] Compiling FirebladeECS Entity.swift
[13/31] Compiling FirebladeECS EntityIdentifier.swift
[14/31] Compiling FirebladeECS Family.swift
[15/31] Compiling FirebladeECS FamilyDecoding.swift
[16/31] Compiling FirebladeECS FamilyEncoding.swift
[17/31] Compiling FirebladeECS EntityIdentifierGenerator.swift
[18/31] Compiling FirebladeECS FSM.swift
[19/31] Compiling FirebladeECS Family+Coding.swift
[20/31] Compiling FirebladeECS Nexus.swift
[21/31] Compiling FirebladeECS NexusEvent.swift
[22/31] Compiling FirebladeECS NexusEventDelegate.swift
[23/31] Emitting module FirebladeECS
[24/31] Compiling FirebladeECS ManagedContiguousArray.swift
[25/31] Compiling FirebladeECS Nexus+Component.swift
[26/31] Compiling FirebladeECS Nexus+ComponentsBuilder.swift
[27/31] Compiling FirebladeECS Foundation+Extensions.swift
[28/31] Compiling FirebladeECS Family.generated.swift
[29/31] Compiling FirebladeECS Hashing.swift
[30/31] Compiling FirebladeECS Single.swift
[31/31] Compiling FirebladeECS UnorderedSparseSet.swift
Build of target: 'FirebladeECS' complete! (1.56s)
1900
14 /Users/admin/builder/spi-builder-workspace/.docs/fireblade-engine/ecs/0.17.7
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/fireblade-engine/ecs/0.17.7
File count: 1900
Doc size: 14.0MB
Preparing doc bundle ...
Uploading prod-fireblade-engine-ecs-0.17.7-78cdd396.zip to s3://spi-docs-inbox/prod-fireblade-engine-ecs-0.17.7-78cdd396.zip
Copying... [12%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [52%]
Copying... [62%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.