Commit 6defcd4
fix(ci): make sdk_swift resolve non-blocking on release PRs
When a release PR bumps PROJECT_VERSION (e.g. to 0.19.8), Package.swift's
binary targets point at release-asset URLs for that not-yet-existing
version, so `swift package resolve` 404s. This blocks release PRs from
ever merging — a chicken-and-egg problem.
Make resolve non-blocking (consistent with swift build below it) so the
job becomes a smoke check rather than a hard gate. The actual binary
validation happens in release.yml once the tag is pushed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1df0ffc commit 6defcd4
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
304 | 308 | | |
305 | 309 | | |
306 | 310 | | |
| |||
0 commit comments