periphery
brew install periphery
v3.7.4_1
MIT
Identify unused code in Swift projects
1.5k
30-day installs · #1116
7.8k
90-day · #912
33.2k
365-day · #840
6.1k
★ GitHub stars · updated 3mo ago
GitHub topics
apple
ios
macos
swift
xcode
Links
- https://github.com/peripheryapp/periphery
- GitHub: peripheryapp/periphery
- Brew formula source: Formula/p/periphery.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Identify unused code in Swift projects",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:20+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "periphery",
"github_default_branch": "master",
"github_last_commit_at": "2026-05-15T11:42:54Z",
"github_readme_excerpt": "\u003ch1 align=\"center\"\u003e\n \u003cimg src=\"assets/logo.png\" alt=\"Periphery\" height=\"60\" /\u003e\n \u003cbr\u003e\n Periphery\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA tool to identify unused code in Swift projects.\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\u003cq\u003e\u003ci\u003eNow I am become Delete, the destroyer of codes.\u003c/i\u003e\u003c/q\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/peripheryapp/periphery/releases/latest\"\u003e\n\u003cimg src=\"https://img.shields.io/github/release/peripheryapp/periphery.svg?color=008DFF\"/\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/platform-macOS%20|%20Linux-008DFF\"\u003e\n\u003ca href=\"#sponsors-\"\u003e\n\u003cimg src=\"https://img.shields.io/github/sponsors/peripheryapp?logo=githubsponsors\u0026color=db61a2\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003c/p\u003e\n\n## Contents\n\n- [Installation](#installation)\n- [How To Use](#how-to-use)\n- [Analysis](#analysis)\n - [Function Parameters](#function-parameters)\n - [Protocols](#protocols-1)\n - [Enumerations](#enumerations)\n - [Assign-only Properties](#assign-only-properties)\n - [Redundant Public Accessibility](#redundant-public-accessibility)\n - [Unused Imports](#unused-imports)\n - [Objective-C](#objective-c)\n - [Codable](#codable)\n - [Equatable and Hashable](#equatable-and-hashable)\n - [XCTestCase](#xctestcase)\n - [Interface Builder](#interface-builder)\n - [SPI (System Programming Interface)](#spi-system-programming-interface)\n- [Comment Commands](#comment-commands)\n- [Xcode Integration](#xcode-integration)\n- [Excluding Files](#excluding-files)\n- [Continuous Integration](#continuous-integration)\n- [Build Systems](#build-systems)\n- [Platforms](#platforms)\n- [Troubleshooting](#troubleshooting)\n- [Known Bugs](#known-bugs)\n- [Sponsors](#sponsors-) \n\n## Installation\n\n### [Homebrew](https://brew.sh/)\n\n```sh\nbrew install periphery\n```\n\n### [Mint](https://github.com/yonaskolb/mint)\n\n```sh\nmint install peripheryapp/periphery\n```\n\n### [Bazel](https://bazel.build/)\n\n```python\nbazel_dep(name = \"periphery\", version = \"\u003cversion\u003e\", dev_dependency = True)\nuse_repo(use_extension(\"@p",
"github_repo": "peripheryapp/periphery",
"github_stars": 6147,
"github_topics": [
"apple",
"ios",
"macos",
"swift",
"xcode"
],
"homepage": "https://github.com/peripheryapp/periphery",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1475,
"installs_365d": 33230,
"installs_90d": 7810,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "periphery",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1116,
"rank_365d": 840,
"rank_90d": 912,
"raw_hash": "14a07bc4071a889d",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/p/periphery.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"curl",
"libxml2",
"swift"
],
"version_head": "HEAD",
"version_stable": "3.7.4",
"versioned_formulae": [],
"why_use_this": null
}