有没有办法(通过编译器标志或脚本)检测Swift项目中的强制解包?
我正在考虑这样的事情:
let b = a as! B let c = a! a!.method()
例如,不会触发误报var a: A!.
var a: A!