You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resilence support will require changes to the Objective-C runtime to expand support for metadata initialization functions. Add a separate experimental feature flag to help with staging that support in, and modify diagnostics to not suggest increasing the minimum deployment target for now.
finalvara:Mirror? // expected-error {{does not support stored properties whose size can change due to library evolution; raise the minimum deployment target to}}
7
+
finalvara:Mirror? // expected-error {{does not support stored properties whose size can change due to library evolution; store this value in an object or 'any' type}}
7
8
finalvarb:AnyKeyPath? // no-error
8
9
finalvarc:Int=0 // no-error
9
10
finalvard:S1? // no-error
10
-
finalvare:S2? // expected-error {{does not support stored properties whose size can change due to library evolution; raise the minimum deployment target to}}
11
+
finalvare:S2? // expected-error {{does not support stored properties whose size can change due to library evolution; store this value in an object or 'any' type}}
0 commit comments