Closed pennig closed 1 year ago
Useful for operating on per-module index stores. To wit, an unused import B in module A will only be marked as unused if the tool can collect the units from A and the USRs from B.
import B
CLA is signed
you'll have to rebase on https://github.com/lyft/swift-index-store/pull/51 shortly
thanks!
Useful for operating on per-module index stores. To wit, an unused
import B
in module A will only be marked as unused if the tool can collect the units from A and the USRs from B.