Customize output with CustomDumpStringConvertible
mainThe library provides conformance for many Apple ecosystem types to CustomDumpStringConvertible to ensure they dump to readable strings instead of unhelpful Objective-C internal representations (e.g., __C.UNNotificationSetting).
You can implement this protocol yourself to provide a custom string representation for your own types when using customDump.