Breaking
- The
--no-coloroption has been replaced with--color=never.
Enhancements
- The
--coloroption now accepts one ofauto,alwaysandnever. Inautomode, color is disabled for dumb terminals and non-TTYs. - Added detection of superfluous
// periphery:ignorecomments. A result is now reported when an ignore comment is unnecessary because the declaration is actually used. Can be disabled with--no-superfluous-ignore-comments. - More unused code is now reported in a single scan, rather than requiring repeated remove-and-rescan cycles.
Bug Fixes
- Fix IBAction methods with named parameters or no parameters incorrectly marked as unused.
- Fix
--retain-swift-ui-previewsfor the#Previewmacro.