Commit f2f1801
authored
fix: dodge Swift 6.3 SIL inliner crash on Onramp deinit (#334)
TestFlight archive (Release -O) was crashing inside the SIL optimizer's
EarlyPerfInliner pass — a Swift 6.3 compiler bug triggered when checking
layout-constraint compatibility through the generic parameters of the
@mainactor OnrampVerificationViewModel's isolated deinit. Marking the
deinit @_optimize(none) skips the optimizer for just that function;
runtime behavior is unchanged.1 parent e706aba commit f2f1801
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
0 commit comments