You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for my package wei18/github-rest-api-swift-openapi is not updating, and the Build Results page shows "0 completed builds" for every Swift version / platform, even though the package builds cleanly locally.
Symptoms:
…/main/documentation/githubrestapiissues renders — but appears to be a stale archive from an older commit.
The Swift-versions and Platforms compatibility badges both report pending / isError.
Builds page (/builds): "0 completed builds for GitHubRestAPISwiftOpenAPI".
The package builds fine locally: swift build of all 50 targets completes in ~154s (exit 0, warnings only) on Apple Silicon. So this does not appear to be a compile error on our side.
Context that may matter: this is a large generated package — 50 targets, ~29 MB of generated Swift, with the largest single file Sources/repos/Types.swift at ~3.5 MB / ~67k lines. It built and hosted docs successfully in the past; the module target names were renamed (snake_case → CamelCase) in a manifest refactor around 2026-06, which may have re-triggered a full rebuild.
Explain the steps needed to reproduce the bug
Navigate to https://swiftpackageindex.com/wei18/github-rest-api-swift-openapi/builds → "0 completed builds".
Navigate to https://swiftpackageindex.com/wei18/github-rest-api-swift-openapi/main/tutorials/githubrestapiissues → 404, while …/main/documentation/githubrestapiissues renders (stale).
What was the expected behaviour?
Builds complete and documentation (including the newly-added tutorial on main) is regenerated and hosted.
Questions
Why are builds not completing (timeout / resource limit / something specific to this package)? Are there per-build limits we're exceeding, and can they be seen from our side?
Is there anything we should change (e.g. trim .spi.ymldocumentation_targets, split the package) to let builds complete?
Please describe the bug
Documentation for my package
wei18/github-rest-api-swift-openapiis not updating, and the Build Results page shows "0 completed builds" for every Swift version / platform, even though the package builds cleanly locally.Symptoms:
…/main/documentation/githubrestapiissuesrenders — but appears to be a stale archive from an older commit.…/main/tutorials/githubrestapiissuesreturns 404, even though a DocC tutorial was added and merged tomainweeks ago (PR Explore using PackageConfig mechanism to embed spi metadata in Package.swift #192, merged 2026-06-19). A fresh local DocC build produces this exact route inindex/index.json.pending/isError./builds): "0 completed builds for GitHubRestAPISwiftOpenAPI".The package builds fine locally:
swift buildof all 50 targets completes in ~154s (exit 0, warnings only) on Apple Silicon. So this does not appear to be a compile error on our side.Context that may matter: this is a large generated package — 50 targets, ~29 MB of generated Swift, with the largest single file
Sources/repos/Types.swiftat ~3.5 MB / ~67k lines. It built and hosted docs successfully in the past; the module target names were renamed (snake_case → CamelCase) in a manifest refactor around 2026-06, which may have re-triggered a full rebuild.Explain the steps needed to reproduce the bug
https://swiftpackageindex.com/wei18/github-rest-api-swift-openapi/builds→ "0 completed builds".https://swiftpackageindex.com/wei18/github-rest-api-swift-openapi/main/tutorials/githubrestapiissues→ 404, while…/main/documentation/githubrestapiissuesrenders (stale).What was the expected behaviour?
Builds complete and documentation (including the newly-added tutorial on
main) is regenerated and hosted.Questions
.spi.ymldocumentation_targets, split the package) to let builds complete?Screenshots
Build Results page shows "0 completed builds"; tutorial URL shows SPI's 404 page. (Happy to attach.)
What web browser were you using? (if relevant)
Additional context
.spi.ymllists 50documentation_targets. Repo: https://github.com/wei18/github-rest-api-swift-openapi — maintained by @wei18.