Commit f89d9e1
committed
Weaken unavailable setter to deprecated
Swift <6.3 had a soundness hole that allowed these writes to happen
_via_, _e.g._, dynamic member lookup. This is quite disruptive to
existing code bases, so let's warn instead, clearly noting a potential
data race, and allow folks to continue building.1 parent c6216db commit f89d9e1
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
- Sources/Sharing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments