CI for macOS 13 #106
Annotations
10 warnings
Build demos:
Sources/include/SVGBezierPath.h#L76
attribute 'readonly' of property 'CGPath' restricts attribute 'readwrite' of property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
'atomic' attribute on property 'CGPath' does not match the property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
attribute 'readonly' of property 'CGPath' restricts attribute 'readwrite' of property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
'atomic' attribute on property 'CGPath' does not match the property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
attribute 'readonly' of property 'CGPath' restricts attribute 'readwrite' of property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
'atomic' attribute on property 'CGPath' does not match the property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
attribute 'readonly' of property 'CGPath' restricts attribute 'readwrite' of property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/include/SVGBezierPath.h#L76
'atomic' attribute on property 'CGPath' does not match the property inherited from 'NSBezierPath' [-Wproperty-attribute-mismatch]
|
Build demos:
Sources/SVGBezierPath.mm#L63
incompatible pointer types initializing 'SVGBezierPath *const __strong' with an expression of type 'NSBezierPath * _Nonnull' [-Wincompatible-pointer-types]
|
Build demos:
Sources/SVGBezierPath.mm#L63
'bezierPathWithCGPath:' is only available on macOS 14.0 or newer [-Wunguarded-availability-new]
|
Loading