woshiccm / Pecker

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

Add Swift 5.5 support #67

Closed zntfdr closed 2 years ago

zntfdr commented 2 years ago

With this new Package declaration, the project can now build with Swift 5.5. Several dependencies had to be updated in order to make it compile.

PS

In Xcode 13/Swift 5.5 there are a few warnings here and there, but fixing those would probably break Pecker for earlier Swift versions.

woshiccm commented 2 years ago

Hi @zntfdr, thanks