peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.16k stars 186 forks source link

Periphery version 3.0.0 b2 fails. #800

Open rsyncOSX opened 3 weeks ago

rsyncOSX commented 3 weeks ago

Version 2.21.0 works, but version 3.0.0.beta2 fails.. See error below

GitHub repository is: https://github.com/rsyncOSX/RsyncUI Xcode 16 beta 6, SWIFT_VERSION = 6 and SWIFT_STRICT_CONCURRENCY = complete set in Xcode

Output from version 2.21.0

/opt/homebrew/bin/periphery scan

Output from version 3.0.0.beta2

ileitch commented 2 weeks ago

Thanks for trying out the beta. I think the issue is the non-conditional use of build-for-testing. I likely need to bring back some 2.x logic.

rsyncOSX commented 2 weeks ago

And periphery is a great app, thanks for making it... Without I could not clean my sources...