peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.02k stars 178 forks source link

Ensure that classes that are never directly referenced are retained #714

Open maxwellE opened 4 months ago

maxwellE commented 4 months ago

Classes that are never referred to directly (only through protocols) should still be retained.

ileitch commented 1 month ago

Hey @maxwellE, I'm unable to reproduce using the example provided. Are you still seeing this with 2.18.0?