Modernize 2026 - #105
Merged
Merged
Conversation
…eblade-engine/ecs into modernize-2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernize 2026: Swift 6.1, Documentation & Workflows
This PR represents a comprehensive modernization of the Fireblade ECS project, bringing it up to date with the latest Swift standards (6.1), achieving near-100% documentation coverage, and standardizing the CI/CD pipeline.
1. Swift 6.1 Modernization
benchmarkspackage trait to conditionally compile performance tests, reducing build times for standard users.2. Comprehensive Documentation (Goal: 100%)
Nexus,Entity,Family, and core component protocols.O(1),O(n), etc., complexity notes to performance-critical methods.3. Workflow Standardization & CI/CD
FirebladeMathstandards.ci-ios.ymlfor iOS simulator testing.ci-wasm.ymlwith the standard workflow structure, targetingswift-6.1-RELEASE.documentation.ymlwithdocs.yml.main,latest) output.4. Developer Experience (DevEx)
docs-generate,docs-check-coverage,docs-check-links.cleantarget.REPO_NAME,DOCS_VERSION_PATH) for better tooling integration.