This allows for class_getName to fail and be gracefully handled by objc-bridge. Swift versions prior to 5.10 had an issue causing the process to crash when attempting to resolve names of lazily named objc-classes, which now they handle by synthesising a placeholder name with offset.
This allows for class_getName to fail and be gracefully handled by objc-bridge. Swift versions prior to 5.10 had an issue causing the process to crash when attempting to resolve names of lazily named objc-classes, which now they handle by synthesising a placeholder name with offset.