klib contains all public api in same way that ksp. you see all information that you can see with ksp.

in addition ksp can see also private and internal members. but on the other side ksp works only in 1 module - where it enabled.

kswift analyze all modules, not only where it applied.

so, you can do same logic that you already do with ksp, but apply it for all modules (include external dependencies)

Aleksey Mikhailov
Aleksey Mikhailov

Responses (1)