/SwiftInspector

SwiftInspector is a command line tool built on top of SwiftSyntax to help inspect usage of Swift code

Primary LanguageSwiftMIT LicenseMIT

SwiftInspector

codecov Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

SwiftInspector is a command line tool built on top of SwiftSyntax to help inspect usage of classes, protocols, properties, etc in a Swift codebase.

Disclaimer

This project is currently under development and can have breaking API changes.


Generating an Xcode Project

To see this project locally in Xcode you can run the following command on the root of this project: swift package generate-xcodeproj

This will generate an SwiftInspector.xcodeproj in the root of this repository.

Run this project

Open the generated Xcode project:

open SwiftInspector.xcodeproj

Then run the project using ⌘ R.

Make sure to select "My Mac" as the device.