woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

Support Swift 5.3 #60

Closed noahsmartin closed 4 years ago

noahsmartin commented 4 years ago

The latest version is failing on my project with the error "SwiftSyntax parser library isn't compatible". This change adds logging so errors like this are surfaced to users, and updates dependencies to support Xcode12/Swift5.3

Thanks @woshiccm for the helpful tool!