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
Add --retain-assign-only-property-types option to retain assign-only properties based on their type.
Declarations in an entry point file (e.g main.swift) are no longer blindly retained, even if unused.
Additional arguments passed to xcodebuild can now override the default set of environment based arguments.
Bug Fixes
Fix issue where protocol property references could be incorrectly associated with the getter/setter rather than the property itself, leading to erroneous results.
Fix unused parameter false positive result for identical function signatures at the same location in different files.