SwiftInspector is a command line tool and set of SPM libraries built on top of SwiftSyntax. SwiftInspector reliably finds usages of classes, protocols, properties, etc. in a codebase by analyzing the Swift AST.
This project is considered abandoned and has been archived.
- Swift 5.6
- Xcode 13.3.1
Run the following command:
$ git clone git@github.com:fdiaz/SwiftInspector.git
$ cd SwiftInspector
$ make install
If you want to contribute to this project, please take a look at our CONTRIBUTING guidelines. To open the project in Xcode, open the Package.swift file at the root of the repo.
The default branch of this repository is main. Between the initial commit and 75bd9f4
, the default branch of this repository was master. See #38 for more details on why this change was made.
