Commit da13344
ci: use native build system for swift snapshot workflow
Recent main-snapshot toolchains crash at build startup with
"unable to find bundle named SwiftBuild_SWBUniversalPlatform"
(SwiftPM's SwiftBuild integration cannot locate its resource bundles
on the CI image). This prevents the job from ever reaching Swift
compilation.
Pass --build-system native to fall back to the classic SwiftPM build
system, which is sufficient for the workflow's goal of validating the
package against upcoming Swift.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f709111 commit da13344
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments