Skip to content

2.21.1

Latest
Compare
Choose a tag to compare
@ileitch ileitch released this 28 Sep 11:18
· 51 commits to master since this release
af2eb94
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Enums with the @main attribute are now retained.
  • Fixed issue in Swift 6 where declarations that override external type members are incorrectly identified as unused.
  • Unused public/exported imports are excluded from the results even if unused in the declaring file as the exported symbols may be referenced in other files, and thus removing the import would result in a build failure.