Summary
The experimental Bazel workflow is failing on main and PR branches on macOS because Bazel cannot download the Apple SDK package used by the LLVM toolchain setup.
Evidence
- failing
main workflow: Bazel run 23563742925
- failing PR workflow example: Bazel run
23590629547, job 68694665008
- job log shows Bazel failing to download:
https://swcdn.apple.com/.../CLTools_macOSNMOS_SDK.pkg
- error:
GET returned 403 Forbidden
Impact
This is repository-wide CI breakage in the experimental Bazel macOS lane, not specific to PR #42.
Summary
The experimental Bazel workflow is failing on
mainand PR branches on macOS because Bazel cannot download the Apple SDK package used by the LLVM toolchain setup.Evidence
mainworkflow: Bazel run2356374292523590629547, job68694665008https://swcdn.apple.com/.../CLTools_macOSNMOS_SDK.pkgGET returned 403 ForbiddenImpact
This is repository-wide CI breakage in the experimental Bazel macOS lane, not specific to PR #42.