SwiftBoost
SwiftBoost copied to clipboard
use debugPrint instead of print
Goal
debugPrint provides more detailed and descriptive output for complex objects, making it ideal for debugging. It is intended specifically for developer-facing logs and can be configured to suppress output in release builds, unlike print.