Commit 16fbd68
ci: link swiftly so SwiftBuild can locate its resource bundles
Replaces the --build-system native workaround with `swiftly link`.
When swiftly is left unlinked after `swiftly init --skip-install`,
SwiftBuild's resource_bundle_accessor cannot resolve bundles such as
SwiftBuild_SWBUniversalPlatform from the toolchain's usr/share/pm
directory, crashing the build before any compilation.
Linking the active toolchain exposes it via swiftly's managed PATH so
SwiftBuild finds its resources, letting us build with the default
(swiftbuild) system.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 46b9f8d commit 16fbd68
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 40 | + | |
0 commit comments