LeakDetector icon indicating copy to clipboard operation
LeakDetector copied to clipboard

A SPM to support finding memory leaks for Swift projects.

Results 3 LeakDetector issues
Sort by recently updated
recently updated
newest added

Currently, the leak can be reported via a `print` message in the console, or crashing the app in DEBUG mode using `assert`. We can consider to add a UI to...