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
Fix false positive when a class inherits a class with the same name from another module.
Retain parameters on protocol function members implemented by an external type.
Unused function parameters on unimplemented protocol function members are now retained, as the function may still be referenced from an existential type.
Fix incorrect redundant public accessibility on a public superclass when a subclass is used in another module.
Result Builder static methods are now retained.
Assign-only properties that are assigned multiple times in the same method are now correctly identified as assign-only.
Fix issue where properties with identical names at different scopes could cause inconsistent results from assign-only property analysis.