Tim Clem (@tclem) commented about dlls/winemac.drv/cocoa_window.m:
WineMetalView *_metalView;
}
+@property (retain, nonatomic) CGImageRef colorImage __attribute__((NSObject));
`__attribute__((NSObject))` is a pretty obscure feature. If you don't have a compelling reason for this to be a property, I'd probably just make it an ivar and handle the retain/release manually.