Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.79 KB | None | 0 0
  1. python setup.py build_ext --inplace
  2. Using distutils
  3.  
  4. Detected Cython version 0.26
  5. This version of Cython is untested with Kivy. While this version may
  6. work perfectly fine, it is possible that you may experience issues. If
  7. you do have issues, please downgrade to a supported version. It is
  8. best to use the newest supported version, 0.25.2, but the minimum
  9. supported version is 0.23.
  10.  
  11. If your platform provides a Cython package, check if you can downgrade
  12. to a supported version. Otherwise, uninstall the platform package and
  13. install Cython via pip:
  14.  
  15. pip install -I Cython==0.25.2
  16. User distribution detected, avoid portable command.
  17. Using this graphics system: OpenGL ES 2
  18. OSX framework used, force to x86_64 only
  19. OSX ARCHFLAGS are: -arch x86_64
  20. GStreamer framework found
  21. Found sdl2 frameworks: /Library/Frameworks/SDL2.framework
  22. Found sdl2 frameworks: /Library/Frameworks/SDL2_ttf.framework
  23. Found sdl2 frameworks: /Library/Frameworks/SDL2_image.framework
  24. Found sdl2 frameworks: /Library/Frameworks/SDL2_mixer.framework
  25. Check if SDL2_mixer smpeg2 have an @executable_path
  26. Activate SDL2 compilation
  27. Xcode detected at b'/Applications/Xcode.app/Contents/Developer', and using OS X10.12 sdk
  28. /usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'install_requires'
  29. warnings.warn(msg)
  30. /usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'setup_requires'
  31. warnings.warn(msg)
  32. /usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution option: 'dependency_links'
  33. warnings.warn(msg)
  34. running build_ext
  35. Build configuration is:
  36. * use_rpi = 0
  37. * use_mali = 0
  38. * use_egl = 0
  39. * use_opengl_es2 = 1
  40. * use_opengl_mock = 0
  41. * use_sdl2 = 1
  42. * use_ios = 0
  43. * use_mesagl = 0
  44. * use_x11 = 0
  45. * use_gstreamer = 1
  46. * use_avfoundation = 1
  47. * use_osx_frameworks = 1
  48. * debug_gl = 0
  49. * debug = False
  50. Detected compiler is unix
  51. cythoning kivy/core/image/img_imageio.pyx to kivy/core/image/img_imageio.c
  52. building 'kivy.core.image.img_imageio' extension
  53. creating build
  54. creating build/temp.macosx-10.12-x86_64-3.5
  55. creating build/temp.macosx-10.12-x86_64-3.5/kivy
  56. creating build/temp.macosx-10.12-x86_64-3.5/kivy/core
  57. creating build/temp.macosx-10.12-x86_64-3.5/kivy/core/image
  58. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -Ikivy/include -I/usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c kivy/core/image/img_imageio.c -o build/temp.macosx-10.12-x86_64-3.5/kivy/core/image/img_imageio.o -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks
  59. In file included from kivy/core/image/img_imageio.c:480:
  60. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGImage.h:14:
  61. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:175:13: warning:
  62. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  63. whitePoint[3], const CGFloat blackPoint[3], CGFloat gamma)
  64. ^
  65. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:175:13: note:
  66. insert '_Nullable' if the array parameter may be null
  67. whitePoint[3], const CGFloat blackPoint[3], CGFloat gamma)
  68. ^
  69. _Nullable
  70. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:175:13: note:
  71. insert '_Nonnull' if the array parameter should never be null
  72. whitePoint[3], const CGFloat blackPoint[3], CGFloat gamma)
  73. ^
  74. _Nonnull
  75. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:175:42: warning:
  76. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  77. whitePoint[3], const CGFloat blackPoint[3], CGFloat gamma)
  78. ^
  79. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:175:42: note:
  80. insert '_Nullable' if the array parameter may be null
  81. whitePoint[3], const CGFloat blackPoint[3], CGFloat gamma)
  82. ^
  83. _Nullable
  84. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:175:42: note:
  85. insert '_Nonnull' if the array parameter should never be null
  86. whitePoint[3], const CGFloat blackPoint[3], CGFloat gamma)
  87. ^
  88. _Nonnull
  89. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:13: warning:
  90. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  91. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  92. ^
  93. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:13: note:
  94. insert '_Nullable' if the array parameter may be null
  95. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  96. ^
  97. _Nullable
  98. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:13: note:
  99. insert '_Nonnull' if the array parameter should never be null
  100. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  101. ^
  102. _Nonnull
  103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:42: warning:
  104. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  105. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  106. ^
  107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:42: note:
  108. insert '_Nullable' if the array parameter may be null
  109. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  110. ^
  111. _Nullable
  112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:42: note:
  113. insert '_Nonnull' if the array parameter should never be null
  114. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  115. ^
  116. _Nonnull
  117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:66: warning:
  118. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  119. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  120. ^
  121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:66: note:
  122. insert '_Nullable' if the array parameter may be null
  123. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  124. ^
  125. _Nullable
  126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:188:66: note:
  127. insert '_Nonnull' if the array parameter should never be null
  128. whitePoint[3], const CGFloat blackPoint[3], const CGFloat gamma[3],
  129. ^
  130. _Nonnull
  131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:189:23: warning:
  132. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  133. const CGFloat matrix[9]) CG_AVAILABLE_STARTING(__MAC_10_0, __IPHONE_2_0);
  134. ^
  135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:189:23: note:
  136. insert '_Nullable' if the array parameter may be null
  137. const CGFloat matrix[9]) CG_AVAILABLE_STARTING(__MAC_10_0, __IPHONE_2_0);
  138. ^
  139. _Nullable
  140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:189:23: note:
  141. insert '_Nonnull' if the array parameter should never be null
  142. const CGFloat matrix[9]) CG_AVAILABLE_STARTING(__MAC_10_0, __IPHONE_2_0);
  143. ^
  144. _Nonnull
  145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:198:84: warning:
  146. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  147. CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateLab(const CGFloat whitePoint[3],
  148. ^
  149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:198:84: note:
  150. insert '_Nullable' if the array parameter may be null
  151. CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateLab(const CGFloat whitePoint[3],
  152. ^
  153. _Nullable
  154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:198:84: note:
  155. insert '_Nonnull' if the array parameter should never be null
  156. CG_EXTERN CGColorSpaceRef __nullable CGColorSpaceCreateLab(const CGFloat whitePoint[3],
  157. ^
  158. _Nonnull
  159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:199:27: warning:
  160. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  161. const CGFloat blackPoint[3], const CGFloat range[4])
  162. ^
  163. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:199:27: note:
  164. insert '_Nullable' if the array parameter may be null
  165. const CGFloat blackPoint[3], const CGFloat range[4])
  166. ^
  167. _Nullable
  168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:199:27: note:
  169. insert '_Nonnull' if the array parameter should never be null
  170. const CGFloat blackPoint[3], const CGFloat range[4])
  171. ^
  172. _Nonnull
  173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:199:51: warning:
  174. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  175. const CGFloat blackPoint[3], const CGFloat range[4])
  176. ^
  177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:199:51: note:
  178. insert '_Nullable' if the array parameter may be null
  179. const CGFloat blackPoint[3], const CGFloat range[4])
  180. ^
  181. _Nullable
  182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGColorSpace.h:199:51: note:
  183. insert '_Nonnull' if the array parameter should never be null
  184. const CGFloat blackPoint[3], const CGFloat range[4])
  185. ^
  186. _Nonnull
  187. In file included from kivy/core/image/img_imageio.c:483:
  188. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:18:
  189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:248:41: warning:
  190. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  191. size_t count, const CGGlyph encoding[256])
  192. ^
  193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:248:41: note:
  194. insert '_Nullable' if the array parameter may be null
  195. size_t count, const CGGlyph encoding[256])
  196. ^
  197. _Nullable
  198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:248:41: note:
  199. insert '_Nonnull' if the array parameter should never be null
  200. size_t count, const CGGlyph encoding[256])
  201. ^
  202. _Nonnull
  203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:255:55: warning:
  204. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  205. CGFontRef cg_nullable font, const CGGlyph encoding[256])
  206. ^
  207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:255:55: note:
  208. insert '_Nullable' if the array parameter may be null
  209. CGFontRef cg_nullable font, const CGGlyph encoding[256])
  210. ^
  211. _Nullable
  212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:255:55: note:
  213. insert '_Nonnull' if the array parameter should never be null
  214. CGFontRef cg_nullable font, const CGGlyph encoding[256])
  215. ^
  216. _Nonnull
  217. In file included from kivy/core/image/img_imageio.c:487:
  218. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  219. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  220. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  221. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23:
  222. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:27:
  223. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:23:
  224. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:55:
  225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:639:203: warning:
  226. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  227. ...streamRef, void * __nullable clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEv...
  228. ^
  229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:639:203: note:
  230. insert '_Nullable' if the array parameter may be null
  231. ...streamRef, void * __nullable clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEv...
  232. ^
  233. _Nullable
  234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:639:203: note:
  235. insert '_Nonnull' if the array parameter should never be null
  236. ...streamRef, void * __nullable clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEv...
  237. ^
  238. _Nonnull
  239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:639:242: warning:
  240. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  241. ...__nullable clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEventId eventIds[]);
  242. ^
  243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:639:242: note:
  244. insert '_Nullable' if the array parameter may be null
  245. ...clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEventId eventIds[]);
  246. ^
  247. _Nullable
  248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:639:242: note:
  249. insert '_Nonnull' if the array parameter should never be null
  250. ...clientCallBackInfo, size_t numEvents, void *eventPaths, const FSEventStreamEventFlags eventFlags[], const FSEventStreamEventId eventIds[]);
  251. ^
  252. _Nonnull
  253. In file included from kivy/core/image/img_imageio.c:487:
  254. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  255. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  256. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  257. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23:
  258. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:27:
  259. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39:
  260. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:21:
  261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:677:31: warning:
  262. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  263. const UniChar characters[],
  264. ^
  265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:677:31: note:
  266. insert '_Nullable' if the array parameter may be null
  267. const UniChar characters[],
  268. ^
  269. _Nullable
  270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:677:31: note:
  271. insert '_Nonnull' if the array parameter should never be null
  272. const UniChar characters[],
  273. ^
  274. _Nonnull
  275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:678:27: warning:
  276. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  277. CGGlyph glyphs[],
  278. ^
  279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:678:27: note:
  280. insert '_Nullable' if the array parameter may be null
  281. CGGlyph glyphs[],
  282. ^
  283. _Nullable
  284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:678:27: note:
  285. insert '_Nonnull' if the array parameter should never be null
  286. CGGlyph glyphs[],
  287. ^
  288. _Nonnull
  289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:850:31: warning:
  290. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  291. const CGGlyph glyphs[],
  292. ^
  293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:850:31: note:
  294. insert '_Nullable' if the array parameter may be null
  295. const CGGlyph glyphs[],
  296. ^
  297. _Nullable
  298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:850:31: note:
  299. insert '_Nonnull' if the array parameter should never be null
  300. const CGGlyph glyphs[],
  301. ^
  302. _Nonnull
  303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:879:31: warning:
  304. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  305. const CGGlyph glyphs[],
  306. ^
  307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:879:31: note:
  308. insert '_Nullable' if the array parameter may be null
  309. const CGGlyph glyphs[],
  310. ^
  311. _Nullable
  312. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:879:31: note:
  313. insert '_Nonnull' if the array parameter should never be null
  314. const CGGlyph glyphs[],
  315. ^
  316. _Nonnull
  317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:908:31: warning:
  318. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  319. const CGGlyph glyphs[],
  320. ^
  321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:908:31: note:
  322. insert '_Nullable' if the array parameter may be null
  323. const CGGlyph glyphs[],
  324. ^
  325. _Nullable
  326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:908:31: note:
  327. insert '_Nonnull' if the array parameter should never be null
  328. const CGGlyph glyphs[],
  329. ^
  330. _Nonnull
  331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:930:27: warning:
  332. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  333. const CGGlyph glyphs[],
  334. ^
  335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:930:27: note:
  336. insert '_Nullable' if the array parameter may be null
  337. const CGGlyph glyphs[],
  338. ^
  339. _Nullable
  340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:930:27: note:
  341. insert '_Nonnull' if the array parameter should never be null
  342. const CGGlyph glyphs[],
  343. ^
  344. _Nonnull
  345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:931:33: warning:
  346. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  347. CGSize translations[],
  348. ^
  349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:931:33: note:
  350. insert '_Nullable' if the array parameter may be null
  351. CGSize translations[],
  352. ^
  353. _Nullable
  354. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:931:33: note:
  355. insert '_Nonnull' if the array parameter should never be null
  356. CGSize translations[],
  357. ^
  358. _Nonnull
  359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:1355:27: warning:
  360. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  361. const CGGlyph glyphs[],
  362. ^
  363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:1355:27: note:
  364. insert '_Nullable' if the array parameter may be null
  365. const CGGlyph glyphs[],
  366. ^
  367. _Nullable
  368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:1355:27: note:
  369. insert '_Nonnull' if the array parameter should never be null
  370. const CGGlyph glyphs[],
  371. ^
  372. _Nonnull
  373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:1356:30: warning:
  374. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  375. const CGPoint positions[],
  376. ^
  377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:1356:30: note:
  378. insert '_Nullable' if the array parameter may be null
  379. const CGPoint positions[],
  380. ^
  381. _Nullable
  382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFont.h:1356:30: note:
  383. insert '_Nonnull' if the array parameter should never be null
  384. const CGPoint positions[],
  385. ^
  386. _Nonnull
  387. In file included from kivy/core/image/img_imageio.c:487:
  388. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  389. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  390. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  391. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23:
  392. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:27:
  393. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39:
  394. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:26:
  395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFrame.h:300:17: warning:
  396. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  397. CGPoint origins[] ) CT_AVAILABLE(10_5, 3_2);
  398. ^
  399. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFrame.h:300:17: note:
  400. insert '_Nullable' if the array parameter may be null
  401. CGPoint origins[] ) CT_AVAILABLE(10_5, 3_2);
  402. ^
  403. _Nullable
  404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFrame.h:300:17: note:
  405. insert '_Nonnull' if the array parameter should never be null
  406. CGPoint origins[] ) CT_AVAILABLE(10_5, 3_2);
  407. ^
  408. _Nonnull
  409. In file included from kivy/core/image/img_imageio.c:487:
  410. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  411. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  412. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  413. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23:
  414. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:27:
  415. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39:
  416. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:31:
  417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h:175:5: warning:
  418. inferring '_Nonnull' for pointer type within array is deprecated [-Wnullability-inferred-on-nested-type]
  419. CFStringRef text[kCTRubyPositionCount] ) CT_AVAILABLE(10_10, 8_0);
  420. ^
  421. _Nonnull
  422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h:175:21: warning:
  423. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  424. CFStringRef text[kCTRubyPositionCount] ) CT_AVAILABLE(10_10, 8_0);
  425. ^
  426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h:175:21: note:
  427. insert '_Nullable' if the array parameter may be null
  428. CFStringRef text[kCTRubyPositionCount] ) CT_AVAILABLE(10_10, 8_0);
  429. ^
  430. _Nullable
  431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRubyAnnotation.h:175:21: note:
  432. insert '_Nonnull' if the array parameter should never be null
  433. CFStringRef text[kCTRubyPositionCount] ) CT_AVAILABLE(10_10, 8_0);
  434. ^
  435. _Nonnull
  436. In file included from kivy/core/image/img_imageio.c:487:
  437. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  438. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  439. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  440. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23:
  441. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:27:
  442. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39:
  443. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:32:
  444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:179:19: warning:
  445. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  446. CGGlyph buffer[] ) CT_AVAILABLE(10_5, 3_2);
  447. ^
  448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:179:19: note:
  449. insert '_Nullable' if the array parameter may be null
  450. CGGlyph buffer[] ) CT_AVAILABLE(10_5, 3_2);
  451. ^
  452. _Nullable
  453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:179:19: note:
  454. insert '_Nonnull' if the array parameter should never be null
  455. CGGlyph buffer[] ) CT_AVAILABLE(10_5, 3_2);
  456. ^
  457. _Nonnull
  458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:230:19: warning:
  459. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  460. CGPoint buffer[] ) CT_AVAILABLE(10_5, 3_2);
  461. ^
  462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:230:19: note:
  463. insert '_Nullable' if the array parameter may be null
  464. CGPoint buffer[] ) CT_AVAILABLE(10_5, 3_2);
  465. ^
  466. _Nullable
  467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:230:19: note:
  468. insert '_Nonnull' if the array parameter should never be null
  469. CGPoint buffer[] ) CT_AVAILABLE(10_5, 3_2);
  470. ^
  471. _Nonnull
  472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:280:18: warning:
  473. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  474. CGSize buffer[] ) CT_AVAILABLE(10_5, 3_2);
  475. ^
  476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:280:18: note:
  477. insert '_Nullable' if the array parameter may be null
  478. CGSize buffer[] ) CT_AVAILABLE(10_5, 3_2);
  479. ^
  480. _Nullable
  481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:280:18: note:
  482. insert '_Nonnull' if the array parameter should never be null
  483. CGSize buffer[] ) CT_AVAILABLE(10_5, 3_2);
  484. ^
  485. _Nonnull
  486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:333:19: warning:
  487. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  488. CFIndex buffer[] ) CT_AVAILABLE(10_5, 3_2);
  489. ^
  490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:333:19: note:
  491. insert '_Nullable' if the array parameter may be null
  492. CFIndex buffer[] ) CT_AVAILABLE(10_5, 3_2);
  493. ^
  494. _Nullable
  495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTRun.h:333:19: note:
  496. insert '_Nonnull' if the array parameter should never be null
  497. CFIndex buffer[] ) CT_AVAILABLE(10_5, 3_2);
  498. ^
  499. _Nonnull
  500. In file included from kivy/core/image/img_imageio.c:487:
  501. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  502. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  503. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  504. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:23:
  505. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVImageBuffer.h:27:
  506. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:43:
  507. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIServices.h:23:
  508. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/HIShape.h:22:
  509. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/Quickdraw.h:35:
  510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:473:3: warning:
  511. 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  512. CMDateTime dateTime; /* date and time of profile creation */
  513. ^
  514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:422:3: note:
  515. 'CMDateTime' has been explicitly marked deprecated here
  516. } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  517. ^
  518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:481:3: warning:
  519. 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  520. CMFixedXYZColor white; /* profile illuminant */
  521. ^
  522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:433:3: note:
  523. 'CMFixedXYZColor' has been explicitly marked deprecated here
  524. } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  525. ^
  526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:493:3: warning:
  527. 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  528. CMDateTime dateTime; /* date and time of profile creation */
  529. ^
  530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:422:3: note:
  531. 'CMDateTime' has been explicitly marked deprecated here
  532. } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  533. ^
  534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:501:3: warning:
  535. 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  536. CMFixedXYZColor white; /* profile illuminant */
  537. ^
  538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:433:3: note:
  539. 'CMFixedXYZColor' has been explicitly marked deprecated here
  540. } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  541. ^
  542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:503:3: warning:
  543. 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  544. CMProfileMD5 digest; /* Profile message digest */
  545. ^
  546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:446:41: note:
  547. 'CMProfileMD5' has been explicitly marked deprecated here
  548. typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  549. ^
  550. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:515:3: warning:
  551. 'CMTagRecord' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  552. CMTagRecord tagList[1]; /* variable size, determined by count */
  553. ^
  554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:511:3: note:
  555. 'CMTagRecord' has been explicitly marked deprecated here
  556. } CMTagRecord DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  557. ^
  558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:519:3: warning:
  559. 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  560. CM2Header header;
  561. ^
  562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:484:3: note:
  563. 'CM2Header' has been explicitly marked deprecated here
  564. } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  565. ^
  566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:520:3: warning:
  567. 'CMTagElemTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  568. CMTagElemTable tagTable;
  569. ^
  570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:516:3: note:
  571. 'CMTagElemTable' has been explicitly marked deprecated here
  572. } CMTagElemTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  573. ^
  574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:548:3: warning:
  575. 'CMDateTime' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  576. CMDateTime dateTime; /* */
  577. ^
  578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:422:3: note:
  579. 'CMDateTime' has been explicitly marked deprecated here
  580. } CMDateTime DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  581. ^
  582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:616:3: warning:
  583. 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  584. CMFixedXYZColor backingXYZ; /* absolute XYZ values of backing */
  585. ^
  586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:433:3: note:
  587. 'CMFixedXYZColor' has been explicitly marked deprecated here
  588. } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  589. ^
  590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:660:3: warning:
  591. 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  592. CMFixedXYColor redPhosphor; /* Phosphors - native cromaticity values of the display */
  593. ^
  594. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:427:3: note:
  595. 'CMFixedXYColor' has been explicitly marked deprecated here
  596. } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  597. ^
  598. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:661:3: warning:
  599. 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  600. CMFixedXYColor greenPhosphor;
  601. ^
  602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:427:3: note:
  603. 'CMFixedXYColor' has been explicitly marked deprecated here
  604. } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  605. ^
  606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:662:3: warning:
  607. 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  608. CMFixedXYColor bluePhosphor;
  609. ^
  610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:427:3: note:
  611. 'CMFixedXYColor' has been explicitly marked deprecated here
  612. } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  613. ^
  614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:663:3: warning:
  615. 'CMFixedXYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  616. CMFixedXYColor whitePoint;
  617. ^
  618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:427:3: note:
  619. 'CMFixedXYColor' has been explicitly marked deprecated here
  620. } CMFixedXYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  621. ^
  622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:679:3: warning:
  623. 'CMNativeDisplayInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  624. CMNativeDisplayInfo nativeDisplayInfo; /* data of type CMNativeDisplayInfo */
  625. ^
  626. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:674:3: note:
  627. 'CMNativeDisplayInfo' has been explicitly marked deprecated here
  628. } CMNativeDisplayInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  629. ^
  630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:732:3: warning:
  631. 'CMScreeningChannelRec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  632. CMScreeningChannelRec channelInfo[1]; /* variable size, determined by channelCount */
  633. ^
  634. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:725:3: note:
  635. 'CMScreeningChannelRec' has been explicitly marked deprecated here
  636. } CMScreeningChannelRec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  637. ^
  638. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:780:3: warning:
  639. 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  640. CMFixedXYZColor illuminant; /* absolute XYZs of illuminant in cd/m^2 */
  641. ^
  642. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:433:3: note:
  643. 'CMFixedXYZColor' has been explicitly marked deprecated here
  644. } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  645. ^
  646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:781:3: warning:
  647. 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  648. CMFixedXYZColor surround; /* absolute XYZs of surround in cd/m^2 */
  649. ^
  650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:433:3: note:
  651. 'CMFixedXYZColor' has been explicitly marked deprecated here
  652. } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  653. ^
  654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:788:3: warning:
  655. 'CMFixedXYZColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  656. CMFixedXYZColor XYZ[1]; /* variable size, determined by tag element size */
  657. ^
  658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:433:3: note:
  659. 'CMFixedXYZColor' has been explicitly marked deprecated here
  660. } CMFixedXYZColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  661. ^
  662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:827:3: warning:
  663. 'CMIntentCRDVMSize' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  664. CMIntentCRDVMSize intentCRD[1]; /* variable size, determined by count */
  665. ^
  666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:821:3: note:
  667. 'CMIntentCRDVMSize' has been explicitly marked deprecated here
  668. } CMIntentCRDVMSize DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  669. ^
  670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:858:5: warning:
  671. 'CMVideoCardGammaTable' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  672. CMVideoCardGammaTable table;
  673. ^
  674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:841:3: note:
  675. 'CMVideoCardGammaTable' has been explicitly marked deprecated here
  676. } CMVideoCardGammaTable DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  677. ^
  678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:859:5: warning:
  679. 'CMVideoCardGammaFormula' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  680. CMVideoCardGammaFormula formula;
  681. ^
  682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:853:3: note:
  683. 'CMVideoCardGammaFormula' has been explicitly marked deprecated here
  684. } CMVideoCardGammaFormula DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  685. ^
  686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:866:3: warning:
  687. 'CMVideoCardGamma' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  688. CMVideoCardGamma gamma;
  689. ^
  690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:861:3: note:
  691. 'CMVideoCardGamma' has been explicitly marked deprecated here
  692. } CMVideoCardGamma DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  693. ^
  694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:883:3: warning:
  695. 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  696. CMMakeAndModel makeAndModel;
  697. ^
  698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:878:3: note:
  699. 'CMMakeAndModel' has been explicitly marked deprecated here
  700. } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  701. ^
  702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1188:3: warning:
  703. 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  704. CM2Header cm2;
  705. ^
  706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:484:3: note:
  707. 'CM2Header' has been explicitly marked deprecated here
  708. } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  709. ^
  710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1189:3: warning:
  711. 'CM4Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  712. CM4Header cm4;
  713. ^
  714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:505:3: note:
  715. 'CM4Header' has been explicitly marked deprecated here
  716. } CM4Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  717. ^
  718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1197:3: warning:
  719. 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  720. CMProfileRef profileSet[1]; /* Variable. Ordered from Source -> Dest */
  721. ^
  722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1001:41: note:
  723. 'CMProfileRef' has been explicitly marked deprecated here
  724. typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  725. ^
  726. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1204:3: warning:
  727. 'CMProfileRef' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  728. CMProfileRef profile; /* profile */
  729. ^
  730. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1001:41: note:
  731. 'CMProfileRef' has been explicitly marked deprecated here
  732. typedef struct OpaqueCMProfileRef* CMProfileRef DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  733. ^
  734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1212:3: warning:
  735. 'NCMConcatProfileSpec' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  736. NCMConcatProfileSpec profileSpecs[1]; /* Variable. Ordered from Source -> Dest */
  737. ^
  738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1205:3: note:
  739. 'NCMConcatProfileSpec' has been explicitly marked deprecated here
  740. } NCMConcatProfileSpec DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  741. ^
  742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1303:3: warning:
  743. 'CMRGBColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  744. CMRGBColor rgb;
  745. ^
  746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1233:3: note:
  747. 'CMRGBColor' has been explicitly marked deprecated here
  748. } CMRGBColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  749. ^
  750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1304:3: warning:
  751. 'CMHSVColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  752. CMHSVColor hsv;
  753. ^
  754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1258:3: note:
  755. 'CMHSVColor' has been explicitly marked deprecated here
  756. } CMHSVColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  757. ^
  758. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1305:3: warning:
  759. 'CMHLSColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  760. CMHLSColor hls;
  761. ^
  762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1252:3: note:
  763. 'CMHLSColor' has been explicitly marked deprecated here
  764. } CMHLSColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  765. ^
  766. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1307:3: warning:
  767. 'CMLabColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  768. CMLabColor Lab;
  769. ^
  770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1264:3: note:
  771. 'CMLabColor' has been explicitly marked deprecated here
  772. } CMLabColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  773. ^
  774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1308:3: warning:
  775. 'CMLuvColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  776. CMLuvColor Luv;
  777. ^
  778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1270:3: note:
  779. 'CMLuvColor' has been explicitly marked deprecated here
  780. } CMLuvColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  781. ^
  782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1309:3: warning:
  783. 'CMYxyColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  784. CMYxyColor Yxy;
  785. ^
  786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1276:3: note:
  787. 'CMYxyColor' has been explicitly marked deprecated here
  788. } CMYxyColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  789. ^
  790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1310:3: warning:
  791. 'CMCMYKColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  792. CMCMYKColor cmyk;
  793. ^
  794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1240:3: note:
  795. 'CMCMYKColor' has been explicitly marked deprecated here
  796. } CMCMYKColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  797. ^
  798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1311:3: warning:
  799. 'CMCMYColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  800. CMCMYColor cmy;
  801. ^
  802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1246:3: note:
  803. 'CMCMYColor' has been explicitly marked deprecated here
  804. } CMCMYColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  805. ^
  806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1312:3: warning:
  807. 'CMGrayColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  808. CMGrayColor gray;
  809. ^
  810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1280:3: note:
  811. 'CMGrayColor' has been explicitly marked deprecated here
  812. } CMGrayColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  813. ^
  814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1313:3: warning:
  815. 'CMMultichannel5Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  816. CMMultichannel5Color mc5;
  817. ^
  818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1284:3: note:
  819. 'CMMultichannel5Color' has been explicitly marked deprecated here
  820. } CMMultichannel5Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  821. ^
  822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1314:3: warning:
  823. 'CMMultichannel6Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  824. CMMultichannel6Color mc6;
  825. ^
  826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1288:3: note:
  827. 'CMMultichannel6Color' has been explicitly marked deprecated here
  828. } CMMultichannel6Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  829. ^
  830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1315:3: warning:
  831. 'CMMultichannel7Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  832. CMMultichannel7Color mc7;
  833. ^
  834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1292:3: note:
  835. 'CMMultichannel7Color' has been explicitly marked deprecated here
  836. } CMMultichannel7Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  837. ^
  838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1316:3: warning:
  839. 'CMMultichannel8Color' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  840. CMMultichannel8Color mc8;
  841. ^
  842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1296:3: note:
  843. 'CMMultichannel8Color' has been explicitly marked deprecated here
  844. } CMMultichannel8Color DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  845. ^
  846. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1317:3: warning:
  847. 'CMNamedColor' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  848. CMNamedColor namedColor;
  849. ^
  850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1300:3: note:
  851. 'CMNamedColor' has been explicitly marked deprecated here
  852. } CMNamedColor DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  853. ^
  854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1516:3: warning:
  855. 'CMBitmapColorSpace' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  856. CMBitmapColorSpace space;
  857. ^
  858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1508:41: note:
  859. 'CMBitmapColorSpace' has been explicitly marked deprecated here
  860. typedef UInt32 CMBitmapColorSpace DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  861. ^
  862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1590:3: warning:
  863. 'CMHandleLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  864. CMHandleLocation handleLoc;
  865. ^
  866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1558:3: note:
  867. 'CMHandleLocation' has been explicitly marked deprecated here
  868. } CMHandleLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  869. ^
  870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1595:3: warning:
  871. 'CMPathLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  872. CMPathLocation pathLoc;
  873. ^
  874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1579:3: note:
  875. 'CMPathLocation' has been explicitly marked deprecated here
  876. } CMPathLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  877. ^
  878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1596:3: warning:
  879. 'CMBufferLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  880. CMBufferLocation bufferLoc;
  881. ^
  882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1584:3: note:
  883. 'CMBufferLocation' has been explicitly marked deprecated here
  884. } CMBufferLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  885. ^
  886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1601:3: warning:
  887. 'CMProfLoc' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  888. CMProfLoc u;
  889. ^
  890. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1597:3: note:
  891. 'CMProfLoc' has been explicitly marked deprecated here
  892. } CMProfLoc DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  893. ^
  894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1606:42: warning:
  895. 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  896. cmCurrentProfileLocationSize = sizeof(CMProfileLocation)
  897. ^
  898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1602:3: note:
  899. 'CMProfileLocation' has been explicitly marked deprecated here
  900. } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  901. ^
  902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1621:3: warning:
  903. 'CM2Header' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  904. CM2Header header;
  905. ^
  906. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:484:3: note:
  907. 'CM2Header' has been explicitly marked deprecated here
  908. } CM2Header DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  909. ^
  910. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1624:3: warning:
  911. 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  912. CMProfileLocation location;
  913. ^
  914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1602:3: note:
  915. 'CMProfileLocation' has been explicitly marked deprecated here
  916. } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  917. ^
  918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1628:3: warning:
  919. 'CMMakeAndModel' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  920. CMMakeAndModel * makeAndModel;
  921. ^
  922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:878:3: note:
  923. 'CMMakeAndModel' has been explicitly marked deprecated here
  924. } CMMakeAndModel DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  925. ^
  926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1629:3: warning:
  927. 'CMProfileMD5' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  928. CMProfileMD5 * digest; /* Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm */
  929. ^
  930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:446:41: note:
  931. 'CMProfileMD5' has been explicitly marked deprecated here
  932. typedef unsigned char CMProfileMD5[16] DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  933. ^
  934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1995:3: warning:
  935. 'CMDeviceID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  936. CMDeviceID deviceID; /* device ID */
  937. ^
  938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1960:41: note:
  939. 'CMDeviceID' has been explicitly marked deprecated here
  940. typedef UInt32 CMDeviceID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  941. ^
  942. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1997:3: warning:
  943. 'CMDeviceState' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  944. CMDeviceState deviceState; /* Device State flags */
  945. ^
  946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1954:41: note:
  947. 'CMDeviceState' has been explicitly marked deprecated here
  948. typedef UInt32 CMDeviceState DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  949. ^
  950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1998:3: warning:
  951. 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  952. CMDeviceProfileID defaultProfileID; /* Can change */
  953. ^
  954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1965:41: note:
  955. 'CMDeviceProfileID' has been explicitly marked deprecated here
  956. typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  957. ^
  958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2011:3: warning:
  959. 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  960. CMDeviceProfileID profileID; /* The identifier for this profile */
  961. ^
  962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1965:41: note:
  963. 'CMDeviceProfileID' has been explicitly marked deprecated here
  964. typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  965. ^
  966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2012:3: warning:
  967. 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  968. CMProfileLocation profileLoc; /* The profile's location */
  969. ^
  970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1602:3: note:
  971. 'CMProfileLocation' has been explicitly marked deprecated here
  972. } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  973. ^
  974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2019:3: warning:
  975. 'CMDeviceProfileID' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  976. CMDeviceProfileID profileID; /* The identifier for this profile */
  977. ^
  978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1965:41: note:
  979. 'CMDeviceProfileID' has been explicitly marked deprecated here
  980. typedef UInt32 CMDeviceProfileID DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  981. ^
  982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2020:3: warning:
  983. 'CMProfileLocation' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  984. CMProfileLocation profileLoc; /* The profile's location */
  985. ^
  986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1602:3: note:
  987. 'CMProfileLocation' has been explicitly marked deprecated here
  988. } CMProfileLocation DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  989. ^
  990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2022:3: warning:
  991. 'CMDeviceProfileScope' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  992. CMDeviceProfileScope profileScope; /* The scope this profile applies to */
  993. ^
  994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:1986:18: note:
  995. 'CMDeviceProfileScope' has been explicitly marked deprecated here
  996. } CMDeviceScope, CMDeviceProfileScope DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  997. ^
  998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2034:3: warning:
  999. 'CMDeviceProfileInfo' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  1000. CMDeviceProfileInfo profiles[1]; /* The profile info records */
  1001. ^
  1002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ColorSyncDeprecated.h:2015:3: note:
  1003. 'CMDeviceProfileInfo' has been explicitly marked deprecated here
  1004. } CMDeviceProfileInfo DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER;
  1005. ^
  1006. In file included from kivy/core/image/img_imageio.c:487:
  1007. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Headers/Accelerate.h:24:
  1008. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage.h:291:
  1009. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Headers/vImage_CVUtilities.h:63:
  1010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:246:205: warning:
  1011. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  1012. ...* CV_NULLABLE releaseRefCon, const void * CV_NULLABLE dataPtr, size_t dataSize, size_t numberOfPlanes, const void * CV_NULLABLE planeAddresses[] );
  1013. ^
  1014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:246:205: note:
  1015. insert '_Nullable' if the array parameter may be null
  1016. ...CV_NULLABLE releaseRefCon, const void * CV_NULLABLE dataPtr, size_t dataSize, size_t numberOfPlanes, const void * CV_NULLABLE planeAddresses[] );
  1017. ^
  1018. _Nullable
  1019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:246:205: note:
  1020. insert '_Nonnull' if the array parameter should never be null
  1021. ...CV_NULLABLE releaseRefCon, const void * CV_NULLABLE dataPtr, size_t dataSize, size_t numberOfPlanes, const void * CV_NULLABLE planeAddresses[] );
  1022. ^
  1023. _Nonnull
  1024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:276:40: warning:
  1025. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  1026. void * CV_NULLABLE planeBaseAddress[],
  1027. ^
  1028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:276:40: note:
  1029. insert '_Nullable' if the array parameter may be null
  1030. void * CV_NULLABLE planeBaseAddress[],
  1031. ^
  1032. _Nullable
  1033. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:276:40: note:
  1034. insert '_Nonnull' if the array parameter should never be null
  1035. void * CV_NULLABLE planeBaseAddress[],
  1036. ^
  1037. _Nonnull
  1038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:277:22: warning:
  1039. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  1040. size_t planeWidth[],
  1041. ^
  1042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:277:22: note:
  1043. insert '_Nullable' if the array parameter may be null
  1044. size_t planeWidth[],
  1045. ^
  1046. _Nullable
  1047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:277:22: note:
  1048. insert '_Nonnull' if the array parameter should never be null
  1049. size_t planeWidth[],
  1050. ^
  1051. _Nonnull
  1052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:278:23: warning:
  1053. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  1054. size_t planeHeight[],
  1055. ^
  1056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:278:23: note:
  1057. insert '_Nullable' if the array parameter may be null
  1058. size_t planeHeight[],
  1059. ^
  1060. _Nullable
  1061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:278:23: note:
  1062. insert '_Nonnull' if the array parameter should never be null
  1063. size_t planeHeight[],
  1064. ^
  1065. _Nonnull
  1066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:279:28: warning:
  1067. array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays]
  1068. size_t planeBytesPerRow[],
  1069. ^
  1070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:279:28: note:
  1071. insert '_Nullable' if the array parameter may be null
  1072. size_t planeBytesPerRow[],
  1073. ^
  1074. _Nullable
  1075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:279:28: note:
  1076. insert '_Nonnull' if the array parameter should never be null
  1077. size_t planeBytesPerRow[],
  1078. ^
  1079. _Nonnull
  1080. kivy/core/image/img_imageio.c:1796:57: warning: passing 'char *' to parameter of type 'const UInt8 *' (aka 'const unsigned char *') converts between pointers
  1081. to integer types with different sign [-Wpointer-sign]
  1082. __pyx_v_dataref = CFDataCreateWithBytesNoCopy(NULL, __pyx_v__data, __pyx_v_datalen, NULL);
  1083. ^~~~~~~~~~~~~
  1084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:23:78: note:
  1085. passing argument to parameter 'bytes' here
  1086. CFDataRef CFDataCreateWithBytesNoCopy(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length, CFAllocatorRef bytesDeallocator);
  1087. ^
  1088. 97 warnings generated.
  1089. clang -bundle -undefined dynamic_lookup -arch x86_64 build/temp.macosx-10.12-x86_64-3.5/kivy/core/image/img_imageio.o -o /Users/manthansharma/Projects/PycharmProjects/kivy/kivy/core/image/img_imageio.cpython-35m-darwin.so -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks -framework ApplicationServices -lm
  1090. cythoning kivy/graphics/shader.pyx to kivy/graphics/shader.c
  1091. building 'kivy.graphics.shader' extension
  1092. creating build/temp.macosx-10.12-x86_64-3.5/kivy/graphics
  1093. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -Ikivy/include -Ikivy/include -I/usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c kivy/graphics/shader.c -o build/temp.macosx-10.12-x86_64-3.5/kivy/graphics/shader.o -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks
  1094. In file included from kivy/graphics/shader.c:475:
  1095. In file included from kivy/include/gl_redirect.h:53:
  1096. kivy/include/common_subset.h:461:9: warning: 'GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS' macro redefined [-Wmacro-redefined]
  1097. #define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
  1098. ^
  1099. kivy/include/gl_redirect.h:30:9: note: previous definition is here
  1100. #define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS 0x8CD9
  1101. ^
  1102. kivy/graphics/shader.c:6204:30: warning: comparison of integers of different signs: 'GLint' (aka 'int') and 'unsigned int' [-Wsign-compare]
  1103. __pyx_t_1 = ((__pyx_v_data != __pyx_v_self->program) != 0);
  1104. ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
  1105. 2 warnings generated.
  1106. clang -bundle -undefined dynamic_lookup -arch x86_64 build/temp.macosx-10.12-x86_64-3.5/kivy/graphics/shader.o -o /Users/manthansharma/Projects/PycharmProjects/kivy/kivy/graphics/shader.cpython-35m-darwin.so -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks -lm
  1107. cythoning kivy/graphics/svg.pyx to kivy/graphics/svg.c
  1108. building 'kivy.graphics.svg' extension
  1109. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -Ikivy/include -Ikivy/include -I/usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c kivy/graphics/svg.c -o build/temp.macosx-10.12-x86_64-3.5/kivy/graphics/svg.o -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks
  1110. In file included from kivy/graphics/svg.c:475:
  1111. In file included from kivy/include/gl_redirect.h:53:
  1112. kivy/include/common_subset.h:461:9: warning: 'GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS' macro redefined [-Wmacro-redefined]
  1113. #define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
  1114. ^
  1115. kivy/include/gl_redirect.h:30:9: note: previous definition is here
  1116. #define GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS 0x8CD9
  1117. ^
  1118. kivy/graphics/svg.c:47506:93: warning: code will never be executed [-Wunreachable-code]
  1119. module = PyImport_ImportModule((PY_VERSION_HEX >= 0x03030000) ? "collections.abc" : "collections");
  1120. ^~~~~~~~~~~~~
  1121. kivy/graphics/svg.c:47506:59: note: silence by adding parentheses to mark code as explicitly dead
  1122. module = PyImport_ImportModule((PY_VERSION_HEX >= 0x03030000) ? "collections.abc" : "collections");
  1123. ^
  1124. /* DISABLES CODE */ ( )
  1125. 2 warnings generated.
  1126. clang -bundle -undefined dynamic_lookup -arch x86_64 build/temp.macosx-10.12-x86_64-3.5/kivy/graphics/svg.o -o /Users/manthansharma/Projects/PycharmProjects/kivy/kivy/graphics/svg.cpython-35m-darwin.so -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks -lm
  1127. cythoning kivy/core/audio/audio_sdl2.pyx to kivy/core/audio/audio_sdl2.c
  1128. building 'kivy.core.audio.audio_sdl2' extension
  1129. creating build/temp.macosx-10.12-x86_64-3.5/kivy/core/audio
  1130. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch x86_64 -Ikivy/include -I/Library/Frameworks/SDL2.framework/Headers -I/Library/Frameworks/SDL2_ttf.framework/Headers -I/Library/Frameworks/SDL2_image.framework/Headers -I/Library/Frameworks/SDL2_mixer.framework/Headers -I/usr/local/Cellar/python3/3.5.2_1/Frameworks/Python.framework/Versions/3.5/include/python3.5m -c kivy/core/audio/audio_sdl2.c -o build/temp.macosx-10.12-x86_64-3.5/kivy/core/audio/audio_sdl2.o -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks -F/Library/Frameworks
  1131. In file included from kivy/core/audio/audio_sdl2.c:475:
  1132. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1133. In file included from /usr/local/include/SDL2/SDL.h:32:
  1134. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1135. /usr/local/include/SDL2/SDL_stdinc.h:141:5: error: redefinition of enumerator 'SDL_FALSE'
  1136. SDL_FALSE = 0,
  1137. ^
  1138. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:132:5: note: previous definition is here
  1139. SDL_FALSE = 0,
  1140. ^
  1141. In file included from kivy/core/audio/audio_sdl2.c:475:
  1142. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1143. In file included from /usr/local/include/SDL2/SDL.h:32:
  1144. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1145. /usr/local/include/SDL2/SDL_stdinc.h:142:5: error: redefinition of enumerator 'SDL_TRUE'
  1146. SDL_TRUE = 1
  1147. ^
  1148. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:133:5: note: previous definition is here
  1149. SDL_TRUE = 1
  1150. ^
  1151. In file included from kivy/core/audio/audio_sdl2.c:475:
  1152. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1153. In file included from /usr/local/include/SDL2/SDL.h:32:
  1154. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1155. /usr/local/include/SDL2/SDL_stdinc.h:143:3: error: typedef redefinition with different types ('enum SDL_bool' vs 'enum SDL_bool')
  1156. } SDL_bool;
  1157. ^
  1158. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:134:3: note: previous definition is here
  1159. } SDL_bool;
  1160. ^
  1161. In file included from kivy/core/audio/audio_sdl2.c:475:
  1162. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1163. In file included from /usr/local/include/SDL2/SDL.h:32:
  1164. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1165. /usr/local/include/SDL2/SDL_stdinc.h:301:5: error: redefinition of enumerator 'DUMMY_ENUM_VALUE'
  1166. DUMMY_ENUM_VALUE
  1167. ^
  1168. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:291:5: note: previous definition is here
  1169. DUMMY_ENUM_VALUE
  1170. ^
  1171. In file included from kivy/core/audio/audio_sdl2.c:475:
  1172. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1173. In file included from /usr/local/include/SDL2/SDL.h:32:
  1174. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1175. /usr/local/include/SDL2/SDL_stdinc.h:302:3: error: typedef redefinition with different types ('enum SDL_DUMMY_ENUM' vs 'enum SDL_DUMMY_ENUM')
  1176. } SDL_DUMMY_ENUM;
  1177. ^
  1178. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:292:3: note: previous definition is here
  1179. } SDL_DUMMY_ENUM;
  1180. ^
  1181. In file included from kivy/core/audio/audio_sdl2.c:475:
  1182. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1183. In file included from /usr/local/include/SDL2/SDL.h:32:
  1184. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1185. /usr/local/include/SDL2/SDL_stdinc.h:373:23: error: redefinition of 'SDL_memset4'
  1186. SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
  1187. ^
  1188. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:363:23: note: previous definition is here
  1189. SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords)
  1190. ^
  1191. In file included from kivy/core/audio/audio_sdl2.c:475:
  1192. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1193. In file included from /usr/local/include/SDL2/SDL.h:32:
  1194. In file included from /usr/local/include/SDL2/SDL_main.h:25:
  1195. /usr/local/include/SDL2/SDL_stdinc.h:530:24: error: redefinition of 'SDL_memcpy4'
  1196. SDL_FORCE_INLINE void *SDL_memcpy4(SDL_OUT_BYTECAP(dwords*4) void *dst, SDL_IN_BYTECAP(dwords*4) const void *src, size_t dwords)
  1197. ^
  1198. /Library/Frameworks/SDL2.framework/Headers/SDL_stdinc.h:518:24: note: previous definition is here
  1199. SDL_FORCE_INLINE void *SDL_memcpy4(SDL_OUT_BYTECAP(dwords*4) void *dst, SDL_IN_BYTECAP(dwords*4) const void *src, size_t dwords)
  1200. ^
  1201. In file included from kivy/core/audio/audio_sdl2.c:475:
  1202. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1203. In file included from /usr/local/include/SDL2/SDL.h:34:
  1204. /usr/local/include/SDL2/SDL_assert.h:104:5: error: redefinition of enumerator 'SDL_ASSERTION_RETRY'
  1205. SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */
  1206. ^
  1207. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:102:5: note: previous definition is here
  1208. SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */
  1209. ^
  1210. In file included from kivy/core/audio/audio_sdl2.c:475:
  1211. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1212. In file included from /usr/local/include/SDL2/SDL.h:34:
  1213. /usr/local/include/SDL2/SDL_assert.h:105:5: error: redefinition of enumerator 'SDL_ASSERTION_BREAK'
  1214. SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
  1215. ^
  1216. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:103:5: note: previous definition is here
  1217. SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
  1218. ^
  1219. In file included from kivy/core/audio/audio_sdl2.c:475:
  1220. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1221. In file included from /usr/local/include/SDL2/SDL.h:34:
  1222. /usr/local/include/SDL2/SDL_assert.h:106:5: error: redefinition of enumerator 'SDL_ASSERTION_ABORT'
  1223. SDL_ASSERTION_ABORT, /**< Terminate the program. */
  1224. ^
  1225. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:104:5: note: previous definition is here
  1226. SDL_ASSERTION_ABORT, /**< Terminate the program. */
  1227. ^
  1228. In file included from kivy/core/audio/audio_sdl2.c:475:
  1229. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1230. In file included from /usr/local/include/SDL2/SDL.h:34:
  1231. /usr/local/include/SDL2/SDL_assert.h:107:5: error: redefinition of enumerator 'SDL_ASSERTION_IGNORE'
  1232. SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
  1233. ^
  1234. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:105:5: note: previous definition is here
  1235. SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
  1236. ^
  1237. In file included from kivy/core/audio/audio_sdl2.c:475:
  1238. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1239. In file included from /usr/local/include/SDL2/SDL.h:34:
  1240. /usr/local/include/SDL2/SDL_assert.h:108:5: error: redefinition of enumerator 'SDL_ASSERTION_ALWAYS_IGNORE'
  1241. SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
  1242. ^
  1243. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:106:5: note: previous definition is here
  1244. SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
  1245. ^
  1246. In file included from kivy/core/audio/audio_sdl2.c:475:
  1247. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1248. In file included from /usr/local/include/SDL2/SDL.h:34:
  1249. /usr/local/include/SDL2/SDL_assert.h:109:3: error: typedef redefinition with different types ('enum SDL_AssertState' vs 'enum SDL_AssertState')
  1250. } SDL_AssertState;
  1251. ^
  1252. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:107:3: note: previous definition is here
  1253. } SDL_AssertState;
  1254. ^
  1255. In file included from kivy/core/audio/audio_sdl2.c:475:
  1256. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1257. In file included from /usr/local/include/SDL2/SDL.h:34:
  1258. /usr/local/include/SDL2/SDL_assert.h:111:16: error: redefinition of 'SDL_AssertData'
  1259. typedef struct SDL_AssertData
  1260. ^
  1261. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:109:16: note: previous definition is here
  1262. typedef struct SDL_AssertData
  1263. ^
  1264. In file included from kivy/core/audio/audio_sdl2.c:475:
  1265. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1266. In file included from /usr/local/include/SDL2/SDL.h:34:
  1267. /usr/local/include/SDL2/SDL_assert.h:120:3: error: typedef redefinition with different types ('struct (anonymous struct at
  1268. /usr/local/include/SDL2/SDL_assert.h:111:16)' vs 'struct SDL_AssertData')
  1269. } SDL_AssertData;
  1270. ^
  1271. /Library/Frameworks/SDL2.framework/Headers/SDL_assert.h:118:3: note: previous definition is here
  1272. } SDL_AssertData;
  1273. ^
  1274. In file included from kivy/core/audio/audio_sdl2.c:475:
  1275. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1276. In file included from /usr/local/include/SDL2/SDL.h:35:
  1277. /usr/local/include/SDL2/SDL_atomic.h:195:31: error: typedef redefinition with different types ('struct SDL_atomic_t' vs 'struct SDL_atomic_t')
  1278. typedef struct { int value; } SDL_atomic_t;
  1279. ^
  1280. /Library/Frameworks/SDL2.framework/Headers/SDL_atomic.h:189:31: note: previous definition is here
  1281. typedef struct { int value; } SDL_atomic_t;
  1282. ^
  1283. In file included from kivy/core/audio/audio_sdl2.c:475:
  1284. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1285. In file included from /usr/local/include/SDL2/SDL.h:36:
  1286. In file included from /usr/local/include/SDL2/SDL_audio.h:32:
  1287. /usr/local/include/SDL2/SDL_error.h:57:5: error: redefinition of enumerator 'SDL_ENOMEM'
  1288. SDL_ENOMEM,
  1289. ^
  1290. /Library/Frameworks/SDL2.framework/Headers/SDL_error.h:57:5: note: previous definition is here
  1291. SDL_ENOMEM,
  1292. ^
  1293. In file included from kivy/core/audio/audio_sdl2.c:475:
  1294. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1295. In file included from /usr/local/include/SDL2/SDL.h:36:
  1296. In file included from /usr/local/include/SDL2/SDL_audio.h:32:
  1297. /usr/local/include/SDL2/SDL_error.h:58:5: error: redefinition of enumerator 'SDL_EFREAD'
  1298. SDL_EFREAD,
  1299. ^
  1300. /Library/Frameworks/SDL2.framework/Headers/SDL_error.h:58:5: note: previous definition is here
  1301. SDL_EFREAD,
  1302. ^
  1303. In file included from kivy/core/audio/audio_sdl2.c:475:
  1304. In file included from /Library/Frameworks/SDL2_image.framework/Headers/SDL_image.h:27:
  1305. In file included from /usr/local/include/SDL2/SDL.h:36:
  1306. In file included from /usr/local/include/SDL2/SDL_audio.h:32:
  1307. /usr/local/include/SDL2/SDL_error.h:59:5: error: redefinition of enumerator 'SDL_EFWRITE'
  1308. SDL_EFWRITE,
  1309. ^
  1310. /Library/Frameworks/SDL2.framework/Headers/SDL_error.h:59:5: note: previous definition is here
  1311. SDL_EFWRITE,
  1312. ^
  1313. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1314. 20 errors generated.
  1315. error: command 'clang' failed with exit status 1
  1316. make: *** [build] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement