periphery icon indicating copy to clipboard operation
periphery copied to clipboard

A tool to identify unused code in Swift projects.

Results 132 periphery issues
Sort by recently updated
recently updated
newest added

When I try to run `periphery scan` like I used to be able to run, I get all these warnings and issues. ``` * Inspecting project... error: You must supply...

I registered a notification handler with a token, I don't need to access it again because Notification Center will remove it automatically if token was destoried. Code example: ``` class...

I have a separate job which runs the periphery scan, but it fails with this error: ``` stdout: "* Inspecting project...\n* Building project-iosUITests...\n* Building project-iosTests...\n* Building project-ios...\n* Indexing...\n", stderr: "error:...

Thank for developing Periphery! I want to use periphery for one of my clients. Usually when we use other tools they need to be audited, etc. I know periphery only...

just tried out the Xcode 14 beta with Periphery, and with the Swift 5.7 toolchain, I was getting warnings that SwiftUI PreviewProvider-conforming structs were unused. AFAIK this was resolved in...

When placing project references in nested groups with no physical folder, the derived path would end up being absolute. (it would start with "/") because `["", ""].joined(separator: "/")` results in...

error: Shell command '/bin/sh -c xcodebuild -workspace '/Users/8744934gmail.com/Downloads/Surf/ios/BurgerKing.xcworkspace' -scheme 'BurgerKing' -parallelizeTargets -derivedDataPath '/Users/8744934gmail.com/Library/Caches/com.github.peripheryapp/DerivedData-9f190bb5-9f190bb5' -quiet build CODE_SIGNING_ALLOWED="NO" ENABLE_BITCODE="NO" DEBUG_INFORMATION_FORMAT="dwarf"' returned exit status '65': --- xcodebuild: WARNING: Using the first of multiple...

question

Does library support development pods? I run script, it works properly, but periphery found unused code only in my main target.

enhancement

I found a lot of wrong cases which is using inside init(), convenience init() here is the example ```swift private let A: Example1 private let B: Example2 private let C:...

question