periphery
periphery copied to clipboard
A tool to identify unused code in Swift projects.
Hello, I get the following error when trying to run `periphery scan`on my project
With Xcode 14 Beta 3, when I'm scanning a project from a terminal (.xcodeproj with SPMed third-party frameworks) I get the following error message: * Indexing... error: (IndexStoreError) internalError("index store...
My app uses a lot of protocols to create empty function declarations so that they can be used across the app to enforce same rules. For example I have a...
Included SPM and received the following error: > error: (ParserError) The loaded '_InternalSwiftSyntaxParser' library is from a toolchain that is not compatible with this version of SwiftSyntax
## Problem When Periphery finds a redundant public accessibility, it warns like `Class '' is declared public, but not used outside of `. If Periphery receives `--format json` option, the...
Using Xcode 13.3.1 or 13.4.1, Periphery reports a number of our types as unused. Upon looking into this more closely, I was able to reproduce it via something like the...
Is Periphery running on some kind of clean shell? In Bitrise i'm activating a SSH key to read private Github repositories, but when starting the scan it is not able...
Hallo periphery team, Thank you for building a great tools, but i want to ask about third party build system, since in our team we did not use xcodebuild in...
Hi, I'd like to run periphery against a Swift package that is platform-specific to iOS and therefore should be built with `xcodebuild` and not `swift build` (which is chosen by...