Commit 49183c3
fix(desktop): resolve Swift concurrency error in release build
- Fix 'reference to captured var in concurrently-executing code' error
by creating immutable copy of session before MainActor.run
- Exclude Info.plist and entitlements from SPM target to remove warnings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f60bd9e commit 49183c3
File tree
2 files changed
+6
-1
lines changed- apps/desktop
- Sources/PlexusOneDesktop/Views
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments