I'm getting the following llvm warning
Auto property synthesis will not synthesize property 'imageView' because it is 'readwrite' but it will be synthesized 'readonly' via another property.
When I Googled the error message if found a link to a LLVM Bug 16693. But I couldn't find a way to suppress the warning.