unused_import
not taking into account @_exported import
#5528
Labels
bug
Unexpected and reproducible misbehavior.
New Issue Checklist
Describe the bug
I'm running into the exact same as #2877. I see there were a few improvements to this in 0.54, but with a multi-module setup like in #2877,
import A
is removed when the code depends on symbols fromB
. Similarly, code that depends onCoreFoundation
(for example,CGFloat
), but only importsFoundation
gets this import removed.Complete output when running SwiftLint, including the stack trace and command used
I haven't tried a small repro project, and this is currently happening in a large project so the output is very long. This is the command:
Environment
No
The text was updated successfully, but these errors were encountered: