Author name: SwiftAlyzer

Learn more about Non-Final Class Information & Warnings

Sw!ftalyzer automatically analyses the declarations of the classes in your app and knows, which ones don’t have the final keyword. It also sees all inheritances and thus knows, which classes can not be final because of subclasses. Learn more about how to improve your app with Sw!ftalyzer.

Understanding your Project with metrics: CCD

The architecture of a software project is often large and complex. This makes it hard to see if a change in the source code reduces or adds more complexity, making the software harder to maintain in the future. Find out how to measure this complexity with Sw!ftalyzer.