doomgod

ZDoom error

Dec 10th, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 MB | None | 0 0
  1. admin [ ~/doom/zdsrc/release ]$ make
  2. Consolidate compiler generated dependencies of target lzma
  3. [ 3%] Built target lzma
  4. Consolidate compiler generated dependencies of target lemon
  5. [ 3%] Built target lemon
  6. Consolidate compiler generated dependencies of target re2c
  7. [ 12%] Built target re2c
  8. Consolidate compiler generated dependencies of target updaterevision
  9. [ 13%] Built target updaterevision
  10. Consolidate compiler generated dependencies of target zipdir
  11. [ 14%] Built target zipdir
  12. Consolidate compiler generated dependencies of target dumb
  13. [ 28%] Built target dumb
  14. Consolidate compiler generated dependencies of target gdtoa
  15. [ 28%] Built target gdtoa
  16. src/gitinfo.h is up to date at commit 2.8.6a.
  17. [ 28%] Built target revision_check
  18. Consolidate compiler generated dependencies of target zdoom
  19. [ 29%] Building CXX object src/CMakeFiles/zdoom.dir/posix/osx/iwadpicker_cocoa.mm.o
  20. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:9,
  21. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:33,
  22. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
  23. from /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:49:
  24. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:123:9: error: stray '@' in program
  25. 123 | NSParameterAssert(rowIndex >= 0 && (unsigned int) rowIndex < [data count]);
  26. | ^~~~~~~~~~~~~~~~~
  27. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/dispatch/dispatch.h:63,
  28. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20,
  29. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:17,
  30. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:60,
  31. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
  32. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/object.h:203:1: error: expected unqualified-id before 'interface'
  33. 203 | OS_OBJECT_DECL_BASE(object, NSObject);
  34. | ^~~~~~~~~~~~~~~~~~~
  35. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:48:1: error: expected unqualified-id before 'interface'
  36. 48 | OS_WORKGROUP_DECL(os_workgroup, WorkGroup);
  37. | ^~~~~~~~~~~~~~~~~
  38. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:48:1: error: 'OS_os_workgroup' does not name a type
  39. 48 | OS_WORKGROUP_DECL(os_workgroup, WorkGroup);
  40. | ^~~~~~~~~~~~~~~~~
  41. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup.h:30,
  42. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/dispatch/dispatch.h:64:
  43. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:93:24: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_attr_t'?
  44. 93 | os_workgroup_copy_port(os_workgroup_t wg, mach_port_t *mach_port_out);
  45. | ^~~~~~~~~~~~~~
  46. | os_workgroup_attr_t
  47. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:93:55: error: expected primary-expression before '*' token
  48. 93 | os_workgroup_copy_port(os_workgroup_t wg, mach_port_t *mach_port_out);
  49. | ^
  50. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:93:56: error: 'mach_port_out' was not declared in this scope; did you mean 'mach_port_t'?
  51. 93 | os_workgroup_copy_port(os_workgroup_t wg, mach_port_t *mach_port_out);
  52. | ^~~~~~~~~~~~~
  53. | mach_port_t
  54. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:93:69: error: expression list treated as compound expression in initializer [-fpermissive]
  55. 93 | os_workgroup_copy_port(os_workgroup_t wg, mach_port_t *mach_port_out);
  56. | ^
  57. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:116:1: error: 'os_workgroup_t' does not name a type; did you mean 'os_workgroup_attr_t'?
  58. 116 | os_workgroup_t _Nullable
  59. | ^~~~~~~~~~~~~~
  60. | os_workgroup_attr_t
  61. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:137:1: error: 'os_workgroup_t' does not name a type; did you mean 'os_workgroup_attr_t'?
  62. 137 | os_workgroup_t _Nullable
  63. | ^~~~~~~~~~~~~~
  64. | os_workgroup_attr_t
  65. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:177:19: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  66. 177 | os_workgroup_join(os_workgroup_t wg, os_workgroup_join_token_t token_out);
  67. | ^~~~~~~~~~~~~~
  68. | os_workgroup_join
  69. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:177:64: error: expected primary-expression before 'token_out'
  70. 177 | os_workgroup_join(os_workgroup_t wg, os_workgroup_join_token_t token_out);
  71. | ^~~~~~~~~
  72. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:177:73: error: expression list treated as compound expression in initializer [-fpermissive]
  73. 177 | os_workgroup_join(os_workgroup_t wg, os_workgroup_join_token_t token_out);
  74. | ^
  75. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:202:1: error: variable or field 'os_workgroup_leave' declared void
  76. 202 | os_workgroup_leave(os_workgroup_t wg, os_workgroup_join_token_t token);
  77. | ^~~~~~~~~~~~~~~~~~
  78. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:202:20: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  79. 202 | os_workgroup_leave(os_workgroup_t wg, os_workgroup_join_token_t token);
  80. | ^~~~~~~~~~~~~~
  81. | os_workgroup_join
  82. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:202:65: error: expected primary-expression before 'token'
  83. 202 | os_workgroup_leave(os_workgroup_t wg, os_workgroup_join_token_t token);
  84. | ^~~~~
  85. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:241:32: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  86. 241 | os_workgroup_set_working_arena(os_workgroup_t wg, void * _Nullable arena,
  87. | ^~~~~~~~~~~~~~
  88. | os_workgroup_join
  89. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:241:51: error: expected primary-expression before 'void'
  90. 241 | os_workgroup_set_working_arena(os_workgroup_t wg, void * _Nullable arena,
  91. | ^~~~
  92. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:242:18: error: expected primary-expression before 'max_workers'
  93. 242 | uint32_t max_workers, os_workgroup_working_arena_destructor_t destructor);
  94. | ^~~~~~~~~~~
  95. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:242:71: error: expected primary-expression before 'destructor'
  96. 242 | uint32_t max_workers, os_workgroup_working_arena_destructor_t destructor);
  97. | ^~~~~~~~~~
  98. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:242:81: error: expression list treated as compound expression in initializer [-fpermissive]
  99. 242 | uint32_t max_workers, os_workgroup_working_arena_destructor_t destructor);
  100. | ^
  101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:271:32: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  102. 271 | os_workgroup_get_working_arena(os_workgroup_t wg,
  103. | ^~~~~~~~~~~~~~
  104. | os_workgroup_join
  105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:272:36: error: expected primary-expression before '*' token
  106. 272 | os_workgroup_index * _Nullable index_out);
  107. | ^
  108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:272:48: error: 'index_out' was not declared in this scope
  109. 272 | os_workgroup_index * _Nullable index_out);
  110. | ^~~~~~~~~
  111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:272:57: error: expression list treated as compound expression in initializer [-fpermissive]
  112. 272 | os_workgroup_index * _Nullable index_out);
  113. | ^
  114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:299:1: error: variable or field 'os_workgroup_cancel' declared void
  115. 299 | os_workgroup_cancel(os_workgroup_t wg);
  116. | ^~~~~~~~~~~~~~~~~~~
  117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:299:21: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  118. 299 | os_workgroup_cancel(os_workgroup_t wg);
  119. | ^~~~~~~~~~~~~~
  120. | os_workgroup_join
  121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:311:25: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  122. 311 | os_workgroup_testcancel(os_workgroup_t wg);
  123. | ^~~~~~~~~~~~~~
  124. | os_workgroup_join
  125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:350:35: error: 'os_workgroup_t' was not declared in this scope; did you mean 'os_workgroup_join'?
  126. 350 | os_workgroup_max_parallel_threads(os_workgroup_t wg, os_workgroup_mpt_attr_t
  127. | ^~~~~~~~~~~~~~
  128. | os_workgroup_join
  129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:351:27: error: expected primary-expression before 'attr'
  130. 351 | _Nullable attr);
  131. | ^~~~
  132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_object.h:351:31: error: expression list treated as compound expression in initializer [-fpermissive]
  133. 351 | _Nullable attr);
  134. | ^
  135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:41:1: error: expected unqualified-id before 'interface'
  136. 41 | OS_WORKGROUP_SUBCLASS_DECL(os_workgroup_interval, os_workgroup, WorkGroupInterval);
  137. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:41:1: error: 'OS_os_workgroup' does not name a type
  139. 41 | OS_WORKGROUP_SUBCLASS_DECL(os_workgroup_interval, os_workgroup, WorkGroupInterval);
  140. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  141. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup.h:31:
  142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:94:29: error: 'os_workgroup_interval_t' was not declared in this scope; did you mean 'os_workgroup_interval_start'?
  143. 94 | os_workgroup_interval_start(os_workgroup_interval_t wg, uint64_t start, uint64_t
  144. | ^~~~~~~~~~~~~~~~~~~~~~~
  145. | os_workgroup_interval_start
  146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:94:66: error: expected primary-expression before 'start'
  147. 94 | os_workgroup_interval_start(os_workgroup_interval_t wg, uint64_t start, uint64_t
  148. | ^~~~~
  149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:95:17: error: expected primary-expression before 'deadline'
  150. 95 | deadline, os_workgroup_interval_data_t _Nullable data);
  151. | ^~~~~~~~
  152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:95:66: error: expected primary-expression before 'data'
  153. 95 | deadline, os_workgroup_interval_data_t _Nullable data);
  154. | ^~~~
  155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:95:70: error: expression list treated as compound expression in initializer [-fpermissive]
  156. 95 | deadline, os_workgroup_interval_data_t _Nullable data);
  157. | ^
  158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:123:30: error: 'os_workgroup_interval_t' was not declared in this scope; did you mean 'os_workgroup_interval_start'?
  159. 123 | os_workgroup_interval_update(os_workgroup_interval_t wg, uint64_t deadline,
  160. | ^~~~~~~~~~~~~~~~~~~~~~~
  161. | os_workgroup_interval_start
  162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:123:67: error: expected primary-expression before 'deadline'
  163. 123 | os_workgroup_interval_update(os_workgroup_interval_t wg, uint64_t deadline,
  164. | ^~~~~~~~
  165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:124:56: error: expected primary-expression before 'data'
  166. 124 | os_workgroup_interval_data_t _Nullable data);
  167. | ^~~~
  168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:124:60: error: expression list treated as compound expression in initializer [-fpermissive]
  169. 124 | os_workgroup_interval_data_t _Nullable data);
  170. | ^
  171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:148:30: error: 'os_workgroup_interval_t' was not declared in this scope; did you mean 'os_workgroup_interval_start'?
  172. 148 | os_workgroup_interval_finish(os_workgroup_interval_t wg,
  173. | ^~~~~~~~~~~~~~~~~~~~~~~
  174. | os_workgroup_interval_start
  175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:149:56: error: expected primary-expression before 'data'
  176. 149 | os_workgroup_interval_data_t _Nullable data);
  177. | ^~~~
  178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_interval.h:149:60: error: expression list treated as compound expression in initializer [-fpermissive]
  179. 149 | os_workgroup_interval_data_t _Nullable data);
  180. | ^
  181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_parallel.h:42:1: error: expected unqualified-id before 'interface'
  182. 42 | OS_WORKGROUP_SUBCLASS_DECL(os_workgroup_parallel, os_workgroup, WorkGroupParallel);
  183. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_parallel.h:42:1: error: 'OS_os_workgroup' does not name a type
  185. 42 | OS_WORKGROUP_SUBCLASS_DECL(os_workgroup_parallel, os_workgroup, WorkGroupParallel);
  186. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  187. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup.h:32:
  188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/os/workgroup_parallel.h:66:1: error: 'os_workgroup_parallel_' does not name a type; did you mean 'os_workgroup_mpt_attr_t'?
  189. 66 | os_workgroup_parallel_t _Nullable
  190. | ^~~~~~~~~~~~~~~~~~~~~~~
  191. | os_workgroup_mpt_attr_t
  192. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/dispatch/dispatch.h:76:
  193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/dispatch/workloop.h:157:17: error: 'os_workgroup_t' has not been declared
  194. 157 | os_workgroup_t workgroup);
  195. | ^~~~~~~~~~~~~~
  196. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5,
  197. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10:
  198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:19:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  199. 19 | - (id)copyWithZone:(nullable NSZone *)zone;
  200. | ^~~~~~~~
  201. | cg_nullable
  202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:25:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  203. 25 | - (id)mutableCopyWithZone:(nullable NSZone *)zone;
  204. | ^~~~~~~~
  205. | cg_nullable
  206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  207. 32 | - (nullable instancetype)initWithCoder:(NSCoder *)coder; // NS_DESIGNATED_INITIALIZER
  208. | ^~~~~~~~
  209. | cg_nullable
  210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  211. 53 | - (nullable id)replacementObjectForCoder:(NSCoder *)coder;
  212. | ^~~~~~~~
  213. | cg_nullable
  214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  215. 54 | - (nullable id)awakeAfterUsingCoder:(NSCoder *)coder NS_REPLACES_RECEIVER;
  216. | ^~~~~~~~
  217. | cg_nullable
  218. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:6:
  219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:15: error: expected ';' before '<' token
  220. 7 | @class NSArray<ObjectType>;
  221. | ^
  222. | ;
  223. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:35: error: cannot find protocol declaration for 'ObjectType'
  224. 34 | @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration>
  225. | ^
  226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:37: error: expected unqualified-id before ':' token
  227. 34 | @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration>
  228. | ^
  229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:35: error: duplicate interface declaration for class 'NSEnumerator'
  230. 40 | @interface NSEnumerator<ObjectType> (NSExtendedEnumerator)
  231. | ^
  232. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:35: error: cannot find protocol declaration for 'ObjectType'
  233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:10:60: error: redefinition of 'struct NSEnumerator'
  234. 10 | @class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator;
  235. | ^~~~~~~~~~~~
  236. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:35: error: trying to finish struct, but kicked out due to previous parse errors
  237. 40 | @interface NSEnumerator<ObjectType> (NSExtendedEnumerator)
  238. | ^
  239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:1: error: expected constructor, destructor, or type conversion before 'property'
  240. 42 | @property (readonly, copy) NSArray<ObjectType> *allObjects;
  241. | ^~~~~~~~~
  242. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRange.h:5,
  243. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:7:
  244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:18:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  245. 18 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  246. | ^~~~~~~~
  247. | cg_nullable
  248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:31:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  249. 31 | + (NSValue *)valueWithNonretainedObject:(nullable id)anObject;
  250. | ^~~~~~~~
  251. | cg_nullable
  252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:34:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  253. 34 | + (NSValue *)valueWithPointer:(nullable const void *)pointer;
  254. | ^~~~~~~~
  255. | cg_nullable
  256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  257. 43 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  258. | ^~~~~~~~
  259. | cg_nullable
  260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:82:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  261. 82 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  262. | ^~~~~~~~
  263. | cg_nullable
  264. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:9:
  265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:5:15: error: expected ';' before '<' token
  266. 5 | @class NSArray<ObjectType>;
  267. | ^
  268. | ;
  269. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:7:
  270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:15:48: error: cannot find protocol declaration for 'ObjectType'
  271. 15 | @interface NSOrderedCollectionChange<ObjectType> : NSObject
  272. | ^
  273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:15:50: error: expected unqualified-id before ':' token
  274. 15 | @interface NSOrderedCollectionChange<ObjectType> : NSObject
  275. | ^
  276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:30:40: error: cannot find protocol declaration for 'ObjectType'
  277. 30 | + (NSOrderedCollectionChange<ObjectType> *)changeWithObject:(nullable ObjectType)anObject
  278. | ^
  279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:30:62: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  280. 30 | + (NSOrderedCollectionChange<ObjectType> *)changeWithObject:(nullable ObjectType)anObject
  281. | ^~~~~~~~
  282. | cg_nullable
  283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:36:22: error: unknown property attribute 'strong'
  284. 36 | @property (readonly, strong, nullable) ObjectType object;
  285. | ^~~~~~
  286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:36:40: error: 'ObjectType' has not been declared
  287. 36 | @property (readonly, strong, nullable) ObjectType object;
  288. | ^~~~~~~~~~
  289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:53:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  290. 53 | - (instancetype)initWithObject:(nullable ObjectType)anObject
  291. | ^~~~~~~~
  292. | cg_nullable
  293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionChange.h:57:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  294. 57 | - (instancetype)initWithObject:(nullable ObjectType)anObject
  295. | ^~~~~~~~
  296. | cg_nullable
  297. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:8:
  298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:74:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  299. 74 | - (NSUInteger)getIndexes:(NSUInteger *)indexBuffer maxCount:(NSUInteger)bufferSize inIndexRange:(nullable NSRangePointer)range;
  300. | ^~~~~~~~
  301. | cg_nullable
  302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:84:41: error: expected ')' before '(' token
  303. 84 | - (void)enumerateIndexesUsingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  304. | ~ ^~
  305. | )
  306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:84:42: error: expected identifier before '(' token
  307. 84 | - (void)enumerateIndexesUsingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  308. | ^
  309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:84:41: error: expected ';' before '(' token
  310. 84 | - (void)enumerateIndexesUsingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  311. | ^~
  312. | ;
  313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:85:80: error: expected ')' before '(' token
  314. 85 | - (void)enumerateIndexesWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  315. | ~ ^~
  316. | )
  317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:85:81: error: expected identifier before '(' token
  318. 85 | - (void)enumerateIndexesWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  319. | ^
  320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:85:80: error: expected ';' before '(' token
  321. 85 | - (void)enumerateIndexesWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  322. | ^~
  323. | ;
  324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:86:99: error: expected ')' before '(' token
  325. 86 | - (void)enumerateIndexesInRange:(NSRange)range options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  326. | ~ ^~
  327. | )
  328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:86:100: error: expected identifier before '(' token
  329. 86 | - (void)enumerateIndexesInRange:(NSRange)range options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  330. | ^
  331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:86:99: error: expected ';' before '(' token
  332. 86 | - (void)enumerateIndexesInRange:(NSRange)range options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  333. | ^~
  334. | ;
  335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:88:37: error: expected ')' before '(' token
  336. 88 | - (NSUInteger)indexPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  337. | ~ ^~
  338. | )
  339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:88:38: error: expected identifier before '(' token
  340. 88 | - (NSUInteger)indexPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  341. | ^
  342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:88:37: error: expected ';' before '(' token
  343. 88 | - (NSUInteger)indexPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  344. | ^~
  345. | ;
  346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:89:76: error: expected ')' before '(' token
  347. 89 | - (NSUInteger)indexWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  348. | ~ ^~
  349. | )
  350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:89:77: error: expected identifier before '(' token
  351. 89 | - (NSUInteger)indexWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  352. | ^
  353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:89:76: error: expected ';' before '(' token
  354. 89 | - (NSUInteger)indexWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  355. | ^~
  356. | ;
  357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:90:95: error: expected ')' before '(' token
  358. 90 | - (NSUInteger)indexInRange:(NSRange)range options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  359. | ~ ^~
  360. | )
  361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:90:96: error: expected identifier before '(' token
  362. 90 | - (NSUInteger)indexInRange:(NSRange)range options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  363. | ^
  364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:90:95: error: expected ';' before '(' token
  365. 90 | - (NSUInteger)indexInRange:(NSRange)range options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  366. | ^~
  367. | ;
  368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:92:41: error: expected ')' before '(' token
  369. 92 | - (NSIndexSet *)indexesPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  370. | ~ ^~
  371. | )
  372. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:92:42: error: expected identifier before '(' token
  373. 92 | - (NSIndexSet *)indexesPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  374. | ^
  375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:92:41: error: expected ';' before '(' token
  376. 92 | - (NSIndexSet *)indexesPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  377. | ^~
  378. | ;
  379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:93:80: error: expected ')' before '(' token
  380. 93 | - (NSIndexSet *)indexesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  381. | ~ ^~
  382. | )
  383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:93:81: error: expected identifier before '(' token
  384. 93 | - (NSIndexSet *)indexesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  385. | ^
  386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:93:80: error: expected ';' before '(' token
  387. 93 | - (NSIndexSet *)indexesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  388. | ^~
  389. | ;
  390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:94:99: error: expected ')' before '(' token
  391. 94 | - (NSIndexSet *)indexesInRange:(NSRange)range options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  392. | ~ ^~
  393. | )
  394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:94:100: error: expected identifier before '(' token
  395. 94 | - (NSIndexSet *)indexesInRange:(NSRange)range options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  396. | ^
  397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:94:99: error: expected ';' before '(' token
  398. 94 | - (NSIndexSet *)indexesInRange:(NSRange)range options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  399. | ^~
  400. | ;
  401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:101:40: error: expected ')' before '(' token
  402. 101 | - (void)enumerateRangesUsingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  403. | ~ ^~
  404. | )
  405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:101:41: error: expected identifier before '(' token
  406. 101 | - (void)enumerateRangesUsingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  407. | ^
  408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:101:40: error: expected ';' before '(' token
  409. 101 | - (void)enumerateRangesUsingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  410. | ^~
  411. | ;
  412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:102:79: error: expected ')' before '(' token
  413. 102 | - (void)enumerateRangesWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  414. | ~ ^~
  415. | )
  416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:102:80: error: expected identifier before '(' token
  417. 102 | - (void)enumerateRangesWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  418. | ^
  419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:102:79: error: expected ';' before '(' token
  420. 102 | - (void)enumerateRangesWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  421. | ^~
  422. | ;
  423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:103:98: error: expected ')' before '(' token
  424. 103 | - (void)enumerateRangesInRange:(NSRange)range options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  425. | ~ ^~
  426. | )
  427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:103:99: error: expected identifier before '(' token
  428. 103 | - (void)enumerateRangesInRange:(NSRange)range options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  429. | ^
  430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:103:98: error: expected ';' before '(' token
  431. 103 | - (void)enumerateRangesInRange:(NSRange)range options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  432. | ^~
  433. | ;
  434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:25:52: error: cannot find protocol declaration for 'ObjectType'
  435. 25 | @interface NSOrderedCollectionDifference<ObjectType> : NSObject <NSFastEnumeration>
  436. | ^
  437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:25:54: error: expected unqualified-id before ':' token
  438. 25 | @interface NSOrderedCollectionDifference<ObjectType> : NSObject <NSFastEnumeration>
  439. | ^
  440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:52:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  441. 52 | insertedObjects:(nullable NSArray<ObjectType> *)insertedObjects
  442. | ^~~~~~~~
  443. | cg_nullable
  444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:54:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  445. 54 | removedObjects:(nullable NSArray<ObjectType> *)removedObjects
  446. | ^~~~~~~~
  447. | cg_nullable
  448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:55:73: error: expected '>' before '<' token
  449. 55 | additionalChanges:(NSArray<NSOrderedCollectionChange<ObjectType> *> *)changes NS_DESIGNATED_INITIALIZER;
  450. | ^
  451. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:55:73: error: cannot find protocol declaration for 'NSOrderedCollectionChange'
  452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:55:73: error: expected ')' before '<' token
  453. 55 | additionalChanges:(NSArray<NSOrderedCollectionChange<ObjectType> *> *)changes NS_DESIGNATED_INITIALIZER;
  454. | ~ ^
  455. | )
  456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:55:73: error: expected identifier before '<' token
  457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:55:73: error: cannot use an object as parameter to a method
  458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:55:73: error: expected ';' before '<' token
  459. 55 | additionalChanges:(NSArray<NSOrderedCollectionChange<ObjectType> *> *)changes NS_DESIGNATED_INITIALIZER;
  460. | ^
  461. | ;
  462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:58:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  463. 58 | insertedObjects:(nullable NSArray<ObjectType> *)insertedObjects
  464. | ^~~~~~~~
  465. | cg_nullable
  466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:60:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  467. 60 | removedObjects:(nullable NSArray<ObjectType> *)removedObjects;
  468. | ^~~~~~~~
  469. | cg_nullable
  470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:62:12: error: unknown property attribute 'strong'
  471. 62 | @property (strong, readonly) NSArray<NSOrderedCollectionChange<ObjectType> *> *insertions API_AVAILABLE(macosx(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  472. | ^~~~~~
  473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:62:63: error: expected '>' before '<' token
  474. 62 | @property (strong, readonly) NSArray<NSOrderedCollectionChange<ObjectType> *> *insertions API_AVAILABLE(macosx(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  475. | ^
  476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:62:63: error: cannot find protocol declaration for 'NSOrderedCollectionChange'
  477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:62:63: error: expected unqualified-id before '<' token
  478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:63:12: error: unknown property attribute 'strong'
  479. 63 | @property (strong, readonly) NSArray<NSOrderedCollectionChange<ObjectType> *> *removals API_AVAILABLE(macosx(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  480. | ^~~~~~
  481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:63:63: error: expected '>' before '<' token
  482. 63 | @property (strong, readonly) NSArray<NSOrderedCollectionChange<ObjectType> *> *removals API_AVAILABLE(macosx(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  483. | ^
  484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:63:63: error: cannot find protocol declaration for 'NSOrderedCollectionChange'
  485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:63:63: error: expected unqualified-id before '<' token
  486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:68:36: error: cannot find protocol declaration for 'id'
  487. 68 | - (NSOrderedCollectionDifference<id> *)differenceByTransformingChangesWithBlock:(NSOrderedCollectionChange<id> *(NS_NOESCAPE ^)(NSOrderedCollectionChange<ObjectType> *))block;
  488. | ^
  489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:68:110: error: cannot find protocol declaration for 'id'
  490. 68 | - (NSOrderedCollectionDifference<id> *)differenceByTransformingChangesWithBlock:(NSOrderedCollectionChange<id> *(NS_NOESCAPE ^)(NSOrderedCollectionChange<ObjectType> *))block;
  491. | ^
  492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:68:113: error: expected ')' before '(' token
  493. 68 | - (NSOrderedCollectionDifference<id> *)differenceByTransformingChangesWithBlock:(NSOrderedCollectionChange<id> *(NS_NOESCAPE ^)(NSOrderedCollectionChange<ObjectType> *))block;
  494. | ~ ^
  495. | )
  496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:68:113: error: expected identifier before '(' token
  497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedCollectionDifference.h:68:113: error: expected ';' before '(' token
  498. 68 | - (NSOrderedCollectionDifference<id> *)differenceByTransformingChangesWithBlock:(NSOrderedCollectionChange<id> *(NS_NOESCAPE ^)(NSOrderedCollectionChange<ObjectType> *))block;
  499. | ^
  500. | ;
  501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:17:42: error: cannot find protocol declaration for 'ObjectType'
  502. 17 | @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  503. | ^
  504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:17:44: error: expected unqualified-id before ':' token
  505. 17 | @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  506. | ^
  507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:20:4: error: 'ObjectType' does not name a type
  508. 20 | - (ObjectType)objectAtIndex:(NSUInteger)index;
  509. | ^~~~~~~~~~
  510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:22:39: error: expected ')' before 'ObjectType'
  511. 22 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  512. | ~ ^~~~~~~~~~~
  513. | )
  514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:22:50: error: expected ';' before '[' token
  515. 22 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  516. | ^ ~
  517. | ;
  518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  519. 23 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  520. | ^~~~~~~~
  521. | cg_nullable
  522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:27:30: error: duplicate interface declaration for class 'NSArray'
  523. 27 | @interface NSArray<ObjectType> (NSExtendedArray)
  524. | ^
  525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:27:30: error: cannot find protocol declaration for 'ObjectType'
  526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  527. 7 | @class NSArray<ObjectType>;
  528. | ^~~~~~~
  529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:27:30: error: trying to finish struct, but kicked out due to previous parse errors
  530. 27 | @interface NSArray<ObjectType> (NSExtendedArray)
  531. | ^
  532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:29:1: error: expected constructor, destructor, or type conversion before '-' token
  533. 29 | - (NSArray<ObjectType> *)arrayByAddingObject:(ObjectType)anObject;
  534. | ^
  535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:30:22: error: cannot find protocol declaration for 'ObjectType'
  536. 30 | - (NSArray<ObjectType> *)arrayByAddingObjectsFromArray:(NSArray<ObjectType> *)otherArray;
  537. | ^
  538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:30:75: error: cannot find protocol declaration for 'ObjectType'
  539. 30 | - (NSArray<ObjectType> *)arrayByAddingObjectsFromArray:(NSArray<ObjectType> *)otherArray;
  540. | ^
  541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:32:25: error: 'ObjectType' does not name a type
  542. 32 | - (BOOL)containsObject:(ObjectType)anObject;
  543. | ^~~~~~~~~~
  544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:34:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  545. 34 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  546. | ^~~~~~~~
  547. | cg_nullable
  548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:35:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  549. 35 | - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level;
  550. | ^~~~~~~~
  551. | cg_nullable
  552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  553. 36 | - (nullable ObjectType)firstObjectCommonWithArray:(NSArray<ObjectType> *)otherArray;
  554. | ^~~~~~~~
  555. | cg_nullable
  556. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:36:70: error: cannot find protocol declaration for 'ObjectType'
  557. 36 | - (nullable ObjectType)firstObjectCommonWithArray:(NSArray<ObjectType> *)otherArray;
  558. | ^
  559. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:37:21: error: 'ObjectType' does not name a type
  560. 37 | - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nonnull])objects range:(NSRange)range NS_SWIFT_UNAVAILABLE("Use 'subarrayWithRange()' instead");
  561. | ^~~~~~~~~~
  562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:38:30: error: 'ObjectType' does not name a type
  563. 38 | - (NSUInteger)indexOfObject:(ObjectType)anObject;
  564. | ^~~~~~~~~~
  565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:39:30: error: 'ObjectType' does not name a type
  566. 39 | - (NSUInteger)indexOfObject:(ObjectType)anObject inRange:(NSRange)range;
  567. | ^~~~~~~~~~
  568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:40:41: error: 'ObjectType' does not name a type
  569. 40 | - (NSUInteger)indexOfObjectIdenticalTo:(ObjectType)anObject;
  570. | ^~~~~~~~~~
  571. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:41:41: error: 'ObjectType' does not name a type
  572. 41 | - (NSUInteger)indexOfObjectIdenticalTo:(ObjectType)anObject inRange:(NSRange)range;
  573. | ^~~~~~~~~~
  574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:42:43: error: cannot find protocol declaration for 'ObjectType'
  575. 42 | - (BOOL)isEqualToArray:(NSArray<ObjectType> *)otherArray;
  576. | ^
  577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:43:43: error: 'ObjectType' has not been declared
  578. 43 | @property (nullable, nonatomic, readonly) ObjectType firstObject API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  579. | ^~~~~~~~~~
  580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:44:43: error: 'ObjectType' has not been declared
  581. 44 | @property (nullable, nonatomic, readonly) ObjectType lastObject;
  582. | ^~~~~~~~~~
  583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:45:27: error: cannot find protocol declaration for 'ObjectType'
  584. 45 | - (NSEnumerator<ObjectType> *)objectEnumerator;
  585. | ^
  586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:46:27: error: cannot find protocol declaration for 'ObjectType'
  587. 46 | - (NSEnumerator<ObjectType> *)reverseObjectEnumerator;
  588. | ^
  589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:22: error: cannot find protocol declaration for 'ObjectType'
  590. 48 | - (NSArray<ObjectType> *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context;
  591. | ^
  592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:77: error: expected ')' before '(' token
  593. 48 | - (NSArray<ObjectType> *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context;
  594. | ~ ^
  595. | )
  596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:77: error: expected identifier before '(' token
  597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:77: error: expected ';' before '(' token
  598. 48 | - (NSArray<ObjectType> *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context;
  599. | ^
  600. | ;
  601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:49:22: error: cannot find protocol declaration for 'ObjectType'
  602. 49 | - (NSArray<ObjectType> *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint;
  603. | ^
  604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:49:77: error: expected ')' before '(' token
  605. 49 | - (NSArray<ObjectType> *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint;
  606. | ~ ^
  607. | )
  608. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:49:77: error: expected identifier before '(' token
  609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:49:77: error: expected ';' before '(' token
  610. 49 | - (NSArray<ObjectType> *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint;
  611. | ^
  612. | ;
  613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:50:22: error: cannot find protocol declaration for 'ObjectType'
  614. 50 | - (NSArray<ObjectType> *)sortedArrayUsingSelector:(SEL)comparator;
  615. | ^
  616. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:51:22: error: cannot find protocol declaration for 'ObjectType'
  617. 51 | - (NSArray<ObjectType> *)subarrayWithRange:(NSRange)range;
  618. | ^
  619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:53:40: error: 'NSError' does not name a type; did you mean 'OSErr'?
  620. 53 | - (BOOL)writeToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  621. | ^~~~~~~
  622. | OSErr
  623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:57:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  624. 57 | - (void)makeObjectsPerformSelector:(SEL)aSelector withObject:(nullable id)argument NS_SWIFT_UNAVAILABLE("Use enumerateObjectsUsingBlock: or a for loop instead");
  625. | ^~~~~~~~
  626. | cg_nullable
  627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:59:22: error: cannot find protocol declaration for 'ObjectType'
  628. 59 | - (NSArray<ObjectType> *)objectsAtIndexes:(NSIndexSet *)indexes;
  629. | ^
  630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:61:4: error: 'ObjectType' does not name a type
  631. 61 | - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  632. | ^~~~~~~~~~
  633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:63:41: error: expected ')' before '(' token
  634. 63 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  635. | ~ ^~
  636. | )
  637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:63:42: error: expected identifier before '(' token
  638. 63 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  639. | ^
  640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:63:41: error: expected ';' before '(' token
  641. 63 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  642. | ^~
  643. | ;
  644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:64:80: error: expected ')' before '(' token
  645. 64 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  646. | ~ ^~
  647. | )
  648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:64:81: error: expected identifier before '(' token
  649. 64 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  650. | ^
  651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:64:80: error: expected ';' before '(' token
  652. 64 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  653. | ^~
  654. | ;
  655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:65:102: error: expected ')' before '(' token
  656. 65 | - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  657. | ~ ^~
  658. | )
  659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:65:103: error: expected identifier before '(' token
  660. 65 | - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  661. | ^
  662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:65:102: error: expected ';' before '(' token
  663. 65 | - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  664. | ^~
  665. | ;
  666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:67:45: error: expected ')' before '(' token
  667. 67 | - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  668. | ~ ^~
  669. | )
  670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:67:46: error: expected identifier before '(' token
  671. 67 | - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  672. | ^
  673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:67:45: error: expected ';' before '(' token
  674. 67 | - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  675. | ^~
  676. | ;
  677. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:68:84: error: expected ')' before '(' token
  678. 68 | - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  679. | ~ ^~
  680. | )
  681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:68:85: error: expected identifier before '(' token
  682. 68 | - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  683. | ^
  684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:68:84: error: expected ';' before '(' token
  685. 68 | - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  686. | ^~
  687. | ;
  688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:69:106: error: expected ')' before '(' token
  689. 69 | - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  690. | ~ ^~
  691. | )
  692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:69:107: error: expected identifier before '(' token
  693. 69 | - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  694. | ^
  695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:69:106: error: expected ';' before '(' token
  696. 69 | - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  697. | ^~
  698. | ;
  699. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:71:50: error: expected ')' before '(' token
  700. 71 | - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  701. | ~ ^~
  702. | )
  703. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:71:51: error: expected identifier before '(' token
  704. 71 | - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  705. | ^
  706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:71:50: error: expected ';' before '(' token
  707. 71 | - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  708. | ^~
  709. | ;
  710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:72:89: error: expected ')' before '(' token
  711. 72 | - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  712. | ~ ^~
  713. | )
  714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:72:90: error: expected identifier before '(' token
  715. 72 | - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  716. | ^
  717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:72:89: error: expected ';' before '(' token
  718. 72 | - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  719. | ^~
  720. | ;
  721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:73:111: error: expected ')' before '(' token
  722. 73 | - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  723. | ~ ^~
  724. | )
  725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:73:112: error: expected identifier before '(' token
  726. 73 | - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  727. | ^
  728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:73:111: error: expected ';' before '(' token
  729. 73 | - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  730. | ^~
  731. | ;
  732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:75:22: error: cannot find protocol declaration for 'ObjectType'
  733. 75 | - (NSArray<ObjectType> *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  734. | ^
  735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:75:54: error: 'NSComparator' does not name a type
  736. 75 | - (NSArray<ObjectType> *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  737. | ^~~~~~~~~~~~
  738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:76:22: error: cannot find protocol declaration for 'ObjectType'
  739. 76 | - (NSArray<ObjectType> *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  740. | ^
  741. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:76:86: error: 'NSComparator' does not name a type
  742. 76 | - (NSArray<ObjectType> *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  743. | ^~~~~~~~~~~~
  744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:84:30: error: 'ObjectType' does not name a type
  745. 84 | - (NSUInteger)indexOfObject:(ObjectType)obj inSortedRange:(NSRange)r options:(NSBinarySearchingOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmp API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); // binary search
  746. | ^~~~~~~~~~
  747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:84:126: error: 'NSComparator' does not name a type
  748. 84 | - (NSUInteger)indexOfObject:(ObjectType)obj inSortedRange:(NSRange)r options:(NSBinarySearchingOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmp API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); // binary search
  749. | ^~~~~~~~~~~~
  750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:88:30: error: duplicate interface declaration for class 'NSArray'
  751. 88 | @interface NSArray<ObjectType> (NSArrayCreation)
  752. | ^
  753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:88:30: error: cannot find protocol declaration for 'ObjectType'
  754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  755. 7 | @class NSArray<ObjectType>;
  756. | ^~~~~~~
  757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:88:30: error: trying to finish struct, but kicked out due to previous parse errors
  758. 88 | @interface NSArray<ObjectType> (NSArrayCreation)
  759. | ^
  760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:90:1: error: expected constructor, destructor, or type conversion before '+' token
  761. 90 | + (instancetype)array;
  762. | ^
  763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:91:34: error: 'ObjectType' does not name a type
  764. 91 | + (instancetype)arrayWithObject:(ObjectType)anObject;
  765. | ^~~~~~~~~~
  766. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:92:40: error: expected ')' before 'ObjectType'
  767. 92 | + (instancetype)arrayWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  768. | ~ ^~~~~~~~~~~
  769. | )
  770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:92:51: error: expected ';' before '[' token
  771. 92 | + (instancetype)arrayWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  772. | ^ ~
  773. | ;
  774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:93:35: error: 'ObjectType' does not name a type
  775. 93 | + (instancetype)arrayWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  776. | ^~~~~~~~~~
  777. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8:
  778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:93:60: error: duplicate declaration of method '+arrayWithObjects:' with conflicting types
  779. 93 | + (instancetype)arrayWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  780. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:92:41: note: previous declaration of '+arrayWithObjects:'
  782. 92 | + (instancetype)arrayWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  783. | ^~~~~~~~~~
  784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:94:51: error: cannot find protocol declaration for 'ObjectType'
  785. 94 | + (instancetype)arrayWithArray:(NSArray<ObjectType> *)array;
  786. | ^
  787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:96:34: error: 'ObjectType' does not name a type
  788. 96 | - (instancetype)initWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  789. | ^~~~~~~~~~
  790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:97:50: error: cannot find protocol declaration for 'ObjectType'
  791. 97 | - (instancetype)initWithArray:(NSArray<ObjectType> *)array;
  792. | ^
  793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:98:50: error: cannot find protocol declaration for 'ObjectType'
  794. 98 | - (instancetype)initWithArray:(NSArray<ObjectType> *)array copyItems:(BOOL)flag;
  795. | ^
  796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:101:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  797. 101 | - (nullable NSArray<ObjectType> *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  798. | ^~~~~~~~
  799. | cg_nullable
  800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:101:77: error: 'NSError' does not name a type; did you mean 'OSErr'?
  801. 101 | - (nullable NSArray<ObjectType> *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  802. | ^~~~~~~
  803. | OSErr
  804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:103:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  805. 103 | + (nullable NSArray<ObjectType> *)arrayWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_SWIFT_UNAVAILABLE("Use initializer instead");
  806. | ^~~~~~~~
  807. | cg_nullable
  808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:103:78: error: 'NSError' does not name a type; did you mean 'OSErr'?
  809. 103 | + (nullable NSArray<ObjectType> *)arrayWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_SWIFT_UNAVAILABLE("Use initializer instead");
  810. | ^~~~~~~
  811. | OSErr
  812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:109:30: error: duplicate interface declaration for class 'NSArray'
  813. 109 | @interface NSArray<ObjectType> (NSArrayDiffing)
  814. | ^
  815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:109:30: error: cannot find protocol declaration for 'ObjectType'
  816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  817. 7 | @class NSArray<ObjectType>;
  818. | ^~~~~~~
  819. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:109:30: error: trying to finish struct, but kicked out due to previous parse errors
  820. 109 | @interface NSArray<ObjectType> (NSArrayDiffing)
  821. | ^
  822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:111:1: error: expected constructor, destructor, or type conversion before '-' token
  823. 111 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromArray:(NSArray<ObjectType> *)other withOptions:(NSOrderedCollectionDifferenceCalculationOptions)options usingEquivalenceTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj1, ObjectType obj2))block;
  824. | ^
  825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:113:44: error: cannot find protocol declaration for 'ObjectType'
  826. 113 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromArray:(NSArray<ObjectType> *)other withOptions:(NSOrderedCollectionDifferenceCalculationOptions)options;
  827. | ^
  828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:113:87: error: cannot find protocol declaration for 'ObjectType'
  829. 113 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromArray:(NSArray<ObjectType> *)other withOptions:(NSOrderedCollectionDifferenceCalculationOptions)options;
  830. | ^
  831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:116:44: error: cannot find protocol declaration for 'ObjectType'
  832. 116 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromArray:(NSArray<ObjectType> *)other;
  833. | ^
  834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:116:87: error: cannot find protocol declaration for 'ObjectType'
  835. 116 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromArray:(NSArray<ObjectType> *)other;
  836. | ^
  837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  838. 118 | - (nullable NSArray<ObjectType> *)arrayByApplyingDifference:(NSOrderedCollectionDifference<ObjectType> *)difference;
  839. | ^~~~~~~~
  840. | cg_nullable
  841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:118:102: error: cannot find protocol declaration for 'ObjectType'
  842. 118 | - (nullable NSArray<ObjectType> *)arrayByApplyingDifference:(NSOrderedCollectionDifference<ObjectType> *)difference;
  843. | ^
  844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:122:30: error: duplicate interface declaration for class 'NSArray'
  845. 122 | @interface NSArray<ObjectType> (NSDeprecated)
  846. | ^
  847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:122:30: error: cannot find protocol declaration for 'ObjectType'
  848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  849. 7 | @class NSArray<ObjectType>;
  850. | ^~~~~~~
  851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:122:30: error: trying to finish struct, but kicked out due to previous parse errors
  852. 122 | @interface NSArray<ObjectType> (NSDeprecated)
  853. | ^
  854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:127:1: error: expected constructor, destructor, or type conversion before '-' token
  855. 127 | - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nonnull])objects NS_SWIFT_UNAVAILABLE("Use 'as [AnyObject]' instead") API_DEPRECATED("Use -getObjects:range: instead", macos(10.0, 10.13), ios(2.0, 11.0), watchos(2.0, 4.0), tvos(9.0, 11.0));
  856. | ^
  857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:130:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  858. 130 | + (nullable NSArray<ObjectType> *)arrayWithContentsOfFile:(NSString *)path API_DEPRECATED_WITH_REPLACEMENT("arrayWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  859. | ^~~~~~~~
  860. | cg_nullable
  861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:131:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  862. 131 | + (nullable NSArray<ObjectType> *)arrayWithContentsOfURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("arrayWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  863. | ^~~~~~~~
  864. | cg_nullable
  865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:132:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  866. 132 | - (nullable NSArray<ObjectType> *)initWithContentsOfFile:(NSString *)path API_DEPRECATED_WITH_REPLACEMENT("initWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  867. | ^~~~~~~~
  868. | cg_nullable
  869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:133:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  870. 133 | - (nullable NSArray<ObjectType> *)initWithContentsOfURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("initWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  871. | ^~~~~~~~
  872. | cg_nullable
  873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:37: error: cannot find protocol declaration for 'ObjectType'
  874. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  875. | ^
  876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:39: error: expected unqualified-id before ':' token
  877. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  878. | ^
  879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:144:23: error: 'ObjectType' does not name a type
  880. 144 | - (void)insertObject:(ObjectType)anObject atIndex:(NSUInteger)index;
  881. | ^~~~~~~~~~
  882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:147:60: error: 'ObjectType' does not name a type
  883. 147 | - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(ObjectType)anObject;
  884. | ^~~~~~~~~~
  885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:150:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  886. 150 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  887. | ^~~~~~~~
  888. | cg_nullable
  889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:154:37: error: duplicate interface declaration for class 'NSMutableArray'
  890. 154 | @interface NSMutableArray<ObjectType> (NSExtendedMutableArray)
  891. | ^
  892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:154:37: error: cannot find protocol declaration for 'ObjectType'
  893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:37: error: redefinition of 'struct NSMutableArray'
  894. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  895. | ^
  896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:154:37: error: trying to finish struct, but kicked out due to previous parse errors
  897. 154 | @interface NSMutableArray<ObjectType> (NSExtendedMutableArray)
  898. | ^
  899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:156:1: error: expected constructor, destructor, or type conversion before '-' token
  900. 156 | - (void)addObjectsFromArray:(NSArray<ObjectType> *)otherArray;
  901. | ^
  902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:159:23: error: 'ObjectType' does not name a type
  903. 159 | - (void)removeObject:(ObjectType)anObject inRange:(NSRange)range;
  904. | ^~~~~~~~~~
  905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:160:23: error: 'ObjectType' does not name a type
  906. 160 | - (void)removeObject:(ObjectType)anObject;
  907. | ^~~~~~~~~~
  908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:161:34: error: 'ObjectType' does not name a type
  909. 161 | - (void)removeObjectIdenticalTo:(ObjectType)anObject inRange:(NSRange)range;
  910. | ^~~~~~~~~~
  911. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:162:34: error: 'ObjectType' does not name a type
  912. 162 | - (void)removeObjectIdenticalTo:(ObjectType)anObject;
  913. | ^~~~~~~~~~
  914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:164:49: error: cannot find protocol declaration for 'ObjectType'
  915. 164 | - (void)removeObjectsInArray:(NSArray<ObjectType> *)otherArray;
  916. | ^
  917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:166:86: error: cannot find protocol declaration for 'ObjectType'
  918. 166 | - (void)replaceObjectsInRange:(NSRange)range withObjectsFromArray:(NSArray<ObjectType> *)otherArray range:(NSRange)otherRange;
  919. | ^
  920. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:167:86: error: cannot find protocol declaration for 'ObjectType'
  921. 167 | - (void)replaceObjectsInRange:(NSRange)range withObjectsFromArray:(NSArray<ObjectType> *)otherArray;
  922. | ^
  923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:168:37: error: cannot find protocol declaration for 'ObjectType'
  924. 168 | - (void)setArray:(NSArray<ObjectType> *)otherArray;
  925. | ^
  926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:169:53: error: expected ')' before '(' token
  927. 169 | - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))compare context:(nullable void *)context;
  928. | ~ ^
  929. | )
  930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:169:53: error: expected identifier before '(' token
  931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:169:53: error: expected ';' before '(' token
  932. 169 | - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))compare context:(nullable void *)context;
  933. | ^
  934. | ;
  935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:172:42: error: cannot find protocol declaration for 'ObjectType'
  936. 172 | - (void)insertObjects:(NSArray<ObjectType> *)objects atIndexes:(NSIndexSet *)indexes;
  937. | ^
  938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:174:86: error: cannot find protocol declaration for 'ObjectType'
  939. 174 | - (void)replaceObjectsAtIndexes:(NSIndexSet *)indexes withObjects:(NSArray<ObjectType> *)objects;
  940. | ^
  941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:176:20: error: 'ObjectType' does not name a type
  942. 176 | - (void)setObject:(ObjectType)obj atIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  943. | ^~~~~~~~~~
  944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:178:30: error: 'NSComparator' does not name a type
  945. 178 | - (void)sortUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  946. | ^~~~~~~~~~~~
  947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:179:62: error: 'NSComparator' does not name a type
  948. 179 | - (void)sortWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  949. | ^~~~~~~~~~~~
  950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:183:37: error: duplicate interface declaration for class 'NSMutableArray'
  951. 183 | @interface NSMutableArray<ObjectType> (NSMutableArrayCreation)
  952. | ^
  953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:183:37: error: cannot find protocol declaration for 'ObjectType'
  954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:37: error: redefinition of 'struct NSMutableArray'
  955. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  956. | ^
  957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:183:37: error: trying to finish struct, but kicked out due to previous parse errors
  958. 183 | @interface NSMutableArray<ObjectType> (NSMutableArrayCreation)
  959. | ^
  960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:185:1: error: expected constructor, destructor, or type conversion before '+' token
  961. 185 | + (instancetype)arrayWithCapacity:(NSUInteger)numItems;
  962. | ^
  963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:187:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  964. 187 | + (nullable NSMutableArray<ObjectType> *)arrayWithContentsOfFile:(NSString *)path;
  965. | ^~~~~~~~
  966. | cg_nullable
  967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:188:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  968. 188 | + (nullable NSMutableArray<ObjectType> *)arrayWithContentsOfURL:(NSURL *)url;
  969. | ^~~~~~~~
  970. | cg_nullable
  971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:189:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  972. 189 | - (nullable NSMutableArray<ObjectType> *)initWithContentsOfFile:(NSString *)path;
  973. | ^~~~~~~~
  974. | cg_nullable
  975. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:190:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  976. 190 | - (nullable NSMutableArray<ObjectType> *)initWithContentsOfURL:(NSURL *)url;
  977. | ^~~~~~~~
  978. | cg_nullable
  979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:196:37: error: duplicate interface declaration for class 'NSMutableArray'
  980. 196 | @interface NSMutableArray<ObjectType> (NSMutableArrayDiffing)
  981. | ^
  982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:196:37: error: cannot find protocol declaration for 'ObjectType'
  983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:37: error: redefinition of 'struct NSMutableArray'
  984. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  985. | ^
  986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:196:37: error: trying to finish struct, but kicked out due to previous parse errors
  987. 196 | @interface NSMutableArray<ObjectType> (NSMutableArrayDiffing)
  988. | ^
  989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:198:1: error: expected constructor, destructor, or type conversion before '-' token
  990. 198 | - (void)applyDifference:(NSOrderedCollectionDifference<ObjectType> *)difference;
  991. | ^
  992. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:38,
  993. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6,
  994. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12:
  995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:36:74: error: expected '>' before '*' token
  996. 36 | @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray<NSString *> *writableTypeIdentifiersForItemProvider;
  997. | ^
  998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:36:74: error: cannot find protocol declaration for 'NSString'
  999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:36:75: error: expected unqualified-id before '>' token
  1000. 36 | @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray<NSString *> *writableTypeIdentifiersForItemProvider;
  1001. | ^
  1002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:41:67: error: expected '>' before '*' token
  1003. 41 | @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray<NSString *> *writableTypeIdentifiersForItemProvider;
  1004. | ^
  1005. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:41:67: error: cannot find protocol declaration for 'NSString'
  1006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:41:68: error: expected unqualified-id before '>' token
  1007. 41 | @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray<NSString *> *writableTypeIdentifiersForItemProvider;
  1008. | ^
  1009. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:50:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1010. 50 | - (nullable NSProgress *)loadDataWithTypeIdentifier:(NSString *)typeIdentifier // One of writableTypeIdentifiersForItemProvider
  1011. | ^~~~~~~~
  1012. | cg_nullable
  1013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:51:58: error: expected ')' before '(' token
  1014. 51 | forItemProviderCompletionHandler:(void (^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler;
  1015. | ~ ^~
  1016. | )
  1017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:51:59: error: expected identifier before '(' token
  1018. 51 | forItemProviderCompletionHandler:(void (^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler;
  1019. | ^
  1020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:51:58: error: expected ';' before '(' token
  1021. 51 | forItemProviderCompletionHandler:(void (^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler;
  1022. | ^~
  1023. | ;
  1024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:60:74: error: expected '>' before '*' token
  1025. 60 | @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray<NSString *> *readableTypeIdentifiersForItemProvider;
  1026. | ^
  1027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:60:74: error: cannot find protocol declaration for 'NSString'
  1028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:60:75: error: expected unqualified-id before '>' token
  1029. 60 | @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray<NSString *> *readableTypeIdentifiersForItemProvider;
  1030. | ^
  1031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1032. 62 | + (nullable instancetype)objectWithItemProviderData:(NSData *)data
  1033. | ^~~~~~~~
  1034. | cg_nullable
  1035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:64:54: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1036. 64 | error:(NSError **)outError;
  1037. | ^~~~~~~
  1038. | OSErr
  1039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:69:15: error: expected unqualified-id before '^' token
  1040. 69 | typedef void (^NSItemProviderCompletionHandler)(__nullable __kindof id <NSSecureCoding> item, NSError * __null_unspecified error);
  1041. | ^
  1042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:69:15: error: expected ')' before '^' token
  1043. 69 | typedef void (^NSItemProviderCompletionHandler)(__nullable __kindof id <NSSecureCoding> item, NSError * __null_unspecified error);
  1044. | ~^
  1045. | )
  1046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:70:15: error: expected unqualified-id before '^' token
  1047. 70 | typedef void (^NSItemProviderLoadHandler)(__null_unspecified NSItemProviderCompletionHandler completionHandler, __null_unspecified Class expectedValueClass, NSDictionary * __null_unspecified options);
  1048. | ^
  1049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:70:15: error: expected ')' before '^' token
  1050. 70 | typedef void (^NSItemProviderLoadHandler)(__null_unspecified NSItemProviderCompletionHandler completionHandler, __null_unspecified Class expectedValueClass, NSDictionary * __null_unspecified options);
  1051. | ~^
  1052. | )
  1053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:90:66: error: expected ')' before '(' token
  1054. 90 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(NSData * _Nullable data, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1055. | ~ ^ ~
  1056. | )
  1057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:90:77: error: expected identifier before '(' token
  1058. 90 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(NSData * _Nullable data, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1059. | ^
  1060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:90:66: error: expected ';' before '(' token
  1061. 90 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(NSData * _Nullable data, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1062. | ^ ~
  1063. | ;
  1064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:98:66: error: expected ')' before '(' token
  1065. 98 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(NSURL * _Nullable url, BOOL coordinated, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1066. | ~ ^ ~
  1067. | )
  1068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:98:77: error: expected identifier before '(' token
  1069. 98 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(NSURL * _Nullable url, BOOL coordinated, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1070. | ^
  1071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:98:66: error: expected ';' before '(' token
  1072. 98 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(NSURL * _Nullable url, BOOL coordinated, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1073. | ^ ~
  1074. | ;
  1075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:105:53: error: expected '>' before '*' token
  1076. 105 | @property (copy, readonly, atomic) NSArray<NSString *> *registeredTypeIdentifiers;
  1077. | ^
  1078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:105:53: error: cannot find protocol declaration for 'NSString'
  1079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:105:54: error: expected unqualified-id before '>' token
  1080. 105 | @property (copy, readonly, atomic) NSArray<NSString *> *registeredTypeIdentifiers;
  1081. | ^
  1082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:107:21: error: expected '>' before '*' token
  1083. 107 | - (NSArray<NSString *> *)registeredTypeIdentifiersWithFileOptions:(NSItemProviderFileOptions)fileOptions API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1084. | ^
  1085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:107:21: error: cannot find protocol declaration for 'NSString'
  1086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:107:22: error: expected ')' before '>' token
  1087. 107 | - (NSArray<NSString *> *)registeredTypeIdentifiersWithFileOptions:(NSItemProviderFileOptions)fileOptions API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1088. | ~ ^
  1089. | )
  1090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:107:22: error: objective-c++ method declaration is expected before '>' token
  1091. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:117:62: error: expected ')' before '(' token
  1092. 117 | completionHandler:(void(^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1093. | ~ ^
  1094. | )
  1095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:117:62: error: expected identifier before '(' token
  1096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:117:62: error: expected ';' before '(' token
  1097. 117 | completionHandler:(void(^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1098. | ^
  1099. | ;
  1100. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:121:62: error: expected ')' before '(' token
  1101. 121 | completionHandler:(void(^)(NSURL * _Nullable url, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1102. | ~ ^
  1103. | )
  1104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:121:62: error: expected identifier before '(' token
  1105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:121:62: error: expected ';' before '(' token
  1106. 121 | completionHandler:(void(^)(NSURL * _Nullable url, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1107. | ^
  1108. | ;
  1109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:126:69: error: expected ')' before '(' token
  1110. 126 | completionHandler:(void (^)(NSURL * _Nullable url, BOOL isInPlace, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1111. | ~ ^~
  1112. | )
  1113. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:126:70: error: expected identifier before '(' token
  1114. 126 | completionHandler:(void (^)(NSURL * _Nullable url, BOOL isInPlace, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1115. | ^
  1116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:126:69: error: expected ';' before '(' token
  1117. 126 | completionHandler:(void (^)(NSURL * _Nullable url, BOOL isInPlace, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1118. | ^~
  1119. | ;
  1120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:147:44: error: expected ')' before '(' token
  1121. 147 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(__kindof id<NSItemProviderWriting> _Nullable object, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1122. | ~ ^ ~
  1123. | )
  1124. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:147:55: error: expected identifier before '(' token
  1125. 147 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(__kindof id<NSItemProviderWriting> _Nullable object, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1126. | ^
  1127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:147:44: error: expected ';' before '(' token
  1128. 147 | loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(__kindof id<NSItemProviderWriting> _Nullable object, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1129. | ^ ~
  1130. | ;
  1131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:153:40: error: expected ')' before '(' token
  1132. 153 | completionHandler:(void (^)(__kindof id<NSItemProviderReading> _Nullable object, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1133. | ~ ^~
  1134. | )
  1135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:153:41: error: expected identifier before '(' token
  1136. 153 | completionHandler:(void (^)(__kindof id<NSItemProviderReading> _Nullable object, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1137. | ^
  1138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:153:40: error: expected ';' before '(' token
  1139. 153 | completionHandler:(void (^)(__kindof id<NSItemProviderReading> _Nullable object, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1140. | ^~
  1141. | ;
  1142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:183:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1143. 183 | - (instancetype)initWithItem:(nullable id<NSSecureCoding>)item typeIdentifier:(nullable NSString *)typeIdentifier NS_DESIGNATED_INITIALIZER;
  1144. | ^~~~~~~~
  1145. | cg_nullable
  1146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:183:80: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1147. 183 | - (instancetype)initWithItem:(nullable id<NSSecureCoding>)item typeIdentifier:(nullable NSString *)typeIdentifier NS_DESIGNATED_INITIALIZER;
  1148. | ^~~~~~~~
  1149. | cg_nullable
  1150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:186:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1151. 186 | - (nullable instancetype)initWithContentsOfURL:(null_unspecified NSURL *)fileURL;
  1152. | ^~~~~~~~
  1153. | cg_nullable
  1154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:186:49: error: 'null_unspecified' does not name a type
  1155. 186 | - (nullable instancetype)initWithContentsOfURL:(null_unspecified NSURL *)fileURL;
  1156. | ^~~~~~~~~~~~~~~~
  1157. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:189:79: error: 'NSItemProviderLoadHandler' does not name a type
  1158. 189 | - (void)registerItemForTypeIdentifier:(NSString *)typeIdentifier loadHandler:(NSItemProviderLoadHandler)loadHandler;
  1159. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  1160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:197:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1161. 197 | - (void)loadItemForTypeIdentifier:(NSString *)typeIdentifier options:(nullable NSDictionary *)options completionHandler:(nullable NSItemProviderCompletionHandler)completionHandler;
  1162. | ^~~~~~~~
  1163. | cg_nullable
  1164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:197:122: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1165. 197 | - (void)loadItemForTypeIdentifier:(NSString *)typeIdentifier options:(nullable NSDictionary *)options completionHandler:(nullable NSItemProviderCompletionHandler)completionHandler;
  1166. | ^~~~~~~~
  1167. | cg_nullable
  1168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:211:36: error: 'NSItemProviderLoadHandler' has not been declared
  1169. 211 | @property (nullable, copy, atomic) NSItemProviderLoadHandler previewImageHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  1170. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  1171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:214:38: error: 'null_unspecified' does not name a type
  1172. 214 | - (void)loadPreviewImageWithOptions:(null_unspecified NSDictionary *)options completionHandler:(null_unspecified NSItemProviderCompletionHandler)completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  1173. | ^~~~~~~~~~~~~~~~
  1174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:214:97: error: 'null_unspecified' does not name a type
  1175. 214 | - (void)loadPreviewImageWithOptions:(null_unspecified NSDictionary *)options completionHandler:(null_unspecified NSItemProviderCompletionHandler)completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  1176. | ^~~~~~~~~~~~~~~~
  1177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:41:23: error: expected ';' before '<' token
  1178. 41 | @class NSData, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSCharacterSet, NSURL, NSError, NSLocale;
  1179. | ^
  1180. | ;
  1181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1182. 111 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  1183. | ^~~~~~~~
  1184. | cg_nullable
  1185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:138:135: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1186. 138 | - (NSComparisonResult)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)rangeOfReceiverToCompare locale:(nullable id)locale; // locale arg used to be a dictionary pre-Leopard. We now accept NSLocale. Assumes the current locale if non-nil and non-NSLocale. nil continues to mean canonical compare, which doesn't depend on user's locale choice.
  1187. | ^~~~~~~~
  1188. | cg_nullable
  1189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:178:135: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1190. 178 | - (NSRange)rangeOfString:(NSString *)searchString options:(NSStringCompareOptions)mask range:(NSRange)rangeOfReceiverToSearch locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  1191. | ^~~~~~~~
  1192. | cg_nullable
  1193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:184:37: error: 'NSCharacterSet' does not name a type; did you mean 'kICCharacterSet'?
  1194. 184 | - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet;
  1195. | ^~~~~~~~~~~~~~
  1196. | kICCharacterSet
  1197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:185:37: error: 'NSCharacterSet' does not name a type; did you mean 'kICCharacterSet'?
  1198. 185 | - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet options:(NSStringCompareOptions)mask;
  1199. | ^~~~~~~~~~~~~~
  1200. | kICCharacterSet
  1201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:186:37: error: 'NSCharacterSet' does not name a type; did you mean 'kICCharacterSet'?
  1202. 186 | - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet options:(NSStringCompareOptions)mask range:(NSRange)rangeOfReceiverToSearch;
  1203. | ^~~~~~~~~~~~~~
  1204. | kICCharacterSet
  1205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:223:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1206. 223 | - (NSString *)uppercaseStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1207. | ^~~~~~~~
  1208. | cg_nullable
  1209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:224:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1210. 224 | - (NSString *)lowercaseStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1211. | ^~~~~~~~
  1212. | cg_nullable
  1213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:225:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1214. 225 | - (NSString *)capitalizedStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1215. | ^~~~~~~~
  1216. | cg_nullable
  1217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1218. 230 | - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range;
  1219. | ^~~~~~~~
  1220. | cg_nullable
  1221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1222. 230 | - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range;
  1223. | ^~~~~~~~
  1224. | cg_nullable
  1225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1226. 230 | - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range;
  1227. | ^~~~~~~~
  1228. | cg_nullable
  1229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1230. 233 | - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range;
  1231. | ^~~~~~~~
  1232. | cg_nullable
  1233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1234. 233 | - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range;
  1235. | ^~~~~~~~
  1236. | cg_nullable
  1237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1238. 233 | - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range;
  1239. | ^~~~~~~~
  1240. | cg_nullable
  1241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:254:108: error: expected ')' before '(' token
  1242. 254 | - (void)enumerateSubstringsInRange:(NSRange)range options:(NSStringEnumerationOptions)opts usingBlock:(void (^)(NSString * _Nullable substring, NSRange substringRange, NSRange enclosingRange, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1243. | ~ ^~
  1244. | )
  1245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:254:109: error: expected identifier before '(' token
  1246. 254 | - (void)enumerateSubstringsInRange:(NSRange)range options:(NSStringEnumerationOptions)opts usingBlock:(void (^)(NSString * _Nullable substring, NSRange substringRange, NSRange enclosingRange, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1247. | ^
  1248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:254:108: error: expected ';' before '(' token
  1249. 254 | - (void)enumerateSubstringsInRange:(NSRange)range options:(NSStringEnumerationOptions)opts usingBlock:(void (^)(NSString * _Nullable substring, NSRange substringRange, NSRange enclosingRange, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1250. | ^~
  1251. | ;
  1252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:255:39: error: expected ')' before '(' token
  1253. 255 | - (void)enumerateLinesUsingBlock:(void (^)(NSString *line, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1254. | ~ ^~
  1255. | )
  1256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:255:40: error: expected identifier before '(' token
  1257. 255 | - (void)enumerateLinesUsingBlock:(void (^)(NSString *line, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1258. | ^
  1259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:255:39: error: expected ';' before '(' token
  1260. 255 | - (void)enumerateLinesUsingBlock:(void (^)(NSString *line, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1261. | ^~
  1262. | ;
  1263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:265:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1264. 265 | - (nullable NSData *)dataUsingEncoding:(NSStringEncoding)encoding allowLossyConversion:(BOOL)lossy; // External representation
  1265. | ^~~~~~~~
  1266. | cg_nullable
  1267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:266:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1268. 266 | - (nullable NSData *)dataUsingEncoding:(NSStringEncoding)encoding; // External representation
  1269. | ^~~~~~~~
  1270. | cg_nullable
  1271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:272:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1272. 272 | - (nullable const char *)cStringUsingEncoding:(NSStringEncoding)encoding NS_RETURNS_INNER_POINTER; // "Autoreleased"; NULL return if encoding conversion not possible; for performance reasons, lifetime of this should not be considered longer than the lifetime of the receiving string (if the receiver string is freed, this might go invalid then, before the end of the autorelease scope). Use only with 8-bit encodings, and not encodings such as UTF-16 or UTF-32.
  1273. | ^~~~~~~~
  1274. | cg_nullable
  1275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:286:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1276. 286 | - (BOOL)getBytes:(nullable void *)buffer maxLength:(NSUInteger)maxBufferCount usedLength:(nullable NSUInteger *)usedBufferCount encoding:(NSStringEncoding)encoding options:(NSStringEncodingConversionOptions)options range:(NSRange)range remainingRange:(nullable NSRangePointer)leftover;
  1277. | ^~~~~~~~
  1278. | cg_nullable
  1279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:286:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1280. 286 | - (BOOL)getBytes:(nullable void *)buffer maxLength:(NSUInteger)maxBufferCount usedLength:(nullable NSUInteger *)usedBufferCount encoding:(NSStringEncoding)encoding options:(NSStringEncodingConversionOptions)options range:(NSRange)range remainingRange:(nullable NSRangePointer)leftover;
  1281. | ^~~~~~~~
  1282. | cg_nullable
  1283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:286:253: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1284. 286 | - (BOOL)getBytes:(nullable void *)buffer maxLength:(NSUInteger)maxBufferCount usedLength:(nullable NSUInteger *)usedBufferCount encoding:(NSStringEncoding)encoding options:(NSStringEncodingConversionOptions)options range:(NSRange)range remainingRange:(nullable NSRangePointer)leftover;
  1285. | ^~~~~~~~
  1286. | cg_nullable
  1287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:308:21: error: expected '>' before '*' token
  1288. 308 | - (NSArray<NSString *> *)componentsSeparatedByString:(NSString *)separator;
  1289. | ^
  1290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:308:21: error: cannot find protocol declaration for 'NSString'
  1291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:308:22: error: expected ')' before '>' token
  1292. 308 | - (NSArray<NSString *> *)componentsSeparatedByString:(NSString *)separator;
  1293. | ~ ^
  1294. | )
  1295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:308:22: error: objective-c++ method declaration is expected before '>' token
  1296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:309:21: error: expected '>' before '*' token
  1297. 309 | - (NSArray<NSString *> *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)separator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  1298. | ^
  1299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:309:21: error: cannot find protocol declaration for 'NSString'
  1300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:309:22: error: expected ')' before '>' token
  1301. 309 | - (NSArray<NSString *> *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)separator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  1302. | ~ ^
  1303. | )
  1304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:309:22: error: objective-c++ method declaration is expected before '>' token
  1305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:311:48: error: 'NSCharacterSet' does not name a type; did you mean 'kICCharacterSet'?
  1306. 311 | - (NSString *)stringByTrimmingCharactersInSet:(NSCharacterSet *)set;
  1307. | ^~~~~~~~~~~~~~
  1308. | kICCharacterSet
  1309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:316:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1310. 316 | - (NSString *)stringByFoldingWithOptions:(NSStringCompareOptions)options locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  1311. | ^~~~~~~~
  1312. | cg_nullable
  1313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:334:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1314. 334 | - (nullable NSString *)stringByApplyingTransform:(NSStringTransform)transform reverse:(BOOL)reverse API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); // Returns nil if reverse not applicable or transform is invalid
  1315. | ^~~~~~~~
  1316. | cg_nullable
  1317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:356:105: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1318. 356 | - (BOOL)writeToURL:(NSURL *)url atomically:(BOOL)useAuxiliaryFile encoding:(NSStringEncoding)enc error:(NSError **)error;
  1319. | ^~~~~~~
  1320. | OSErr
  1321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:357:110: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1322. 357 | - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)useAuxiliaryFile encoding:(NSStringEncoding)enc error:(NSError **)error;
  1323. | ^~~~~~~
  1324. | OSErr
  1325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:369:99: error: expected ')' before '(' token
  1326. 369 | - (instancetype)initWithCharactersNoCopy:(unichar *)chars length:(NSUInteger)len deallocator:(void(^_Nullable)(unichar *, NSUInteger))deallocator;
  1327. | ~ ^
  1328. | )
  1329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:369:99: error: expected identifier before '(' token
  1330. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:369:99: error: expected ';' before '(' token
  1331. 369 | - (instancetype)initWithCharactersNoCopy:(unichar *)chars length:(NSUInteger)len deallocator:(void(^_Nullable)(unichar *, NSUInteger))deallocator;
  1332. | ^
  1333. | ;
  1334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:371:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1335. 371 | - (nullable instancetype)initWithUTF8String:(const char *)nullTerminatedCString;
  1336. | ^~~~~~~~
  1337. | cg_nullable
  1338. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:375:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1339. 375 | - (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale, ... NS_FORMAT_FUNCTION(1,3);
  1340. | ^~~~~~~~
  1341. | cg_nullable
  1342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:376:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1343. 376 | - (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale arguments:(va_list)argList NS_FORMAT_FUNCTION(1,0);
  1344. | ^~~~~~~~
  1345. | cg_nullable
  1346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:377:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1347. 377 | - (nullable instancetype)initWithData:(NSData *)data encoding:(NSStringEncoding)encoding;
  1348. | ^~~~~~~~
  1349. | cg_nullable
  1350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:378:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1351. 378 | - (nullable instancetype)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding;
  1352. | ^~~~~~~~
  1353. | cg_nullable
  1354. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:379:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1355. 379 | - (nullable instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding freeWhenDone:(BOOL)freeBuffer; /* "NoCopy" is a hint */
  1356. | ^~~~~~~~
  1357. | cg_nullable
  1358. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:380:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1359. 380 | - (nullable instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding deallocator:(void(^_Nullable)(void *, NSUInteger))deallocator;
  1360. | ^~~~~~~~
  1361. | cg_nullable
  1362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:380:136: error: expected ')' before '(' token
  1363. 380 | - (nullable instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding deallocator:(void(^_Nullable)(void *, NSUInteger))deallocator;
  1364. | ~ ^
  1365. | )
  1366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:380:136: error: expected identifier before '(' token
  1367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:380:136: error: expected ';' before '(' token
  1368. 380 | - (nullable instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding deallocator:(void(^_Nullable)(void *, NSUInteger))deallocator;
  1369. | ^
  1370. | ;
  1371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:385:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1372. 385 | + (nullable instancetype)stringWithUTF8String:(const char *)nullTerminatedCString;
  1373. | ^~~~~~~~
  1374. | cg_nullable
  1375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:389:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1376. 389 | - (nullable instancetype)initWithCString:(const char *)nullTerminatedCString encoding:(NSStringEncoding)encoding;
  1377. | ^~~~~~~~
  1378. | cg_nullable
  1379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:390:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1380. 390 | + (nullable instancetype)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc;
  1381. | ^~~~~~~~
  1382. | cg_nullable
  1383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:394:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1384. 394 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error;
  1385. | ^~~~~~~~
  1386. | cg_nullable
  1387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:394:99: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1388. 394 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error;
  1389. | ^~~~~~~
  1390. | OSErr
  1391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:395:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1392. 395 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error;
  1393. | ^~~~~~~~
  1394. | cg_nullable
  1395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:395:104: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1396. 395 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error;
  1397. | ^~~~~~~
  1398. | OSErr
  1399. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1400. 396 | + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error;
  1401. | ^~~~~~~~
  1402. | cg_nullable
  1403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:101: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1404. 396 | + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error;
  1405. | ^~~~~~~
  1406. | OSErr
  1407. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1408. 397 | + (nullable instancetype)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error;
  1409. | ^~~~~~~~
  1410. | cg_nullable
  1411. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:106: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1412. 397 | + (nullable instancetype)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error;
  1413. | ^~~~~~~
  1414. | OSErr
  1415. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:401:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1416. 401 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1417. | ^~~~~~~~
  1418. | cg_nullable
  1419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:401:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1420. 401 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1421. | ^~~~~~~~
  1422. | cg_nullable
  1423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:401:114: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1424. 401 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1425. | ^~~~~~~
  1426. | OSErr
  1427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:402:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1428. 402 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1429. | ^~~~~~~~
  1430. | cg_nullable
  1431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:402:80: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1432. 402 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1433. | ^~~~~~~~
  1434. | cg_nullable
  1435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:402:119: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1436. 402 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1437. | ^~~~~~~
  1438. | OSErr
  1439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:403:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1440. 403 | + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1441. | ^~~~~~~~
  1442. | cg_nullable
  1443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:403:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1444. 403 | + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1445. | ^~~~~~~~
  1446. | cg_nullable
  1447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:403:116: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1448. 403 | + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1449. | ^~~~~~~
  1450. | OSErr
  1451. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:404:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1452. 404 | + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1453. | ^~~~~~~~
  1454. | cg_nullable
  1455. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:404:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1456. 404 | + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1457. | ^~~~~~~~
  1458. | cg_nullable
  1459. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:404:121: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1460. 404 | + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error;
  1461. | ^~~~~~~
  1462. | OSErr
  1463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:429:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1464. 429 | encodingOptions:(nullable NSDictionary<NSStringEncodingDetectionOptionsKey, id> *)opts
  1465. | ^~~~~~~~
  1466. | cg_nullable
  1467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:431:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1468. 431 | usedLossyConversion:(nullable BOOL *)usedLossyConversion API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  1469. | ^~~~~~~~
  1470. | cg_nullable
  1471. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:476:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1472. 476 | - (BOOL)applyTransform:(NSStringTransform)transform reverse:(BOOL)reverse range:(NSRange)range updatedRange:(nullable NSRangePointer)resultingRange API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  1473. | ^~~~~~~~
  1474. | cg_nullable
  1475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:498:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1476. 498 | - (nullable NSDictionary *)propertyListFromStringsFileFormat;
  1477. | ^~~~~~~~
  1478. | cg_nullable
  1479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:506:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1480. 506 | - (nullable const char *)cString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1481. | ^~~~~~~~
  1482. | cg_nullable
  1483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:507:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1484. 507 | - (nullable const char *)lossyCString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1485. | ^~~~~~~~
  1486. | cg_nullable
  1487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:511:104: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1488. 511 | - (void)getCString:(char *)bytes maxLength:(NSUInteger)maxLength range:(NSRange)aRange remainingRange:(nullable NSRangePointer)leftoverRange API_DEPRECATED("Use -getCString:maxLength:encoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1489. | ^~~~~~~~
  1490. | cg_nullable
  1491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:516:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1492. 516 | - (nullable id)initWithContentsOfFile:(NSString *)path API_DEPRECATED("Use -initWithContentsOfFile:encoding:error: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1493. | ^~~~~~~~
  1494. | cg_nullable
  1495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:517:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1496. 517 | - (nullable id)initWithContentsOfURL:(NSURL *)url API_DEPRECATED("Use -initWithContentsOfURL:encoding:error: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1497. | ^~~~~~~~
  1498. | cg_nullable
  1499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:518:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1500. 518 | + (nullable id)stringWithContentsOfFile:(NSString *)path API_DEPRECATED("Use +stringWithContentsOfFile:encoding:error: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1501. | ^~~~~~~~
  1502. | cg_nullable
  1503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:519:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1504. 519 | + (nullable id)stringWithContentsOfURL:(NSURL *)url API_DEPRECATED("Use +stringWithContentsOfURL:encoding:error: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1505. | ^~~~~~~~
  1506. | cg_nullable
  1507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:521:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1508. 521 | - (nullable id)initWithCStringNoCopy:(char *)bytes length:(NSUInteger)length freeWhenDone:(BOOL)freeBuffer API_DEPRECATED("Use -initWithCString:encoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1509. | ^~~~~~~~
  1510. | cg_nullable
  1511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:522:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1512. 522 | - (nullable id)initWithCString:(const char *)bytes length:(NSUInteger)length API_DEPRECATED("Use -initWithCString:encoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1513. | ^~~~~~~~
  1514. | cg_nullable
  1515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:523:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1516. 523 | - (nullable id)initWithCString:(const char *)bytes API_DEPRECATED("Use -initWithCString:encoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1517. | ^~~~~~~~
  1518. | cg_nullable
  1519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:524:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1520. 524 | + (nullable id)stringWithCString:(const char *)bytes length:(NSUInteger)length API_DEPRECATED("Use +stringWithCString:encoding:", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1521. | ^~~~~~~~
  1522. | cg_nullable
  1523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:525:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1524. 525 | + (nullable id)stringWithCString:(const char *)bytes API_DEPRECATED("Use +stringWithCString:encoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  1525. | ^~~~~~~~
  1526. | cg_nullable
  1527. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8:
  1528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:8:15: error: expected ';' before '<' token
  1529. 8 | @class NSArray<ObjectType>, NSSet<ObjectType>, NSString, NSURL;
  1530. | ^
  1531. | ;
  1532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:68: error: cannot find protocol declaration for 'KeyType'
  1533. 14 | @interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  1534. | ^
  1535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:68: error: cannot find protocol declaration for 'ObjectType'
  1536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:70: error: expected unqualified-id before ':' token
  1537. 14 | @interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  1538. | ^
  1539. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:17:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1540. 17 | - (nullable ObjectType)objectForKey:(KeyType)aKey;
  1541. | ^~~~~~~~
  1542. | cg_nullable
  1543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:17:38: error: 'KeyType' does not name a type; did you mean 'ResType'?
  1544. 17 | - (nullable ObjectType)objectForKey:(KeyType)aKey;
  1545. | ^~~~~~~
  1546. | ResType
  1547. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:18:24: error: cannot find protocol declaration for 'KeyType'
  1548. 18 | - (NSEnumerator<KeyType> *)keyEnumerator;
  1549. | ^
  1550. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:20:39: error: expected ')' before 'ObjectType'
  1551. 20 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType <NSCopying> _Nonnull [_Nullable])keys count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  1552. | ~ ^~~~~~~~~~~
  1553. | )
  1554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:20:50: error: expected ';' before '[' token
  1555. 20 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType <NSCopying> _Nonnull [_Nullable])keys count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  1556. | ^ ~
  1557. | ;
  1558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1559. 21 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  1560. | ^~~~~~~~
  1561. | cg_nullable
  1562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:25:44: error: duplicate interface declaration for class 'NSDictionary'
  1563. 25 | @interface NSDictionary<KeyType, ObjectType> (NSExtendedDictionary)
  1564. | ^
  1565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:25:44: error: cannot find protocol declaration for 'KeyType'
  1566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:25:44: error: cannot find protocol declaration for 'ObjectType'
  1567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  1568. 7 | @class NSString, NSDictionary;
  1569. | ^~~~~~~~~~~~
  1570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:25:44: error: trying to finish struct, but kicked out due to previous parse errors
  1571. 25 | @interface NSDictionary<KeyType, ObjectType> (NSExtendedDictionary)
  1572. | ^
  1573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:27:1: error: expected constructor, destructor, or type conversion before 'property'
  1574. 27 | @property (readonly, copy) NSArray<KeyType> *allKeys;
  1575. | ^~~~~~~~~
  1576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:28:19: error: cannot find protocol declaration for 'KeyType'
  1577. 28 | - (NSArray<KeyType> *)allKeysForObject:(ObjectType)anObject;
  1578. | ^
  1579. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:28:41: error: 'ObjectType' does not name a type
  1580. 28 | - (NSArray<KeyType> *)allKeysForObject:(ObjectType)anObject;
  1581. | ^~~~~~~~~~
  1582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:29:46: error: cannot find protocol declaration for 'ObjectType'
  1583. 29 | @property (readonly, copy) NSArray<ObjectType> *allValues;
  1584. | ^
  1585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:32:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1586. 32 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  1587. | ^~~~~~~~
  1588. | cg_nullable
  1589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:33:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1590. 33 | - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level;
  1591. | ^~~~~~~~
  1592. | cg_nullable
  1593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:34:62: error: cannot find protocol declaration for 'KeyType'
  1594. 34 | - (BOOL)isEqualToDictionary:(NSDictionary<KeyType, ObjectType> *)otherDictionary;
  1595. | ^
  1596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:34:62: error: cannot find protocol declaration for 'ObjectType'
  1597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:35:27: error: cannot find protocol declaration for 'ObjectType'
  1598. 35 | - (NSEnumerator<ObjectType> *)objectEnumerator;
  1599. | ^
  1600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:36:22: error: cannot find protocol declaration for 'ObjectType'
  1601. 36 | - (NSArray<ObjectType> *)objectsForKeys:(NSArray<KeyType> *)keys notFoundMarker:(ObjectType)marker;
  1602. | ^
  1603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:36:57: error: cannot find protocol declaration for 'KeyType'
  1604. 36 | - (NSArray<ObjectType> *)objectsForKeys:(NSArray<KeyType> *)keys notFoundMarker:(ObjectType)marker;
  1605. | ^
  1606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:36:82: error: 'ObjectType' does not name a type
  1607. 36 | - (NSArray<ObjectType> *)objectsForKeys:(NSArray<KeyType> *)keys notFoundMarker:(ObjectType)marker;
  1608. | ^~~~~~~~~~
  1609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:39:40: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1610. 39 | - (BOOL)writeToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1611. | ^~~~~~~
  1612. | OSErr
  1613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:42:19: error: cannot find protocol declaration for 'KeyType'
  1614. 42 | - (NSArray<KeyType> *)keysSortedByValueUsingSelector:(SEL)comparator;
  1615. | ^
  1616. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:44:21: error: 'ObjectType' does not name a type
  1617. 44 | - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nullable])objects andKeys:(KeyType _Nonnull __unsafe_unretained [_Nullable])keys count:(NSUInteger)count API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'allKeys' and/or 'allValues' instead");
  1618. | ^~~~~~~~~~
  1619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:44:90: error: 'KeyType' does not name a type; did you mean 'ResType'?
  1620. 44 | - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nullable])objects andKeys:(KeyType _Nonnull __unsafe_unretained [_Nullable])keys count:(NSUInteger)count API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'allKeys' and/or 'allValues' instead");
  1621. | ^~~~~~~
  1622. | ResType
  1623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1624. 46 | - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1625. | ^~~~~~~~
  1626. | cg_nullable
  1627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:49: error: 'KeyType' does not name a type; did you mean 'ResType'?
  1628. 46 | - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1629. | ^~~~~~~
  1630. | ResType
  1631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:48:48: error: expected ')' before '(' token
  1632. 48 | - (void)enumerateKeysAndObjectsUsingBlock:(void (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1633. | ~ ^~
  1634. | )
  1635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:48:49: error: expected identifier before '(' token
  1636. 48 | - (void)enumerateKeysAndObjectsUsingBlock:(void (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1637. | ^
  1638. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:48:48: error: expected ';' before '(' token
  1639. 48 | - (void)enumerateKeysAndObjectsUsingBlock:(void (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1640. | ^~
  1641. | ;
  1642. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:49:87: error: expected ')' before '(' token
  1643. 49 | - (void)enumerateKeysAndObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1644. | ~ ^~
  1645. | )
  1646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:49:88: error: expected identifier before '(' token
  1647. 49 | - (void)enumerateKeysAndObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1648. | ^
  1649. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:49:87: error: expected ';' before '(' token
  1650. 49 | - (void)enumerateKeysAndObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1651. | ^~
  1652. | ;
  1653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:51:19: error: cannot find protocol declaration for 'KeyType'
  1654. 51 | - (NSArray<KeyType> *)keysSortedByValueUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1655. | ^
  1656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:51:57: error: 'NSComparator' does not name a type
  1657. 51 | - (NSArray<KeyType> *)keysSortedByValueUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1658. | ^~~~~~~~~~~~
  1659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:52:19: error: cannot find protocol declaration for 'KeyType'
  1660. 52 | - (NSArray<KeyType> *)keysSortedByValueWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1661. | ^
  1662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:52:89: error: 'NSComparator' does not name a type
  1663. 52 | - (NSArray<KeyType> *)keysSortedByValueWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1664. | ^~~~~~~~~~~~
  1665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:54:4: error: 'NSSet' does not name a type
  1666. 54 | - (NSSet<KeyType> *)keysOfEntriesPassingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1667. | ^~~~~
  1668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:54:51: error: expected ')' before '(' token
  1669. 54 | - (NSSet<KeyType> *)keysOfEntriesPassingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1670. | ~ ^~
  1671. | )
  1672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:54:52: error: expected identifier before '(' token
  1673. 54 | - (NSSet<KeyType> *)keysOfEntriesPassingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1674. | ^
  1675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:54:51: error: expected ';' before '(' token
  1676. 54 | - (NSSet<KeyType> *)keysOfEntriesPassingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1677. | ^~
  1678. | ;
  1679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:55:4: error: 'NSSet' does not name a type
  1680. 55 | - (NSSet<KeyType> *)keysOfEntriesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1681. | ^~~~~
  1682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:55:90: error: expected ')' before '(' token
  1683. 55 | - (NSSet<KeyType> *)keysOfEntriesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1684. | ~ ^~
  1685. | )
  1686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:55:91: error: expected identifier before '(' token
  1687. 55 | - (NSSet<KeyType> *)keysOfEntriesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1688. | ^
  1689. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:55:90: error: expected ';' before '(' token
  1690. 55 | - (NSSet<KeyType> *)keysOfEntriesWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(KeyType key, ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  1691. | ^~
  1692. | ;
  1693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:44: error: duplicate interface declaration for class 'NSDictionary'
  1694. 59 | @interface NSDictionary<KeyType, ObjectType> (NSDeprecated)
  1695. | ^
  1696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:44: error: cannot find protocol declaration for 'KeyType'
  1697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:44: error: cannot find protocol declaration for 'ObjectType'
  1698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  1699. 7 | @class NSString, NSDictionary;
  1700. | ^~~~~~~~~~~~
  1701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:44: error: trying to finish struct, but kicked out due to previous parse errors
  1702. 59 | @interface NSDictionary<KeyType, ObjectType> (NSDeprecated)
  1703. | ^
  1704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:61:1: error: expected constructor, destructor, or type conversion before '-' token
  1705. 61 | - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nullable])objects andKeys:(KeyType _Nonnull __unsafe_unretained [_Nullable])keys NS_SWIFT_UNAVAILABLE("Use 'allKeys' and/or 'allValues' instead") API_DEPRECATED("Use -getObjects:andKeys:count: instead", macos(10.0, 10.13), ios(2.0, 11.0), watchos(2.0, 4.0), tvos(9.0, 11.0));
  1706. | ^
  1707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1708. 64 | + (nullable NSDictionary<KeyType, ObjectType> *)dictionaryWithContentsOfFile:(NSString *)path API_DEPRECATED_WITH_REPLACEMENT("dictionaryWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  1709. | ^~~~~~~~
  1710. | cg_nullable
  1711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1712. 65 | + (nullable NSDictionary<KeyType, ObjectType> *)dictionaryWithContentsOfURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("dictionaryWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  1713. | ^~~~~~~~
  1714. | cg_nullable
  1715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:66:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1716. 66 | - (nullable NSDictionary<KeyType, ObjectType> *)initWithContentsOfFile:(NSString *)path API_DEPRECATED_WITH_REPLACEMENT("initWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  1717. | ^~~~~~~~
  1718. | cg_nullable
  1719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1720. 67 | - (nullable NSDictionary<KeyType, ObjectType> *)initWithContentsOfURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("initWithContentsOfURL:error:", macos(10.0, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  1721. | ^~~~~~~~
  1722. | cg_nullable
  1723. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:73:44: error: duplicate interface declaration for class 'NSDictionary'
  1724. 73 | @interface NSDictionary<KeyType, ObjectType> (NSDictionaryCreation)
  1725. | ^
  1726. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:73:44: error: cannot find protocol declaration for 'KeyType'
  1727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:73:44: error: cannot find protocol declaration for 'ObjectType'
  1728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  1729. 7 | @class NSString, NSDictionary;
  1730. | ^~~~~~~~~~~~
  1731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:73:44: error: trying to finish struct, but kicked out due to previous parse errors
  1732. 73 | @interface NSDictionary<KeyType, ObjectType> (NSDictionaryCreation)
  1733. | ^
  1734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:75:1: error: expected constructor, destructor, or type conversion before '+' token
  1735. 75 | + (instancetype)dictionary;
  1736. | ^
  1737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:76:39: error: 'ObjectType' does not name a type
  1738. 76 | + (instancetype)dictionaryWithObject:(ObjectType)object forKey:(KeyType <NSCopying>)key;
  1739. | ^~~~~~~~~~
  1740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:76:65: error: 'KeyType' does not name a type; did you mean 'ResType'?
  1741. 76 | + (instancetype)dictionaryWithObject:(ObjectType)object forKey:(KeyType <NSCopying>)key;
  1742. | ^~~~~~~
  1743. | ResType
  1744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:77:45: error: expected ')' before 'ObjectType'
  1745. 77 | + (instancetype)dictionaryWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType <NSCopying> _Nonnull [_Nullable])keys count:(NSUInteger)cnt;
  1746. | ~ ^~~~~~~~~~~
  1747. | )
  1748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:77:56: error: expected ';' before '[' token
  1749. 77 | + (instancetype)dictionaryWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType <NSCopying> _Nonnull [_Nullable])keys count:(NSUInteger)cnt;
  1750. | ^ ~
  1751. | ;
  1752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:81:75: error: cannot find protocol declaration for 'KeyType'
  1753. 81 | + (instancetype)dictionaryWithDictionary:(NSDictionary<KeyType, ObjectType> *)dict;
  1754. | ^
  1755. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:81:75: error: cannot find protocol declaration for 'ObjectType'
  1756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:58: error: cannot find protocol declaration for 'ObjectType'
  1757. 82 | + (instancetype)dictionaryWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1758. | ^
  1759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:95: error: expected '>' before '<' token
  1760. 82 | + (instancetype)dictionaryWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1761. | ^
  1762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:95: error: cannot find protocol declaration for 'KeyType'
  1763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:94: error: expected ')' before '<' token
  1764. 82 | + (instancetype)dictionaryWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1765. | ~ ^~
  1766. | )
  1767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:95: error: expected identifier before '<' token
  1768. 82 | + (instancetype)dictionaryWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1769. | ^
  1770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:95: error: cannot use an object as parameter to a method
  1771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:82:94: error: expected ';' before '<' token
  1772. 82 | + (instancetype)dictionaryWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1773. | ^~
  1774. | ;
  1775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:85:69: error: cannot find protocol declaration for 'KeyType'
  1776. 85 | - (instancetype)initWithDictionary:(NSDictionary<KeyType, ObjectType> *)otherDictionary;
  1777. | ^
  1778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:85:69: error: cannot find protocol declaration for 'ObjectType'
  1779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:86:69: error: cannot find protocol declaration for 'KeyType'
  1780. 86 | - (instancetype)initWithDictionary:(NSDictionary<KeyType, ObjectType> *)otherDictionary copyItems:(BOOL)flag;
  1781. | ^
  1782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:86:69: error: cannot find protocol declaration for 'ObjectType'
  1783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:52: error: cannot find protocol declaration for 'ObjectType'
  1784. 87 | - (instancetype)initWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1785. | ^
  1786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:89: error: expected '>' before '<' token
  1787. 87 | - (instancetype)initWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1788. | ^
  1789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:89: error: cannot find protocol declaration for 'KeyType'
  1790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:88: error: expected ')' before '<' token
  1791. 87 | - (instancetype)initWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1792. | ~ ^~
  1793. | )
  1794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:89: error: expected identifier before '<' token
  1795. 87 | - (instancetype)initWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1796. | ^
  1797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:89: error: cannot use an object as parameter to a method
  1798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:87:88: error: expected ';' before '<' token
  1799. 87 | - (instancetype)initWithObjects:(NSArray<ObjectType> *)objects forKeys:(NSArray<KeyType <NSCopying>> *)keys;
  1800. | ^~
  1801. | ;
  1802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:90:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1803. 90 | - (nullable NSDictionary<NSString *, ObjectType> *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1804. | ^~~~~~~~
  1805. | cg_nullable
  1806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:90:94: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1807. 90 | - (nullable NSDictionary<NSString *, ObjectType> *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  1808. | ^~~~~~~
  1809. | OSErr
  1810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:93:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1811. 93 | + (nullable NSDictionary<NSString *, ObjectType> *)dictionaryWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_SWIFT_UNAVAILABLE("Use initializer instead");
  1812. | ^~~~~~~~
  1813. | cg_nullable
  1814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:93:100: error: 'NSError' does not name a type; did you mean 'OSErr'?
  1815. 93 | + (nullable NSDictionary<NSString *, ObjectType> *)dictionaryWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_SWIFT_UNAVAILABLE("Use initializer instead");
  1816. | ^~~~~~~
  1817. | OSErr
  1818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:51: error: cannot find protocol declaration for 'KeyType'
  1819. 99 | @interface NSMutableDictionary<KeyType, ObjectType> : NSDictionary<KeyType, ObjectType>
  1820. | ^
  1821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:51: error: cannot find protocol declaration for 'ObjectType'
  1822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:53: error: expected unqualified-id before ':' token
  1823. 99 | @interface NSMutableDictionary<KeyType, ObjectType> : NSDictionary<KeyType, ObjectType>
  1824. | ^
  1825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:102:20: error: 'ObjectType' does not name a type
  1826. 102 | - (void)setObject:(ObjectType)anObject forKey:(KeyType <NSCopying>)aKey;
  1827. | ^~~~~~~~~~
  1828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:102:48: error: 'KeyType' does not name a type; did you mean 'ResType'?
  1829. 102 | - (void)setObject:(ObjectType)anObject forKey:(KeyType <NSCopying>)aKey;
  1830. | ^~~~~~~
  1831. | ResType
  1832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1833. 105 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  1834. | ^~~~~~~~
  1835. | cg_nullable
  1836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:109:51: error: duplicate interface declaration for class 'NSMutableDictionary'
  1837. 109 | @interface NSMutableDictionary<KeyType, ObjectType> (NSExtendedMutableDictionary)
  1838. | ^
  1839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:109:51: error: cannot find protocol declaration for 'KeyType'
  1840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:109:51: error: cannot find protocol declaration for 'ObjectType'
  1841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:51: error: redefinition of 'struct NSMutableDictionary'
  1842. 99 | @interface NSMutableDictionary<KeyType, ObjectType> : NSDictionary<KeyType, ObjectType>
  1843. | ^
  1844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:109:51: error: trying to finish struct, but kicked out due to previous parse errors
  1845. 109 | @interface NSMutableDictionary<KeyType, ObjectType> (NSExtendedMutableDictionary)
  1846. | ^
  1847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:111:1: error: expected constructor, destructor, or type conversion before '-' token
  1848. 111 | - (void)addEntriesFromDictionary:(NSDictionary<KeyType, ObjectType> *)otherDictionary;
  1849. | ^
  1850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:113:46: error: cannot find protocol declaration for 'KeyType'
  1851. 113 | - (void)removeObjectsForKeys:(NSArray<KeyType> *)keyArray;
  1852. | ^
  1853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:114:56: error: cannot find protocol declaration for 'KeyType'
  1854. 114 | - (void)setDictionary:(NSDictionary<KeyType, ObjectType> *)otherDictionary;
  1855. | ^
  1856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:114:56: error: cannot find protocol declaration for 'ObjectType'
  1857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:115:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1858. 115 | - (void)setObject:(nullable ObjectType)obj forKeyedSubscript:(KeyType <NSCopying>)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1859. | ^~~~~~~~
  1860. | cg_nullable
  1861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:115:63: error: 'KeyType' does not name a type; did you mean 'ResType'?
  1862. 115 | - (void)setObject:(nullable ObjectType)obj forKeyedSubscript:(KeyType <NSCopying>)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1863. | ^~~~~~~
  1864. | ResType
  1865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:119:51: error: duplicate interface declaration for class 'NSMutableDictionary'
  1866. 119 | @interface NSMutableDictionary<KeyType, ObjectType> (NSMutableDictionaryCreation)
  1867. | ^
  1868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:119:51: error: cannot find protocol declaration for 'KeyType'
  1869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:119:51: error: cannot find protocol declaration for 'ObjectType'
  1870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:51: error: redefinition of 'struct NSMutableDictionary'
  1871. 99 | @interface NSMutableDictionary<KeyType, ObjectType> : NSDictionary<KeyType, ObjectType>
  1872. | ^
  1873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:119:51: error: trying to finish struct, but kicked out due to previous parse errors
  1874. 119 | @interface NSMutableDictionary<KeyType, ObjectType> (NSMutableDictionaryCreation)
  1875. | ^
  1876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:121:1: error: expected constructor, destructor, or type conversion before '+' token
  1877. 121 | + (instancetype)dictionaryWithCapacity:(NSUInteger)numItems;
  1878. | ^
  1879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:123:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1880. 123 | + (nullable NSMutableDictionary<KeyType, ObjectType> *)dictionaryWithContentsOfFile:(NSString *)path;
  1881. | ^~~~~~~~
  1882. | cg_nullable
  1883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:124:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1884. 124 | + (nullable NSMutableDictionary<KeyType, ObjectType> *)dictionaryWithContentsOfURL:(NSURL *)url;
  1885. | ^~~~~~~~
  1886. | cg_nullable
  1887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:125:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1888. 125 | - (nullable NSMutableDictionary<KeyType, ObjectType> *)initWithContentsOfFile:(NSString *)path;
  1889. | ^~~~~~~~
  1890. | cg_nullable
  1891. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:126:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1892. 126 | - (nullable NSMutableDictionary<KeyType, ObjectType> *)initWithContentsOfURL:(NSURL *)url;
  1893. | ^~~~~~~~
  1894. | cg_nullable
  1895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:130:44: error: duplicate interface declaration for class 'NSDictionary'
  1896. 130 | @interface NSDictionary<KeyType, ObjectType> (NSSharedKeySetDictionary)
  1897. | ^
  1898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:130:44: error: cannot find protocol declaration for 'KeyType'
  1899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:130:44: error: cannot find protocol declaration for 'ObjectType'
  1900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  1901. 7 | @class NSString, NSDictionary;
  1902. | ^~~~~~~~~~~~
  1903. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:130:44: error: trying to finish struct, but kicked out due to previous parse errors
  1904. 130 | @interface NSDictionary<KeyType, ObjectType> (NSSharedKeySetDictionary)
  1905. | ^
  1906. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:140:1: error: expected constructor, destructor, or type conversion before '+' token
  1907. 140 | + (id)sharedKeySetForKeys:(NSArray<KeyType <NSCopying>> *)keys API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1908. | ^
  1909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:144:51: error: duplicate interface declaration for class 'NSMutableDictionary'
  1910. 144 | @interface NSMutableDictionary<KeyType, ObjectType> (NSSharedKeySetDictionary)
  1911. | ^
  1912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:144:51: error: cannot find protocol declaration for 'KeyType'
  1913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:144:51: error: cannot find protocol declaration for 'ObjectType'
  1914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:51: error: redefinition of 'struct NSMutableDictionary'
  1915. 99 | @interface NSMutableDictionary<KeyType, ObjectType> : NSDictionary<KeyType, ObjectType>
  1916. | ^
  1917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:144:51: error: trying to finish struct, but kicked out due to previous parse errors
  1918. 144 | @interface NSMutableDictionary<KeyType, ObjectType> (NSSharedKeySetDictionary)
  1919. | ^
  1920. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:152:1: error: expected constructor, destructor, or type conversion before '+' token
  1921. 152 | + (NSMutableDictionary<KeyType, ObjectType> *)dictionaryWithSharedKeySet:(id)keyset API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  1922. | ^
  1923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:156:29: error: duplicate interface declaration for class 'NSDictionary'
  1924. 156 | @interface NSDictionary<K, V> (NSGenericFastEnumeraiton) <NSFastEnumeration>
  1925. | ^
  1926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:156:29: error: cannot find protocol declaration for 'K'
  1927. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:156:29: error: cannot find protocol declaration for 'V'
  1928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  1929. 7 | @class NSString, NSDictionary;
  1930. | ^~~~~~~~~~~~
  1931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:156:29: error: trying to finish struct, but kicked out due to previous parse errors
  1932. 156 | @interface NSDictionary<K, V> (NSGenericFastEnumeraiton) <NSFastEnumeration>
  1933. | ^
  1934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:156:58: error: expected constructor, destructor, or type conversion before '<' token
  1935. 156 | @interface NSDictionary<K, V> (NSGenericFastEnumeraiton) <NSFastEnumeration>
  1936. | ^
  1937. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9:
  1938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: cannot find protocol declaration for 'ObjectType'
  1939. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  1940. | ^
  1941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:42 error: expected unqualified-id before ':' token
  1942. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  1943. | ^
  1944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:17:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1945. 17 | - (nullable ObjectType)member:(ObjectType)object;
  1946. | ^~~~~~~~
  1947. | cg_nullable
  1948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:17:32 error: 'ObjectType' does not name a type
  1949. 17 | - (nullable ObjectType)member:(ObjectType)object;
  1950. | ^~~~~~~~~~
  1951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:18:27 error: cannot find protocol declaration for 'ObjectType'
  1952. 18 | - (NSEnumerator<ObjectType> *)objectEnumerator;
  1953. | ^
  1954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:20:39 error: expected ')' before 'ObjectType'
  1955. 20 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  1956. | ~ ^~~~~~~~~~~
  1957. | )
  1958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:20:50 error: expected ';' before '[' token
  1959. 20 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  1960. | ^ ~
  1961. | ;
  1962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:21:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1963. 21 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  1964. | ^~~~~~~~
  1965. | cg_nullable
  1966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:25:28 error: duplicate interface declaration for class 'NSSet'
  1967. 25 | @interface NSSet<ObjectType> (NSExtendedSet)
  1968. | ^
  1969. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:25:28 error: cannot find protocol declaration for 'ObjectType'
  1970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: redefinition of 'struct NSSet'
  1971. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  1972. | ^
  1973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:25:28 error: trying to finish struct, but kicked out due to previous parse errors
  1974. 25 | @interface NSSet<ObjectType> (NSExtendedSet)
  1975. | ^
  1976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:27:1:error: expected constructor, destructor, or type conversion before 'property'
  1977. 27 | @property (readonly, copy) NSArray<ObjectType> *allObjects;
  1978. | ^~~~~~~~~
  1979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:28:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1980. 28 | - (nullable ObjectType)anyObject;
  1981. | ^~~~~~~~
  1982. | cg_nullable
  1983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:29:25 error: 'ObjectType' does not name a type
  1984. 29 | - (BOOL)containsObject:(ObjectType)anObject;
  1985. | ^~~~~~~~~~
  1986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:31:38 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  1987. 31 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  1988. | ^~~~~~~~
  1989. | cg_nullable
  1990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:32:40 error: cannot find protocol declaration for 'ObjectType'
  1991. 32 | - (BOOL)intersectsSet:(NSSet<ObjectType> *)otherSet;
  1992. | ^
  1993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:33:39 error: cannot find protocol declaration for 'ObjectType'
  1994. 33 | - (BOOL)isEqualToSet:(NSSet<ObjectType> *)otherSet;
  1995. | ^
  1996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:34:40 error: cannot find protocol declaration for 'ObjectType'
  1997. 34 | - (BOOL)isSubsetOfSet:(NSSet<ObjectType> *)otherSet;
  1998. | ^
  1999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:37:63 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2000. 37 | - (void)makeObjectsPerformSelector:(SEL)aSelector withObject:(nullable id)argument NS_SWIFT_UNAVAILABLE("Use enumerateObjectsUsingBlock: or a for loop instead");
  2001. | ^~~~~~~~
  2002. | cg_nullable
  2003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:39:20 error: cannot find protocol declaration for 'ObjectType'
  2004. 39 | - (NSSet<ObjectType> *)setByAddingObject:(ObjectType)anObject API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2005. | ^
  2006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:39:43 error: 'ObjectType' does not name a type
  2007. 39 | - (NSSet<ObjectType> *)setByAddingObject:(ObjectType)anObject API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2008. | ^~~~~~~~~~
  2009. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:40:20 error: cannot find protocol declaration for 'ObjectType'
  2010. 40 | - (NSSet<ObjectType> *)setByAddingObjectsFromSet:(NSSet<ObjectType> *)other API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2011. | ^
  2012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:40:67 error: cannot find protocol declaration for 'ObjectType'
  2013. 40 | - (NSSet<ObjectType> *)setByAddingObjectsFromSet:(NSSet<ObjectType> *)other API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2014. | ^
  2015. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:41:20 error: cannot find protocol declaration for 'ObjectType'
  2016. 41 | - (NSSet<ObjectType> *)setByAddingObjectsFromArray:(NSArray<ObjectType> *)other API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2017. | ^
  2018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:41:71 error: cannot find protocol declaration for 'ObjectType'
  2019. 41 | - (NSSet<ObjectType> *)setByAddingObjectsFromArray:(NSArray<ObjectType> *)other API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2020. | ^
  2021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:43:41 error: expected ')' before '(' token
  2022. 43 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2023. | ~ ^~
  2024. | )
  2025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:43:42 error: expected identifier before '(' token
  2026. 43 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2027. | ^
  2028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:43:41 error: expected ';' before '(' token
  2029. 43 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2030. | ^~
  2031. | ;
  2032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:44:80 error: expected ')' before '(' token
  2033. 44 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2034. | ~ ^~
  2035. | )
  2036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:44:81 error: expected identifier before '(' token
  2037. 44 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2038. | ^
  2039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:44:80 error: expected ';' before '(' token
  2040. 44 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2041. | ^~
  2042. | ;
  2043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:20 error: cannot find protocol declaration for 'ObjectType'
  2044. 46 | - (NSSet<ObjectType> *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2045. | ^
  2046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:48 error: expected ')' before '(' token
  2047. 46 | - (NSSet<ObjectType> *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2048. | ~ ^~
  2049. | )
  2050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:49 error: expected identifier before '(' token
  2051. 46 | - (NSSet<ObjectType> *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2052. | ^
  2053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:48 error: expected ';' before '(' token
  2054. 46 | - (NSSet<ObjectType> *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2055. | ^~
  2056. | ;
  2057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:20 error: cannot find protocol declaration for 'ObjectType'
  2058. 47 | - (NSSet<ObjectType> *)objectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2059. | ^
  2060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:87 error: expected ')' before '(' token
  2061. 47 | - (NSSet<ObjectType> *)objectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2062. | ~ ^~
  2063. | )
  2064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:88 error: expected identifier before '(' token
  2065. 47 | - (NSSet<ObjectType> *)objectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2066. | ^
  2067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:87 error: expected ';' before '(' token
  2068. 47 | - (NSSet<ObjectType> *)objectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2069. | ^~
  2070. | ;
  2071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:51:28 error: duplicate interface declaration for class 'NSSet'
  2072. 51 | @interface NSSet<ObjectType> (NSSetCreation)
  2073. | ^
  2074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:51:28 error: cannot find protocol declaration for 'ObjectType'
  2075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: redefinition of 'struct NSSet'
  2076. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  2077. | ^
  2078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:51:28 error: trying to finish struct, but kicked out due to previous parse errors
  2079. 51 | @interface NSSet<ObjectType> (NSSetCreation)
  2080. | ^
  2081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:53:1:error: expected constructor, destructor, or type conversion before '+' token
  2082. 53 | + (instancetype)set;
  2083. | ^
  2084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:54:32 error: 'ObjectType' does not name a type
  2085. 54 | + (instancetype)setWithObject:(ObjectType)object;
  2086. | ^~~~~~~~~~
  2087. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:55:38 error: expected ')' before 'ObjectType'
  2088. 55 | + (instancetype)setWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  2089. | ~ ^~~~~~~~~~~
  2090. | )
  2091. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:55:49 error: expected ';' before '[' token
  2092. 55 | + (instancetype)setWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  2093. | ^ ~
  2094. | ;
  2095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:56:33 error: 'ObjectType' does not name a type
  2096. 56 | + (instancetype)setWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  2097. | ^~~~~~~~~~
  2098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:56:58 error: duplicate declaration of method '+setWithObjects:' with conflicting types
  2099. 56 | + (instancetype)setWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  2100. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  2101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:55:39 note: previous declaration of '+setWithObjects:'
  2102. 55 | + (instancetype)setWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  2103. | ^~~~~~~~~~
  2104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:57:45 error: cannot find protocol declaration for 'ObjectType'
  2105. 57 | + (instancetype)setWithSet:(NSSet<ObjectType> *)set;
  2106. | ^
  2107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:58:49 error: cannot find protocol declaration for 'ObjectType'
  2108. 58 | + (instancetype)setWithArray:(NSArray<ObjectType> *)array;
  2109. | ^
  2110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:60:34 error: 'ObjectType' does not name a type
  2111. 60 | - (instancetype)initWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  2112. | ^~~~~~~~~~
  2113. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:61:46 error: cannot find protocol declaration for 'ObjectType'
  2114. 61 | - (instancetype)initWithSet:(NSSet<ObjectType> *)set;
  2115. | ^
  2116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:62:46 error: cannot find protocol declaration for 'ObjectType'
  2117. 62 | - (instancetype)initWithSet:(NSSet<ObjectType> *)set copyItems:(BOOL)flag;
  2118. | ^
  2119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:63:50 error: cannot find protocol declaration for 'ObjectType'
  2120. 63 | - (instancetype)initWithArray:(NSArray<ObjectType> *)array;
  2121. | ^
  2122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:35 error: cannot find protocol declaration for 'ObjectType'
  2123. 69 | @interface NSMutableSet<ObjectType> : NSSet<ObjectType>
  2124. | ^
  2125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:37 error: expected unqualified-id before ':' token
  2126. 69 | @interface NSMutableSet<ObjectType> : NSSet<ObjectType>
  2127. | ^
  2128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:72:23 error: 'ObjectType' does not name a type
  2129. 72 | - (void)removeObject:(ObjectType)object;
  2130. | ^~~~~~~~~~
  2131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:73:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2132. 73 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  2133. | ^~~~~~~~
  2134. | cg_nullable
  2135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:79:35 error: duplicate interface declaration for class 'NSMutableSet'
  2136. 79 | @interface NSMutableSet<ObjectType> (NSExtendedMutableSet)
  2137. | ^
  2138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:79:35 error: cannot find protocol declaration for 'ObjectType'
  2139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:35 error: redefinition of 'struct NSMutableSet'
  2140. 69 | @interface NSMutableSet<ObjectType> : NSSet<ObjectType>
  2141. | ^
  2142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:79:35 error: trying to finish struct, but kicked out due to previous parse errors
  2143. 79 | @interface NSMutableSet<ObjectType> (NSExtendedMutableSet)
  2144. | ^
  2145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:81:1:error: expected constructor, destructor, or type conversion before '-' token
  2146. 81 | - (void)addObjectsFromArray:(NSArray<ObjectType> *)array;
  2147. | ^
  2148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:82:39 error: cannot find protocol declaration for 'ObjectType'
  2149. 82 | - (void)intersectSet:(NSSet<ObjectType> *)otherSet;
  2150. | ^
  2151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:83:35 error: cannot find protocol declaration for 'ObjectType'
  2152. 83 | - (void)minusSet:(NSSet<ObjectType> *)otherSet;
  2153. | ^
  2154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:85:35 error: cannot find protocol declaration for 'ObjectType'
  2155. 85 | - (void)unionSet:(NSSet<ObjectType> *)otherSet;
  2156. | ^
  2157. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:87:33 error: cannot find protocol declaration for 'ObjectType'
  2158. 87 | - (void)setSet:(NSSet<ObjectType> *)otherSet;
  2159. | ^
  2160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:91:35 error: duplicate interface declaration for class 'NSMutableSet'
  2161. 91 | @interface NSMutableSet<ObjectType> (NSMutableSetCreation)
  2162. | ^
  2163. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:91:35 error: cannot find protocol declaration for 'ObjectType'
  2164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:35 error: redefinition of 'struct NSMutableSet'
  2165. 69 | @interface NSMutableSet<ObjectType> : NSSet<ObjectType>
  2166. | ^
  2167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:91:35 error: trying to finish struct, but kicked out due to previous parse errors
  2168. 91 | @interface NSMutableSet<ObjectType> (NSMutableSetCreation)
  2169. | ^
  2170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:93:1:error: expected constructor, destructor, or type conversion before '+' token
  2171. 93 | + (instancetype)setWithCapacity:(NSUInteger)numItems;
  2172. | ^
  2173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:99:35 error: cannot find protocol declaration for 'ObjectType'
  2174. 99 | @interface NSCountedSet<ObjectType> : NSMutableSet<ObjectType> {
  2175. | ^
  2176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:99:37 error: expected unqualified-id before ':' token
  2177. 99 | @interface NSCountedSet<ObjectType> : NSMutableSet<ObjectType> {
  2178. | ^
  2179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:107:50: error: cannot find protocol declaration for 'ObjectType'
  2180. 107 | - (instancetype)initWithArray:(NSArray<ObjectType> *)array;
  2181. | ^
  2182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:108:46: error: cannot find protocol declaration for 'ObjectType'
  2183. 108 | - (instancetype)initWithSet:(NSSet<ObjectType> *)set;
  2184. | ^
  2185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:110:31: error: 'ObjectType' does not name a type
  2186. 110 | - (NSUInteger)countForObject:(ObjectType)object;
  2187. | ^~~~~~~~~~
  2188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:112:27: error: cannot find protocol declaration for 'ObjectType'
  2189. 112 | - (NSEnumerator<ObjectType> *)objectEnumerator;
  2190. | ^
  2191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:113:20: error: 'ObjectType' does not name a type
  2192. 113 | - (void)addObject:(ObjectType)object;
  2193. | ^~~~~~~~~~
  2194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:114:23: error: 'ObjectType' does not name a type
  2195. 114 | - (void)removeObject:(ObjectType)object;
  2196. | ^~~~~~~~~~
  2197. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:10:
  2198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2199. 41 | + (nullable NSProgress *)currentProgress;
  2200. | ^~~~~~~~
  2201. | cg_nullable
  2202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:59:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2203. 59 | - (instancetype)initWithParent:(nullable NSProgress *)parentProgressOrNil userInfo:(nullable NSDictionary<NSProgressUserInfoKey, id> *)userInfoOrNil NS_DESIGNATED_INITIALIZER;
  2204. | ^~~~~~~~
  2205. | cg_nullable
  2206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:59:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2207. 59 | - (instancetype)initWithParent:(nullable NSProgress *)parentProgressOrNil userInfo:(nullable NSDictionary<NSProgressUserInfoKey, id> *)userInfoOrNil NS_DESIGNATED_INITIALIZER;
  2208. | ^~~~~~~~
  2209. | cg_nullable
  2210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:69:81: error: expected ')' before '(' token
  2211. 69 | - (void)performAsCurrentWithPendingUnitCount:(int64_t)unitCount usingBlock:(void (NS_NOESCAPE ^)(void))work API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT;
  2212. | ~ ^~
  2213. | )
  2214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:69:82: error: expected identifier before '(' token
  2215. 69 | - (void)performAsCurrentWithPendingUnitCount:(int64_t)unitCount usingBlock:(void (NS_NOESCAPE ^)(void))work API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT;
  2216. | ^
  2217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:69:81: error: expected ';' before '(' token
  2218. 69 | - (void)performAsCurrentWithPendingUnitCount:(int64_t)unitCount usingBlock:(void (NS_NOESCAPE ^)(void))work API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT;
  2219. | ^~
  2220. | ;
  2221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:121:34: error: expected unqualified-id before '^' token
  2222. 121 | @property (nullable, copy) void (^cancellationHandler)(void);
  2223. | ^
  2224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:121:34: error: expected ')' before '^' token
  2225. 121 | @property (nullable, copy) void (^cancellationHandler)(void);
  2226. | ~^
  2227. | )
  2228. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:125:34: error: expected unqualified-id before '^' token
  2229. 125 | @property (nullable, copy) void (^pausingHandler)(void);
  2230. | ^
  2231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:125:34: error: expected ')' before '^' token
  2232. 125 | @property (nullable, copy) void (^pausingHandler)(void);
  2233. | ~^
  2234. | )
  2235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:129:34: error: expected unqualified-id before '^' token
  2236. 129 | @property (nullable, copy) void (^resumingHandler)(void) API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  2237. | ^
  2238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:129:34: error: expected ')' before '^' token
  2239. 129 | @property (nullable, copy) void (^resumingHandler)(void) API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  2240. | ~^
  2241. | )
  2242. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:133:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2243. 133 | - (void)setUserInfoObject:(nullable id)objectOrNil forKey:(NSProgressUserInfoKey)key;
  2244. | ^~~~~~~~
  2245. | cg_nullable
  2246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:164:66: error: cannot find protocol declaration for 'NSProgressUserInfoKey'
  2247. 164 | @property (readonly, copy) NSDictionary<NSProgressUserInfoKey, id> *userInfo;
  2248. | ^
  2249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:164:66: error: cannot find protocol declaration for 'id'
  2250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:226:15: error: expected unqualified-id before '^' token
  2251. 226 | typedef void (^NSProgressUnpublishingHandler)(void);
  2252. | ^
  2253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:226:15: error: expected ')' before '^' token
  2254. 226 | typedef void (^NSProgressUnpublishingHandler)(void);
  2255. | ~^
  2256. | )
  2257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:227:19: error: typedef 'NSProgressUnpublishingHandler' is initialized (use 'decltype' instead)
  2258. 227 | typedef _Nullable NSProgressUnpublishingHandler (^NSProgressPublishingHandler)(NSProgress *progress);
  2259. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:227:50: error: expected primary-expression before '^' token
  2261. 227 | typedef _Nullable NSProgressUnpublishingHandler (^NSProgressPublishingHandler)(NSProgress *progress);
  2262. | ^
  2263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:227:51: error: 'NSProgressPublishingHandler' was not declared in this scope
  2264. 227 | typedef _Nullable NSProgressUnpublishingHandler (^NSProgressPublishingHandler)(NSProgress *progress);
  2265. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  2266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:231:67: error: 'NSProgressPublishingHandler' does not name a type
  2267. 231 | + (id)addSubscriberForFileURL:(NSURL *)url withPublishingHandler:(NSProgressPublishingHandler)publishingHandler API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos);
  2268. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  2269. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:11:
  2270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:21:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2271. 21 | - (instancetype)initWithName:(NSNotificationName)name object:(nullable id)object userInfo:(nullable NSDictionary *)userInfo API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  2272. | ^~~~~~~~
  2273. | cg_nullable
  2274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:21:92: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2275. 21 | - (instancetype)initWithName:(NSNotificationName)name object:(nullable id)object userInfo:(nullable NSDictionary *)userInfo API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  2276. | ^~~~~~~~
  2277. | cg_nullable
  2278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2279. 22 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  2280. | ^~~~~~~~
  2281. | cg_nullable
  2282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:28:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2283. 28 | + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject;
  2284. | ^~~~~~~~
  2285. | cg_nullable
  2286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:29:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2287. 29 | + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo;
  2288. | ^~~~~~~~
  2289. | cg_nullable
  2290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:29:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2291. 29 | + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo;
  2292. | ^~~~~~~~
  2293. | cg_nullable
  2294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:44:29: error: unknown property attribute 'strong'
  2295. 44 | @property (class, readonly, strong) NSNotificationCenter *defaultCenter;
  2296. | ^~~~~~
  2297. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:46:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2298. 46 | - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable id)anObject;
  2299. | ^~~~~~~~
  2300. | cg_nullable
  2301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:46:106: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2302. 46 | - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable id)anObject;
  2303. | ^~~~~~~~
  2304. | cg_nullable
  2305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:49:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2306. 49 | - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject;
  2307. | ^~~~~~~~
  2308. | cg_nullable
  2309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:50:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2310. 50 | - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo;
  2311. | ^~~~~~~~
  2312. | cg_nullable
  2313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:50:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2314. 50 | - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo;
  2315. | ^~~~~~~~
  2316. | cg_nullable
  2317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:53:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2318. 53 | - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable id)anObject;
  2319. | ^~~~~~~~
  2320. | cg_nullable
  2321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:53:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2322. 53 | - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable id)anObject;
  2323. | ^~~~~~~~
  2324. | cg_nullable
  2325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2326. 55 | - (id <NSObject>)addObserverForName:(nullable NSNotificationName)name object:(nullable id)obj queue:(nullable NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2327. | ^~~~~~~~
  2328. | cg_nullable
  2329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2330. 55 | - (id <NSObject>)addObserverForName:(nullable NSNotificationName)name object:(nullable id)obj queue:(nullable NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2331. | ^~~~~~~~
  2332. | cg_nullable
  2333. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2334. 55 | - (id <NSObject>)addObserverForName:(nullable NSNotificationName)name object:(nullable id)obj queue:(nullable NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2335. | ^~~~~~~~
  2336. | cg_nullable
  2337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:152: error: expected ')' before '(' token
  2338. 55 | - (id <NSObject>)addObserverForName:(nullable NSNotificationName)name object:(nullable id)obj queue:(nullable NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2339. | ~ ^~
  2340. | )
  2341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:153: error: expected identifier before '(' token
  2342. 55 | - (id <NSObject>)addObserverForName:(nullable NSNotificationName)name object:(nullable id)obj queue:(nullable NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2343. | ^
  2344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:152: error: expected ';' before '(' token
  2345. 55 | - (id <NSObject>)addObserverForName:(nullable NSNotificationName)name object:(nullable id)obj queue:(nullable NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2346. | ^~
  2347. | ;
  2348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:22:29: error: unknown property attribute 'strong'
  2349. 22 | @property (class, readonly, strong) NSBundle *mainBundle;
  2350. | ^~~~~~
  2351. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:24:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2352. 24 | + (nullable instancetype)bundleWithPath:(NSString *)path;
  2353. | ^~~~~~~~
  2354. | cg_nullable
  2355. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2356. 25 | - (nullable instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER;
  2357. | ^~~~~~~~
  2358. | cg_nullable
  2359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:27:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2360. 27 | + (nullable instancetype)bundleWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2361. | ^~~~~~~~
  2362. | cg_nullable
  2363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2364. 28 | - (nullable instancetype)initWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2365. | ^~~~~~~~
  2366. | cg_nullable
  2367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:31:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2368. 31 | + (nullable NSBundle *)bundleWithIdentifier:(NSString *)identifier;
  2369. | ^~~~~~~~
  2370. | cg_nullable
  2371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:33:52: error: expected '>' before '*' token
  2372. 33 | @property (class, readonly, copy) NSArray<NSBundle *> *allBundles;
  2373. | ^
  2374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:33:52: error: cannot find protocol declaration for 'NSBundle'
  2375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:33:53: error: expected unqualified-id before '>' token
  2376. 33 | @property (class, readonly, copy) NSArray<NSBundle *> *allBundles;
  2377. | ^
  2378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:34:52: error: expected '>' before '*' token
  2379. 34 | @property (class, readonly, copy) NSArray<NSBundle *> *allFrameworks;
  2380. | ^
  2381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:34:52: error: cannot find protocol declaration for 'NSBundle'
  2382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:34:53: error: expected unqualified-id before '>' token
  2383. 34 | @property (class, readonly, copy) NSArray<NSBundle *> *allFrameworks;
  2384. | ^
  2385. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:48:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2386. 48 | - (nullable NSURL *)URLForAuxiliaryExecutable:(NSString *)executableName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2387. | ^~~~~~~~
  2388. | cg_nullable
  2389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2390. 60 | - (nullable NSString *)pathForAuxiliaryExecutable:(NSString *)executableName;
  2391. | ^~~~~~~~
  2392. | cg_nullable
  2393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2394. 69 | + (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2395. | ^~~~~~~~
  2396. | cg_nullable
  2397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:69:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2398. 69 | + (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2399. | ^~~~~~~~
  2400. | cg_nullable
  2401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:69:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2402. 69 | + (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2403. | ^~~~~~~~
  2404. | cg_nullable
  2405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:69:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2406. 69 | + (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2407. | ^~~~~~~~
  2408. | cg_nullable
  2409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:70:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2410. 70 | + (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2411. | ^~~~~~~~
  2412. | cg_nullable
  2413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:70:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2414. 70 | + (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2415. | ^~~~~~~~
  2416. | cg_nullable
  2417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:70:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2418. 70 | + (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath inBundleWithURL:(NSURL *)bundleURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2419. | ^~~~~~~~
  2420. | cg_nullable
  2421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2422. 72 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2423. | ^~~~~~~~
  2424. | cg_nullable
  2425. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:72:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2426. 72 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2427. | ^~~~~~~~
  2428. | cg_nullable
  2429. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:72:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2430. 72 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2431. | ^~~~~~~~
  2432. | cg_nullable
  2433. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:73:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2434. 73 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2435. | ^~~~~~~~
  2436. | cg_nullable
  2437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:73:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2438. 73 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2439. | ^~~~~~~~
  2440. | cg_nullable
  2441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:73:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2442. 73 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2443. | ^~~~~~~~
  2444. | cg_nullable
  2445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:73:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2446. 73 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2447. | ^~~~~~~~
  2448. | cg_nullable
  2449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2450. 74 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2451. | ^~~~~~~~
  2452. | cg_nullable
  2453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2454. 74 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2455. | ^~~~~~~~
  2456. | cg_nullable
  2457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2458. 74 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2459. | ^~~~~~~~
  2460. | cg_nullable
  2461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2462. 74 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2463. | ^~~~~~~~
  2464. | cg_nullable
  2465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:157: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2466. 74 | - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2467. | ^~~~~~~~
  2468. | cg_nullable
  2469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2470. 76 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2471. | ^~~~~~~~
  2472. | cg_nullable
  2473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:76:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2474. 76 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2475. | ^~~~~~~~
  2476. | cg_nullable
  2477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:76:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2478. 76 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2479. | ^~~~~~~~
  2480. | cg_nullable
  2481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:77:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2482. 77 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2483. | ^~~~~~~~
  2484. | cg_nullable
  2485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:77:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2486. 77 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2487. | ^~~~~~~~
  2488. | cg_nullable
  2489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:77:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2490. 77 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2491. | ^~~~~~~~
  2492. | cg_nullable
  2493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:77:143: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2494. 77 | - (nullable NSArray<NSURL *> *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath localization:(nullable NSString *)localizationName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  2495. | ^~~~~~~~
  2496. | cg_nullable
  2497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2498. 79 | + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath;
  2499. | ^~~~~~~~
  2500. | cg_nullable
  2501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2502. 79 | + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath;
  2503. | ^~~~~~~~
  2504. | cg_nullable
  2505. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2506. 79 | + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath;
  2507. | ^~~~~~~~
  2508. | cg_nullable
  2509. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:21: error: expected '>' before '*' token
  2510. 80 | + (NSArray<NSString *> *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath;
  2511. | ^
  2512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:21: error: cannot find protocol declaration for 'NSString'
  2513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:22: error: expected ')' before '>' token
  2514. 80 | + (NSArray<NSString *> *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath;
  2515. | ~ ^
  2516. | )
  2517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:22: error: objective-c++ method declaration is expected before '>' token
  2518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2519. 82 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext;
  2520. | ^~~~~~~~
  2521. | cg_nullable
  2522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2523. 82 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext;
  2524. | ^~~~~~~~
  2525. | cg_nullable
  2526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2527. 82 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext;
  2528. | ^~~~~~~~
  2529. | cg_nullable
  2530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2531. 83 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath;
  2532. | ^~~~~~~~
  2533. | cg_nullable
  2534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2535. 83 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath;
  2536. | ^~~~~~~~
  2537. | cg_nullable
  2538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2539. 83 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath;
  2540. | ^~~~~~~~
  2541. | cg_nullable
  2542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2543. 83 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath;
  2544. | ^~~~~~~~
  2545. | cg_nullable
  2546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2547. 84 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2548. | ^~~~~~~~
  2549. | cg_nullable
  2550. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2551. 84 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2552. | ^~~~~~~~
  2553. | cg_nullable
  2554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2555. 84 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2556. | ^~~~~~~~
  2557. | cg_nullable
  2558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2559. 84 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2560. | ^~~~~~~~
  2561. | cg_nullable
  2562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:156: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2563. 84 | - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2564. | ^~~~~~~~
  2565. | cg_nullable
  2566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:21: error: expected '>' before '*' token
  2567. 86 | - (NSArray<NSString *> *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath;
  2568. | ^
  2569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:21: error: cannot find protocol declaration for 'NSString'
  2570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:22: error: expected ')' before '>' token
  2571. 86 | - (NSArray<NSString *> *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath;
  2572. | ~ ^
  2573. | )
  2574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:22: error: objective-c++ method declaration is expected before '>' token
  2575. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:21: error: expected '>' before '*' token
  2576. 87 | - (NSArray<NSString *> *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2577. | ^
  2578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:21: error: cannot find protocol declaration for 'NSString'
  2579. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:22: error: expected ')' before '>' token
  2580. 87 | - (NSArray<NSString *> *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName;
  2581. | ~ ^
  2582. | )
  2583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:22: error: objective-c++ method declaration is expected before '>' token
  2584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:90:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2585. 90 | - (NSString *)localizedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1);
  2586. | ^~~~~~~~
  2587. | cg_nullable
  2588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:90:93: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2589. 90 | - (NSString *)localizedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1);
  2590. | ^~~~~~~~
  2591. | cg_nullable
  2592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:60: error: expected '>' before '*' token
  2593. 94 | @property (nullable, readonly, copy) NSDictionary<NSString *, id> *infoDictionary;
  2594. | ^
  2595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:60: error: cannot find protocol declaration for 'NSString'
  2596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:61: error: expected unqualified-id before ',' token
  2597. 94 | @property (nullable, readonly, copy) NSDictionary<NSString *, id> *infoDictionary;
  2598. | ^
  2599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:95:60: error: expected '>' before '*' token
  2600. 95 | @property (nullable, readonly, copy) NSDictionary<NSString *, id> *localizedInfoDictionary;
  2601. | ^
  2602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:95:60: error: cannot find protocol declaration for 'NSString'
  2603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:95:61: error: expected unqualified-id before ',' token
  2604. 95 | @property (nullable, readonly, copy) NSDictionary<NSString *, id> *localizedInfoDictionary;
  2605. | ^
  2606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2607. 96 | - (nullable id)objectForInfoDictionaryKey:(NSString *)key;
  2608. | ^~~~~~~~
  2609. | cg_nullable
  2610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2611. 97 | - (nullable Class)classNamed:(NSString *)className;
  2612. | ^~~~~~~~
  2613. | cg_nullable
  2614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:101:45: error: expected '>' before '*' token
  2615. 101 | @property (readonly, copy) NSArray<NSString *> *preferredLocalizations; // a subset of this bundle's localizations, re-ordered into the preferred order for this process's current execution environment; the main bundle's preferred localizations indicate the language (of text) the user is most likely seeing in the UI
  2616. | ^
  2617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:101:45: error: cannot find protocol declaration for 'NSString'
  2618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:101:46: error: expected unqualified-id before '>' token
  2619. 101 | @property (readonly, copy) NSArray<NSString *> *preferredLocalizations; // a subset of this bundle's localizations, re-ordered into the preferred order for this process's current execution environment; the main bundle's preferred localizations indicate the language (of text) the user is most likely seeing in the UI
  2620. | ^
  2621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:103:45: error: expected '>' before '*' token
  2622. 103 | @property (readonly, copy) NSArray<NSString *> *localizations; // list of language names this bundle appears to be localized to
  2623. | ^
  2624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:103:45: error: cannot find protocol declaration for 'NSString'
  2625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:103:46: error: expected unqualified-id before '>' token
  2626. 103 | @property (readonly, copy) NSArray<NSString *> *localizations; // list of language names this bundle appears to be localized to
  2627. | ^
  2628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:106:21: error: expected '>' before '*' token
  2629. 106 | + (NSArray<NSString *> *)preferredLocalizationsFromArray:(NSArray<NSString *> *)localizationsArray;
  2630. | ^
  2631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:106:21: error: cannot find protocol declaration for 'NSString'
  2632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:106:22: error: expected ')' before '>' token
  2633. 106 | + (NSArray<NSString *> *)preferredLocalizationsFromArray:(NSArray<NSString *> *)localizationsArray;
  2634. | ~ ^
  2635. | )
  2636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:106:22: error: objective-c++ method declaration is expected before '>' token
  2637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:107:21: error: expected '>' before '*' token
  2638. 107 | + (NSArray<NSString *> *)preferredLocalizationsFromArray:(NSArray<NSString *> *)localizationsArray forPreferences:(nullable NSArray<NSString *> *)preferencesArray;
  2639. | ^
  2640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:107:21: error: cannot find protocol declaration for 'NSString'
  2641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:107:22: error: expected ')' before '>' token
  2642. 107 | + (NSArray<NSString *> *)preferredLocalizationsFromArray:(NSArray<NSString *> *)localizationsArray forPreferences:(nullable NSArray<NSString *> *)preferencesArray;
  2643. | ~ ^
  2644. | )
  2645. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:107:22: error: objective-c++ method declaration is expected before '>' token
  2646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:118:55: error: expected '>' before '*' token
  2647. 118 | @property (nullable, readonly, copy) NSArray<NSNumber *> *executableArchitectures API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2648. | ^
  2649. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:118:55: error: cannot find protocol declaration for 'NSNumber'
  2650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:118:56: error: expected unqualified-id before '>' token
  2651. 118 | @property (nullable, readonly, copy) NSArray<NSNumber *> *executableArchitectures API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2652. | ^
  2653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:161:46: error: expected '>' before '*' token
  2654. 161 | - (instancetype)initWithTags:(NSSet<NSString *> *)tags;
  2655. | ^
  2656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:161:46: error: cannot find protocol declaration for 'NSString'
  2657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:161:47: error: expected ')' before '>' token
  2658. 161 | - (instancetype)initWithTags:(NSSet<NSString *> *)tags;
  2659. | ~ ^
  2660. | )
  2661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:161:47: error: expected identifier before '>' token
  2662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:161:47: error: expected ';' before '>' token
  2663. 161 | - (instancetype)initWithTags:(NSSet<NSString *> *)tags;
  2664. | ^
  2665. | ;
  2666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:162:46: error: expected '>' before '*' token
  2667. 162 | - (instancetype)initWithTags:(NSSet<NSString *> *)tags bundle:(NSBundle *)bundle NS_DESIGNATED_INITIALIZER;
  2668. | ^
  2669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:162:46: error: cannot find protocol declaration for 'NSString'
  2670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:162:47: error: expected ')' before '>' token
  2671. 162 | - (instancetype)initWithTags:(NSSet<NSString *> *)tags bundle:(NSBundle *)bundle NS_DESIGNATED_INITIALIZER;
  2672. | ~ ^
  2673. | )
  2674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:162:47: error: expected identifier before '>' token
  2675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:162:47: error: expected ';' before '>' token
  2676. 162 | - (instancetype)initWithTags:(NSSet<NSString *> *)tags bundle:(NSBundle *)bundle NS_DESIGNATED_INITIALIZER;
  2677. | ^
  2678. | ;
  2679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:174:43: error: expected '>' before '*' token
  2680. 174 | @property (readonly, copy) NSSet<NSString *> *tags;
  2681. | ^
  2682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:174:43: error: cannot find protocol declaration for 'NSString'
  2683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:174:44: error: expected unqualified-id before '>' token
  2684. 174 | @property (readonly, copy) NSSet<NSString *> *tags;
  2685. | ^
  2686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:179:22: error: unknown property attribute 'strong'
  2687. 179 | @property (readonly, strong) NSBundle *bundle;
  2688. | ^~~~~~
  2689. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:196:59: error: expected ')' before '(' token
  2690. 196 | - (void)beginAccessingResourcesWithCompletionHandler:(void (^)(NSError * _Nullable error))completionHandler;
  2691. | ~ ^~
  2692. | )
  2693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:196:60: error: expected identifier before '(' token
  2694. 196 | - (void)beginAccessingResourcesWithCompletionHandler:(void (^)(NSError * _Nullable error))completionHandler;
  2695. | ^
  2696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:196:59: error: expected ';' before '(' token
  2697. 196 | - (void)beginAccessingResourcesWithCompletionHandler:(void (^)(NSError * _Nullable error))completionHandler;
  2698. | ^~
  2699. | ;
  2700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:203:72: error: expected ')' before '(' token
  2701. 203 | - (void)conditionallyBeginAccessingResourcesWithCompletionHandler:(void (^)(BOOL resourcesAvailable))completionHandler;
  2702. | ~ ^~
  2703. | )
  2704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:203:73: error: expected identifier before '(' token
  2705. 203 | - (void)conditionallyBeginAccessingResourcesWithCompletionHandler:(void (^)(BOOL resourcesAvailable))completionHandler;
  2706. | ^
  2707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:203:72: error: expected ';' before '(' token
  2708. 203 | - (void)conditionallyBeginAccessingResourcesWithCompletionHandler:(void (^)(BOOL resourcesAvailable))completionHandler;
  2709. | ^~
  2710. | ;
  2711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:213:22: error: unknown property attribute 'strong'
  2712. 213 | @property (readonly, strong) NSProgress *progress;
  2713. | ^~~~~~
  2714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:225:74: error: expected '>' before '*' token
  2715. 225 | - (void)setPreservationPriority:(double)priority forTags:(NSSet<NSString *> *)tags API_AVAILABLE(ios(9.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
  2716. | ^
  2717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:225:74: error: cannot find protocol declaration for 'NSString'
  2718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:225:75: error: expected ')' before '>' token
  2719. 225 | - (void)setPreservationPriority:(double)priority forTags:(NSSet<NSString *> *)tags API_AVAILABLE(ios(9.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
  2720. | ~ ^
  2721. | )
  2722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:225:75: error: expected identifier before '>' token
  2723. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:225:75: error: expected ';' before '>' token
  2724. 225 | - (void)setPreservationPriority:(double)priority forTags:(NSSet<NSString *> *)tags API_AVAILABLE(ios(9.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
  2725. | ^
  2726. | ;
  2727. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:7,
  2728. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14:
  2729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:24:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2730. 24 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  2731. | ^~~~~~~~
  2732. | cg_nullable
  2733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:43:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2734. 43 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  2735. | ^~~~~~~~
  2736. | cg_nullable
  2737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:20:37: note: originally specified here
  2738. 20 | @property (readonly) NSTimeInterval timeIntervalSinceReferenceDate;
  2739. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:11:65: error: expected ';' before '<' token
  2741. 11 | @class NSDateComponents, NSLocale, NSTimeZone, NSString, NSArray<ObjectType>;
  2742. | ^
  2743. | ;
  2744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:107:29: error: unknown property attribute 'strong'
  2745. 107 | @property (class, readonly, strong) NSCalendar *autoupdatingCurrentCalendar API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // tracks changes to user's preferred calendar identifier
  2746. | ^~~~~~
  2747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:113:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2748. 113 | + (nullable NSCalendar *)calendarWithIdentifier:(NSCalendarIdentifier)calendarIdentifierConstant API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2749. | ^~~~~~~~
  2750. | cg_nullable
  2751. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2752. 117 | - (nullable id)initWithCalendarIdentifier:(NSCalendarIdentifier)ident NS_DESIGNATED_INITIALIZER;
  2753. | ^~~~~~~~
  2754. | cg_nullable
  2755. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:127:45: error: expected '>' before '*' token
  2756. 127 | @property (readonly, copy) NSArray<NSString *> *eraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2757. | ^
  2758. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:127:45: error: cannot find protocol declaration for 'NSString'
  2759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:127:46: error: expected unqualified-id before '>' token
  2760. 127 | @property (readonly, copy) NSArray<NSString *> *eraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2761. | ^
  2762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:128:45: error: expected '>' before '*' token
  2763. 128 | @property (readonly, copy) NSArray<NSString *> *longEraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2764. | ^
  2765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:128:45: error: cannot find protocol declaration for 'NSString'
  2766. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:128:46: error: expected unqualified-id before '>' token
  2767. 128 | @property (readonly, copy) NSArray<NSString *> *longEraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2768. | ^
  2769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:130:45: error: expected '>' before '*' token
  2770. 130 | @property (readonly, copy) NSArray<NSString *> *monthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2771. | ^
  2772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:130:45: error: cannot find protocol declaration for 'NSString'
  2773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:130:46: error: expected unqualified-id before '>' token
  2774. 130 | @property (readonly, copy) NSArray<NSString *> *monthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2775. | ^
  2776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:131:45: error: expected '>' before '*' token
  2777. 131 | @property (readonly, copy) NSArray<NSString *> *shortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2778. | ^
  2779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:131:45: error: cannot find protocol declaration for 'NSString'
  2780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:131:46: error: expected unqualified-id before '>' token
  2781. 131 | @property (readonly, copy) NSArray<NSString *> *shortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2782. | ^
  2783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:132:45: error: expected '>' before '*' token
  2784. 132 | @property (readonly, copy) NSArray<NSString *> *veryShortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2785. | ^
  2786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:132:45: error: cannot find protocol declaration for 'NSString'
  2787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:132:46: error: expected unqualified-id before '>' token
  2788. 132 | @property (readonly, copy) NSArray<NSString *> *veryShortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2789. | ^
  2790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:133:45: error: expected '>' before '*' token
  2791. 133 | @property (readonly, copy) NSArray<NSString *> *standaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2792. | ^
  2793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:133:45: error: cannot find protocol declaration for 'NSString'
  2794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:133:46: error: expected unqualified-id before '>' token
  2795. 133 | @property (readonly, copy) NSArray<NSString *> *standaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2796. | ^
  2797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:134:45: error: expected '>' before '*' token
  2798. 134 | @property (readonly, copy) NSArray<NSString *> *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2799. | ^
  2800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:134:45: error: cannot find protocol declaration for 'NSString'
  2801. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:134:46: error: expected unqualified-id before '>' token
  2802. 134 | @property (readonly, copy) NSArray<NSString *> *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2803. | ^
  2804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:135:45: error: expected '>' before '*' token
  2805. 135 | @property (readonly, copy) NSArray<NSString *> *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2806. | ^
  2807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:135:45: error: cannot find protocol declaration for 'NSString'
  2808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:135:46: error: expected unqualified-id before '>' token
  2809. 135 | @property (readonly, copy) NSArray<NSString *> *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2810. | ^
  2811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:137:45: error: expected '>' before '*' token
  2812. 137 | @property (readonly, copy) NSArray<NSString *> *weekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2813. | ^
  2814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:137:45: error: cannot find protocol declaration for 'NSString'
  2815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:137:46: error: expected unqualified-id before '>' token
  2816. 137 | @property (readonly, copy) NSArray<NSString *> *weekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2817. | ^
  2818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:138:45: error: expected '>' before '*' token
  2819. 138 | @property (readonly, copy) NSArray<NSString *> *shortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2820. | ^
  2821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:138:45: error: cannot find protocol declaration for 'NSString'
  2822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:138:46: error: expected unqualified-id before '>' token
  2823. 138 | @property (readonly, copy) NSArray<NSString *> *shortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2824. | ^
  2825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:139:45: error: expected '>' before '*' token
  2826. 139 | @property (readonly, copy) NSArray<NSString *> *veryShortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2827. | ^
  2828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:139:45: error: cannot find protocol declaration for 'NSString'
  2829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:139:46: error: expected unqualified-id before '>' token
  2830. 139 | @property (readonly, copy) NSArray<NSString *> *veryShortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2831. | ^
  2832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:140:45: error: expected '>' before '*' token
  2833. 140 | @property (readonly, copy) NSArray<NSString *> *standaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2834. | ^
  2835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:140:45: error: cannot find protocol declaration for 'NSString'
  2836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:140:46: error: expected unqualified-id before '>' token
  2837. 140 | @property (readonly, copy) NSArray<NSString *> *standaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2838. | ^
  2839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:141:45: error: expected '>' before '*' token
  2840. 141 | @property (readonly, copy) NSArray<NSString *> *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2841. | ^
  2842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:141:45: error: cannot find protocol declaration for 'NSString'
  2843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:141:46: error: expected unqualified-id before '>' token
  2844. 141 | @property (readonly, copy) NSArray<NSString *> *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2845. | ^
  2846. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:142:45: error: expected '>' before '*' token
  2847. 142 | @property (readonly, copy) NSArray<NSString *> *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2848. | ^
  2849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:142:45: error: cannot find protocol declaration for 'NSString'
  2850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:142:46: error: expected unqualified-id before '>' token
  2851. 142 | @property (readonly, copy) NSArray<NSString *> *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2852. | ^
  2853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:144:45: error: expected '>' before '*' token
  2854. 144 | @property (readonly, copy) NSArray<NSString *> *quarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2855. | ^
  2856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:144:45: error: cannot find protocol declaration for 'NSString'
  2857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:144:46: error: expected unqualified-id before '>' token
  2858. 144 | @property (readonly, copy) NSArray<NSString *> *quarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2859. | ^
  2860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:145:45: error: expected '>' before '*' token
  2861. 145 | @property (readonly, copy) NSArray<NSString *> *shortQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2862. | ^
  2863. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:145:45: error: cannot find protocol declaration for 'NSString'
  2864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:145:46: error: expected unqualified-id before '>' token
  2865. 145 | @property (readonly, copy) NSArray<NSString *> *shortQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2866. | ^
  2867. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:146:45: error: expected '>' before '*' token
  2868. 146 | @property (readonly, copy) NSArray<NSString *> *standaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2869. | ^
  2870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:146:45: error: cannot find protocol declaration for 'NSString'
  2871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:146:46: error: expected unqualified-id before '>' token
  2872. 146 | @property (readonly, copy) NSArray<NSString *> *standaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2873. | ^
  2874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:147:45: error: expected '>' before '*' token
  2875. 147 | @property (readonly, copy) NSArray<NSString *> *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2876. | ^
  2877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:147:45: error: cannot find protocol declaration for 'NSString'
  2878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:147:46: error: expected unqualified-id before '>' token
  2879. 147 | @property (readonly, copy) NSArray<NSString *> *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  2880. | ^
  2881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:161:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2882. 161 | - (BOOL)rangeOfUnit:(NSCalendarUnit)unit startDate:(NSDate * _Nullable * _Nullable)datep interval:(nullable NSTimeInterval *)tip forDate:(NSDate *)date API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  2883. | ^~~~~~~~
  2884. | cg_nullable
  2885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:163:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2886. 163 | - (nullable NSDate *)dateFromComponents:(NSDateComponents *)comps;
  2887. | ^~~~~~~~
  2888. | cg_nullable
  2889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:166:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2890. 166 | - (nullable NSDate *)dateByAddingComponents:(NSDateComponents *)comps toDate:(NSDate *)date options:(NSCalendarOptions)opts;
  2891. | ^~~~~~~~
  2892. | cg_nullable
  2893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2894. 175 | - (void)getEra:(out nullable NSInteger *)eraValuePointer year:(out nullable NSInteger *)yearValuePointer month:(out nullable NSInteger *)monthValuePointer day:(out nullable NSInteger *)dayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2895. | ^~~~~~~~
  2896. | cg_nullable
  2897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2898. 175 | - (void)getEra:(out nullable NSInteger *)eraValuePointer year:(out nullable NSInteger *)yearValuePointer month:(out nullable NSInteger *)monthValuePointer day:(out nullable NSInteger *)dayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2899. | ^~~~~~~~
  2900. | cg_nullable
  2901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:117: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2902. 175 | - (void)getEra:(out nullable NSInteger *)eraValuePointer year:(out nullable NSInteger *)yearValuePointer month:(out nullable NSInteger *)monthValuePointer day:(out nullable NSInteger *)dayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2903. | ^~~~~~~~
  2904. | cg_nullable
  2905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:165: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2906. 175 | - (void)getEra:(out nullable NSInteger *)eraValuePointer year:(out nullable NSInteger *)yearValuePointer month:(out nullable NSInteger *)monthValuePointer day:(out nullable NSInteger *)dayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2907. | ^~~~~~~~
  2908. | cg_nullable
  2909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2910. 182 | - (void)getEra:(out nullable NSInteger *)eraValuePointer yearForWeekOfYear:(out nullable NSInteger *)yearValuePointer weekOfYear:(out nullable NSInteger *)weekValuePointer weekday:(out nullable NSInteger *)weekdayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2911. | ^~~~~~~~
  2912. | cg_nullable
  2913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2914. 182 | - (void)getEra:(out nullable NSInteger *)eraValuePointer yearForWeekOfYear:(out nullable NSInteger *)yearValuePointer weekOfYear:(out nullable NSInteger *)weekValuePointer weekday:(out nullable NSInteger *)weekdayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2915. | ^~~~~~~~
  2916. | cg_nullable
  2917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:135: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2918. 182 | - (void)getEra:(out nullable NSInteger *)eraValuePointer yearForWeekOfYear:(out nullable NSInteger *)yearValuePointer weekOfYear:(out nullable NSInteger *)weekValuePointer weekday:(out nullable NSInteger *)weekdayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2919. | ^~~~~~~~
  2920. | cg_nullable
  2921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:186: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2922. 182 | - (void)getEra:(out nullable NSInteger *)eraValuePointer yearForWeekOfYear:(out nullable NSInteger *)yearValuePointer weekOfYear:(out nullable NSInteger *)weekValuePointer weekday:(out nullable NSInteger *)weekdayValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2923. | ^~~~~~~~
  2924. | cg_nullable
  2925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2926. 189 | - (void)getHour:(out nullable NSInteger *)hourValuePointer minute:(out nullable NSInteger *)minuteValuePointer second:(out nullable NSInteger *)secondValuePointer nanosecond:(out nullable NSInteger *)nanosecondValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2927. | ^~~~~~~~
  2928. | cg_nullable
  2929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2930. 189 | - (void)getHour:(out nullable NSInteger *)hourValuePointer minute:(out nullable NSInteger *)minuteValuePointer second:(out nullable NSInteger *)secondValuePointer nanosecond:(out nullable NSInteger *)nanosecondValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2931. | ^~~~~~~~
  2932. | cg_nullable
  2933. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2934. 189 | - (void)getHour:(out nullable NSInteger *)hourValuePointer minute:(out nullable NSInteger *)minuteValuePointer second:(out nullable NSInteger *)secondValuePointer nanosecond:(out nullable NSInteger *)nanosecondValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2935. | ^~~~~~~~
  2936. | cg_nullable
  2937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:180: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2938. 189 | - (void)getHour:(out nullable NSInteger *)hourValuePointer minute:(out nullable NSInteger *)minuteValuePointer second:(out nullable NSInteger *)secondValuePointer nanosecond:(out nullable NSInteger *)nanosecondValuePointer fromDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2939. | ^~~~~~~~
  2940. | cg_nullable
  2941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:202:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2942. 202 | - (nullable NSDate *)dateWithEra:(NSInteger)eraValue year:(NSInteger)yearValue month:(NSInteger)monthValue day:(NSInteger)dayValue hour:(NSInteger)hourValue minute:(NSInteger)minuteValue second:(NSInteger)secondValue nanosecond:(NSInteger)nanosecondValue API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2943. | ^~~~~~~~
  2944. | cg_nullable
  2945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:209:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2946. 209 | - (nullable NSDate *)dateWithEra:(NSInteger)eraValue yearForWeekOfYear:(NSInteger)yearValue weekOfYear:(NSInteger)weekValue weekday:(NSInteger)weekdayValue hour:(NSInteger)hourValue minute:(NSInteger)minuteValue second:(NSInteger)secondValue nanosecond:(NSInteger)nanosecondValue API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2947. | ^~~~~~~~
  2948. | cg_nullable
  2949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:275:89: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2950. 275 | - (BOOL)rangeOfWeekendStartDate:(out NSDate * _Nullable * _Nullable)datep interval:(out nullable NSTimeInterval *)tip containingDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2951. | ^~~~~~~~
  2952. | cg_nullable
  2953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:284:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2954. 284 | - (BOOL)nextWeekendStartDate:(out NSDate * _Nullable * _Nullable)datep interval:(out nullable NSTimeInterval *)tip options:(NSCalendarOptions)options afterDate:(NSDate *)date API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2955. | ^~~~~~~~
  2956. | cg_nullable
  2957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:301:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2958. 301 | - (nullable NSDate *)dateByAddingUnit:(NSCalendarUnit)unit value:(NSInteger)value toDate:(NSDate *)date options:(NSCalendarOptions)options API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2959. | ^~~~~~~~
  2960. | cg_nullable
  2961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:326:150: error: expected ')' before '(' token
  2962. 326 | - (void)enumerateDatesStartingAfterDate:(NSDate *)start matchingComponents:(NSDateComponents *)comps options:(NSCalendarOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDate * _Nullable date, BOOL exactMatch, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2963. | ~ ^~
  2964. | )
  2965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:326:151: error: expected identifier before '(' token
  2966. 326 | - (void)enumerateDatesStartingAfterDate:(NSDate *)start matchingComponents:(NSDateComponents *)comps options:(NSCalendarOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDate * _Nullable date, BOOL exactMatch, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2967. | ^
  2968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:326:150: error: expected ';' before '(' token
  2969. 326 | - (void)enumerateDatesStartingAfterDate:(NSDate *)start matchingComponents:(NSDateComponents *)comps options:(NSCalendarOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDate * _Nullable date, BOOL exactMatch, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2970. | ^~
  2971. | ;
  2972. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:333:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2973. 333 | - (nullable NSDate *)nextDateAfterDate:(NSDate *)date matchingComponents:(NSDateComponents *)comps options:(NSCalendarOptions)options API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2974. | ^~~~~~~~
  2975. | cg_nullable
  2976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:341:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2977. 341 | - (nullable NSDate *)nextDateAfterDate:(NSDate *)date matchingUnit:(NSCalendarUnit)unit value:(NSInteger)value options:(NSCalendarOptions)options API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2978. | ^~~~~~~~
  2979. | cg_nullable
  2980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:349:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2981. 349 | - (nullable NSDate *)nextDateAfterDate:(NSDate *)date matchingHour:(NSInteger)hourValue minute:(NSInteger)minuteValue second:(NSInteger)secondValue options:(NSCalendarOptions)options API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2982. | ^~~~~~~~
  2983. | cg_nullable
  2984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:358:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2985. 358 | - (nullable NSDate *)dateBySettingUnit:(NSCalendarUnit)unit value:(NSInteger)v ofDate:(NSDate *)date options:(NSCalendarOptions)opts API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2986. | ^~~~~~~~
  2987. | cg_nullable
  2988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:366:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2989. 366 | - (nullable NSDate *)dateBySettingHour:(NSInteger)h minute:(NSInteger)m second:(NSInteger)s ofDate:(NSDate *)date options:(NSCalendarOptions)opts API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  2990. | ^~~~~~~~
  2991. | cg_nullable
  2992. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:15:
  2993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2994. 39 | + (nullable NSCharacterSet *)characterSetWithContentsOfFile:(NSString *)fName;
  2995. | ^~~~~~~~
  2996. | cg_nullable
  2997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  2998. 83 | + (nullable NSMutableCharacterSet *)characterSetWithContentsOfFile:(NSString *)fName;
  2999. | ^~~~~~~~
  3000. | cg_nullable
  3001. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:16:
  3002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:7:31: error: expected ';' before '<' token
  3003. 7 | @class NSString, NSData, NSSet<ObjectType>;
  3004. | ^
  3005. | ;
  3006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:26:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3007. 26 | - (nullable NSData *)decodeDataObject;
  3008. | ^~~~~~~~
  3009. | cg_nullable
  3010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:34:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3011. 34 | - (void)encodeObject:(nullable id)object;
  3012. | ^~~~~~~~
  3013. | cg_nullable
  3014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:36:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3015. 36 | - (void)encodeBycopyObject:(nullable id)anObject;
  3016. | ^~~~~~~~
  3017. | cg_nullable
  3018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:37:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3019. 37 | - (void)encodeByrefObject:(nullable id)anObject;
  3020. | ^~~~~~~~
  3021. | cg_nullable
  3022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:38:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3023. 38 | - (void)encodeConditionalObject:(nullable id)object;
  3024. | ^~~~~~~~
  3025. | cg_nullable
  3026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:41:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3027. 41 | - (void)encodeBytes:(nullable const void *)byteaddr length:(NSUInteger)length;
  3028. | ^~~~~~~~
  3029. | cg_nullable
  3030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3031. 43 | - (nullable id)decodeObject;
  3032. | ^~~~~~~~
  3033. | cg_nullable
  3034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3035. 44 | - (nullable id)decodeTopLevelObjectAndReturnError:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'decodeTopLevelObject() throws' instead");
  3036. | ^~~~~~~~
  3037. | cg_nullable
  3038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:47:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3039. 47 | - (nullable void *)decodeBytesWithReturnedLength:(NSUInteger *)lengthp NS_RETURNS_INNER_POINTER;
  3040. | ^~~~~~~~
  3041. | cg_nullable
  3042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:51:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3043. 51 | - (nullable id)decodePropertyList;
  3044. | ^~~~~~~~
  3045. | cg_nullable
  3046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:54:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3047. 54 | - (void)setObjectZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  3048. | ^~~~~~~~
  3049. | cg_nullable
  3050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:55:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3051. 55 | - (nullable NSZone *)objectZone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  3052. | ^~~~~~~~
  3053. | cg_nullable
  3054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:61:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3055. 61 | - (void)encodeObject:(nullable id)object forKey:(NSString *)key;
  3056. | ^~~~~~~~
  3057. | cg_nullable
  3058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:62:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3059. 62 | - (void)encodeConditionalObject:(nullable id)object forKey:(NSString *)key;
  3060. | ^~~~~~~~
  3061. | cg_nullable
  3062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:69:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3063. 69 | - (void)encodeBytes:(nullable const uint8_t *)bytes length:(NSUInteger)length forKey:(NSString *)key;
  3064. | ^~~~~~~~
  3065. | cg_nullable
  3066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3067. 72 | - (nullable id)decodeObjectForKey:(NSString *)key;
  3068. | ^~~~~~~~
  3069. | cg_nullable
  3070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:73:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3071. 73 | - (nullable id)decodeTopLevelObjectForKey:(NSString *)key error:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'decodeObject(of:, forKey:)' instead");
  3072. | ^~~~~~~~
  3073. | cg_nullable
  3074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:80:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3075. 80 | - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable!
  3076. | ^~~~~~~~
  3077. | cg_nullable
  3078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:80:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3079. 80 | - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable!
  3080. | ^~~~~~~~
  3081. | cg_nullable
  3082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:89:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3083. 89 | - (nullable id)decodeObjectOfClass:(Class)aClass forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  3084. | ^~~~~~~~
  3085. | cg_nullable
  3086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:90:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3087. 90 | - (nullable id)decodeTopLevelObjectOfClass:(Class)aClass forKey:(NSString *)key error:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'decodeObject(of:, forKey:)' instead");
  3088. | ^~~~~~~~
  3089. | cg_nullable
  3090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:99:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3091. 99 | - (nullable NSArray *)decodeArrayOfObjectsOfClass:(Class)cls forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3092. | ^~~~~~~~
  3093. | cg_nullable
  3094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:108:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3095. 108 | - (nullable NSDictionary *)decodeDictionaryWithKeysOfClass:(Class)keyCls objectsOfClass:(Class)objectCls forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3096. | ^~~~~~~~
  3097. | cg_nullable
  3098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3099. 111 | - (nullable id)decodeObjectOfClasses:(nullable NSSet<Class> *)classes forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT;
  3100. | ^~~~~~~~
  3101. | cg_nullable
  3102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:111:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3103. 111 | - (nullable id)decodeObjectOfClasses:(nullable NSSet<Class> *)classes forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT;
  3104. | ^~~~~~~~
  3105. | cg_nullable
  3106. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:112:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3107. 112 | - (nullable id)decodeTopLevelObjectOfClasses:(nullable NSSet<Class> *)classes forKey:(NSString *)key error:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'decodeObject(of:, forKey:)' instead");
  3108. | ^~~~~~~~
  3109. | cg_nullable
  3110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:112:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3111. 112 | - (nullable id)decodeTopLevelObjectOfClasses:(nullable NSSet<Class> *)classes forKey:(NSString *)key error:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'decodeObject(of:, forKey:)' instead");
  3112. | ^~~~~~~~
  3113. | cg_nullable
  3114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:121:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3115. 121 | - (nullable NSArray *)decodeArrayOfObjectsOfClasses:(NSSet<Class> *)classes forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3116. | ^~~~~~~~
  3117. | cg_nullable
  3118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:121:65: error: cannot find protocol declaration for 'Class'
  3119. 121 | - (nullable NSArray *)decodeArrayOfObjectsOfClasses:(NSSet<Class> *)classes forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3120. | ^
  3121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:130:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3122. 130 | - (nullable NSDictionary *)decodeDictionaryWithKeysOfClasses:(NSSet<Class> *)keyClasses objectsOfClasses:(NSSet<Class> *)objectClasses forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3123. | ^~~~~~~~
  3124. | cg_nullable
  3125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:130:74: error: cannot find protocol declaration for 'Class'
  3126. 130 | - (nullable NSDictionary *)decodeDictionaryWithKeysOfClasses:(NSSet<Class> *)keyClasses objectsOfClasses:(NSSet<Class> *)objectClasses forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3127. | ^
  3128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:130:118: error: cannot find protocol declaration for 'Class'
  3129. 130 | - (nullable NSDictionary *)decodeDictionaryWithKeysOfClasses:(NSSet<Class> *)keyClasses objectsOfClasses:(NSSet<Class> *)objectClasses forKey:(NSString *)key API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  3130. | ^
  3131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:133:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3132. 133 | - (nullable id)decodePropertyListForKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  3133. | ^~~~~~~~
  3134. | cg_nullable
  3135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:136:49: error: cannot find protocol declaration for 'Class'
  3136. 136 | @property (nullable, readonly, copy) NSSet<Class> *allowedClasses API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  3137. | ^
  3138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:208:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3139. 208 | - (nullable id)decodeNXObject API_DEPRECATED("Not supported", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  3140. | ^~~~~~~~
  3141. | cg_nullable
  3142. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:17:
  3143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:98:45: error: expected ')' before '(' token
  3144. 98 | - (void) enumerateByteRangesUsingBlock:(void (NS_NOESCAPE ^)(const void *bytes, NSRange byteRange, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  3145. | ~ ^~
  3146. | )
  3147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:98:46: error: expected identifier before '(' token
  3148. 98 | - (void) enumerateByteRangesUsingBlock:(void (NS_NOESCAPE ^)(const void *bytes, NSRange byteRange, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  3149. | ^
  3150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:98:45: error: expected ';' before '(' token
  3151. 98 | - (void) enumerateByteRangesUsingBlock:(void (NS_NOESCAPE ^)(const void *bytes, NSRange byteRange, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  3152. | ^~
  3153. | ;
  3154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:105:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3155. 105 | + (instancetype)dataWithBytes:(nullable const void *)bytes length:(NSUInteger)length;
  3156. | ^~~~~~~~
  3157. | cg_nullable
  3158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:108:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3159. 108 | + (nullable instancetype)dataWithContentsOfFile:(NSString *)path options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr;
  3160. | ^~~~~~~~
  3161. | cg_nullable
  3162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3163. 109 | + (nullable instancetype)dataWithContentsOfURL:(NSURL *)url options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr;
  3164. | ^~~~~~~~
  3165. | cg_nullable
  3166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:110:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3167. 110 | + (nullable instancetype)dataWithContentsOfFile:(NSString *)path;
  3168. | ^~~~~~~~
  3169. | cg_nullable
  3170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3171. 111 | + (nullable instancetype)dataWithContentsOfURL:(NSURL *)url;
  3172. | ^~~~~~~~
  3173. | cg_nullable
  3174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:112:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3175. 112 | - (instancetype)initWithBytes:(nullable const void *)bytes length:(NSUInteger)length;
  3176. | ^~~~~~~~
  3177. | cg_nullable
  3178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:115:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3179. 115 | - (instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)length deallocator:(nullable void (^)(void *bytes, NSUInteger length))deallocator API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  3180. | ^~~~~~~~
  3181. | cg_nullable
  3182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:116:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3183. 116 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr;
  3184. | ^~~~~~~~
  3185. | cg_nullable
  3186. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3187. 117 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr;
  3188. | ^~~~~~~~
  3189. | cg_nullable
  3190. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3191. 118 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path;
  3192. | ^~~~~~~~
  3193. | cg_nullable
  3194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:119:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3195. 119 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url;
  3196. | ^~~~~~~~
  3197. | cg_nullable
  3198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:129:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3199. 129 | - (nullable instancetype)initWithBase64EncodedString:(NSString *)base64String options:(NSDataBase64DecodingOptions)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  3200. | ^~~~~~~~
  3201. | cg_nullable
  3202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:137:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3203. 137 | - (nullable instancetype)initWithBase64EncodedData:(NSData *)base64Data options:(NSDataBase64DecodingOptions)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  3204. | ^~~~~~~~
  3205. | cg_nullable
  3206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:170:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3207. 170 | - (nullable instancetype)decompressedDataUsingAlgorithm:(NSDataCompressionAlgorithm)algorithm error:(NSError **)error API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  3208. | ^~~~~~~~
  3209. | cg_nullable
  3210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:171:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3211. 171 | - (nullable instancetype)compressedDataUsingAlgorithm:(NSDataCompressionAlgorithm)algorithm error:(NSError **)error API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  3212. | ^~~~~~~~
  3213. | cg_nullable
  3214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:179:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3215. 179 | + (nullable id)dataWithContentsOfMappedFile:(NSString *)path API_DEPRECATED("Use +dataWithContentsOfURL:options:error: and NSDataReadingMappedIfSafe or NSDataReadingMappedAlways instead.", macos(10.0,10.10), ios(2.0,8.0), watchos(2.0,2.0), tvos(9.0,9.0));
  3216. | ^~~~~~~~
  3217. | cg_nullable
  3218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:180:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3219. 180 | - (nullable id)initWithContentsOfMappedFile:(NSString *)path API_DEPRECATED("Use -initWithContentsOfURL:options:error: and NSDataReadingMappedIfSafe or NSDataReadingMappedAlways instead.", macos(10.0,10.10), ios(2.0,8.0), watchos(2.0,2.0), tvos(9.0,9.0));
  3220. | ^~~~~~~~
  3221. | cg_nullable
  3222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:184:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3223. 184 | - (nullable id)initWithBase64Encoding:(NSString *)base64String API_DEPRECATED("Use initWithBase64EncodedString:options: instead", macos(10.6,10.9), ios(4.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
  3224. | ^~~~~~~~
  3225. | cg_nullable
  3226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:206:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3227. 206 | - (void)replaceBytesInRange:(NSRange)range withBytes:(nullable const void *)replacementBytes length:(NSUInteger)replacementLength;
  3228. | ^~~~~~~~
  3229. | cg_nullable
  3230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:212:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3231. 212 | + (nullable instancetype)dataWithCapacity:(NSUInteger)aNumItems;
  3232. | ^~~~~~~~
  3233. | cg_nullable
  3234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:213:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3235. 213 | + (nullable instancetype)dataWithLength:(NSUInteger)length;
  3236. | ^~~~~~~~
  3237. | cg_nullable
  3238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:214:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3239. 214 | - (nullable instancetype)initWithCapacity:(NSUInteger)capacity;
  3240. | ^~~~~~~~
  3241. | cg_nullable
  3242. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSData.h:215:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3243. 215 | - (nullable instancetype)initWithLength:(NSUInteger)length;
  3244. | ^~~~~~~~
  3245. | cg_nullable
  3246. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:19:
  3247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateInterval.h:58:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3248. 58 | - (nullable NSDateInterval *)intersectionWithDateInterval:(NSDateInterval *)dateInterval;
  3249. | ^~~~~~~~
  3250. | cg_nullable
  3251. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:7,
  3252. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5,
  3253. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20:
  3254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  3255. 17 | - (NSDictionary<NSAttributedStringKey, id> *)attributesAtIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range;
  3256. | ^
  3257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:42: error: cannot find protocol declaration for 'id'
  3258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3259. 17 | - (NSDictionary<NSAttributedStringKey, id> *)attributesAtIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range;
  3260. | ^~~~~~~~
  3261. | cg_nullable
  3262. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:24:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3263. 24 | - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range;
  3264. | ^~~~~~~~
  3265. | cg_nullable
  3266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:24:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3267. 24 | - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range;
  3268. | ^~~~~~~~
  3269. | cg_nullable
  3270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  3271. 27 | - (NSDictionary<NSAttributedStringKey, id> *)attributesAtIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit;
  3272. | ^
  3273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:42: error: cannot find protocol declaration for 'id'
  3274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:108: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3275. 27 | - (NSDictionary<NSAttributedStringKey, id> *)attributesAtIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit;
  3276. | ^~~~~~~~
  3277. | cg_nullable
  3278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3279. 28 | - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit;
  3280. | ^~~~~~~~
  3281. | cg_nullable
  3282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:28:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3283. 28 | - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit;
  3284. | ^~~~~~~~
  3285. | cg_nullable
  3286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:33:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3287. 33 | - (instancetype)initWithString:(NSString *)str attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs;
  3288. | ^~~~~~~~
  3289. | cg_nullable
  3290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:41:129: error: expected ')' before '(' token
  3291. 41 | - (void)enumerateAttributesInRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDictionary<NSAttributedStringKey, id> *attrs, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3292. | ~ ^~
  3293. | )
  3294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:41:130: error: expected identifier before '(' token
  3295. 41 | - (void)enumerateAttributesInRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDictionary<NSAttributedStringKey, id> *attrs, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3296. | ^
  3297. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:41:129: error: expected ';' before '(' token
  3298. 41 | - (void)enumerateAttributesInRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDictionary<NSAttributedStringKey, id> *attrs, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3299. | ^~
  3300. | ;
  3301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:42:161: error: expected ')' before '(' token
  3302. 42 | - (void)enumerateAttribute:(NSAttributedStringKey)attrName inRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(voi (NS_NOESCAPE ^)(id _Nullable value, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3303. | ~ ^~
  3304. | )
  3305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:42:162: error: expected identifier before '(' token
  3306. 42 | - (void)enumerateAttribute:(NSAttributedStringKey)attrName inRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(id _Nullable value, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3307. | ^
  3308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:42:161: error: expected ';' before '(' token
  3309. 42 | - (void)enumerateAttribute:(NSAttributedStringKey)attrName inRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(voi (NS_NOESCAPE ^)(id _Nullable value, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3310. | ^~
  3311. | ;
  3312. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:50:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3313. 50 | - (void)setAttributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs range:(NSRange)range;
  3314. | ^~~~~~~~
  3315. | cg_nullable
  3316. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:59:62: error: cannot find protocol declaration for 'NSAttributedStringKey'
  3317. 59 | - (void)addAttributes:(NSDictionary<NSAttributedStringKey, id> *)attrs range:(NSRange)range;
  3318. | ^
  3319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:59:62: error: cannot find protocol declaration for 'id'
  3320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:11:20: error: expected ';' before '<' token
  3321. 11 | @class NSDictionary<KeyType, ObjectType>;
  3322. | ^
  3323. | ;
  3324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:50:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3325. 50 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  3326. | ^~~~~~~~
  3327. | cg_nullable
  3328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:50:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3329. 50 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  3330. | ^~~~~~~~
  3331. | cg_nullable
  3332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:52:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3333. 52 | - (nullable NSAttributedString *)attributedStringForObjectValue:(id)obj withDefaultAttributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs;
  3334. | ^~~~~~~~
  3335. | cg_nullable
  3336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:52:96: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3337. 52 | - (nullable NSAttributedString *)attributedStringForObjectValue:(id)obj withDefaultAttributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs;
  3338. | ^~~~~~~~
  3339. | cg_nullable
  3340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3341. 54 | - (nullable NSString *)editingStringForObjectValue:(id)obj;
  3342. | ^~~~~~~~
  3343. | cg_nullable
  3344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:61:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3345. 61 | - (BOOL)isPartialStringValid:(NSString * _Nonnull * _Nonnull)partialStringPtr proposedSelectedRange:(nullable NSRangePointer)proposedSelRangePtr originalString:(NSString *)origString originalSelectedRange:(NSRange)origSelRange errorDescription:(NSString * _Nullable * _Nullable)error;
  3346. | ^~~~~~~~
  3347. | cg_nullable
  3348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:8:66: error: expected ';' before '<' token
  3349. 8 | @class NSLocale, NSDate, NSCalendar, NSTimeZone, NSError, NSArray<ObjectType>, NSMutableDictionary, NSString;
  3350. | ^
  3351. | ;
  3352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:38:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3353. 38 | - (BOOL)getObjectValue:(out id _Nullable * _Nullable)obj forString:(NSString *)string range:(inout nullable NSRange *)rangep error:(out NSError **)error;
  3354. | ^~~~~~~~
  3355. | cg_nullable
  3356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3357. 44 | - (nullable NSDate *)dateFromString:(NSString *)string;
  3358. | ^~~~~~~~
  3359. | cg_nullable
  3360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3361. 65 | + (nullable NSString *)dateFormatFromTemplate:(NSString *)tmplate options:(NSUInteger)opts locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3362. | ^~~~~~~~
  3363. | cg_nullable
  3364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:65:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3365. 65 | + (nullable NSString *)dateFormatFromTemplate:(NSString *)tmplate options:(NSUInteger)opts locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3366. | ^~~~~~~~
  3367. | cg_nullable
  3368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:93:52: error: expected '>' before '*' token
  3369. 93 | @property (null_resettable, copy) NSArray<NSString *> *eraSymbols;
  3370. | ^
  3371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:93:52: error: cannot find protocol declaration for 'NSString'
  3372. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:93:53: error: expected unqualified-id before '>' token
  3373. 93 | @property (null_resettable, copy) NSArray<NSString *> *eraSymbols;
  3374. | ^
  3375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:94:52: error: expected '>' before '*' token
  3376. 94 | @property (null_resettable, copy) NSArray<NSString *> *monthSymbols;
  3377. | ^
  3378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:94:52: error: cannot find protocol declaration for 'NSString'
  3379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:94:53: error: expected unqualified-id before '>' token
  3380. 94 | @property (null_resettable, copy) NSArray<NSString *> *monthSymbols;
  3381. | ^
  3382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:95:52: error: expected '>' before '*' token
  3383. 95 | @property (null_resettable, copy) NSArray<NSString *> *shortMonthSymbols;
  3384. | ^
  3385. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:95:52: error: cannot find protocol declaration for 'NSString'
  3386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:95:53: error: expected unqualified-id before '>' token
  3387. 95 | @property (null_resettable, copy) NSArray<NSString *> *shortMonthSymbols;
  3388. | ^
  3389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:96:52: error: expected '>' before '*' token
  3390. 96 | @property (null_resettable, copy) NSArray<NSString *> *weekdaySymbols;
  3391. | ^
  3392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:96:52: error: cannot find protocol declaration for 'NSString'
  3393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:96:53: error: expected unqualified-id before '>' token
  3394. 96 | @property (null_resettable, copy) NSArray<NSString *> *weekdaySymbols;
  3395. | ^
  3396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:97:52: error: expected '>' before '*' token
  3397. 97 | @property (null_resettable, copy) NSArray<NSString *> *shortWeekdaySymbols;
  3398. | ^
  3399. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:97:52: error: cannot find protocol declaration for 'NSString'
  3400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:97:53: error: expected unqualified-id before '>' token
  3401. 97 | @property (null_resettable, copy) NSArray<NSString *> *shortWeekdaySymbols;
  3402. | ^
  3403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:100:52: error: expected '>' before '*' token
  3404. 100 | @property (null_resettable, copy) NSArray<NSString *> *longEraSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3405. | ^
  3406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:100:52: error: cannot find protocol declaration for 'NSString'
  3407. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:100:53: error: expected unqualified-id before '>' token
  3408. 100 | @property (null_resettable, copy) NSArray<NSString *> *longEraSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3409. | ^
  3410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:101:52: error: expected '>' before '*' token
  3411. 101 | @property (null_resettable, copy) NSArray<NSString *> *veryShortMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3412. | ^
  3413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:101:52: error: cannot find protocol declaration for 'NSString'
  3414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:101:53: error: expected unqualified-id before '>' token
  3415. 101 | @property (null_resettable, copy) NSArray<NSString *> *veryShortMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3416. | ^
  3417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:102:52: error: expected '>' before '*' token
  3418. 102 | @property (null_resettable, copy) NSArray<NSString *> *standaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3419. | ^
  3420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:102:52: error: cannot find protocol declaration for 'NSString'
  3421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:102:53: error: expected unqualified-id before '>' token
  3422. 102 | @property (null_resettable, copy) NSArray<NSString *> *standaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3423. | ^
  3424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:103:52: error: expected '>' before '*' token
  3425. 103 | @property (null_resettable, copy) NSArray<NSString *> *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3426. | ^
  3427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:103:52: error: cannot find protocol declaration for 'NSString'
  3428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:103:53: error: expected unqualified-id before '>' token
  3429. 103 | @property (null_resettable, copy) NSArray<NSString *> *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3430. | ^
  3431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:104:52: error: expected '>' before '*' token
  3432. 104 | @property (null_resettable, copy) NSArray<NSString *> *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3433. | ^
  3434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:104:52: error: cannot find protocol declaration for 'NSString'
  3435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:104:53: error: expected unqualified-id before '>' token
  3436. 104 | @property (null_resettable, copy) NSArray<NSString *> *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3437. | ^
  3438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:105:52: error: expected '>' before '*' token
  3439. 105 | @property (null_resettable, copy) NSArray<NSString *> *veryShortWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3440. | ^
  3441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:105:52: error: cannot find protocol declaration for 'NSString'
  3442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:105:53: error: expected unqualified-id before '>' token
  3443. 105 | @property (null_resettable, copy) NSArray<NSString *> *veryShortWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3444. | ^
  3445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:106:52: error: expected '>' before '*' token
  3446. 106 | @property (null_resettable, copy) NSArray<NSString *> *standaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3447. | ^
  3448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:106:52: error: cannot find protocol declaration for 'NSString'
  3449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:106:53: error: expected unqualified-id before '>' token
  3450. 106 | @property (null_resettable, copy) NSArray<NSString *> *standaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3451. | ^
  3452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:107:52: error: expected '>' before '*' token
  3453. 107 | @property (null_resettable, copy) NSArray<NSString *> *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3454. | ^
  3455. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:107:52: error: cannot find protocol declaration for 'NSString'
  3456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:107:53: error: expected unqualified-id before '>' token
  3457. 107 | @property (null_resettable, copy) NSArray<NSString *> *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3458. | ^
  3459. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:108:52: error: expected '>' before '*' token
  3460. 108 | @property (null_resettable, copy) NSArray<NSString *> *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3461. | ^
  3462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:108:52: error: cannot find protocol declaration for 'NSString'
  3463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:108:53: error: expected unqualified-id before '>' token
  3464. 108 | @property (null_resettable, copy) NSArray<NSString *> *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3465. | ^
  3466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:109:52: error: expected '>' before '*' token
  3467. 109 | @property (null_resettable, copy) NSArray<NSString *> *quarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3468. | ^
  3469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:109:52: error: cannot find protocol declaration for 'NSString'
  3470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:109:53: error: expected unqualified-id before '>' token
  3471. 109 | @property (null_resettable, copy) NSArray<NSString *> *quarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3472. | ^
  3473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:110:52: error: expected '>' before '*' token
  3474. 110 | @property (null_resettable, copy) NSArray<NSString *> *shortQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3475. | ^
  3476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:110:52: error: cannot find protocol declaration for 'NSString'
  3477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:110:53: error: expected unqualified-id before '>' token
  3478. 110 | @property (null_resettable, copy) NSArray<NSString *> *shortQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3479. | ^
  3480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:111:52: error: expected '>' before '*' token
  3481. 111 | @property (null_resettable, copy) NSArray<NSString *> *standaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3482. | ^
  3483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:111:52: error: cannot find protocol declaration for 'NSString'
  3484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:111:53: error: expected unqualified-id before '>' token
  3485. 111 | @property (null_resettable, copy) NSArray<NSString *> *standaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3486. | ^
  3487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:112:52: error: expected '>' before '*' token
  3488. 112 | @property (null_resettable, copy) NSArray<NSString *> *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3489. | ^
  3490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:112:52: error: cannot find protocol declaration for 'NSString'
  3491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:112:53: error: expected unqualified-id before '>' token
  3492. 112 | @property (null_resettable, copy) NSArray<NSString *> *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3493. | ^
  3494. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:21:
  3495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:68:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3496. 68 | - (nullable NSString *)stringFromDateInterval:(NSDateInterval *)dateInterval API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3497. | ^~~~~~~~
  3498. | cg_nullable
  3499. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:22:
  3500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3501. 64 | - (nullable NSDate *)dateFromString:(NSString *)string;
  3502. | ^~~~~~~~
  3503. | cg_nullable
  3504. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:23:
  3505. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h:41:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3506. 41 | - (NSString *)unitStringFromKilograms:(double)numberInKilograms usedUnit:(nullable NSMassFormatterUnit *)unitp;
  3507. | ^~~~~~~~
  3508. | cg_nullable
  3509. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:24:
  3510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h:42:69: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3511. 42 | - (NSString *)unitStringFromMeters:(double)numberInMeters usedUnit:(nullable NSLengthFormatterUnit *)unitp;
  3512. | ^~~~~~~~
  3513. | cg_nullable
  3514. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:25:
  3515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h:37:69: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3516. 37 | - (NSString *)unitStringFromJoules:(double)numberInJoules usedUnit:(nullable NSEnergyFormatterUnit *)unitp;
  3517. | ^~~~~~~~
  3518. | cg_nullable
  3519. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:26:
  3520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:13:34: error: expected '>' before ':' token
  3521. 13 | @interface NSMeasurement<UnitType: NSUnit *> : NSObject<NSCopying, NSSecureCoding> {
  3522. | ^
  3523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:13:34: error: cannot find protocol declaration for 'UnitType'
  3524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:13:34: error: expected unqualified-id before ':' token
  3525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:19:28: error: 'UnitType' has not been declared
  3526. 19 | @property (readonly, copy) UnitType unit;
  3527. | ^~~~~~~~
  3528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:23:63: error: 'UnitType' does not name a type
  3529. 23 | - (instancetype)initWithDoubleValue:(double)doubleValue unit:(UnitType)unit NS_DESIGNATED_INITIALIZER;
  3530. | ^~~~~~~~
  3531. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:43:26: error: cannot find protocol declaration for 'UnitType'
  3532. 43 | - (NSMeasurement<UnitType> *)measurementByAddingMeasurement:(NSMeasurement<UnitType> *)measurement;
  3533. | ^
  3534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:43:84: error: cannot find protocol declaration for 'UnitType'
  3535. 43 | - (NSMeasurement<UnitType> *)measurementByAddingMeasurement:(NSMeasurement<UnitType> *)measurement;
  3536. | ^
  3537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:44:26: error: cannot find protocol declaration for 'UnitType'
  3538. 44 | - (NSMeasurement<UnitType> *)measurementBySubtractingMeasurement:(NSMeasurement<UnitType> *)measurement;
  3539. | ^
  3540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:44:89: error: cannot find protocol declaration for 'UnitType'
  3541. 44 | - (NSMeasurement<UnitType> *)measurementBySubtractingMeasurement:(NSMeasurement<UnitType> *)measurement;
  3542. | ^
  3543. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:9,
  3544. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:27:
  3545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:38:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3546. 38 | - (BOOL)getObjectValue:(out id _Nullable * _Nullable)obj forString:(NSString *)string range:(inout nullable NSRange *)rangep error:(out NSError **)error;
  3547. | ^~~~~~~~
  3548. | cg_nullable
  3549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3550. 43 | - (nullable NSString *)stringFromNumber:(NSNumber *)number;
  3551. | ^~~~~~~~
  3552. | cg_nullable
  3553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3554. 44 | - (nullable NSNumber *)numberFromString:(NSString *)string;
  3555. | ^~~~~~~~
  3556. | cg_nullable
  3557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:72:50: error: expected '>' before '*' token
  3558. 72 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNegativeValues;
  3559. | ^
  3560. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:72:50: error: cannot find protocol declaration for 'NSString'
  3561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:72:51: error: expected unqualified-id before ',' token
  3562. 72 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNegativeValues;
  3563. | ^
  3564. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:74:50: error: expected '>' before '*' token
  3565. 74 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForPositiveValues;
  3566. | ^
  3567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:74:50: error: cannot find protocol declaration for 'NSString'
  3568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:74:51: error: expected unqualified-id before ',' token
  3569. 74 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForPositiveValues;
  3570. | ^
  3571. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:83:50: error: expected '>' before '*' token
  3572. 83 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForZero;
  3573. | ^
  3574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:83:50: error: cannot find protocol declaration for 'NSString'
  3575. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:83:51: error: expected unqualified-id before ',' token
  3576. 83 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForZero;
  3577. | ^
  3578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:85:50: error: expected '>' before '*' token
  3579. 85 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNil;
  3580. | ^
  3581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:85:50: error: cannot find protocol declaration for 'NSString'
  3582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:85:51: error: expected unqualified-id before ',' token
  3583. 85 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNil;
  3584. | ^
  3585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:87:50: error: expected '>' before '*' token
  3586. 87 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNotANumber;
  3587. | ^
  3588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:87:50: error: cannot find protocol declaration for 'NSString'
  3589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:87:51: error: expected unqualified-id before ',' token
  3590. 87 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNotANumber;
  3591. | ^
  3592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:89:50: error: expected '>' before '*' token
  3593. 89 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForPositiveInfinity;
  3594. | ^
  3595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:89:50: error: cannot find protocol declaration for 'NSString'
  3596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:89:51: error: expected unqualified-id before ',' token
  3597. 89 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForPositiveInfinity;
  3598. | ^
  3599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:91:50: error: expected '>' before '*' token
  3600. 91 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNegativeInfinity;
  3601. | ^
  3602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:91:50: error: cannot find protocol declaration for 'NSString'
  3603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:91:51: error: expected unqualified-id before ',' token
  3604. 91 | @property (nullable, copy) NSDictionary<NSString *, id> *textAttributesForNegativeInfinity;
  3605. | ^
  3606. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:11:
  3607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:13:15: error: expected ';' before '<' token
  3608. 13 | @class NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSString;
  3609. | ^
  3610. | ;
  3611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3612. 21 | - (nullable id)objectForKey:(NSLocaleKey)key;
  3613. | ^~~~~~~~
  3614. | cg_nullable
  3615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3616. 23 | - (nullable NSString *)displayNameForKey:(NSLocaleKey)key value:(id)value;
  3617. | ^~~~~~~~
  3618. | cg_nullable
  3619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:27:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3620. 27 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  3621. | ^~~~~~~~
  3622. | cg_nullable
  3623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:37:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3624. 37 | - (nullable NSString *)localizedStringForLanguageCode:(NSString *)languageCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3625. | ^~~~~~~~
  3626. | cg_nullable
  3627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3628. 40 | - (nullable NSString *)localizedStringForCountryCode:(NSString *)countryCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3629. | ^~~~~~~~
  3630. | cg_nullable
  3631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3632. 43 | - (nullable NSString *)localizedStringForScriptCode:(NSString *)scriptCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3633. | ^~~~~~~~
  3634. | cg_nullable
  3635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:46:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3636. 46 | - (nullable NSString *)localizedStringForVariantCode:(NSString *)variantCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3637. | ^~~~~~~~
  3638. | cg_nullable
  3639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:51:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3640. 51 | - (nullable NSString *)localizedStringForCalendarIdentifier:(NSString *)calendarIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3641. | ^~~~~~~~
  3642. | cg_nullable
  3643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3644. 54 | - (nullable NSString *)localizedStringForCollationIdentifier:(NSString *)collationIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3645. | ^~~~~~~~
  3646. | cg_nullable
  3647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3648. 65 | - (nullable NSString *)localizedStringForCurrencyCode:(NSString *)currencyCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3649. | ^~~~~~~~
  3650. | cg_nullable
  3651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:68:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3652. 68 | - (nullable NSString *)localizedStringForCollatorIdentifier:(NSString *)collatorIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3653. | ^~~~~~~~
  3654. | cg_nullable
  3655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:82:29: error: unknown property attribute 'strong'
  3656. 82 | @property (class, readonly, strong) NSLocale *autoupdatingCurrentLocale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // generally you should use this property
  3657. | ^~~~~~
  3658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:95:52: error: expected '>' before '*' token
  3659. 95 | @property (class, readonly, copy) NSArray<NSString *> *availableLocaleIdentifiers;
  3660. | ^
  3661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:95:52: error: cannot find protocol declaration for 'NSString'
  3662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:95:53: error: expected unqualified-id before '>' token
  3663. 95 | @property (class, readonly, copy) NSArray<NSString *> *availableLocaleIdentifiers;
  3664. | ^
  3665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:96:52: error: expected '>' before '*' token
  3666. 96 | @property (class, readonly, copy) NSArray<NSString *> *ISOLanguageCodes;
  3667. | ^
  3668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:96:52: error: cannot find protocol declaration for 'NSString'
  3669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:96:53: error: expected unqualified-id before '>' token
  3670. 96 | @property (class, readonly, copy) NSArray<NSString *> *ISOLanguageCodes;
  3671. | ^
  3672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:97:52: error: expected '>' before '*' token
  3673. 97 | @property (class, readonly, copy) NSArray<NSString *> *ISOCountryCodes;
  3674. | ^
  3675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:97:52: error: cannot find protocol declaration for 'NSString'
  3676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:97:53: error: expected unqualified-id before '>' token
  3677. 97 | @property (class, readonly, copy) NSArray<NSString *> *ISOCountryCodes;
  3678. | ^
  3679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:98:52: error: expected '>' before '*' token
  3680. 98 | @property (class, readonly, copy) NSArray<NSString *> *ISOCurrencyCodes;
  3681. | ^
  3682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:98:52: error: cannot find protocol declaration for 'NSString'
  3683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:98:53: error: expected unqualified-id before '>' token
  3684. 98 | @property (class, readonly, copy) NSArray<NSString *> *ISOCurrencyCodes;
  3685. | ^
  3686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:99:52: error: expected '>' before '*' token
  3687. 99 | @property (class, readonly, copy) NSArray<NSString *> *commonISOCurrencyCodes API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3688. | ^
  3689. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:99:52: error: cannot find protocol declaration for 'NSString'
  3690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:99:53: error: expected unqualified-id before '>' token
  3691. 99 | @property (class, readonly, copy) NSArray<NSString *> *commonISOCurrencyCodes API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3692. | ^
  3693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:101:52: error: expected '>' before '*' token
  3694. 101 | @property (class, readonly, copy) NSArray<NSString *> *preferredLanguages API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // note that this list does not indicate what language the app is actually running in; the NSBundle.mainBundle object determines that at launch and knows that information
  3695. | ^
  3696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:101:52: error: cannot find protocol declaration for 'NSString'
  3697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:101:53: error: expected unqualified-id before '>' token
  3698. 101 | @property (class, readonly, copy) NSArray<NSString *> *preferredLanguages API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // note that this list does not indicate what language the app is actually running in; the NSBundle.mainBundle object determines that at launch and knows that information
  3699. | ^
  3700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:103:26: error: expected '>' before '*' token
  3701. 103 | + (NSDictionary<NSString *, NSString *> *)componentsFromLocaleIdentifier:(NSString *)string;
  3702. | ^
  3703. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:103:26: error: cannot find protocol declaration for 'NSString'
  3704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:103:27: error: expected ')' before ',' token
  3705. 103 | + (NSDictionary<NSString *, NSString *> *)componentsFromLocaleIdentifier:(NSString *)string;
  3706. | ~ ^
  3707. | )
  3708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:103:27: error: objective-c++ method declaration is expected before ',' token
  3709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:69: error: expected '>' before '*' token
  3710. 104 | + (NSString *)localeIdentifierFromComponents:(NSDictionary<NSString *, NSString *> *)dict;
  3711. | ^
  3712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:69: error: cannot find protocol declaration for 'NSString'
  3713. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:70: error: expected ')' before ',' token
  3714. 104 | + (NSString *)localeIdentifierFromComponents:(NSDictionary<NSString *, NSString *> *)dict;
  3715. | ~ ^
  3716. | )
  3717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:70: error: expected identifier before ',' token
  3718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:82: error: expected ';' before '>' token
  3719. 104 | + (NSString *)localeIdentifierFromComponents:(NSDictionary<NSString *, NSString *> *)dict;
  3720. | ^
  3721. | ;
  3722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3723. 109 | + (nullable NSString *)localeIdentifierFromWindowsLocaleCode:(uint32_t)lcid API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3724. | ^~~~~~~~
  3725. | cg_nullable
  3726. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:29:
  3727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3728. 69 | - (nullable NSPersonNameComponents *)personNameComponentsFromString:(nonnull NSString *)string API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3729. | ^~~~~~~~
  3730. | cg_nullable
  3731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h:69:70: error: 'nonnull' does not name a type
  3732. 69 | - (nullable NSPersonNameComponents *)personNameComponentsFromString:(nonnull NSString *)string API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  3733. | ^~~~~~~
  3734. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:30:
  3735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRelativeDateTimeFormatter.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3736. 76 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  3737. | ^~~~~~~~
  3738. | cg_nullable
  3739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRelativeDateTimeFormatter.h:76:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3740. 76 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  3741. | ^~~~~~~~
  3742. | cg_nullable
  3743. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31:
  3744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:34:65: error: expected '>' before '*' token
  3745. 34 | + (NSString *)localizedStringByJoiningStrings:(NSArray<NSString *> *)strings;
  3746. | ^
  3747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:34:65: error: cannot find protocol declaration for 'NSString'
  3748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:34:66: error: expected ')' before '>' token
  3749. 34 | + (NSString *)localizedStringByJoiningStrings:(NSArray<NSString *> *)strings;
  3750. | ~ ^
  3751. | )
  3752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:34:66: error: expected identifier before '>' token
  3753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:34:66: error: expected ';' before '>' token
  3754. 34 | + (NSString *)localizedStringByJoiningStrings:(NSArray<NSString *> *)strings;
  3755. | ^
  3756. | ;
  3757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3758. 40 | - (nullable NSString *)stringFromItems:(NSArray *)items;
  3759. | ^~~~~~~~
  3760. | cg_nullable
  3761. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3762. 44 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  3763. | ^~~~~~~~
  3764. | cg_nullable
  3765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSListFormatter.h:44:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3766. 44 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  3767. | ^~~~~~~~
  3768. | cg_nullable
  3769. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:6:
  3770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:33:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3771. 33 | - (BOOL)scanInt:(nullable int *)result _NS_SCANNER_DEPRECATED_FOR_SWIFT_ONLY_WITH_REPLACEMENT("scanInt()", macos(10.0,10.15), ios(2.0,13.0), watchos(2.0,6.0), tvos(9.0,13.0));
  3772. | ^~~~~~~~
  3773. | cg_nullable
  3774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:35:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3775. 35 | - (BOOL)scanInteger:(nullable NSInteger *)result API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)) _NS_SCANNER_DEPRECATED_FOR_SWIFT_ONLY_WITH_REPLACEMENT("scanInt()", macos(10.5,10.15), ios(2.0,13.0), watchos(2.0,6.0), tvos(9.0,13.0));
  3776. | ^~~~~~~~
  3777. | cg_nullable
  3778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:37:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3779. 37 | - (BOOL)scanLongLong:(nullable long long *)result;
  3780. | ^~~~~~~~
  3781. | cg_nullable
  3782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:39:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3783. 39 | - (BOOL)scanUnsignedLongLong:(nullable unsigned long long *)result API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) _NS_SCANNER_DEPRECATED_FOR_SWIFT_ONLY_WITH_REPLACEMENT("scanUnsignedLongLong()", macos(10.9,10.15), ios(7.0,13.0), watchos(2.0,6.0), tvos(9.0,13.0));
  3784. | ^~~~~~~~
  3785. | cg_nullable
  3786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:41:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3787. 41 | - (BOOL)scanFloat:(nullable float *)result _NS_SCANNER_DEPRECATED_FOR_SWIFT_ONLY_WITH_REPLACEMENT("scanFloat()", macos(10.0,10.15), ios(2.0,13.0), watchos(2.0,6.0), tvos(9.0,13.0));
  3788. | ^~~~~~~~
  3789. | cg_nullable
  3790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:43:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3791. 43 | - (BOOL)scanDouble:(nullable double *)result _NS_SCANNER_DEPRECATED_FOR_SWIFT_ONLY_WITH_REPLACEMENT("scanDouble()", macos(10.0,10.15), ios(2.0,13.0), watchos(2.0,6.0), tvos(9.0,13.0));
  3792. | ^~~~~~~~
  3793. | cg_nullable
  3794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:45:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3795. 45 | - (BOOL)scanHexInt:(nullable unsigned *)result // Optionally prefixed with "0x" or "0X"
  3796. | ^~~~~~~~
  3797. | cg_nullable
  3798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:48:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3799. 48 | - (BOOL)scanHexLongLong:(nullable unsigned long long *)result API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)) // Optionally prefixed with "0x" or "0X"
  3800. | ^~~~~~~~
  3801. | cg_nullable
  3802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:51:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3803. 51 | - (BOOL)scanHexFloat:(nullable float *)result API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)) // Corresponding to %a or %A formatting. Requires "0x" or "0X" prefix.
  3804. | ^~~~~~~~
  3805. | cg_nullable
  3806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:54:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3807. 54 | - (BOOL)scanHexDouble:(nullable double *)result API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)) // Corresponding to %a or %A formatting. Requires "0x" or "0X" prefix.
  3808. | ^~~~~~~~
  3809. | cg_nullable
  3810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:10:39: error: expected ';' before '<' token
  3811. 10 | @class NSString, NSDictionary, NSArray<ObjectType>, NSNumber;
  3812. | ^
  3813. | ;
  3814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:50:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3815. 50 | + (NSException *)exceptionWithName:(NSExceptionName)name reason:(nullable NSString *)reason userInfo:(nullable NSDictionary *)userInfo;
  3816. | ^~~~~~~~
  3817. | cg_nullable
  3818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:50:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3819. 50 | + (NSException *)exceptionWithName:(NSExceptionName)name reason:(nullable NSString *)reason userInfo:(nullable NSDictionary *)userInfo;
  3820. | ^~~~~~~~
  3821. | cg_nullable
  3822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:51:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3823. 51 | - (instancetype)initWithName:(NSExceptionName)aName reason:(nullable NSString *)aReason userInfo:(nullable NSDictionary *)aUserInfo NS_DESIGNATED_INITIALIZER;
  3824. | ^~~~~~~~
  3825. | cg_nullable
  3826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:51:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3827. 51 | - (instancetype)initWithName:(NSExceptionName)aName reason:(nullable NSString *)aReason userInfo:(nullable NSDictionary *)aUserInfo NS_DESIGNATED_INITIALIZER;
  3828. | ^~~~~~~~
  3829. | cg_nullable
  3830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:57:45: error: expected '>' before '*' token
  3831. 57 | @property (readonly, copy) NSArray<NSNumber *> *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3832. | ^
  3833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:57:45: error: cannot find protocol declaration for 'NSNumber'
  3834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:57:46: error: expected unqualified-id before '>' token
  3835. 57 | @property (readonly, copy) NSArray<NSNumber *> *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  3836. | ^
  3837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:58:45: error: expected '>' before '*' token
  3838. 58 | @property (readonly, copy) NSArray<NSString *> *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3839. | ^
  3840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:58:45: error: cannot find protocol declaration for 'NSString'
  3841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:58:46: error: expected unqualified-id before '>' token
  3842. 58 | @property (readonly, copy) NSArray<NSString *> *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  3843. | ^
  3844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:292:29: error: unknown property attribute 'strong'
  3845. 292 | @property (class, readonly, strong) NSAssertionHandler *currentHandler;
  3846. | ^~~~~~
  3847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:294:129: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3848. 294 | - (void)handleFailureInMethod:(SEL)selector object:(id)object file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(5,6);
  3849. | ^~~~~~~~
  3850. | cg_nullable
  3851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:294:160: error: 'format' attribute argument 2 value '7' refers to parameter type 'objc_object*'
  3852. 294 | - (void)handleFailureInMethod:(SEL)selector object:(id)object file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(5,6);
  3853. | ^~~~~~~~~~~~~~~~~~
  3854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:296:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3855. 296 | - (void)handleFailureInFunction:(NSString *)functionName file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(4,5);
  3856. | ^~~~~~~~
  3857. | cg_nullable
  3858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSException.h:296:155: error: 'format' attribute argument 2 value '6' refers to parameter type 'objc_object*'
  3859. 296 | - (void)handleFailureInFunction:(NSString *)functionName file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(4,5);
  3860. | ^~~~~~~~~~~~~~~~~~
  3861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:31:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3862. 31 | - (nullable NSDecimalNumber *)exceptionDuringOperation:(SEL)operation error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(nullable NSDecimalNumber *)rightOperand;
  3863. | ^~~~~~~~
  3864. | cg_nullable
  3865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:31:160: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3866. 31 | - (nullable NSDecimalNumber *)exceptionDuringOperation:(SEL)operation error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(nullable NSDecimalNumber *)rightOperand;
  3867. | ^~~~~~~~
  3868. | cg_nullable
  3869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:52:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3870. 52 | - (instancetype)initWithString:(nullable NSString *)numberValue;
  3871. | ^~~~~~~~
  3872. | cg_nullable
  3873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:53:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3874. 53 | - (instancetype)initWithString:(nullable NSString *)numberValue locale:(nullable id)locale;
  3875. | ^~~~~~~~
  3876. | cg_nullable
  3877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:53:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3878. 53 | - (instancetype)initWithString:(nullable NSString *)numberValue locale:(nullable id)locale;
  3879. | ^~~~~~~~
  3880. | cg_nullable
  3881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:55:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3882. 55 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  3883. | ^~~~~~~~
  3884. | cg_nullable
  3885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:61:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3886. 61 | + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue;
  3887. | ^~~~~~~~
  3888. | cg_nullable
  3889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:62:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3890. 62 | + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue locale:(nullable id)locale;
  3891. | ^~~~~~~~
  3892. | cg_nullable
  3893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:62:87: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3894. 62 | + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue locale:(nullable id)locale;
  3895. | ^~~~~~~~
  3896. | cg_nullable
  3897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:71:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3898. 71 | - (NSDecimalNumber *)decimalNumberByAdding:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3899. | ^~~~~~~~
  3900. | cg_nullable
  3901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:74:96: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3902. 74 | - (NSDecimalNumber *)decimalNumberBySubtracting:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3903. | ^~~~~~~~
  3904. | cg_nullable
  3905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:77:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3906. 77 | - (NSDecimalNumber *)decimalNumberByMultiplyingBy:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3907. | ^~~~~~~~
  3908. | cg_nullable
  3909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:80:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3910. 80 | - (NSDecimalNumber *)decimalNumberByDividingBy:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3911. | ^~~~~~~~
  3912. | cg_nullable
  3913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:83:84: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3914. 83 | - (NSDecimalNumber *)decimalNumberByRaisingToPower:(NSUInteger)power withBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3915. | ^~~~~~~~
  3916. | cg_nullable
  3917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:86:87: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3918. 86 | - (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power withBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3919. | ^~~~~~~~
  3920. | cg_nullable
  3921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:89:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3922. 89 | - (NSDecimalNumber *)decimalNumberByRoundingAccordingToBehavior:(nullable id <NSDecimalNumberBehaviors>)behavior;
  3923. | ^~~~~~~~
  3924. | cg_nullable
  3925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:95:19: error: unknown property attribute 'strong'
  3926. 95 | @property (class, strong) id <NSDecimalNumberBehaviors> defaultBehavior;
  3927. | ^~~~~~
  3928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:95:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  3929. 95 | @property (class, strong) id <NSDecimalNumberBehaviors> defaultBehavior;
  3930. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  3931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:125:29: error: unknown property attribute 'strong'
  3932. 125 | @property (class, readonly, strong) NSDecimalNumberHandler *defaultDecimalNumberHandler;
  3933. | ^~~~~~
  3934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:148:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3935. 148 | - (BOOL)scanDecimal:(nullable NSDecimal *)dcm
  3936. | ^~~~~~~~
  3937. | cg_nullable
  3938. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:36:
  3939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:7:20: error: expected ';' before '<' token
  3940. 7 | @class NSDictionary<KeyType, ObjectType>, NSArray<ObjectType>, NSString;
  3941. | ^
  3942. | ;
  3943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:51:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3944. 51 | - (instancetype)initWithDomain:(NSErrorDomain)domain code:(NSInteger)code userInfo:(nullable NSDictionary<NSErrorUserInfoKey, id> *)dict NS_DESIGNATED_INITIALIZER;
  3945. | ^~~~~~~~
  3946. | cg_nullable
  3947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:52:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3948. 52 | + (instancetype)errorWithDomain:(NSErrorDomain)domain code:(NSInteger)code userInfo:(nullable NSDictionary<NSErrorUserInfoKey, id> *)dict;
  3949. | ^~~~~~~~
  3950. | cg_nullable
  3951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:61:63: error: cannot find protocol declaration for 'NSErrorUserInfoKey'
  3952. 61 | @property (readonly, copy) NSDictionary<NSErrorUserInfoKey, id> *userInfo;
  3953. | ^
  3954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:61:63: error: cannot find protocol declaration for 'id'
  3955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:83:55: error: expected '>' before '*' token
  3956. 83 | @property (nullable, readonly, copy) NSArray<NSString *> *localizedRecoveryOptions;
  3957. | ^
  3958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:83:55: error: cannot find protocol declaration for 'NSString'
  3959. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:83:56: error: expected unqualified-id before '>' token
  3960. 83 | @property (nullable, readonly, copy) NSArray<NSString *> *localizedRecoveryOptions;
  3961. | ^
  3962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:87:32: error: unknown property attribute 'strong'
  3963. 87 | @property (nullable, readonly, strong) id recoveryAttempter;
  3964. | ^~~~~~
  3965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:104:82: error: expected ')' before '(' token
  3966. 104 | + (void)setUserInfoValueProviderForDomain:(NSErrorDomain)errorDomain provider:(id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))provider API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  3967. | ~ ^ ~
  3968. | )
  3969. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:104:93: error: expected identifier before '(' token
  3970. 104 | + (void)setUserInfoValueProviderForDomain:(NSErrorDomain)errorDomain provider:(id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))provider API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  3971. | ^
  3972. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:104:82: error: expected ';' before '(' token
  3973. 104 | + (void)setUserInfoValueProviderForDomain:(NSErrorDomain)errorDomain provider:(id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))provider API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  3974. | ^ ~
  3975. | ;
  3976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:105:6: error: expected ')' before '(' token
  3977. 105 | + (id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))userInfoValueProviderForDomain:(NSErrorDomain)errorDomain API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  3978. | ~ ^ ~
  3979. | )
  3980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:105:17: error: objective-c++ method declaration is expected before '(' token
  3981. 105 | + (id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))userInfoValueProviderForDomain:(NSErrorDomain)errorDomain API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  3982. | ^
  3983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3984. 118 | - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo;
  3985. | ^~~~~~~~
  3986. | cg_nullable
  3987. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:146: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3988. 118 | - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo;
  3989. | ^~~~~~~~
  3990. | cg_nullable
  3991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:191: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  3992. 118 | - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo;
  3993. | ^~~~~~~~
  3994. | cg_nullable
  3995. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:10,
  3996. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:38:
  3997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:9:32: error: expected ';' before '<' token
  3998. 9 | @class NSTimer, NSPort, NSArray<ObjectType>, NSString;
  3999. | ^
  4000. | ;
  4001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:26:29: error: unknown property attribute 'strong'
  4002. 26 | @property (class, readonly, strong) NSRunLoop *currentRunLoop;
  4003. | ^~~~~~
  4004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:27:29: error: unknown property attribute 'strong'
  4005. 27 | @property (class, readonly, strong) NSRunLoop *mainRunLoop API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4006. | ^~~~~~
  4007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:38:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4008. 38 | - (nullable NSDate *)limitDateForMode:(NSRunLoopMode)mode;
  4009. | ^~~~~~~~
  4010. | cg_nullable
  4011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:46: error: cannot find protocol declaration for 'NSRunLoopMode'
  4012. 56 | - (void)performInModes:(NSArray<NSRunLoopMode> *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4013. | ^
  4014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:67: error: expected ')' before '(' token
  4015. 56 | - (void)performInModes:(NSArray<NSRunLoopMode> *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4016. | ~ ^~
  4017. | )
  4018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:68: error: expected identifier before '(' token
  4019. 56 | - (void)performInModes:(NSArray<NSRunLoopMode> *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4020. | ^
  4021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:67: error: expected ';' before '(' token
  4022. 56 | - (void)performInModes:(NSArray<NSRunLoopMode> *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4023. | ^~
  4024. | ;
  4025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:60:27: error: expected ')' before '(' token
  4026. 60 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4027. | ~ ^~
  4028. | )
  4029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:60:28: error: expected identifier before '(' token
  4030. 60 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4031. | ^
  4032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:60:27: error: expected ';' before '(' token
  4033. 60 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  4034. | ^~
  4035. | ;
  4036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:68:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4037. 68 | - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray<NSRunLoopMode> *)modes;
  4038. | ^~~~~~~~
  4039. | cg_nullable
  4040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:68:138: error: cannot find protocol declaration for 'NSRunLoopMode'
  4041. 68 | - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray<NSRunLoopMode> *)modes;
  4042. | ^
  4043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:69:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4044. 69 | - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay;
  4045. | ^~~~~~~~
  4046. | cg_nullable
  4047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:70:93: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4048. 70 | + (void)cancelPreviousPerformRequestsWithTarget:(id)aTarget selector:(SEL)aSelector object:(nullable id)anArgument;
  4049. | ^~~~~~~~
  4050. | cg_nullable
  4051. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:77:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4052. 77 | - (void)performSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg order:(NSUInteger)order modes:(NSArray<NSRunLoopMode> *)modes;
  4053. | ^~~~~~~~
  4054. | cg_nullable
  4055. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:77:136: error: cannot find protocol declaration for 'NSRunLoopMode'
  4056. 77 | - (void)performSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg order:(NSUInteger)order modes:(NSArray<NSRunLoopMode> *)modes;
  4057. | ^
  4058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:78:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4059. 78 | - (void)cancelPerformSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg;
  4060. | ^~~~~~~~
  4061. | cg_nullable
  4062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4063. 21 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  4064. | ^~~~~~~~
  4065. | cg_nullable
  4066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4067. 23 | - (nullable NSData *)readDataToEndOfFileAndReturnError:(out NSError **)error
  4068. | ^~~~~~~~
  4069. | cg_nullable
  4070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:26:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4071. 26 | - (nullable NSData *)readDataUpToLength:(NSUInteger)length error:(out NSError **)error
  4072. | ^~~~~~~~
  4073. | cg_nullable
  4074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:54:29: error: unknown property attribute 'strong'
  4075. 54 | @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardInput;
  4076. | ^~~~~~
  4077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:55:29: error: unknown property attribute 'strong'
  4078. 55 | @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardOutput;
  4079. | ^~~~~~
  4080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:56:29: error: unknown property attribute 'strong'
  4081. 56 | @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardError;
  4082. | ^~~~~~
  4083. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:57:29: error: unknown property attribute 'strong'
  4084. 57 | @property (class, readonly, strong) NSFileHandle *fileHandleWithNullDevice;
  4085. | ^~~~~~
  4086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:59:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4087. 59 | + (nullable instancetype)fileHandleForReadingAtPath:(NSString *)path;
  4088. | ^~~~~~~~
  4089. | cg_nullable
  4090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4091. 60 | + (nullable instancetype)fileHandleForWritingAtPath:(NSString *)path;
  4092. | ^~~~~~~~
  4093. | cg_nullable
  4094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4095. 61 | + (nullable instancetype)fileHandleForUpdatingAtPath:(NSString *)path;
  4096. | ^~~~~~~~
  4097. | cg_nullable
  4098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:63:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4099. 63 | + (nullable instancetype)fileHandleForReadingFromURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4100. | ^~~~~~~~
  4101. | cg_nullable
  4102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4103. 64 | + (nullable instancetype)fileHandleForWritingToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4104. | ^~~~~~~~
  4105. | cg_nullable
  4106. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4107. 65 | + (nullable instancetype)fileHandleForUpdatingURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4108. | ^~~~~~~~
  4109. | cg_nullable
  4110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:82:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4111. 82 | - (void)readInBackgroundAndNotifyForModes:(nullable NSArray<NSRunLoopMode> *)modes;
  4112. | ^~~~~~~~
  4113. | cg_nullable
  4114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:85:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4115. 85 | - (void)readToEndOfFileInBackgroundAndNotifyForModes:(nullable NSArray<NSRunLoopMode> *)modes;
  4116. | ^~~~~~~~
  4117. | cg_nullable
  4118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:88:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4119. 88 | - (void)acceptConnectionInBackgroundAndNotifyForModes:(nullable NSArray<NSRunLoopMode> *)modes;
  4120. | ^~~~~~~~
  4121. | cg_nullable
  4122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:91:51: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4123. 91 | - (void)waitForDataInBackgroundAndNotifyForModes:(nullable NSArray<NSRunLoopMode> *)modes;
  4124. | ^~~~~~~~
  4125. | cg_nullable
  4126. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8,
  4127. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:39:
  4128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:52: error: expected '>' before '*' token
  4129. 12 | + (NSString *)pathWithComponents:(NSArray<NSString *> *)components;
  4130. | ^
  4131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:52: error: cannot find protocol declaration for 'NSString'
  4132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:53: error: expected ')' before '>' token
  4133. 12 | + (NSString *)pathWithComponents:(NSArray<NSString *> *)components;
  4134. | ~ ^
  4135. | )
  4136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:53: error: expected identifier before '>' token
  4137. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:53: error: expected ';' before '>' token
  4138. 12 | + (NSString *)pathWithComponents:(NSArray<NSString *> *)components;
  4139. | ^
  4140. | ;
  4141. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:13:45: error: expected '>' before '*' token
  4142. 13 | @property (readonly, copy) NSArray<NSString *> *pathComponents;
  4143. | ^
  4144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:13:45: error: cannot find protocol declaration for 'NSString'
  4145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:13:46: error: expected unqualified-id before '>' token
  4146. 13 | @property (readonly, copy) NSArray<NSString *> *pathComponents;
  4147. | ^
  4148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4149. 23 | - (nullable NSString *)stringByAppendingPathExtension:(NSString *)str;
  4150. | ^~~~~~~~
  4151. | cg_nullable
  4152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:21: error: expected '>' before '*' token
  4153. 32 | - (NSArray<NSString *> *)stringsByAppendingPaths:(NSArray<NSString *> *)paths;
  4154. | ^
  4155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:21: error: cannot find protocol declaration for 'NSString'
  4156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:22: error: expected ')' before '>' token
  4157. 32 | - (NSArray<NSString *> *)stringsByAppendingPaths:(NSArray<NSString *> *)paths;
  4158. | ~ ^
  4159. | )
  4160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:22: error: objective-c++ method declaration is expected before '>' token
  4161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:143: error: expected '>' before '*' token
  4162. 34 | - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray<NSString *> * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray<NSString *> *)filterTypes;
  4163. | ^
  4164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:143: error: cannot find protocol declaration for 'NSString'
  4165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:144: error: expected ')' before '>' token
  4166. 34 | - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray<NSString *> * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray<NSString *> *)filterTypes;
  4167. | ~ ^
  4168. | )
  4169. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:144: error: expected identifier before '>' token
  4170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:144: error: expected ';' before '>' token
  4171. 34 | - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray<NSString *> * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray<NSString *> *)filterTypes;
  4172. | ^
  4173. | ;
  4174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:41:30: error: duplicate interface declaration for class 'NSArray'
  4175. 41 | @interface NSArray<ObjectType> (NSArrayPathExtensions)
  4176. | ^
  4177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:41:30: error: cannot find protocol declaration for 'ObjectType'
  4178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  4179. 7 | @class NSArray<ObjectType>;
  4180. | ^~~~~~~
  4181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:41:30: error: trying to finish struct, but kicked out due to previous parse errors
  4182. 41 | @interface NSArray<ObjectType> (NSArrayPathExtensions)
  4183. | ^
  4184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:43:1: error: expected constructor, destructor, or type conversion before '-' token
  4185. 43 | - (NSArray<NSString *> *)pathsMatchingExtensions:(NSArray<NSString *> *)filterTypes;
  4186. | ^
  4187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:96:36: error: expected '>' before '*' token
  4188. 96 | FOUNDATION_EXPORT NSArray<NSString *> *NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, BOOL expandTilde);
  4189. | ^
  4190. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:96:36: error: cannot find protocol declaration for 'NSString'
  4191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:96:37: error: expected unqualified-id before '>' token
  4192. 96 | FOUNDATION_EXPORT NSArray<NSString *> *NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, BOOL expandTilde);
  4193. | ^
  4194. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11:
  4195. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:13:15 error: expected ';' before '<' token
  4196. 13 | @class NSArray<ObjectType>, NSNumber, NSData, NSDictionary<KeyType, ObjectType>;
  4197. | ^
  4198. | ;
  4199. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:29:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4200. 29 | - (nullable instancetype)initWithScheme:(NSString *)scheme host:(nullable NSString *)host path:(NSString *)path API_DEPRECATED("Use NSURLComponents instead, which lets you create a valid URL with any valid combination of URL components and subcomponents (not just scheme, host and path), and lets you set components and subcomponents with either percent-encoded or un-percent-encoded strings.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0)); // this call percent-encodes both the host and path, so this cannot be used to set a username/password or port in the hostname part or with a IPv6 '[...]' type address. NSURLComponents handles IPv6 addresses correctly.
  4201. | ^~~~~~~~
  4202. | cg_nullable
  4203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:29:66 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4204. 29 | - (nullable instancetype)initWithScheme:(NSString *)scheme host:(nullable NSString *)host path:(NSString *)path API_DEPRECATED("Use NSURLComponents instead, which lets you create a valid URL with any valid combination of URL components and subcomponents (not just scheme, host and path), and lets you set components and subcomponents with either percent-encoded or un-percent-encoded strings.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0)); // this call percent-encodes both the host and path, so this cannot be used to set a username/password or port in the hostname part or with a IPv6 '[...]' type address. NSURLComponents handles IPv6 addresses correctly.
  4205. | ^~~~~~~~
  4206. | cg_nullable
  4207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:33:93 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4208. 33 | - (instancetype)initFileURLWithPath:(NSString *)path isDirectory:(BOOL)isDir relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  4209. | ^~~~~~~~
  4210. | cg_nullable
  4211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:36:69 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4212. 36 | - (instancetype)initFileURLWithPath:(NSString *)path relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; // Better to use initFileURLWithPath:isDirectory:relativeToURL: if you know if the path is a directory vs non-directory, as it saves an I/O.
  4213. | ^~~~~~~~
  4214. | cg_nullable
  4215. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:43:85 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4216. 43 | + (NSURL *)fileURLWithPath:(NSString *)path isDirectory:(BOOL) isDir relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  4217. | ^~~~~~~~
  4218. | cg_nullable
  4219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:46:60 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4220. 46 | + (NSURL *)fileURLWithPath:(NSString *)path relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); // Better to use fileURLWithPath:isDirectory:relativeToURL: if you know if the path is a directory vs non-directory, as it saves an I/O.
  4221. | ^~~~~~~~
  4222. | cg_nullable
  4223. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:53:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4224. 53 | - (instancetype)initFileURLWithFileSystemRepresentation:(const char *)path isDirectory:(BOOL)isDir relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  4225. | ^~~~~~~~
  4226. | cg_nullable
  4227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:57:107: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4228. 57 | + (NSURL *)fileURLWithFileSystemRepresentation:(const char *)path isDirectory:(BOOL) isDir relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  4229. | ^~~~~~~~
  4230. | cg_nullable
  4231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:61:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4232. 61 | - (nullable instancetype)initWithString:(NSString *)URLString;
  4233. | ^~~~~~~~
  4234. | cg_nullable
  4235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:62:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4236. 62 | - (nullable instancetype)initWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL NS_DESIGNATED_INITIALIZER;
  4237. | ^~~~~~~~
  4238. | cg_nullable
  4239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:62:78 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4240. 62 | - (nullable instancetype)initWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL NS_DESIGNATED_INITIALIZER;
  4241. | ^~~~~~~~
  4242. | cg_nullable
  4243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:63:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4244. 63 | + (nullable instancetype)URLWithString:(NSString *)URLString;
  4245. | ^~~~~~~~
  4246. | cg_nullable
  4247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:64:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4248. 64 | + (nullable instancetype)URLWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL;
  4249. | ^~~~~~~~
  4250. | cg_nullable
  4251. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:64:77 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4252. 64 | + (nullable instancetype)URLWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL;
  4253. | ^~~~~~~~
  4254. | cg_nullable
  4255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:69:74 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4256. 69 | - (instancetype)initWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  4257. | ^~~~~~~~
  4258. | cg_nullable
  4259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:72:68 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4260. 72 | + (NSURL *)URLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  4261. | ^~~~~~~~
  4262. | cg_nullable
  4263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:76:85 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4264. 76 | - (instancetype)initAbsoluteURLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  4265. | ^~~~~~~~
  4266. | cg_nullable
  4267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:79:76 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4268. 79 | + (NSURL *)absoluteURLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  4269. | ^~~~~~~~
  4270. | cg_nullable
  4271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:142:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4272. 142 | - (nullable NSURL *)fileReferenceURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4273. | ^~~~~~~~
  4274. | cg_nullable
  4275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:164:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4276. 164 | - (nullable NSDictionary<NSURLResourceKey, id> *)resourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4277. | ^~~~~~~~
  4278. | cg_nullable
  4279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:164:97: error: cannot find protocol declaration for 'NSURLResourceKey'
  4280. 164 | - (nullable NSDictionary<NSURLResourceKey, id> *)resourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4281. | ^
  4282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:168:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4283. 168 | - (BOOL)setResourceValue:(nullable id)value forKey:(NSURLResourceKey)key error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4284. | ^~~~~~~~
  4285. | cg_nullable
  4286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:172:61: error: cannot find protocol declaration for 'NSURLResourceKey'
  4287. 172 | - (BOOL)setResourceValues:(NSDictionary<NSURLResourceKey, id> *)keyedValues error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4288. | ^
  4289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:172:61: error: cannot find protocol declaration for 'id'
  4290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:186:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4291. 186 | - (void)setTemporaryResourceValue:(nullable id)value forKey:(NSURLResourceKey)key API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  4292. | ^~~~~~~~
  4293. | cg_nullable
  4294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:409:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4295. 409 | - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray<NSURLResourceKey> *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4296. | ^~~~~~~~
  4297. | cg_nullable
  4298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:409:116: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4299. 409 | - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray<NSURLResourceKey> *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4300. | ^~~~~~~~
  4301. | cg_nullable
  4302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:409:173: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4303. 409 | - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray<NSURLResourceKey> *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4304. | ^~~~~~~~
  4305. | cg_nullable
  4306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:413:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4307. 413 | - (nullable instancetype)initByResolvingBookmarkData:(NSData *)bookmarkData options:(NSURLBookmarkResolutionOptions)options relativeToURL:(nullable NSURL *)relativeURL bookmarkDataIsStale:(BOOL * _Nullable)isStale error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4308. | ^~~~~~~~
  4309. | cg_nullable
  4310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:413:140: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4311. 413 | - (nullable instancetype)initByResolvingBookmarkData:(NSData *)bookmarkData options:(NSURLBookmarkResolutionOptions)options relativeToURL:(nullable NSURL *)relativeURL bookmarkDataIsStale:(BOOL * _Nullable)isStale error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4312. | ^~~~~~~~
  4313. | cg_nullable
  4314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:416:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4315. 416 | + (nullable instancetype)URLByResolvingBookmarkData:(NSData *)bookmarkData options:(NSURLBookmarkResolutionOptions)options relativeToURL:(nullable NSURL *)relativeURL bookmarkDataIsStale:(BOOL * _Nullable)isStale error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4316. | ^~~~~~~~
  4317. | cg_nullable
  4318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:416:139: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4319. 416 | + (nullable instancetype)URLByResolvingBookmarkData:(NSData *)bookmarkData options:(NSURLBookmarkResolutionOptions)options relativeToURL:(nullable NSURL *)relativeURL bookmarkDataIsStale:(BOOL * _Nullable)isStale error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4320. | ^~~~~~~~
  4321. | cg_nullable
  4322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:420:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4323. 420 | + (nullable NSDictionary<NSURLResourceKey, id> *)resourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys fromBookmarkData:(NSData *)bookmarkData API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4324. | ^~~~~~~~
  4325. | cg_nullable
  4326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:420:97: error: cannot find protocol declaration for 'NSURLResourceKey'
  4327. 420 | + (nullable NSDictionary<NSURLResourceKey, id> *)resourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys fromBookmarkData:(NSData *)bookmarkData API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4328. | ^
  4329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:428:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4330. 428 | + (nullable NSData *)bookmarkDataWithContentsOfURL:(NSURL *)bookmarkFileURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4331. | ^~~~~~~~
  4332. | cg_nullable
  4333. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:432:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4334. 432 | + (nullable instancetype)URLByResolvingAliasFileAtURL:(NSURL *)url options:(NSURLBookmarkResolutionOptions)options error:(NSError **)error API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4335. | ^~~~~~~~
  4336. | cg_nullable
  4337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:459:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4338. 459 | - (nullable NSDictionary<NSURLResourceKey, id> *)promisedItemResourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys error:(NSError **)error API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4339. | ^~~~~~~~
  4340. | cg_nullable
  4341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:459:109: error: cannot find protocol declaration for 'NSURLResourceKey'
  4342. 459 | - (nullable NSDictionary<NSURLResourceKey, id> *)promisedItemResourceValuesForKeys:(NSArray<NSURLResourceKey> *)keys error:(NSError **)error API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4343. | ^
  4344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:476:54: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4345. 476 | - (instancetype)initWithName:(NSString *)name value:(nullable NSString *)value NS_DESIGNATED_INITIALIZER;
  4346. | ^~~~~~~~
  4347. | cg_nullable
  4348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:477:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4349. 477 | + (instancetype)queryItemWithName:(NSString *)name value:(nullable NSString *)value;
  4350. | ^~~~~~~~
  4351. | cg_nullable
  4352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:490:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4353. 490 | - (nullable instancetype)initWithURL:(NSURL *)url resolvingAgainstBaseURL:(BOOL)resolve;
  4354. | ^~~~~~~~
  4355. | cg_nullable
  4356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:493:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4357. 493 | + (nullable instancetype)componentsWithURL:(NSURL *)url resolvingAgainstBaseURL:(BOOL)resolve;
  4358. | ^~~~~~~~
  4359. | cg_nullable
  4360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:496:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4361. 496 | - (nullable instancetype)initWithString:(NSString *)URLString;
  4362. | ^~~~~~~~
  4363. | cg_nullable
  4364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:499:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4365. 499 | + (nullable instancetype)componentsWithString:(NSString *)URLString;
  4366. | ^~~~~~~~
  4367. | cg_nullable
  4368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:505:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4369. 505 | - (nullable NSURL *)URLRelativeToURL:(nullable NSURL *)baseURL;
  4370. | ^~~~~~~~
  4371. | cg_nullable
  4372. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:505:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4373. 505 | - (nullable NSURL *)URLRelativeToURL:(nullable NSURL *)baseURL;
  4374. | ^~~~~~~~
  4375. | cg_nullable
  4376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:552:51: error: expected '>' before '*' token
  4377. 552 | @property (nullable, copy) NSArray<NSURLQueryItem *> *queryItems API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4378. | ^
  4379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:552:51: error: cannot find protocol declaration for 'NSURLQueryItem'
  4380. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:552:52: error: expected unqualified-id before '>' token
  4381. 552 | @property (nullable, copy) NSArray<NSURLQueryItem *> *queryItems API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4382. | ^
  4383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:557:51: error: expected '>' before '*' token
  4384. 557 | @property (nullable, copy) NSArray<NSURLQueryItem *> *percentEncodedQueryItems API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  4385. | ^
  4386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:557:51: error: cannot find protocol declaration for 'NSURLQueryItem'
  4387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:557:52: error: expected unqualified-id before '>' token
  4388. 557 | @property (nullable, copy) NSArray<NSURLQueryItem *> *percentEncodedQueryItems API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  4389. | ^
  4390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:589:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4391. 589 | - (nullable NSString *)stringByAddingPercentEncodingWithAllowedCharacters:(NSCharacterSet *)allowedCharacters API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  4392. | ^~~~~~~~
  4393. | cg_nullable
  4394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:595:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4395. 595 | - (nullable NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4396. | ^~~~~~~~
  4397. | cg_nullable
  4398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:596:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4399. 596 | - (nullable NSString *)stringByReplacingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4400. | ^~~~~~~~
  4401. | cg_nullable
  4402. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4403. 605 | + (nullable NSURL *)fileURLWithPathComponents:(NSArray<NSString *> *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4404. | ^~~~~~~~
  4405. | cg_nullable
  4406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:65: error: expected '>' before '*' token
  4407. 605 | + (nullable NSURL *)fileURLWithPathComponents:(NSArray<NSString *> *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4408. | ^
  4409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:65: error: cannot find protocol declaration for 'NSString'
  4410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:66: error: expected ')' before '>' token
  4411. 605 | + (nullable NSURL *)fileURLWithPathComponents:(NSArray<NSString *> *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4412. | ~ ^
  4413. | )
  4414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:66: error: expected identifier before '>' token
  4415. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:66: error: expected ';' before '>' token
  4416. 605 | + (nullable NSURL *)fileURLWithPathComponents:(NSArray<NSString *> *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4417. | ^
  4418. | ;
  4419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:606:55: error: expected '>' before '*' token
  4420. 606 | @property (nullable, readonly, copy) NSArray<NSString *> *pathComponents API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4421. | ^
  4422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:606:55: error: cannot find protocol declaration for 'NSString'
  4423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:606:56: error: expected unqualified-id before '>' token
  4424. 606 | @property (nullable, readonly, copy) NSArray<NSString *> *pathComponents API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4425. | ^
  4426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:610:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4427. 610 | - (nullable NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4428. | ^~~~~~~~
  4429. | cg_nullable
  4430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:611:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4431. 611 | - (nullable NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent isDirectory:(BOOL)isDirectory API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4432. | ^~~~~~~~
  4433. | cg_nullable
  4434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:613:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4435. 613 | - (nullable NSURL *)URLByAppendingPathExtension:(NSString *)pathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4436. | ^~~~~~~~
  4437. | cg_nullable
  4438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:629:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4439. 629 | - (nullable instancetype) initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  4440. | ^~~~~~~~
  4441. | cg_nullable
  4442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:653:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4443. 653 | - (nullable NSData *)resourceDataUsingCache:(BOOL)shouldUseCache API_DEPRECATED("Use NSURLConnection instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0)); // Blocks to load the data if necessary. If shouldUseCache is YES, then if an equivalent URL has already been loaded and cached, its resource data will be returned immediately. If shouldUseCache is NO, a new load will be started
  4444. | ^~~~~~~~
  4445. | cg_nullable
  4446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:655:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4447. 655 | - (nullable id)propertyForKey:(NSString *)propertyKey API_DEPRECATED("Use NSURLConnection instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4448. | ^~~~~~~~
  4449. | cg_nullable
  4450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:662:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4451. 662 | - (nullable NSURLHandle *)URLHandleUsingCache:(BOOL)shouldUseCache API_DEPRECATED("Use NSURLConnection instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0)); // Sophisticated clients will want to ask for this, then message the handle directly. If shouldUseCache is NO, a newly instantiated handle is returned, even if an equivalent URL has been loaded
  4452. | ^~~~~~~~
  4453. | cg_nullable
  4454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:15:15: error: expected ';' before '<' token
  4455. 15 | @class NSArray<ObjectType>, NSData, NSDate, NSDirectoryEnumerator<ObjectType>, NSError, NSNumber, NSFileProviderService, NSXPCConnection, NSLock;
  4456. | ^
  4457. | ;
  4458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:100:29: error: unknown property attribute 'strong'
  4459. 100 | @property (class, readonly, strong) NSFileManager *defaultManager;
  4460. | ^~~~~~
  4461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:104:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4462. 104 | - (nullable NSArray<NSURL *> *)mountedVolumeURLsIncludingResourceValuesForKeys:(nullable NSArray<NSURLResourceKey> *)propertyKeys options:(NSVolumeEnumerationOptions)options API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4463. | ^~~~~~~~
  4464. | cg_nullable
  4465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:104:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4466. 104 | - (nullable NSArray<NSURL *> *)mountedVolumeURLsIncludingResourceValuesForKeys:(nullable NSArray<NSURLResourceKey> *)propertyKeys options:(NSVolumeEnumerationOptions)options API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4467. | ^~~~~~~~
  4468. | cg_nullable
  4469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:106: error: expected ')' before '(' token
  4470. 108 | - (void)unmountVolumeAtURL:(NSURL *)url options:(NSFileManagerUnmountOptions)mask completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos);
  4471. | ~ ^~
  4472. | )
  4473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:107: error: expected identifier before '(' token
  4474. 108 | - (void)unmountVolumeAtURL:(NSURL *)url options:(NSFileManagerUnmountOptions)mask completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos);
  4475. | ^
  4476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:106: error: expected ';' before '(' token
  4477. 108 | - (void)unmountVolumeAtURL:(NSURL *)url options:(NSFileManagerUnmountOptions)mask completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos);
  4478. | ^~
  4479. | ;
  4480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:116:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4481. 116 | - (nullable NSArray<NSURL *> *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray<NSURLResourceKey> *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4482. | ^~~~~~~~
  4483. | cg_nullable
  4484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:116:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4485. 116 | - (nullable NSArray<NSURL *> *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray<NSURLResourceKey> *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4486. | ^~~~~~~~
  4487. | cg_nullable
  4488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:121:18: error: expected '>' before '*' token
  4489. 121 | - (NSArray<NSURL *> *)URLsForDirectory:(NSSearchPathDirectory)directory inDomains:(NSSearchPathDomainMask)domainMask API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4490. | ^
  4491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:121:18: error: cannot find protocol declaration for 'NSURL'
  4492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:121:19: error: expected ')' before '>' token
  4493. 121 | - (NSArray<NSURL *> *)URLsForDirectory:(NSSearchPathDirectory)directory inDomains:(NSSearchPathDomainMask)domainMask API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4494. | ~ ^
  4495. | )
  4496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:121:19: error: objective-c++ method declaration is expected before '>' token
  4497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:127:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4498. 127 | - (nullable NSURL *)URLForDirectory:(NSSearchPathDirectory)directory inDomain:(NSSearchPathDomainMask)domain appropriateForURL:(nullable NSURL *)url create:(BOOL)shouldCreate error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4499. | ^~~~~~~~
  4500. | cg_nullable
  4501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:127:129: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4502. 127 | - (nullable NSURL *)URLForDirectory:(NSSearchPathDirectory)directory inDomain:(NSSearchPathDomainMask)domain appropriateForURL:(nullable NSURL *)url create:(BOOL)shouldCreate error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4503. | ^~~~~~~~
  4504. | cg_nullable
  4505. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:139:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4506. 139 | - (BOOL)createDirectoryAtURL:(NSURL *)url withIntermediateDirectories:(BOOL)createIntermediates attributes:(nullable NSDictionary<NSFileAttributeKey, id> *)attributes error:(NSError **)error API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4507. | ^~~~~~~~
  4508. | cg_nullable
  4509. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:153:59: error: cannot find protocol declaration for 'NSFileAttributeKey'
  4510. 153 | - (BOOL)setAttributes:(NSDictionary<NSFileAttributeKey, id> *)attributes ofItemAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4511. | ^
  4512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:153:59: error: cannot find protocol declaration for 'id'
  4513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:159:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4514. 159 | - (BOOL)createDirectoryAtPath:(NSString *)path withIntermediateDirectories:(BOOL)createIntermediates attributes:(nullable NSDictionary<NSFileAttributeKey, id> *)attributes error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4515. | ^~~~~~~~
  4516. | cg_nullable
  4517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:165:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4518. 165 | - (nullable NSArray<NSString *> *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4519. | ^~~~~~~~
  4520. | cg_nullable
  4521. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:171:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4522. 171 | - (nullable NSArray<NSString *> *)subpathsOfDirectoryAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4523. | ^~~~~~~~
  4524. | cg_nullable
  4525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:177:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4526. 177 | - (nullable NSDictionary<NSFileAttributeKey, id> *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4527. | ^~~~~~~~
  4528. | cg_nullable
  4529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:183:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4530. 183 | - (nullable NSDictionary<NSFileAttributeKey, id> *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4531. | ^~~~~~~~
  4532. | cg_nullable
  4533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:195:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4534. 195 | - (nullable NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  4535. | ^~~~~~~~
  4536. | cg_nullable
  4537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:219:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4538. 219 | - (nullable NSDictionary *)fileAttributesAtPath:(NSString *)path traverseLink:(BOOL)yorn API_DEPRECATED("Use -attributesOfItemAtPath:error: instead", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4539. | ^~~~~~~~
  4540. | cg_nullable
  4541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:221:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4542. 221 | - (nullable NSArray *)directoryContentsAtPath:(NSString *)path API_DEPRECATED("Use -contentsOfDirectoryAtPath:error: instead", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4543. | ^~~~~~~~
  4544. | cg_nullable
  4545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:222:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4546. 222 | - (nullable NSDictionary *)fileSystemAttributesAtPath:(NSString *)path API_DEPRECATED("Use -attributesOfFileSystemForPath:error: instead", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4547. | ^~~~~~~~
  4548. | cg_nullable
  4549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:223:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4550. 223 | - (nullable NSString *)pathContentOfSymbolicLinkAtPath:(NSString *)path API_DEPRECATED("Use -destinationOfSymbolicLinkAtPath:error:", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4551. | ^~~~~~~~
  4552. | cg_nullable
  4553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:228:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4554. 228 | - (BOOL)linkPath:(NSString *)src toPath:(NSString *)dest handler:(nullable id)handler API_DEPRECATED("Not supported", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4555. | ^~~~~~~~
  4556. | cg_nullable
  4557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:229:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4558. 229 | - (BOOL)copyPath:(NSString *)src toPath:(NSString *)dest handler:(nullable id)handler API_DEPRECATED("Not supported", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4559. | ^~~~~~~~
  4560. | cg_nullable
  4561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:230:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4562. 230 | - (BOOL)movePath:(NSString *)src toPath:(NSString *)dest handler:(nullable id)handler API_DEPRECATED("Not supported", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4563. | ^~~~~~~~
  4564. | cg_nullable
  4565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:231:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4566. 231 | - (BOOL)removeFileAtPath:(NSString *)path handler:(nullable id)handler API_DEPRECATED("Not supported", macos(10.0,10.5), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  4567. | ^~~~~~~~
  4568. | cg_nullable
  4569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:242:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4570. 242 | - (BOOL)fileExistsAtPath:(NSString *)path isDirectory:(nullable BOOL *)isDirectory;
  4571. | ^~~~~~~~
  4572. | cg_nullable
  4573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:258:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4574. 258 | - (nullable NSArray<NSString *> *)componentsToDisplayForPath:(NSString *)path;
  4575. | ^~~~~~~~
  4576. | cg_nullable
  4577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:262:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4578. 262 | - (nullable NSDirectoryEnumerator<NSString *> *)enumeratorAtPath:(NSString *)path;
  4579. | ^~~~~~~~
  4580. | cg_nullable
  4581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:268:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4582. 268 | - (nullable NSDirectoryEnumerator<NSURL *> *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray<NSURLResourceKey> *)keys options:(NSDirectoryEnumerationOptions)mask errorHandler:(nullable BOOL (^)(NSURL *url, NSError *error))handler API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4583. | ^~~~~~~~
  4584. | cg_nullable
  4585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:268:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4586. 268 | - (nullable NSDirectoryEnumerator<NSURL *> *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray<NSURLResourceKey> *)keys options:(NSDirectoryEnumerationOptions)mask errorHandler:(nullable BOOL (^)(NSURL *url, NSError *error))handler API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4587. | ^~~~~~~~
  4588. | cg_nullable
  4589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:268:203: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4590. 268 | - (nullable NSDirectoryEnumerator<NSURL *> *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray<NSURLResourceKey> *)keys options:(NSDirectoryEnumerationOptions)mask errorHandler:(nullable BOOL (^)(NSURL *url, NSError *error))handler API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4591. | ^~~~~~~~
  4592. | cg_nullable
  4593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:272:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4594. 272 | - (nullable NSArray<NSString *> *)subpathsAtPath:(NSString *)path;
  4595. | ^~~~~~~~
  4596. | cg_nullable
  4597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:276:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4598. 276 | - (nullable NSData *)contentsAtPath:(NSString *)path;
  4599. | ^~~~~~~~
  4600. | cg_nullable
  4601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:277:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4602. 277 | - (BOOL)createFileAtPath:(NSString *)path contents:(nullable NSData *)data attributes:(nullable NSDictionary<NSFileAttributeKey, id> *)attr;
  4603. | ^~~~~~~~
  4604. | cg_nullable
  4605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:277:88: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4606. 277 | - (BOOL)createFileAtPath:(NSString *)path contents:(nullable NSData *)data attributes:(nullable NSDictionary<NSFileAttributeKey, id> *)attr;
  4607. | ^~~~~~~~
  4608. | cg_nullable
  4609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:294:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4610. 294 | - (BOOL)replaceItemAtURL:(NSURL *)originalItemURL withItemAtURL:(NSURL *)newItemURL backupItemName:(nullable NSString *)backupItemName options:(NSFileManagerItemReplacementOptions)options resultingItemURL:(NSURL * _Nullable * _Nullable)resultingURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  4611. | ^~~~~~~~
  4612. | cg_nullable
  4613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:315:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4614. 315 | - (nullable NSURL *)URLForUbiquityContainerIdentifier:(nullable NSString *)containerIdentifier API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4615. | ^~~~~~~~
  4616. | cg_nullable
  4617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:315:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4618. 315 | - (nullable NSURL *)URLForUbiquityContainerIdentifier:(nullable NSString *)containerIdentifier API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4619. | ^~~~~~~~
  4620. | cg_nullable
  4621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:319:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4622. 319 | - (nullable NSURL *)URLForPublishingUbiquitousItemAtURL:(NSURL *)url expirationDate:(NSDate * _Nullable * _Nullable)outDate error:(NSError **)error API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4623. | ^~~~~~~~
  4624. | cg_nullable
  4625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:329:81: error: expected ')' before '(' token
  4626. 329 | - (void)getFileProviderServicesForItemAtURL:(NSURL *)url completionHandler:(void (^)(NSDictionary <NSFileProviderServiceName, NSFileProviderService *> * _Nullable services, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  4627. | ~ ^~
  4628. | )
  4629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:329:82: error: expected identifier before '(' token
  4630. 329 | - (void)getFileProviderServicesForItemAtURL:(NSURL *)url completionHandler:(void (^)(NSDictionary <NSFileProviderServiceName, NSFileProviderService *> * _Nullable services, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  4631. | ^
  4632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:329:81: error: expected ';' before '(' token
  4633. 329 | - (void)getFileProviderServicesForItemAtURL:(NSURL *)url completionHandler:(void (^)(NSDictionary <NSFileProviderServiceName, NSFileProviderService *> * _Nullable services, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  4634. | ^~
  4635. | ;
  4636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:333:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4637. 333 | - (nullable NSURL *)containerURLForSecurityApplicationGroupIdentifier:(NSString *)groupIdentifier API_AVAILABLE(macos(10.8), ios(7.0), watchos(2.0), tvos(9.0)); // Available for OS X in 10.8.3.
  4638. | ^~~~~~~~
  4639. | cg_nullable
  4640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:343:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4641. 343 | - (nullable NSURL *)homeDirectoryForUser:(NSString *)userName API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
  4642. | ^~~~~~~~
  4643. | cg_nullable
  4644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:417:44: error: cannot find protocol declaration for 'ObjectType'
  4645. 417 | @interface NSDirectoryEnumerator<ObjectType> : NSEnumerator<ObjectType>
  4646. | ^
  4647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:417:46: error: expected unqualified-id before ':' token
  4648. 417 | @interface NSDirectoryEnumerator<ObjectType> : NSEnumerator<ObjectType>
  4649. | ^
  4650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:422:73: error: cannot find protocol declaration for 'NSFileAttributeKey'
  4651. 422 | @property (nullable, readonly, copy) NSDictionary<NSFileAttributeKey, id> *directoryAttributes;
  4652. | ^
  4653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:422:73: error: cannot find protocol declaration for 'id'
  4654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:450:61: error: expected ')' before '(' token
  4655. 450 | - (void)getFileProviderConnectionWithCompletionHandler:(void (^)(NSXPCConnection * _Nullable connection, NSError * _Nullable error))completionHandler;
  4656. | ~ ^~
  4657. | )
  4658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:450:62: error: expected identifier before '(' token
  4659. 450 | - (void)getFileProviderConnectionWithCompletionHandler:(void (^)(NSXPCConnection * _Nullable connection, NSError * _Nullable error))completionHandler;
  4660. | ^
  4661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:450:61: error: expected ';' before '(' token
  4662. 450 | - (void)getFileProviderConnectionWithCompletionHandler:(void (^)(NSXPCConnection * _Nullable connection, NSError * _Nullable error))completionHandler;
  4663. | ^~
  4664. | ;
  4665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:491:44: error: duplicate interface declaration for class 'NSDictionary'
  4666. 491 | @interface NSDictionary<KeyType, ObjectType> (NSFileAttributes)
  4667. | ^
  4668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:491:44: error: cannot find protocol declaration for 'KeyType'
  4669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:491:44: error: cannot find protocol declaration for 'ObjectType'
  4670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  4671. 7 | @class NSString, NSDictionary;
  4672. | ^~~~~~~~~~~~
  4673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:491:44: error: trying to finish struct, but kicked out due to previous parse errors
  4674. 491 | @interface NSDictionary<KeyType, ObjectType> (NSFileAttributes)
  4675. | ^
  4676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:493:1: error: expected constructor, destructor, or type conversion before '-' token
  4677. 493 | - (unsigned long long)fileSize;
  4678. | ^
  4679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:494:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4680. 494 | - (nullable NSDate *)fileModificationDate;
  4681. | ^~~~~~~~
  4682. | cg_nullable
  4683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:495:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4684. 495 | - (nullable NSString *)fileType;
  4685. | ^~~~~~~~
  4686. | cg_nullable
  4687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:497:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4688. 497 | - (nullable NSString *)fileOwnerAccountName;
  4689. | ^~~~~~~~
  4690. | cg_nullable
  4691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:498:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4692. 498 | - (nullable NSString *)fileGroupOwnerAccountName;
  4693. | ^~~~~~~~
  4694. | cg_nullable
  4695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:506:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4696. 506 | - (nullable NSDate *)fileCreationDate;
  4697. | ^~~~~~~~
  4698. | cg_nullable
  4699. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:507:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4700. 507 | - (nullable NSNumber *)fileOwnerAccountID;
  4701. | ^~~~~~~~
  4702. | cg_nullable
  4703. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:508:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4704. 508 | - (nullable NSNumber *)fileGroupOwnerAccountID;
  4705. | ^~~~~~~~
  4706. | cg_nullable
  4707. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:41:
  4708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:12:15: error: expected ';' before '<' token
  4709. 12 | @class NSArray<ObjectType>, NSSet<ObjectType>, NSHashTable;
  4710. | ^
  4711. | ;
  4712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:29:34: error: cannot find protocol declaration for 'ObjectType'
  4713. 29 | @interface NSHashTable<ObjectType> : NSObject <NSCopying, NSSecureCoding, NSFastEnumeration>
  4714. | ^
  4715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:29:36: error: expected unqualified-id before ':' token
  4716. 29 | @interface NSHashTable<ObjectType> : NSObject <NSCopying, NSSecureCoding, NSFastEnumeration>
  4717. | ^
  4718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:36:26: error: cannot find protocol declaration for 'ObjectType'
  4719. 36 | + (NSHashTable<ObjectType> *)hashTableWithOptions:(NSPointerFunctionsOptions)options;
  4720. | ^
  4721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:40:26: error: cannot find protocol declaration for 'ObjectType'
  4722. 40 | + (NSHashTable<ObjectType> *)weakObjectsHashTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); // entries are not necessarily purged right away when the weak object is reclaimed
  4723. | ^
  4724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:47:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4725. 47 | - (nullable ObjectType)member:(nullable ObjectType)object;
  4726. | ^~~~~~~~
  4727. | cg_nullable
  4728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:47:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4729. 47 | - (nullable ObjectType)member:(nullable ObjectType)object;
  4730. | ^~~~~~~~
  4731. | cg_nullable
  4732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:48:27: error: cannot find protocol declaration for 'ObjectType'
  4733. 48 | - (NSEnumerator<ObjectType> *)objectEnumerator;
  4734. | ^
  4735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:50:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4736. 50 | - (void)addObject:(nullable ObjectType)object;
  4737. | ^~~~~~~~
  4738. | cg_nullable
  4739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:51:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4740. 51 | - (void)removeObject:(nullable ObjectType)object;
  4741. | ^~~~~~~~
  4742. | cg_nullable
  4743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:55:46: error: cannot find protocol declaration for 'ObjectType'
  4744. 55 | @property (readonly, copy) NSArray<ObjectType> *allObjects; // convenience
  4745. | ^
  4746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:57:43: error: 'ObjectType' has not been declared
  4747. 57 | @property (nullable, nonatomic, readonly) ObjectType anyObject;
  4748. | ^~~~~~~~~~
  4749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:58:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4750. 58 | - (BOOL)containsObject:(nullable ObjectType)anObject;
  4751. | ^~~~~~~~
  4752. | cg_nullable
  4753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:60:52: error: cannot find protocol declaration for 'ObjectType'
  4754. 60 | - (BOOL)intersectsHashTable:(NSHashTable<ObjectType> *)other;
  4755. | ^
  4756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:61:51: error: cannot find protocol declaration for 'ObjectType'
  4757. 61 | - (BOOL)isEqualToHashTable:(NSHashTable<ObjectType> *)other;
  4758. | ^
  4759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:62:52: error: cannot find protocol declaration for 'ObjectType'
  4760. 62 | - (BOOL)isSubsetOfHashTable:(NSHashTable<ObjectType> *)other;
  4761. | ^
  4762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:64:51: error: cannot find protocol declaration for 'ObjectType'
  4763. 64 | - (void)intersectHashTable:(NSHashTable<ObjectType> *)other;
  4764. | ^
  4765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:65:47: error: cannot find protocol declaration for 'ObjectType'
  4766. 65 | - (void)unionHashTable:(NSHashTable<ObjectType> *)other;
  4767. | ^
  4768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:66:47: error: cannot find protocol declaration for 'ObjectType'
  4769. 66 | - (void)minusHashTable:(NSHashTable<ObjectType> *)other;
  4770. | ^
  4771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:68:44: error: cannot find protocol declaration for 'ObjectType'
  4772. 68 | @property (readonly, copy) NSSet<ObjectType> *setRepresentation; // create a set of the contents
  4773. | ^
  4774. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:42:
  4775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:10:15: error: expected ';' before '<' token
  4776. 10 | @class NSArray<ObjectType>;
  4777. | ^
  4778. | ;
  4779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:12:20: error: expected ';' before '<' token
  4780. 12 | @class NSDictionary<KeyType, ObjectType>;
  4781. | ^
  4782. | ;
  4783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:259:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4784. 259 | - (nullable instancetype)initWithProperties:(NSDictionary<NSHTTPCookiePropertyKey, id> *)properties;
  4785. | ^~~~~~~~
  4786. | cg_nullable
  4787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:259:86: error: cannot find protocol declaration for 'NSHTTPCookiePropertyKey'
  4788. 259 | - (nullable instancetype)initWithProperties:(NSDictionary<NSHTTPCookiePropertyKey, id> *)properties;
  4789. | ^
  4790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:259:86: error: cannot find protocol declaration for 'id'
  4791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:274:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4792. 274 | + (nullable NSHTTPCookie *)cookieWithProperties:(NSDictionary<NSHTTPCookiePropertyKey, id> *)properties;
  4793. | ^~~~~~~~
  4794. | cg_nullable
  4795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:274:90: error: cannot find protocol declaration for 'NSHTTPCookiePropertyKey'
  4796. 274 | + (nullable NSHTTPCookie *)cookieWithProperties:(NSDictionary<NSHTTPCookiePropertyKey, id> *)properties;
  4797. | ^
  4798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:274:90: error: cannot find protocol declaration for 'id'
  4799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:284:26: error: expected '>' before '*' token
  4800. 284 | + (NSDictionary<NSString *, NSString *> *)requestHeaderFieldsWithCookies:(NSArray<NSHTTPCookie *> *)cookies;
  4801. | ^
  4802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:284:26: error: cannot find protocol declaration for 'NSString'
  4803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:284:27: error: expected ')' before ',' token
  4804. 284 | + (NSDictionary<NSString *, NSString *> *)requestHeaderFieldsWithCookies:(NSArray<NSHTTPCookie *> *)cookies;
  4805. | ~ ^
  4806. | )
  4807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:284:27: error: objective-c++ method declaration is expected before ',' token
  4808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:295:25: error: expected '>' before '*' token
  4809. 295 | + (NSArray<NSHTTPCookie *> *)cookiesWithResponseHeaderFields:(NSDictionary<NSString *, NSString *> *)headerFields forURL:(NSURL *)URL;
  4810. | ^
  4811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:295:25: error: cannot find protocol declaration for 'NSHTTPCookie'
  4812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:295:26: error: expected ')' before '>' token
  4813. 295 | + (NSArray<NSHTTPCookie *> *)cookiesWithResponseHeaderFields:(NSDictionary<NSString *, NSString *> *)headerFields forURL:(NSURL *)URL;
  4814. | ~ ^
  4815. | )
  4816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:295:26: error: objective-c++ method declaration is expected before '>' token
  4817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:308:78: error: cannot find protocol declaration for 'NSHTTPCookiePropertyKey'
  4818. 308 | @property (nullable, readonly, copy) NSDictionary<NSHTTPCookiePropertyKey, id> *properties;
  4819. | ^
  4820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:308:78: error: cannot find protocol declaration for 'id'
  4821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:422:55: error: expected '>' before '*' token
  4822. 422 | @property (nullable, readonly, copy) NSArray<NSNumber *> *portList;
  4823. | ^
  4824. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:422:55: error: cannot find protocol declaration for 'NSNumber'
  4825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:422:56: error: expected unqualified-id before '>' token
  4826. 422 | @property (nullable, readonly, copy) NSArray<NSNumber *> *portList;
  4827. | ^
  4828. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:43:
  4829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:11:15: error: expected ';' before '<' token
  4830. 11 | @class NSArray<ObjectType>;
  4831. | ^
  4832. | ;
  4833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:60:28: error: unknown property attribute 'strong'
  4834. 60 | @property(class, readonly, strong) NSHTTPCookieStorage *sharedHTTPCookieStorage;
  4835. | ^~~~~~
  4836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:79:60: error: expected '>' before '*' token
  4837. 79 | @property (nullable , readonly, copy) NSArray<NSHTTPCookie *> *cookies;
  4838. | ^
  4839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:79:60: error: cannot find protocol declaration for 'NSHTTPCookie'
  4840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:79:61: error: expected unqualified-id before '>' token
  4841. 79 | @property (nullable , readonly, copy) NSArray<NSHTTPCookie *> *cookies;
  4842. | ^
  4843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4844. 111 | - (nullable NSArray<NSHTTPCookie *> *)cookiesForURL:(NSURL *)URL;
  4845. | ^~~~~~~~
  4846. | cg_nullable
  4847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:130:42: error: expected '>' before '*' token
  4848. 130 | - (void)setCookies:(NSArray<NSHTTPCookie *> *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL;
  4849. | ^
  4850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:130:42: error: cannot find protocol declaration for 'NSHTTPCookie'
  4851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:130:43: error: expected ')' before '>' token
  4852. 130 | - (void)setCookies:(NSArray<NSHTTPCookie *> *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL;
  4853. | ~ ^
  4854. | )
  4855. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:130:43: error: expected identifier before '>' token
  4856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:130:43: error: expected ';' before '>' token
  4857. 130 | - (void)setCookies:(NSArray<NSHTTPCookie *> *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL;
  4858. | ^
  4859. | ;
  4860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:144:25: error: expected '>' before '*' token
  4861. 144 | - (NSArray<NSHTTPCookie *> *)sortedCookiesUsingDescriptors:(NSArray<NSSortDescriptor *> *) sortOrder API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4862. | ^
  4863. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:144:25: error: cannot find protocol declaration for 'NSHTTPCookie'
  4864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:144:26: error: expected ')' before '>' token
  4865. 144 | - (NSArray<NSHTTPCookie *> *)sortedCookiesUsingDescriptors:(NSArray<NSSortDescriptor *> *) sortOrder API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  4866. | ~ ^
  4867. | )
  4868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:144:26: error: objective-c++ method declaration is expected before '>' token
  4869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:44: error: expected '>' before '*' token
  4870. 149 | - (void)storeCookies:(NSArray<NSHTTPCookie *> *)cookies forTask:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4871. | ^
  4872. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:44: error: cannot find protocol declaration for 'NSHTTPCookie'
  4873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:45: error: expected ')' before '>' token
  4874. 149 | - (void)storeCookies:(NSArray<NSHTTPCookie *> *)cookies forTask:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4875. | ~ ^
  4876. | )
  4877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:45: error: expected identifier before '>' token
  4878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:45: error: expected ';' before '>' token
  4879. 149 | - (void)storeCookies:(NSArray<NSHTTPCookie *> *)cookies forTask:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4880. | ^
  4881. | ;
  4882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:150:75: error: expected ')' before '(' token
  4883. 150 | - (void)getCookiesForTask:(NSURLSessionTask *)task completionHandler:(void (^) (NSArray<NSHTTPCookie *> * _Nullable cookies))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4884. | ~ ^~
  4885. | )
  4886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:150:76: error: expected identifier before '(' token
  4887. 150 | - (void)getCookiesForTask:(NSURLSessionTask *)task completionHandler:(void (^) (NSArray<NSHTTPCookie *> * _Nullable cookies))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4888. | ^
  4889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:150:75: error: expected ';' before '(' token
  4890. 150 | - (void)getCookiesForTask:(NSURLSessionTask *)task completionHandler:(void (^) (NSArray<NSHTTPCookie *> * _Nullable cookies))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  4891. | ^~
  4892. | ;
  4893. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47:
  4894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4895. 54 | + (nullable NSData *)dataWithJSONObject:(id)obj options:(NSJSONWritingOptions)opt error:(NSError **)error;
  4896. | ^~~~~~~~
  4897. | cg_nullable
  4898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:59:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4899. 59 | + (nullable id)JSONObjectWithData:(NSData *)data options:(NSJSONReadingOptions)opt error:(NSError **)error;
  4900. | ^~~~~~~~
  4901. | cg_nullable
  4902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4903. 67 | + (nullable id)JSONObjectWithStream:(NSInputStream *)stream options:(NSJSONReadingOptions)opt error:(NSError **)error;
  4904. | ^~~~~~~~
  4905. | cg_nullable
  4906. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8,
  4907. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48:
  4908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:11:34: error: expected ';' before '<' token
  4909. 11 | @class NSArray, NSIndexSet, NSSet<ObjectType>, NSString;
  4910. | ^
  4911. | ;
  4912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: cannot find protocol declaration for 'ObjectType'
  4913. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  4914. | ^
  4915. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:49: error: expected unqualified-id before ':' token
  4916. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  4917. | ^
  4918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:21:4: error: 'ObjectType' does not name a type
  4919. 21 | - (ObjectType)objectAtIndex:(NSUInteger)idx;
  4920. | ^~~~~~~~~~
  4921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:22:30: error: 'ObjectType' does not name a type
  4922. 22 | - (NSUInteger)indexOfObject:(ObjectType)object;
  4923. | ^~~~~~~~~~
  4924. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:24:39: error: expected ')' before 'ObjectType'
  4925. 24 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  4926. | ~ ^~~~~~~~~~~
  4927. | )
  4928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:24:50: error: expected ';' before '[' token
  4929. 24 | - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
  4930. | ^ ~
  4931. | ;
  4932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  4933. 25 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  4934. | ^~~~~~~~
  4935. | cg_nullable
  4936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:29:35: error: duplicate interface declaration for class 'NSOrderedSet'
  4937. 29 | @interface NSOrderedSet<ObjectType> (NSExtendedOrderedSet)
  4938. | ^
  4939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:29:35: error: cannot find protocol declaration for 'ObjectType'
  4940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  4941. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  4942. | ^
  4943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:29:35: error: trying to finish struct, but kicked out due to previous parse errors
  4944. 29 | @interface NSOrderedSet<ObjectType> (NSExtendedOrderedSet)
  4945. | ^
  4946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:31:1: error: expected constructor, destructor, or type conversion before '-' token
  4947. 31 | - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nullable])objects range:(NSRange)range NS_SWIFT_UNAVAILABLE("Use 'array' instead");
  4948. | ^
  4949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:32:22: error: cannot find protocol declaration for 'ObjectType'
  4950. 32 | - (NSArray<ObjectType> *)objectsAtIndexes:(NSIndexSet *)indexes;
  4951. | ^
  4952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:33:43: error: 'ObjectType' has not been declared
  4953. 33 | @property (nullable, nonatomic, readonly) ObjectType firstObject;
  4954. | ^~~~~~~~~~
  4955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:34:43: error: 'ObjectType' has not been declared
  4956. 34 | @property (nullable, nonatomic, readonly) ObjectType lastObject;
  4957. | ^~~~~~~~~~
  4958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:36:53: error: cannot find protocol declaration for 'ObjectType'
  4959. 36 | - (BOOL)isEqualToOrderedSet:(NSOrderedSet<ObjectType> *)other;
  4960. | ^
  4961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:38:25: error: 'ObjectType' does not name a type
  4962. 38 | - (BOOL)containsObject:(ObjectType)object;
  4963. | ^~~~~~~~~~
  4964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:39:54: error: cannot find protocol declaration for 'ObjectType'
  4965. 39 | - (BOOL)intersectsOrderedSet:(NSOrderedSet<ObjectType> *)other;
  4966. | ^
  4967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:40:40: error: cannot find protocol declaration for 'ObjectType'
  4968. 40 | - (BOOL)intersectsSet:(NSSet<ObjectType> *)set;
  4969. | ^
  4970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:42:54: error: cannot find protocol declaration for 'ObjectType'
  4971. 42 | - (BOOL)isSubsetOfOrderedSet:(NSOrderedSet<ObjectType> *)other;
  4972. | ^
  4973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:43:40: error: cannot find protocol declaration for 'ObjectType'
  4974. 43 | - (BOOL)isSubsetOfSet:(NSSet<ObjectType> *)set;
  4975. | ^
  4976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:45:4: error: 'ObjectType' does not name a type
  4977. 45 | - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  4978. | ^~~~~~~~~~
  4979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:47:27: error: cannot find protocol declaration for 'ObjectType'
  4980. 47 | - (NSEnumerator<ObjectType> *)objectEnumerator;
  4981. | ^
  4982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:48:27: error: cannot find protocol declaration for 'ObjectType'
  4983. 48 | - (NSEnumerator<ObjectType> *)reverseObjectEnumerator;
  4984. | ^
  4985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:50:51: error: cannot find protocol declaration for 'ObjectType'
  4986. 50 | @property (readonly, copy) NSOrderedSet<ObjectType> *reversedOrderedSet;
  4987. | ^
  4988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:58:22: error: unknown property attribute 'strong'
  4989. 58 | @property (readonly, strong) NSArray<ObjectType> *array;
  4990. | ^~~~~~
  4991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:58:48: error: cannot find protocol declaration for 'ObjectType'
  4992. 58 | @property (readonly, strong) NSArray<ObjectType> *array;
  4993. | ^
  4994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:59:22: error: unknown property attribute 'strong'
  4995. 59 | @property (readonly, strong) NSSet<ObjectType> *set;
  4996. | ^~~~~~
  4997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:59:46: error: cannot find protocol declaration for 'ObjectType'
  4998. 59 | @property (readonly, strong) NSSet<ObjectType> *set;
  4999. | ^
  5000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:61:41: error: expected ')' before '(' token
  5001. 61 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5002. | ~ ^~
  5003. | )
  5004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:61:42: error: expected identifier before '(' token
  5005. 61 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5006. | ^
  5007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:61:41: error: expected ';' before '(' token
  5008. 61 | - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5009. | ^~
  5010. | ;
  5011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:62:80: error: expected ')' before '(' token
  5012. 62 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5013. | ~ ^~
  5014. | )
  5015. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:62:81: error: expected identifier before '(' token
  5016. 62 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5017. | ^
  5018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:62:80: error: expected ';' before '(' token
  5019. 62 | - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5020. | ^~
  5021. | ;
  5022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:63:102: error: expected ')' before '(' token
  5023. 63 | - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5024. | ~ ^~
  5025. | )
  5026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:63:103: error: expected identifier before '(' token
  5027. 63 | - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5028. | ^
  5029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:63:102: error: expected ';' before '(' token
  5030. 63 | - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block;
  5031. | ^~
  5032. | ;
  5033. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:65:45: error: expected ')' before '(' token
  5034. 65 | - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5035. | ~ ^~
  5036. | )
  5037. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:65:46: error: expected identifier before '(' token
  5038. 65 | - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5039. | ^
  5040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:65:45: error: expected ';' before '(' token
  5041. 65 | - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5042. | ^~
  5043. | ;
  5044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:66:84: error: expected ')' before '(' token
  5045. 66 | - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5046. | ~ ^~
  5047. | )
  5048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:66:85: error: expected identifier before '(' token
  5049. 66 | - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5050. | ^
  5051. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:66:84: error: expected ';' before '(' token
  5052. 66 | - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5053. | ^~
  5054. | ;
  5055. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:67:106: error: expected ')' before '(' token
  5056. 67 | - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5057. | ~ ^~
  5058. | )
  5059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:67:107: error: expected identifier before '(' token
  5060. 67 | - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5061. | ^
  5062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:67:106: error: expected ';' before '(' token
  5063. 67 | - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5064. | ^~
  5065. | ;
  5066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:69:50: error: expected ')' before '(' token
  5067. 69 | - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5068. | ~ ^~
  5069. | )
  5070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:69:51: error: expected identifier before '(' token
  5071. 69 | - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5072. | ^
  5073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:69:50: error: expected ';' before '(' token
  5074. 69 | - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5075. | ^~
  5076. | ;
  5077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:70:89: error: expected ')' before '(' token
  5078. 70 | - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5079. | ~ ^~
  5080. | )
  5081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:70:90: error: expected identifier before '(' token
  5082. 70 | - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5083. | ^
  5084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:70:89: error: expected ';' before '(' token
  5085. 70 | - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5086. | ^~
  5087. | ;
  5088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:71:111: error: expected ')' before '(' token
  5089. 71 | - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5090. | ~ ^~
  5091. | )
  5092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:71:112: error: expected identifier before '(' token
  5093. 71 | - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5094. | ^
  5095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:71:111: error: expected ';' before '(' token
  5096. 71 | - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate;
  5097. | ^~
  5098. | ;
  5099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:73:30: error: 'ObjectType' does not name a type
  5100. 73 | - (NSUInteger)indexOfObject:(ObjectType)object inSortedRange:(NSRange)range options:(NSBinarySearchingOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmp; // binary search
  5101. | ^~~~~~~~~~
  5102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:73:133: error: 'NSComparator' does not name a type
  5103. 73 | - (NSUInteger)indexOfObject:(ObjectType)object inSortedRange:(NSRange)range options:(NSBinarySearchingOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmp; // binary search
  5104. | ^~~~~~~~~~~~
  5105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:75:22: error: cannot find protocol declaration for 'ObjectType'
  5106. 75 | - (NSArray<ObjectType> *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr;
  5107. | ^
  5108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:75:54: error: 'NSComparator' does not name a type
  5109. 75 | - (NSArray<ObjectType> *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr;
  5110. | ^~~~~~~~~~~~
  5111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:76:22: error: cannot find protocol declaration for 'ObjectType'
  5112. 76 | - (NSArray<ObjectType> *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr;
  5113. | ^
  5114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:76:86: error: 'NSComparator' does not name a type
  5115. 76 | - (NSArray<ObjectType> *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr;
  5116. | ^~~~~~~~~~~~
  5117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:79:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5118. 79 | - (NSString *)descriptionWithLocale:(nullable id)locale;
  5119. | ^~~~~~~~
  5120. | cg_nullable
  5121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:80:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5122. 80 | - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level;
  5123. | ^~~~~~~~
  5124. | cg_nullable
  5125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:84:35: error: duplicate interface declaration for class 'NSOrderedSet'
  5126. 84 | @interface NSOrderedSet<ObjectType> (NSOrderedSetCreation)
  5127. | ^
  5128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:84:35: error: cannot find protocol declaration for 'ObjectType'
  5129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  5130. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  5131. | ^
  5132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:84:35: error: trying to finish struct, but kicked out due to previous parse errors
  5133. 84 | @interface NSOrderedSet<ObjectType> (NSOrderedSetCreation)
  5134. | ^
  5135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:86:1: error: expected constructor, destructor, or type conversion before '+' token
  5136. 86 | + (instancetype)orderedSet;
  5137. | ^
  5138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:87:39: error: 'ObjectType' does not name a type
  5139. 87 | + (instancetype)orderedSetWithObject:(ObjectType)object;
  5140. | ^~~~~~~~~~
  5141. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:88:45: error: expected ')' before 'ObjectType'
  5142. 88 | + (instancetype)orderedSetWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  5143. | ~ ^~~~~~~~~~~
  5144. | )
  5145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:88:56: error: expected ';' before '[' token
  5146. 88 | + (instancetype)orderedSetWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  5147. | ^ ~
  5148. | ;
  5149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:89:40: error: 'ObjectType' does not name a type
  5150. 89 | + (instancetype)orderedSetWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  5151. | ^~~~~~~~~~
  5152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:89:65: error: duplicate declaration of method '+orderedSetWithObjects:' with conflicting types
  5153. 89 | + (instancetype)orderedSetWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  5154. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  5155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:88:46: note: previous declaration of '+orderedSetWithObjects:'
  5156. 88 | + (instancetype)orderedSetWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt;
  5157. | ^~~~~~~~~~
  5158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:90:66: error: cannot find protocol declaration for 'ObjectType'
  5159. 90 | + (instancetype)orderedSetWithOrderedSet:(NSOrderedSet<ObjectType> *)set;
  5160. | ^
  5161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:91:66: error: cannot find protocol declaration for 'ObjectType'
  5162. 91 | + (instancetype)orderedSetWithOrderedSet:(NSOrderedSet<ObjectType> *)set range:(NSRange)range copyItems:(BOOL)flag;
  5163. | ^
  5164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:92:56: error: cannot find protocol declaration for 'ObjectType'
  5165. 92 | + (instancetype)orderedSetWithArray:(NSArray<ObjectType> *)array;
  5166. | ^
  5167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:93:56: error: cannot find protocol declaration for 'ObjectType'
  5168. 93 | + (instancetype)orderedSetWithArray:(NSArray<ObjectType> *)array range:(NSRange)range copyItems:(BOOL)flag;
  5169. | ^
  5170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:94:52: error: cannot find protocol declaration for 'ObjectType'
  5171. 94 | + (instancetype)orderedSetWithSet:(NSSet<ObjectType> *)set;
  5172. | ^
  5173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:95:52: error: cannot find protocol declaration for 'ObjectType'
  5174. 95 | + (instancetype)orderedSetWithSet:(NSSet<ObjectType> *)set copyItems:(BOOL)flag;
  5175. | ^
  5176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:97:33: error: 'ObjectType' does not name a type
  5177. 97 | - (instancetype)initWithObject:(ObjectType)object;
  5178. | ^~~~~~~~~~
  5179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:98:34: error: 'ObjectType' does not name a type
  5180. 98 | - (instancetype)initWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION;
  5181. | ^~~~~~~~~~
  5182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:99:60: error: cannot find protocol declaration for 'ObjectType'
  5183. 99 | - (instancetype)initWithOrderedSet:(NSOrderedSet<ObjectType> *)set;
  5184. | ^
  5185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:100:60: error: cannot find protocol declaration for 'ObjectType'
  5186. 100 | - (instancetype)initWithOrderedSet:(NSOrderedSet<ObjectType> *)set copyItems:(BOOL)flag;
  5187. | ^
  5188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:101:60: error: cannot find protocol declaration for 'ObjectType'
  5189. 101 | - (instancetype)initWithOrderedSet:(NSOrderedSet<ObjectType> *)set range:(NSRange)range copyItems:(BOOL)flag;
  5190. | ^
  5191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:102:50: error: cannot find protocol declaration for 'ObjectType'
  5192. 102 | - (instancetype)initWithArray:(NSArray<ObjectType> *)array;
  5193. | ^
  5194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:103:50: error: cannot find protocol declaration for 'ObjectType'
  5195. 103 | - (instancetype)initWithArray:(NSArray<ObjectType> *)set copyItems:(BOOL)flag;
  5196. | ^
  5197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:104:50: error: cannot find protocol declaration for 'ObjectType'
  5198. 104 | - (instancetype)initWithArray:(NSArray<ObjectType> *)set range:(NSRange)range copyItems:(BOOL)flag;
  5199. | ^
  5200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:105:46: error: cannot find protocol declaration for 'ObjectType'
  5201. 105 | - (instancetype)initWithSet:(NSSet<ObjectType> *)set;
  5202. | ^
  5203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:106:46: error: cannot find protocol declaration for 'ObjectType'
  5204. 106 | - (instancetype)initWithSet:(NSSet<ObjectType> *)set copyItems:(BOOL)flag;
  5205. | ^
  5206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:35: error: duplicate interface declaration for class 'NSOrderedSet'
  5207. 112 | @interface NSOrderedSet<ObjectType> (NSOrderedSetDiffing)
  5208. | ^
  5209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:35: error: cannot find protocol declaration for 'ObjectType'
  5210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  5211. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  5212. | ^
  5213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:35: error: trying to finish struct, but kicked out due to previous parse errors
  5214. 112 | @interface NSOrderedSet<ObjectType> (NSOrderedSetDiffing)
  5215. | ^
  5216. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:114:1: error: expected constructor, destructor, or type conversion before '-' token
  5217. 114 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromOrderedSet:(NSOrderedSet<ObjectType> *)other withOptions:(NSOrderedCollectionDifferenceCalculationOptions)options usingEquivalenceTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj1, ObjectType obj2))block;
  5218. | ^
  5219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:116:44: error: cannot find protocol declaration for 'ObjectType'
  5220. 116 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromOrderedSet:(NSOrderedSet<ObjectType> *)other withOptions:(NSOrderedCollectionDifferenceCalculationOptions)options;
  5221. | ^
  5222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:116:97: error: cannot find protocol declaration for 'ObjectType'
  5223. 116 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromOrderedSet:(NSOrderedSet<ObjectType> *)other withOptions:(NSOrderedCollectionDifferenceCalculationOptions)options;
  5224. | ^
  5225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:119:44: error: cannot find protocol declaration for 'ObjectType'
  5226. 119 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromOrderedSet:(NSOrderedSet<ObjectType> *)other;
  5227. | ^
  5228. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:119:97: error: cannot find protocol declaration for 'ObjectType'
  5229. 119 | - (NSOrderedCollectionDifference<ObjectType> *)differenceFromOrderedSet:(NSOrderedSet<ObjectType> *)other;
  5230. | ^
  5231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:121:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5232. 121 | - (nullable NSOrderedSet<ObjectType> *)orderedSetByApplyingDifference:(NSOrderedCollectionDifference<ObjectType> *)difference;
  5233. | ^~~~~~~~
  5234. | cg_nullable
  5235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:121:112: error: cannot find protocol declaration for 'ObjectType'
  5236. 121 | - (nullable NSOrderedSet<ObjectType> *)orderedSetByApplyingDifference:(NSOrderedCollectionDifference<ObjectType> *)difference;
  5237. | ^
  5238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:42: error: cannot find protocol declaration for 'ObjectType'
  5239. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  5240. | ^
  5241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:44: error: expected unqualified-id before ':' token
  5242. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  5243. | ^
  5244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:132:58: error: 'ObjectType' does not name a type
  5245. 132 | - (void)replaceObjectAtIndex:(NSUInteger)idx withObject:(ObjectType)object;
  5246. | ^~~~~~~~~~
  5247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:133:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5248. 133 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  5249. | ^~~~~~~~
  5250. | cg_nullable
  5251. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:139:42: error: duplicate interface declaration for class 'NSMutableOrderedSet'
  5252. 139 | @interface NSMutableOrderedSet<ObjectType> (NSExtendedMutableOrderedSet)
  5253. | ^
  5254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:139:42: error: cannot find protocol declaration for 'ObjectType'
  5255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:42: error: redefinition of 'struct NSMutableOrderedSet'
  5256. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  5257. | ^
  5258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:139:42: error: trying to finish struct, but kicked out due to previous parse errors
  5259. 139 | @interface NSMutableOrderedSet<ObjectType> (NSExtendedMutableOrderedSet)
  5260. | ^
  5261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:141:1: error: expected constructor, destructor, or type conversion before '-' token
  5262. 141 | - (void)addObject:(ObjectType)object;
  5263. | ^
  5264. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:142:26: error: expected ')' before 'ObjectType'
  5265. 142 | - (void)addObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)count;
  5266. | ~ ^~~~~~~~~~~
  5267. | )
  5268. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:142:37: error: expected ';' before '[' token
  5269. 142 | - (void)addObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)count;
  5270. | ^ ~
  5271. | ;
  5272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:143:48: error: cannot find protocol declaration for 'ObjectType'
  5273. 143 | - (void)addObjectsFromArray:(NSArray<ObjectType> *)array;
  5274. | ^
  5275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:148:42: error: cannot find protocol declaration for 'ObjectType'
  5276. 148 | - (void)insertObjects:(NSArray<ObjectType> *)objects atIndexes:(NSIndexSet *)indexes;
  5277. | ^
  5278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:150:20: error: 'ObjectType' does not name a type
  5279. 150 | - (void)setObject:(ObjectType)obj atIndex:(NSUInteger)idx;
  5280. | ^~~~~~~~~~
  5281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:151:20: error: 'ObjectType' does not name a type
  5282. 151 | - (void)setObject:(ObjectType)obj atIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  5283. | ^~~~~~~~~~
  5284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:153:64: error: expected ')' before 'ObjectType'
  5285. 153 | - (void)replaceObjectsInRange:(NSRange)range withObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)count;
  5286. | ~ ^~~~~~~~~~~
  5287. | )
  5288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:153:75: error: expected ';' before '[' token
  5289. 153 | - (void)replaceObjectsInRange:(NSRange)range withObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)count;
  5290. | ^ ~
  5291. | ;
  5292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:154:86: error: cannot find protocol declaration for 'ObjectType'
  5293. 154 | - (void)replaceObjectsAtIndexes:(NSIndexSet *)indexes withObjects:(NSArray<ObjectType> *)objects;
  5294. | ^
  5295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:160:23: error: 'ObjectType' does not name a type
  5296. 160 | - (void)removeObject:(ObjectType)object;
  5297. | ^~~~~~~~~~
  5298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:161:49: error: cannot find protocol declaration for 'ObjectType'
  5299. 161 | - (void)removeObjectsInArray:(NSArray<ObjectType> *)array;
  5300. | ^
  5301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:163:53: error: cannot find protocol declaration for 'ObjectType'
  5302. 163 | - (void)intersectOrderedSet:(NSOrderedSet<ObjectType> *)other;
  5303. | ^
  5304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:164:49: error: cannot find protocol declaration for 'ObjectType'
  5305. 164 | - (void)minusOrderedSet:(NSOrderedSet<ObjectType> *)other;
  5306. | ^
  5307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:165:49: error: cannot find protocol declaration for 'ObjectType'
  5308. 165 | - (void)unionOrderedSet:(NSOrderedSet<ObjectType> *)other;
  5309. | ^
  5310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:167:39: error: cannot find protocol declaration for 'ObjectType'
  5311. 167 | - (void)intersectSet:(NSSet<ObjectType> *)other;
  5312. | ^
  5313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:168:35: error: cannot find protocol declaration for 'ObjectType'
  5314. 168 | - (void)minusSet:(NSSet<ObjectType> *)other;
  5315. | ^
  5316. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:169:35: error: cannot find protocol declaration for 'ObjectType'
  5317. 169 | - (void)unionSet:(NSSet<ObjectType> *)other;
  5318. | ^
  5319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:179:42: error: duplicate interface declaration for class 'NSMutableOrderedSet'
  5320. 179 | @interface NSMutableOrderedSet<ObjectType> (NSMutableOrderedSetCreation)
  5321. | ^
  5322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:179:42: error: cannot find protocol declaration for 'ObjectType'
  5323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:42: error: redefinition of 'struct NSMutableOrderedSet'
  5324. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  5325. | ^
  5326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:179:42: error: trying to finish struct, but kicked out due to previous parse errors
  5327. 179 | @interface NSMutableOrderedSet<ObjectType> (NSMutableOrderedSetCreation)
  5328. | ^
  5329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:181:1: error: expected constructor, destructor, or type conversion before '+' token
  5330. 181 | + (instancetype)orderedSetWithCapacity:(NSUInteger)numItems;
  5331. | ^
  5332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:187:42: error: duplicate interface declaration for class 'NSMutableOrderedSet'
  5333. 187 | @interface NSMutableOrderedSet<ObjectType> (NSMutableOrderedSetDiffing)
  5334. | ^
  5335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:187:42: error: cannot find protocol declaration for 'ObjectType'
  5336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:42: error: redefinition of 'struct NSMutableOrderedSet'
  5337. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  5338. | ^
  5339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:187:42: error: trying to finish struct, but kicked out due to previous parse errors
  5340. 187 | @interface NSMutableOrderedSet<ObjectType> (NSMutableOrderedSetDiffing)
  5341. | ^
  5342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:189:1: error: expected constructor, destructor, or type conversion before '-' token
  5343. 189 | - (void)applyDifference:(NSOrderedCollectionDifference<ObjectType> *)difference;
  5344. | ^
  5345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5346. 61 | - (nullable id)valueForKey:(NSString *)key;
  5347. | ^~~~~~~~
  5348. | cg_nullable
  5349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:76:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5350. 76 | - (void)setValue:(nullable id)value forKey:(NSString *)key;
  5351. | ^~~~~~~~
  5352. | cg_nullable
  5353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:122:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5354. 122 | - (nullable id)valueForKeyPath:(NSString *)keyPath;
  5355. | ^~~~~~~~
  5356. | cg_nullable
  5357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:123:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5358. 123 | - (void)setValue:(nullable id)value forKeyPath:(NSString *)keyPath;
  5359. | ^~~~~~~~
  5360. | cg_nullable
  5361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:131:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5362. 131 | - (nullable id)valueForUndefinedKey:(NSString *)key;
  5363. | ^~~~~~~~
  5364. | cg_nullable
  5365. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:135:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5366. 135 | - (void)setValue:(nullable id)value forUndefinedKey:(NSString *)key;
  5367. | ^~~~~~~~
  5368. | cg_nullable
  5369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:26: error: expected '>' before '*' token
  5370. 143 | - (NSDictionary<NSString *, id> *)dictionaryWithValuesForKeys:(NSArray<NSString *> *)keys;
  5371. | ^
  5372. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:26: error: cannot find protocol declaration for 'NSString'
  5373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:27: error: expected ')' before ',' token
  5374. 143 | - (NSDictionary<NSString *, id> *)dictionaryWithValuesForKeys:(NSArray<NSString *> *)keys;
  5375. | ~ ^
  5376. | )
  5377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:27: error: objective-c++ method declaration is expected before ',' token
  5378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:63: error: expected '>' before '*' token
  5379. 147 | - (void)setValuesForKeysWithDictionary:(NSDictionary<NSString *, id> *)keyedValues;
  5380. | ^
  5381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:63: error: cannot find protocol declaration for 'NSString'
  5382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:64: error: expected ')' before ',' token
  5383. 147 | - (void)setValuesForKeysWithDictionary:(NSDictionary<NSString *, id> *)keyedValues;
  5384. | ~ ^
  5385. | )
  5386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:64: error: expected identifier before ',' token
  5387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:68: error: expected ';' before '>' token
  5388. 147 | - (void)setValuesForKeysWithDictionary:(NSDictionary<NSString *, id> *)keyedValues;
  5389. | ^
  5390. | ;
  5391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:151:30: error: duplicate interface declaration for class 'NSArray'
  5392. 151 | @interface NSArray<ObjectType>(NSKeyValueCoding)
  5393. | ^
  5394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:151:30: error: cannot find protocol declaration for 'ObjectType'
  5395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  5396. 7 | @class NSArray<ObjectType>;
  5397. | ^~~~~~~
  5398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:151:30: error: trying to finish struct, but kicked out due to previous parse errors
  5399. 151 | @interface NSArray<ObjectType>(NSKeyValueCoding)
  5400. | ^
  5401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:155:1: error: expected constructor, destructor, or type conversion before '-' token
  5402. 155 | - (id)valueForKey:(NSString *)key;
  5403. | ^
  5404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:159:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5405. 159 | - (void)setValue:(nullable id)value forKey:(NSString *)key;
  5406. | ^~~~~~~~
  5407. | cg_nullable
  5408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:44: error: duplicate interface declaration for class 'NSDictionary'
  5409. 163 | @interface NSDictionary<KeyType, ObjectType>(NSKeyValueCoding)
  5410. | ^
  5411. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:44: error: cannot find protocol declaration for 'KeyType'
  5412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:44: error: cannot find protocol declaration for 'ObjectType'
  5413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:7:18: error: redefinition of 'struct NSDictionary'
  5414. 7 | @class NSString, NSDictionary;
  5415. | ^~~~~~~~~~~~
  5416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:44: error: trying to finish struct, but kicked out due to previous parse errors
  5417. 163 | @interface NSDictionary<KeyType, ObjectType>(NSKeyValueCoding)
  5418. | ^
  5419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:167:1: error: expected constructor, destructor, or type conversion before '-' token
  5420. 167 | - (nullable ObjectType)valueForKey:(NSString *)key;
  5421. | ^
  5422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:51: error: duplicate interface declaration for class 'NSMutableDictionary'
  5423. 171 | @interface NSMutableDictionary<KeyType, ObjectType>(NSKeyValueCoding)
  5424. | ^
  5425. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:51: error: cannot find protocol declaration for 'KeyType'
  5426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:51: error: cannot find protocol declaration for 'ObjectType'
  5427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:99:51: error: redefinition of 'struct NSMutableDictionary'
  5428. 99 | @interface NSMutableDictionary<KeyType, ObjectType> : NSDictionary<KeyType, ObjectType>
  5429. | ^
  5430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:51: error: trying to finish struct, but kicked out due to previous parse errors
  5431. 171 | @interface NSMutableDictionary<KeyType, ObjectType>(NSKeyValueCoding)
  5432. | ^
  5433. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:175:1: error: expected constructor, destructor, or type conversion before '-' token
  5434. 175 | - (void)setValue:(nullable ObjectType)value forKey:(NSString *)key;
  5435. | ^
  5436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:179:35: error: duplicate interface declaration for class 'NSOrderedSet'
  5437. 179 | @interface NSOrderedSet<ObjectType>(NSKeyValueCoding)
  5438. | ^
  5439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:179:35: error: cannot find protocol declaration for 'ObjectType'
  5440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  5441. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  5442. | ^
  5443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:179:35: error: trying to finish struct, but kicked out due to previous parse errors
  5444. 179 | @interface NSOrderedSet<ObjectType>(NSKeyValueCoding)
  5445. | ^
  5446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:183:1: error: expected constructor, destructor, or type conversion before '-' token
  5447. 183 | - (id)valueForKey:(NSString *)key API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5448. | ^
  5449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:187:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5450. 187 | - (void)setValue:(nullable id)value forKey:(NSString *)key API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5451. | ^~~~~~~~
  5452. | cg_nullable
  5453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:191:28: error: duplicate interface declaration for class 'NSSet'
  5454. 191 | @interface NSSet<ObjectType>(NSKeyValueCoding)
  5455. | ^
  5456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:191:28: error: cannot find protocol declaration for 'ObjectType'
  5457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: redefinition of 'struct NSSet'
  5458. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  5459. | ^
  5460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:191:28: error: trying to finish struct, but kicked out due to previous parse errors
  5461. 191 | @interface NSSet<ObjectType>(NSKeyValueCoding)
  5462. | ^
  5463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:195:1: error: expected constructor, destructor, or type conversion before '-' token
  5464. 195 | - (id)valueForKey:(NSString *)key;
  5465. | ^
  5466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:199:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5467. 199 | - (void)setValue:(nullable id)value forKey:(NSString *)key;
  5468. | ^~~~~~~~
  5469. | cg_nullable
  5470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:210:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5471. 210 | - (nullable id)storedValueForKey:(NSString *)key API_DEPRECATED("Legacy KVC API", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5472. | ^~~~~~~~
  5473. | cg_nullable
  5474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:211:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5475. 211 | - (void)takeStoredValue:(nullable id)value forKey:(NSString *)key API_DEPRECATED("Legacy KVC API", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5476. | ^~~~~~~~
  5477. | cg_nullable
  5478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:215:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5479. 215 | - (void)takeValue:(nullable id)value forKey:(NSString *)key API_DEPRECATED("Legacy KVC API", macos(10.0,10.3), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5480. | ^~~~~~~~
  5481. | cg_nullable
  5482. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:216:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5483. 216 | - (void)takeValue:(nullable id)value forKeyPath:(NSString *)keyPath API_DEPRECATED("Legacy KVC API", macos(10.0,10.3), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5484. | ^~~~~~~~
  5485. | cg_nullable
  5486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:217:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5487. 217 | - (nullable id)handleQueryWithUnboundKey:(NSString *)key API_DEPRECATED("Legacy KVC API", macos(10.0,10.3), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5488. | ^~~~~~~~
  5489. | cg_nullable
  5490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:218:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5491. 218 | - (void)handleTakeValue:(nullable id)value forUnboundKey:(NSString *)key API_DEPRECATED("Legacy KVC API", macos(10.0,10.3), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5492. | ^~~~~~~~
  5493. | cg_nullable
  5494. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:49:
  5495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5496. 81 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSKeyValueChangeKey, id> *)change context:(nullable void *)context;
  5497. | ^~~~~~~~
  5498. | cg_nullable
  5499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5500. 81 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSKeyValueChangeKey, id> *)change context:(nullable void *)context;
  5501. | ^~~~~~~~
  5502. | cg_nullable
  5503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5504. 81 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSKeyValueChangeKey, id> *)change context:(nullable void *)context;
  5505. | ^~~~~~~~
  5506. | cg_nullable
  5507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:163: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5508. 81 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSKeyValueChangeKey, id> *)change context:(nullable void *)context;
  5509. | ^~~~~~~~
  5510. | cg_nullable
  5511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:89:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5512. 89 | - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context;
  5513. | ^~~~~~~~
  5514. | cg_nullable
  5515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:90:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5516. 90 | - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath context:(nullable void *)context API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5517. | ^~~~~~~~
  5518. | cg_nullable
  5519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:95:30: error: duplicate interface declaration for class 'NSArray'
  5520. 95 | @interface NSArray<ObjectType>(NSKeyValueObserverRegistration)
  5521. | ^
  5522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:95:30: error: cannot find protocol declaration for 'ObjectType'
  5523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  5524. 7 | @class NSArray<ObjectType>;
  5525. | ^~~~~~~
  5526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:95:30: error: trying to finish struct, but kicked out due to previous parse errors
  5527. 95 | @interface NSArray<ObjectType>(NSKeyValueObserverRegistration)
  5528. | ^
  5529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:99:1: error: expected constructor, destructor, or type conversion before '-' token
  5530. 99 | - (void)addObserver:(NSObject *)observer toObjectsAtIndexes:(NSIndexSet *)indexes forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context;
  5531. | ^
  5532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:100:128: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5533. 100 | - (void)removeObserver:(NSObject *)observer fromObjectsAtIndexes:(NSIndexSet *)indexes forKeyPath:(NSString *)keyPath context:(nullable void *)context API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5534. | ^~~~~~~~
  5535. | cg_nullable
  5536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:105:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5537. 105 | - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context;
  5538. | ^~~~~~~~
  5539. | cg_nullable
  5540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:106:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5541. 106 | - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath context:(nullable void *)context API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5542. | ^~~~~~~~
  5543. | cg_nullable
  5544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:111:35: error: duplicate interface declaration for class 'NSOrderedSet'
  5545. 111 | @interface NSOrderedSet<ObjectType>(NSKeyValueObserverRegistration)
  5546. | ^
  5547. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:111:35: error: cannot find protocol declaration for 'ObjectType'
  5548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  5549. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  5550. | ^
  5551. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:111:35: error: trying to finish struct, but kicked out due to previous parse errors
  5552. 111 | @interface NSOrderedSet<ObjectType>(NSKeyValueObserverRegistration)
  5553. | ^
  5554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:115:1: error: expected constructor, destructor, or type conversion before '-' token
  5555. 115 | - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context;
  5556. | ^
  5557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:116:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5558. 116 | - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath context:(nullable void *)context API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5559. | ^~~~~~~~
  5560. | cg_nullable
  5561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:121:28: error: duplicate interface declaration for class 'NSSet'
  5562. 121 | @interface NSSet<ObjectType>(NSKeyValueObserverRegistration)
  5563. | ^
  5564. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:121:28: error: cannot find protocol declaration for 'ObjectType'
  5565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: redefinition of 'struct NSSet'
  5566. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  5567. | ^
  5568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:121:28: error: trying to finish struct, but kicked out due to previous parse errors
  5569. 121 | @interface NSSet<ObjectType>(NSKeyValueObserverRegistration)
  5570. | ^
  5571. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:125:1: error: expected constructor, destructor, or type conversion before '-' token
  5572. 125 | - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context;
  5573. | ^
  5574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:126:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5575. 126 | - (void)removeObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath context:(nullable void *)context API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  5576. | ^~~~~~~~
  5577. | cg_nullable
  5578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:178:19: error: expected '>' before '*' token
  5579. 178 | + (NSSet<NSString *> *)keyPathsForValuesAffectingValueForKey:(NSString *)key API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  5580. | ^
  5581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:178:19: error: cannot find protocol declaration for 'NSString'
  5582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:178:20: error: expected ')' before '>' token
  5583. 178 | + (NSSet<NSString *> *)keyPathsForValuesAffectingValueForKey:(NSString *)key API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  5584. | ~ ^
  5585. | )
  5586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:178:20: error: objective-c++ method declaration is expected before '>' token
  5587. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6,
  5588. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:50:
  5589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:37:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5590. 37 | + (nullable NSData *)dataWithPropertyList:(id)plist format:(NSPropertyListFormat)format options:(NSPropertyListWriteOptions)opt error:(out NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5591. | ^~~~~~~~
  5592. | cg_nullable
  5593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:45:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5594. 45 | + (nullable id)propertyListWithData:(NSData *)data options:(NSPropertyListReadOptions)opt format:(nullable NSPropertyListFormat *)format error:(out NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5595. | ^~~~~~~~
  5596. | cg_nullable
  5597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:45:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5598. 45 | + (nullable id)propertyListWithData:(NSData *)data options:(NSPropertyListReadOptions)opt format:(nullable NSPropertyListFormat *)format error:(out NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5599. | ^~~~~~~~
  5600. | cg_nullable
  5601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:49:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5602. 49 | + (nullable id)propertyListWithStream:(NSInputStream *)stream options:(NSPropertyListReadOptions)opt format:(nullable NSPropertyListFormat *)format error:(out NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5603. | ^~~~~~~~
  5604. | cg_nullable
  5605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:49:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5606. 49 | + (nullable id)propertyListWithStream:(NSInputStream *)stream options:(NSPropertyListReadOptions)opt format:(nullable NSPropertyListFormat *)format error:(out NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5607. | ^~~~~~~~
  5608. | cg_nullable
  5609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5610. 54 | + (nullable NSData *)dataFromPropertyList:(id)plist format:(NSPropertyListFormat)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString API_DEPRECATED("Use dataWithPropertyList:format:options:error: instead.", macos(10.0,10.10), ios(2.0,8.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5611. | ^~~~~~~~
  5612. | cg_nullable
  5613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5614. 58 | + (nullable id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(nullable NSPropertyListFormat *)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString API_DEPRECATED("Use propertyListWithData:options:format:error: instead.", macos(10.0,10.10), ios(2.0,8.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5615. | ^~~~~~~~
  5616. | cg_nullable
  5617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5618. 58 | + (nullable id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(nullable NSPropertyListFormat *)format errorDescription:(out __strong NSString * _Nullable * _Nullable)errorString API_DEPRECATED("Use propertyListWithData:options:format:error: instead.", macos(10.0,10.10), ios(2.0,8.0), watchos(2.0,2.0), tvos(9.0,9.0));
  5619. | ^~~~~~~~
  5620. | cg_nullable
  5621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:13:15: error: expected ';' before '<' token
  5622. 13 | @class NSArray<ObjectType>, NSMutableData, NSData, NSString;
  5623. | ^
  5624. | ;
  5625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5626. 41 | + (nullable NSData *)archivedDataWithRootObject:(id)object requiringSecureCoding:(BOOL)requiresSecureCoding error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  5627. | ^~~~~~~~
  5628. | cg_nullable
  5629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:55:22: error: unknown property attribute 'strong'
  5630. 55 | @property (readonly, strong) NSData *encodedData API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  5631. | ^~~~~~
  5632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:59:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5633. 59 | + (void)setClassName:(nullable NSString *)codedName forClass:(Class)cls;
  5634. | ^~~~~~~~
  5635. | cg_nullable
  5636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:60:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5637. 60 | - (void)setClassName:(nullable NSString *)codedName forClass:(Class)cls;
  5638. | ^~~~~~~~
  5639. | cg_nullable
  5640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5641. 64 | + (nullable NSString *)classNameForClass:(Class)cls;
  5642. | ^~~~~~~~
  5643. | cg_nullable
  5644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5645. 65 | - (nullable NSString *)classNameForClass:(Class)cls;
  5646. | ^~~~~~~~
  5647. | cg_nullable
  5648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:67:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5649. 67 | - (void)encodeObject:(nullable id)object forKey:(NSString *)key;
  5650. | ^~~~~~~~
  5651. | cg_nullable
  5652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:68:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5653. 68 | - (void)encodeConditionalObject:(nullable id)object forKey:(NSString *)key;
  5654. | ^~~~~~~~
  5655. | cg_nullable
  5656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:75:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5657. 75 | - (void)encodeBytes:(nullable const uint8_t *)bytes length:(NSUInteger)length forKey:(NSString *)key;
  5658. | ^~~~~~~~
  5659. | cg_nullable
  5660. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:93:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5661. 93 | - (nullable instancetype)initForReadingFromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  5662. | ^~~~~~~~
  5663. | cg_nullable
  5664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:102:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5665. 102 | + (nullable id)unarchivedObjectOfClass:(Class)cls fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT;
  5666. | ^~~~~~~~
  5667. | cg_nullable
  5668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5669. 111 | + (nullable NSArray *)unarchivedArrayOfObjectsOfClass:(Class)cls fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5670. | ^~~~~~~~
  5671. | cg_nullable
  5672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:120:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5673. 120 | + (nullable NSDictionary *)unarchivedDictionaryWithKeysOfClass:(Class)keyCls objectsOfClass:(Class)valueCls fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5674. | ^~~~~~~~
  5675. | cg_nullable
  5676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:129:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5677. 129 | + (nullable id)unarchivedObjectOfClasses:(NSSet<Class> *)classes fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  5678. | ^~~~~~~~
  5679. | cg_nullable
  5680. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:129:54: error: cannot find protocol declaration for 'Class'
  5681. 129 | + (nullable id)unarchivedObjectOfClasses:(NSSet<Class> *)classes fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  5682. | ^
  5683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:138:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5684. 138 | + (nullable NSArray *)unarchivedArrayOfObjectsOfClasses:(NSSet<Class> *)classes fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5685. | ^~~~~~~~
  5686. | cg_nullable
  5687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:138:69: error: cannot find protocol declaration for 'Class'
  5688. 138 | + (nullable NSArray *)unarchivedArrayOfObjectsOfClasses:(NSSet<Class> *)classes fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5689. | ^
  5690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:147:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5691. 147 | + (nullable NSDictionary *)unarchivedDictionaryWithKeysOfClasses:(NSSet<Class> *)keyClasses objectsOfClasses:(NSSet<Class> *)valueClasses fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5692. | ^~~~~~~~
  5693. | cg_nullable
  5694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:147:78: error: cannot find protocol declaration for 'Class'
  5695. 147 | + (nullable NSDictionary *)unarchivedDictionaryWithKeysOfClasses:(NSSet<Class> *)keyClasses objectsOfClasses:(NSSet<Class> *)valueClasses fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5696. | ^
  5697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:147:122: error: cannot find protocol declaration for 'Class'
  5698. 147 | + (nullable NSDictionary *)unarchivedDictionaryWithKeysOfClasses:(NSSet<Class> *)keyClasses objectsOfClasses:(NSSet<Class> *)valueClasses fromData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) NS_REFINED_FOR_SWIFT;
  5699. | ^
  5700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5701. 152 | + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
  5702. | ^~~~~~~~
  5703. | cg_nullable
  5704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:153:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5705. 153 | + (nullable id)unarchiveTopLevelObjectWithData:(NSData *)data error:(NSError **)error API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.11,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0)) NS_SWIFT_UNAVAILABLE("Use 'unarchiveTopLevelObjectWithData(_:) throws' instead");
  5706. | ^~~~~~~~
  5707. | cg_nullable
  5708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:154:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5709. 154 | + (nullable id)unarchiveObjectWithFile:(NSString *)path API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
  5710. | ^~~~~~~~
  5711. | cg_nullable
  5712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:160:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5713. 160 | + (void)setClass:(nullable Class)cls forClassName:(NSString *)codedName;
  5714. | ^~~~~~~~
  5715. | cg_nullable
  5716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:161:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5717. 161 | - (void)setClass:(nullable Class)cls forClassName:(NSString *)codedName;
  5718. | ^~~~~~~~
  5719. | cg_nullable
  5720. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:165:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5721. 165 | + (nullable Class)classForClassName:(NSString *)codedName;
  5722. | ^~~~~~~~
  5723. | cg_nullable
  5724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:166:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5725. 166 | - (nullable Class)classForClassName:(NSString *)codedName;
  5726. | ^~~~~~~~
  5727. | cg_nullable
  5728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:170:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5729. 170 | - (nullable id)decodeObjectForKey:(NSString *)key;
  5730. | ^~~~~~~~
  5731. | cg_nullable
  5732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:177:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5733. 177 | - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable, and they go away with the unarchiver, not the containing autorelease pool
  5734. | ^~~~~~~~
  5735. | cg_nullable
  5736. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:177:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5737. 177 | - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable, and they go away with the unarchiver, not the containing autorelease pool
  5738. | ^~~~~~~~
  5739. | cg_nullable
  5740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:190:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5741. 190 | - (nullable id)archiver:(NSKeyedArchiver *)archiver willEncodeObject:(id)object;
  5742. | ^~~~~~~~
  5743. | cg_nullable
  5744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:201:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5745. 201 | - (void)archiver:(NSKeyedArchiver *)archiver didEncodeObject:(nullable id)object;
  5746. | ^~~~~~~~
  5747. | cg_nullable
  5748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:208:65: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5749. 208 | - (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(nullable id)object withObject:(nullable id)newObject;
  5750. | ^~~~~~~~
  5751. | cg_nullable
  5752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:208:96: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5753. 208 | - (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(nullable id)object withObject:(nullable id)newObject;
  5754. | ^~~~~~~~
  5755. | cg_nullable
  5756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:226:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5757. 226 | - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray<NSString *> *)classNames;
  5758. | ^~~~~~~~
  5759. | cg_nullable
  5760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:226:143: error: expected '>' before '*' token
  5761. 226 | - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray<NSString *> *)classNames;
  5762. | ^
  5763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:226:143: error: cannot find protocol declaration for 'NSString'
  5764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:226:144: error: expected ')' before '>' token
  5765. 226 | - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray<NSString *> *)classNames;
  5766. | ~ ^
  5767. | )
  5768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:226:144: error: expected identifier before '>' token
  5769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:226:144: error: expected ';' before '>' token
  5770. 226 | - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray<NSString *> *)classNames;
  5771. | ^
  5772. | ;
  5773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:235:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5774. 235 | - (nullable id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(nullable id) NS_RELEASES_ARGUMENT object NS_RETURNS_RETAINED;
  5775. | ^~~~~~~~
  5776. | cg_nullable
  5777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:235:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5778. 235 | - (nullable id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(nullable id) NS_RELEASES_ARGUMENT object NS_RETURNS_RETAINED;
  5779. | ^~~~~~~~
  5780. | cg_nullable
  5781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:268:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5782. 268 | - (nullable id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver;
  5783. | ^~~~~~~~
  5784. | cg_nullable
  5785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:280:21: error: expected '>' before '*' token
  5786. 280 | + (NSArray<NSString *> *)classFallbacksForKeyedArchiver;
  5787. | ^
  5788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:280:21: error: cannot find protocol declaration for 'NSString'
  5789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:280:22: error: expected ')' before '>' token
  5790. 280 | + (NSArray<NSString *> *)classFallbacksForKeyedArchiver;
  5791. | ~ ^
  5792. | )
  5793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:280:22: error: objective-c++ method declaration is expected before '>' token
  5794. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:53:
  5795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:12:29: error: expected ';' before '<' token
  5796. 12 | @class NSArray, NSDictionary<KeyType, ObjectType>, NSMapTable;
  5797. | ^
  5798. | ;
  5799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:31:42: error: cannot find protocol declaration for 'KeyType'
  5800. 31 | @interface NSMapTable<KeyType, ObjectType> : NSObject <NSCopying, NSSecureCoding, NSFastEnumeration>
  5801. | ^
  5802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:31:42: error: cannot find protocol declaration for 'ObjectType'
  5803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:31:44: error: expected unqualified-id before ':' token
  5804. 31 | @interface NSMapTable<KeyType, ObjectType> : NSObject <NSCopying, NSSecureCoding, NSFastEnumeration>
  5805. | ^
  5806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:36:34: error: cannot find protocol declaration for 'KeyType'
  5807. 36 | + (NSMapTable<KeyType, ObjectType> *)mapTableWithKeyOptions:(NSPointerFunctionsOptions)keyOptions valueOptions:(NSPointerFunctionsOptions)valueOptions;
  5808. | ^
  5809. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:36:34: error: cannot find protocol declaration for 'ObjectType'
  5810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:44:34: error: cannot find protocol declaration for 'KeyType'
  5811. 44 | + (NSMapTable<KeyType, ObjectType> *)strongToStrongObjectsMapTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  5812. | ^
  5813. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:44:34: error: cannot find protocol declaration for 'ObjectType'
  5814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:45:34: error: cannot find protocol declaration for 'KeyType'
  5815. 45 | + (NSMapTable<KeyType, ObjectType> *)weakToStrongObjectsMapTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); // entries are not necessarily purged right away when the weak key is reclaimed
  5816. | ^
  5817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:45:34: error: cannot find protocol declaration for 'ObjectType'
  5818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:46:34: error: cannot find protocol declaration for 'KeyType'
  5819. 46 | + (NSMapTable<KeyType, ObjectType> *)strongToWeakObjectsMapTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  5820. | ^
  5821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:46:34: error: cannot find protocol declaration for 'ObjectType'
  5822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:47:34: error: cannot find protocol declaration for 'KeyType'
  5823. 47 | + (NSMapTable<KeyType, ObjectType> *)weakToWeakObjectsMapTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); // entries are not necessarily purged right away when the weak key or object is reclaimed
  5824. | ^
  5825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:47:34: error: cannot find protocol declaration for 'ObjectType'
  5826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5827. 53 | - (nullable ObjectType)objectForKey:(nullable KeyType)aKey;
  5828. | ^~~~~~~~
  5829. | cg_nullable
  5830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:53:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5831. 53 | - (nullable ObjectType)objectForKey:(nullable KeyType)aKey;
  5832. | ^~~~~~~~
  5833. | cg_nullable
  5834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:55:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5835. 55 | - (void)removeObjectForKey:(nullable KeyType)aKey;
  5836. | ^~~~~~~~
  5837. | cg_nullable
  5838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:56:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5839. 56 | - (void)setObject:(nullable ObjectType)anObject forKey:(nullable KeyType)aKey; // add/replace value (CFDictionarySetValue, NSMapInsert)
  5840. | ^~~~~~~~
  5841. | cg_nullable
  5842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:56:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5843. 56 | - (void)setObject:(nullable ObjectType)anObject forKey:(nullable KeyType)aKey; // add/replace value (CFDictionarySetValue, NSMapInsert)
  5844. | ^~~~~~~~
  5845. | cg_nullable
  5846. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:60:24: error: cannot find protocol declaration for 'KeyType'
  5847. 60 | - (NSEnumerator<KeyType> *)keyEnumerator;
  5848. | ^
  5849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5850. 61 | - (nullable NSEnumerator<ObjectType> *)objectEnumerator;
  5851. | ^~~~~~~~
  5852. | cg_nullable
  5853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:65:36: error: cannot find protocol declaration for 'KeyType'
  5854. 65 | - (NSDictionary<KeyType, ObjectType> *)dictionaryRepresentation; // create a dictionary of contents
  5855. | ^
  5856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:65:36: error: cannot find protocol declaration for 'ObjectType'
  5857. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:54:
  5858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h:12:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5859. 12 | + (nullable NSMethodSignature *)signatureWithObjCTypes:(const char *)types;
  5860. | ^~~~~~~~
  5861. | cg_nullable
  5862. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:56:
  5863. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:8:53: error: expected ';' before '<' token
  5864. 8 | @class NSNotification, NSNotificationCenter, NSArray<ObjectType>, NSString;
  5865. | ^
  5866. | ;
  5867. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:32:29: error: unknown property attribute 'strong'
  5868. 32 | @property (class, readonly, strong) NSNotificationQueue *defaultQueue;
  5869. | ^~~~~~
  5870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:37:164: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5871. 37 | - (void)enqueueNotification:(NSNotification *)notification postingStyle:(NSPostingStyle)postingStyle coalesceMask:(NSNotificationCoalescing)coalesceMask forModes:(nullable NSArray<NSRunLoopMode> *)modes;
  5872. | ^~~~~~~~
  5873. | cg_nullable
  5874. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:60:
  5875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:11:15: error: expected ';' before '<' token
  5876. 11 | @class NSArray<ObjectType>, NSSet;
  5877. | ^
  5878. | ;
  5879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:50:48: error: expected '>' before '*' token
  5880. 50 | @property (readonly, copy) NSArray<NSOperation *> *dependencies;
  5881. | ^
  5882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:50:48: error: cannot find protocol declaration for 'NSOperation'
  5883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:50:49: error: expected unqualified-id before '>' token
  5884. 50 | @property (readonly, copy) NSArray<NSOperation *> *dependencies;
  5885. | ^
  5886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:62:34: error: expected unqualified-id before '^' token
  5887. 62 | @property (nullable, copy) void (^completionBlock)(void) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5888. | ^
  5889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:62:34: error: expected ')' before '^' token
  5890. 62 | @property (nullable, copy) void (^completionBlock)(void) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5891. | ~^
  5892. | )
  5893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:86:46: error: expected ')' before '(' token
  5894. 86 | + (instancetype)blockOperationWithBlock:(void (^)(void))block;
  5895. | ~ ^~
  5896. | )
  5897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:86:47: error: expected identifier before '(' token
  5898. 86 | + (instancetype)blockOperationWithBlock:(void (^)(void))block;
  5899. | ^
  5900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:86:46: error: expected ';' before '(' token
  5901. 86 | + (instancetype)blockOperationWithBlock:(void (^)(void))block;
  5902. | ^~
  5903. | ;
  5904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:88:32: error: expected ')' before '(' token
  5905. 88 | - (void)addExecutionBlock:(void (^)(void))block;
  5906. | ~ ^~
  5907. | )
  5908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:88:33: error: expected identifier before '(' token
  5909. 88 | - (void)addExecutionBlock:(void (^)(void))block;
  5910. | ^
  5911. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:88:32: error: expected ';' before '(' token
  5912. 88 | - (void)addExecutionBlock:(void (^)(void))block;
  5913. | ^~
  5914. | ;
  5915. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:89:36: error: expected identifier before 'void'
  5916. 89 | @property (readonly, copy) NSArray<void (^)(void)> *executionBlocks;
  5917. | ^~~~
  5918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:89:36: error: expected '>' before 'void'
  5919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:89:42: error: expected unqualified-id before '^' token
  5920. 89 | @property (readonly, copy) NSArray<void (^)(void)> *executionBlocks;
  5921. | ^
  5922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:89:42: error: expected ')' before '^' token
  5923. 89 | @property (readonly, copy) NSArray<void (^)(void)> *executionBlocks;
  5924. | ~^
  5925. | )
  5926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:106:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5927. 106 | - (nullable instancetype)initWithTarget:(id)target selector:(SEL)sel object:(nullable id)arg;
  5928. | ^~~~~~~~
  5929. | cg_nullable
  5930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:106:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  5931. 106 | - (nullable instancetype)initWithTarget:(id)target selector:(SEL)sel object:(nullable id)arg;
  5932. | ^~~~~~~~
  5933. | cg_nullable
  5934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:146:22: error: unknown property attribute 'strong'
  5935. 146 | @property (readonly, strong) NSProgress *progress API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  5936. | ^~~~~~
  5937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:149:44: error: expected '>' before '*' token
  5938. 149 | - (void)addOperations:(NSArray<NSOperation *> *)ops waitUntilFinished:(BOOL)wait API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5939. | ^
  5940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:149:44: error: cannot find protocol declaration for 'NSOperation'
  5941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:149:45: error: expected ')' before '>' token
  5942. 149 | - (void)addOperations:(NSArray<NSOperation *> *)ops waitUntilFinished:(BOOL)wait API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5943. | ~ ^
  5944. | )
  5945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:149:45: error: expected identifier before '>' token
  5946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:149:45: error: expected ';' before '>' token
  5947. 149 | - (void)addOperations:(NSArray<NSOperation *> *)ops waitUntilFinished:(BOOL)wait API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5948. | ^
  5949. | ;
  5950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:150:36: error: expected ')' before '(' token
  5951. 150 | - (void)addOperationWithBlock:(void (^)(void))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5952. | ~ ^~
  5953. | )
  5954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:150:37: error: expected identifier before '(' token
  5955. 150 | - (void)addOperationWithBlock:(void (^)(void))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5956. | ^
  5957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:150:36: error: expected ';' before '(' token
  5958. 150 | - (void)addOperationWithBlock:(void (^)(void))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5959. | ^~
  5960. | ;
  5961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:157:30: error: expected ')' before '(' token
  5962. 157 | - (void)addBarrierBlock:(void (^)(void))barrier API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  5963. | ~ ^~
  5964. | )
  5965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:157:31: error: expected identifier before '(' token
  5966. 157 | - (void)addBarrierBlock:(void (^)(void))barrier API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  5967. | ^
  5968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:157:30: error: expected ';' before '(' token
  5969. 157 | - (void)addBarrierBlock:(void (^)(void))barrier API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  5970. | ^~
  5971. | ;
  5972. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:173:29: error: unknown property attribute 'strong'
  5973. 173 | @property (class, readonly, strong, nullable) NSOperationQueue *currentQueue API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5974. | ^~~~~~
  5975. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:174:29: error: unknown property attribute 'strong'
  5976. 174 | @property (class, readonly, strong) NSOperationQueue *mainQueue API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  5977. | ^~~~~~
  5978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:182:45: error: expected '>' before 'NSOperation'
  5979. 182 | @property (readonly, copy) NSArray<__kindof NSOperation *> *operations API_DEPRECATED("access to operations is inherently a race condition, it should not be used. For barrier style behaviors please use addBarrierBlock: instead", macos(10.5, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  5980. | ^~~~~~~~~~~
  5981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:182:45: error: cannot find protocol declaration for '__kindof'
  5982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:182:45: error: 'copy' attribute is only valid for Objective-C objects
  5983. 182 | @property (readonly, copy) NSArray<__kindof NSOperation *> *operations API_DEPRECATED("access to operations is inherently a race condition, it should not be used. For barrier style behaviors please use addBarrierBlock: instead", macos(10.5, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  5984. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  5985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:182:56: error: expected ';' before '*' token
  5986. 182 | @property (readonly, copy) NSArray<__kindof NSOperation *> *operations API_DEPRECATED("access to operations is inherently a race condition, it should not be used. For barrier style behaviors please use addBarrierBlock: instead", macos(10.5, API_TO_BE_DEPRECATED), ios(2.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  5987. | ^~
  5988. | ;
  5989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:186:1: error: cannot use an object as parameter to a method
  5990. 186 | @end
  5991. | ^~~~
  5992. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:62:
  5993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:7:25: error: expected ';' before '<' token
  5994. 7 | @class NSString, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>;
  5995. | ^
  5996. | ;
  5997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:18:50: error: expected '>' before '*' token
  5998. 18 | @property (readonly, copy) NSDictionary<NSString *, NSArray<NSString *> *> *languageMap;
  5999. | ^
  6000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:18:50: error: cannot find protocol declaration for 'NSString'
  6001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:18:51: error: expected unqualified-id before ',' token
  6002. 18 | @property (readonly, copy) NSDictionary<NSString *, NSArray<NSString *> *> *languageMap;
  6003. | ^
  6004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:94: error: expected '>' before '*' token
  6005. 19 | - (instancetype)initWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6006. | ^
  6007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:94: error: cannot find protocol declaration for 'NSString'
  6008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:95: error: expected ')' before ',' token
  6009. 19 | - (instancetype)initWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6010. | ~ ^
  6011. | )
  6012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:95: error: expected identifier before ',' token
  6013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:114: error: expected '>' before '*' token
  6014. 19 | - (instancetype)initWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6015. | ^
  6016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:114: error: cannot find protocol declaration for 'NSString'
  6017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:115: error: expected ';' before '>' token
  6018. 19 | - (instancetype)initWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6019. | ^
  6020. | ;
  6021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:20:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6022. 20 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  6023. | ^~~~~~~~
  6024. | cg_nullable
  6025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:27:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6026. 27 | - (nullable NSArray<NSString *> *)languagesForScript:(NSString *)script API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6027. | ^~~~~~~~
  6028. | cg_nullable
  6029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6030. 28 | - (nullable NSString *)dominantLanguageForScript:(NSString *)script API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6031. | ^~~~~~~~
  6032. | cg_nullable
  6033. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:32:45: error: expected '>' before '*' token
  6034. 32 | @property (readonly, copy) NSArray<NSString *> *allScripts API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6035. | ^
  6036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:32:45: error: cannot find protocol declaration for 'NSString'
  6037. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:32:46: error: expected unqualified-id before '>' token
  6038. 32 | @property (readonly, copy) NSArray<NSString *> *allScripts API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6039. | ^
  6040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:33:45: error: expected '>' before '*' token
  6041. 33 | @property (readonly, copy) NSArray<NSString *> *allLanguages API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6042. | ^
  6043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:33:45: error: cannot find protocol declaration for 'NSString'
  6044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:33:46: error: expected unqualified-id before '>' token
  6045. 33 | @property (readonly, copy) NSArray<NSString *> *allLanguages API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6046. | ^
  6047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:101: error: expected '>' before '*' token
  6048. 41 | + (instancetype)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6049. | ^
  6050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:101: error: cannot find protocol declaration for 'NSString'
  6051. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:102: error: expected ')' before ',' token
  6052. 41 | + (instancetype)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6053. | ~ ^
  6054. | )
  6055. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:102: error: expected identifier before ',' token
  6056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:121: error: expected '>' before '*' token
  6057. 41 | + (instancetype)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6058. | ^
  6059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:121: error: cannot find protocol declaration for 'NSString'
  6060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:122: error: expected ';' before '>' token
  6061. 41 | + (instancetype)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary<NSString *, NSArray<NSString *> *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6062. | ^
  6063. | ;
  6064. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:64:
  6065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:38:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6066. 38 | - (nullable void *)pointerAtIndex:(NSUInteger)index;
  6067. | ^~~~~~~~
  6068. | cg_nullable
  6069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:41:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6070. 41 | - (void)addPointer:(nullable void *)pointer; // add pointer at index 'count'
  6071. | ^~~~~~~~
  6072. | cg_nullable
  6073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:43:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6074. 43 | - (void)insertPointer:(nullable void *)item atIndex:(NSUInteger)index; // everything at & above index, including holes, slide higher
  6075. | ^~~~~~~~
  6076. | cg_nullable
  6077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:45:62: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6078. 45 | - (void)replacePointerAtIndex:(NSUInteger)index withPointer:(nullable void *)item; // O(1); NULL item is okay; index must be < count
  6079. | ^~~~~~~~
  6080. | cg_nullable
  6081. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:66:
  6082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:33:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6083. 33 | - (void)setDelegate:(nullable id <NSPortDelegate>)anObject;
  6084. | ^~~~~~~~
  6085. | cg_nullable
  6086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:34:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6087. 34 | - (nullable id <NSPortDelegate>)delegate;
  6088. | ^~~~~~~~
  6089. | cg_nullable
  6090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:46:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6091. 46 | - (BOOL)sendBeforeDate:(NSDate *)limitDate components:(nullable NSMutableArray *)components from:(nullable NSPort *) receivePort reserved:(NSUInteger)headerSpaceReserved;
  6092. | ^~~~~~~~
  6093. | cg_nullable
  6094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:46:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6095. 46 | - (BOOL)sendBeforeDate:(NSDate *)limitDate components:(nullable NSMutableArray *)components from:(nullable NSPort *) receivePort reserved:(NSUInteger)headerSpaceReserved;
  6096. | ^~~~~~~~
  6097. | cg_nullable
  6098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:47:80: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6099. 47 | - (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID components:(nullable NSMutableArray *)components from:(nullable NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved;
  6100. | ^~~~~~~~
  6101. | cg_nullable
  6102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:47:123: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6103. 47 | - (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID components:(nullable NSMutableArray *)components from:(nullable NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved;
  6104. | ^~~~~~~~
  6105. | cg_nullable
  6106. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:93:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6107. 93 | - (void)setDelegate:(nullable id <NSMachPortDelegate>)anObject;
  6108. | ^~~~~~~~
  6109. | cg_nullable
  6110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:94:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6111. 94 | - (nullable id <NSMachPortDelegate>)delegate;
  6112. | ^~~~~~~~
  6113. | cg_nullable
  6114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:157:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6115. 157 | - (nullable instancetype)initWithTCPPort:(unsigned short)port;
  6116. | ^~~~~~~~
  6117. | cg_nullable
  6118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:158:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6119. 158 | - (nullable instancetype)initWithProtocolFamily:(int)family socketType:(int)type protocol:(int)protocol address:(NSData *)address NS_DESIGNATED_INITIALIZER;
  6120. | ^~~~~~~~
  6121. | cg_nullable
  6122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:159:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6123. 159 | - (nullable instancetype)initWithProtocolFamily:(int)family socketType:(int)type protocol:(int)protocol socket:(NSSocketNativeHandle)sock NS_DESIGNATED_INITIALIZER;
  6124. | ^~~~~~~~
  6125. | cg_nullable
  6126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:160:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6127. 160 | - (nullable instancetype)initRemoteWithTCPPort:(unsigned short)port host:(nullable NSString *)hostName;
  6128. | ^~~~~~~~
  6129. | cg_nullable
  6130. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:160:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6131. 160 | - (nullable instancetype)initRemoteWithTCPPort:(unsigned short)port host:(nullable NSString *)hostName;
  6132. | ^~~~~~~~
  6133. | cg_nullable
  6134. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:67:
  6135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:27:15: error: expected ';' before '<' token
  6136. 27 | @class NSArray<ObjectType>, NSString, NSDictionary<KeyType, ObjectType>;
  6137. | ^
  6138. | ;
  6139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:38:29: error: unknown property attribute 'strong'
  6140. 38 | @property (class, readonly, strong) NSProcessInfo *processInfo;
  6141. | ^~~~~~
  6142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:40:50: error: expected '>' before '*' token
  6143. 40 | @property (readonly, copy) NSDictionary<NSString *, NSString *> *environment;
  6144. | ^
  6145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:40:50: error: cannot find protocol declaration for 'NSString'
  6146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:40:51: error: expected unqualified-id before ',' token
  6147. 40 | @property (readonly, copy) NSDictionary<NSString *, NSString *> *environment;
  6148. | ^
  6149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:41:45: error: expected '>' before '*' token
  6150. 41 | @property (readonly, copy) NSArray<NSString *> *arguments;
  6151. | ^
  6152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:41:45: error: cannot find protocol declaration for 'NSString'
  6153. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:41:46: error: expected unqualified-id before '>' token
  6154. 41 | @property (readonly, copy) NSArray<NSString *> *arguments;
  6155. | ^
  6156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:171:105: error: expected ')' before '(' token
  6157. 171 | - (void)performActivityWithOptions:(NSActivityOptions)options reason:(NSString *)reason usingBlock:(void (^)(void))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6158. | ~ ^~
  6159. | )
  6160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:171:106: error: expected identifier before '(' token
  6161. 171 | - (void)performActivityWithOptions:(NSActivityOptions)options reason:(NSString *)reason usingBlock:(void (^)(void))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6162. | ^
  6163. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:171:105: error: expected ';' before '(' token
  6164. 171 | - (void)performActivityWithOptions:(NSActivityOptions)options reason:(NSString *)reason usingBlock:(void (^)(void))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6165. | ^~
  6166. | ;
  6167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:176:78: error: expected ')' before '(' token
  6168. 176 | - (void)performExpiringActivityWithReason:(NSString *)reason usingBlock:(void(^)(BOOL expired))block API_AVAILABLE(ios(8.2), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
  6169. | ~ ^
  6170. | )
  6171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:176:78: error: expected identifier before '(' token
  6172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:176:78: error: expected ';' before '(' token
  6173. 176 | - (void)performExpiringActivityWithReason:(NSString *)reason usingBlock:(void(^)(BOOL expired))block API_AVAILABLE(ios(8.2), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
  6174. | ^
  6175. | ;
  6176. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:69:
  6177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h:17:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6178. 17 | + (id)allocWithZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  6179. | ^~~~~~~~
  6180. | cg_nullable
  6181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6182. 21 | - (nullable NSMethodSignature *)methodSignatureForSelector:(SEL)sel NS_SWIFT_UNAVAILABLE("NSInvocation and related APIs not available");
  6183. | ^~~~~~~~
  6184. | cg_nullable
  6185. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:7,
  6186. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:71:
  6187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:9:25: error: expected ';' before '<' token
  6188. 9 | @class NSString, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSDate, NSTimeZone, NSOrthography, NSURL, NSRegularExpression;
  6189. | ^
  6190. | ;
  6191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:53:58: error: expected '>' before '<' token
  6192. 53 | @property (nullable, readonly, copy) NSArray<NSDictionary<NSString *, id> *> *grammarDetails;
  6193. | ^
  6194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:53:58: error: cannot find protocol declaration for 'NSDictionary'
  6195. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:53:58: error: expected unqualified-id before '<' token
  6196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:79: error: expected '>' before '*' token
  6197. 57 | @property (nullable, readonly, copy) NSDictionary<NSTextCheckingKey, NSString *> *components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6198. | ^
  6199. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:79: error: cannot find protocol declaration for 'NSTextCheckingKey'
  6200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:79: error: cannot find protocol declaration for 'NSString'
  6201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:80: error: expected unqualified-id before '>' token
  6202. 57 | @property (nullable, readonly, copy) NSDictionary<NSTextCheckingKey, NSString *> *components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6203. | ^
  6204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:60:55: error: expected '>' before '*' token
  6205. 60 | @property (nullable, readonly, copy) NSArray<NSString *> *alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6206. | ^
  6207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:60:55: error: cannot find protocol declaration for 'NSString'
  6208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:60:56: error: expected unqualified-id before '>' token
  6209. 60 | @property (nullable, readonly, copy) NSArray<NSString *> *alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6210. | ^
  6211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:61:38: error: 'NSRegularExpression' has not been declared
  6212. 61 | @property (nullable, readonly, copy) NSRegularExpression *regularExpression API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6213. | ^~~~~~~~~~~~~~~~~~~
  6214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:79: error: expected '>' before '*' token
  6215. 71 | @property (nullable, readonly, copy) NSDictionary<NSTextCheckingKey, NSString *> *addressComponents; // Deprecated in favor of components
  6216. | ^
  6217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:79: error: cannot find protocol declaration for 'NSTextCheckingKey'
  6218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:79: error: cannot find protocol declaration for 'NSString'
  6219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:80: error: expected unqualified-id before '>' token
  6220. 71 | @property (nullable, readonly, copy) NSDictionary<NSTextCheckingKey, NSString *> *addressComponents; // Deprecated in favor of components
  6221. | ^
  6222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: expected '>' before '<' token
  6223. 95 | + (NSTextCheckingResult *)grammarCheckingResultWithRange:(NSRange)range details:(NSArray<NSDictionary<NSString *, id> *> *)details;
  6224. | ^
  6225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: cannot find protocol declaration for 'NSDictionary'
  6226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: expected ')' before '<' token
  6227. 95 | + (NSTextCheckingResult *)grammarCheckingResultWithRange:(NSRange)range details:(NSArray<NSDictionary<NSString *, id> *> *)details;
  6228. | ~ ^
  6229. | )
  6230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: expected identifier before '<' token
  6231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: cannot use an object as parameter to a method
  6232. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: expected ';' before '<' token
  6233. 95 | + (NSTextCheckingResult *)grammarCheckingResultWithRange:(NSRange)range details:(NSArray<NSDictionary<NSString *, id> *> *)details;
  6234. | ^
  6235. | ;
  6236. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:126: error: expected '>' before '*' token
  6237. 98 | + (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(NSDictionary<NSTextCheckingKey, NSString *> *)components;
  6238. | ^
  6239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:126: error: cannot find protocol declaration for 'NSTextCheckingKey'
  6240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:126: error: cannot find protocol declaration for 'NSString'
  6241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:127: error: expected ')' before '>' token
  6242. 98 | + (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(NSDictionary<NSTextCheckingKey, NSString *> *)components;
  6243. | ~ ^
  6244. | )
  6245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:127: error: expected identifier before '>' token
  6246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:127: error: expected ';' before '>' token
  6247. 98 | + (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(NSDictionary<NSTextCheckingKey, NSString *> *)components;
  6248. | ^
  6249. | ;
  6250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:161: error: expected '>' before '*' token
  6251. 104 | + (NSTextCheckingResult *)correctionCheckingResultWithRange:(NSRange)range replacementString:(NSString *)replacementString alternativeStrings:(NSArray<NSString*> *)alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6252. | ^
  6253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:161: error: cannot find protocol declaration for 'NSString'
  6254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:162: error: expected ')' before '>' token
  6255. 104 | + (NSTextCheckingResult *)correctionCheckingResultWithRange:(NSRange)range replacementString:(NSString *)replacementString alternativeStrings:(NSArray<NSString *> *)alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6256. | ~ ^
  6257. | )
  6258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:162: error: expected identifier before '>' token
  6259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:162: error: expected ';' before '>' token
  6260. 104 | + (NSTextCheckingResult *)correctionCheckingResultWithRange:(NSRange)range replacementString:(NSString *)replacementString alternativeStrings:(NSArray<NSString *> *)alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6261. | ^
  6262. | ;
  6263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:105:135: error: 'NSRegularExpression' does not name a type
  6264. 105 | + (NSTextCheckingResult *)regularExpressionCheckingResultWithRanges:(NSRangePointer)ranges count:(NSUInteger)count regularExpression:(NSRegularExpression *)regularExpression API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6265. | ^~~~~~~~~~~~~~~~~~~
  6266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:137: error: expected '>' before '*' token
  6267. 107 | + (NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(NSDictionary<NSTextCheckingKey, NSString *> *)components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6268. | ^
  6269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:137: error: cannot find protocol declaration for 'NSTextCheckingKey'
  6270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:137: error: cannot find protocol declaration for 'NSString'
  6271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:138: error: expected ')' before '>' token
  6272. 107 | + (NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(NSDictionary<NSTextCheckingKey, NSString *> *)components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6273. | ~ ^
  6274. | )
  6275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:138: error: expected identifier before '>' token
  6276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:138: error: expected ';' before '>' token
  6277. 107 | + (NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(NSDictionary<NSTextCheckingKey, NSString *> *)components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0));
  6278. | ^
  6279. | ;
  6280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:9:15: error: expected ';' before '<' token
  6281. 9 | @class NSArray<ObjectType>;
  6282. | ^
  6283. | ;
  6284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6285. 39 | + (nullable NSRegularExpression *)regularExpressionWithPattern:(NSString *)pattern options:(NSRegularExpressionOptions)options error:(NSError **)error;
  6286. | ^~~~~~~~
  6287. | cg_nullable
  6288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6289. 40 | - (nullable instancetype)initWithPattern:(NSString *)pattern options:(NSRegularExpressionOptions)options error:(NSError **)error NS_DESIGNATED_INITIALIZER;
  6290. | ^~~~~~~~
  6291. | cg_nullable
  6292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:74:125: error: expected ')' before '(' token
  6293. 74 | - (void)enumerateMatchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range usingBlock:(void (NS_NOESCAPE ^)(NSTextCheckingResult * _Nullable result, NSMatchingFlags flags, BOOL *stop))block;
  6294. | ~ ^~
  6295. | )
  6296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:74:126: error: expected identifier before '(' token
  6297. 74 | - (void)enumerateMatchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range usingBlock:(void (NS_NOESCAPE ^)(NSTextCheckingResult * _Nullable result, NSMatchingFlags flags, BOOL *stop))block;
  6298. | ^
  6299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:74:125: error: expected ';' before '(' token
  6300. 74 | - (void)enumerateMatchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range usingBlock:(void (NS_NOESCAPE ^)(NSTextCheckingResult * _Nullable result, NSMatchingFlags flags, BOOL *stop))block;
  6301. | ^~
  6302. | ;
  6303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:76:33: error: expected '>' before '*' token
  6304. 76 | - (NSArray<NSTextCheckingResult *> *)matchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range;
  6305. | ^
  6306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:76:33: error: cannot find protocol declaration for 'NSTextCheckingResult'
  6307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:76:34: error: expected ')' before '>' token
  6308. 76 | - (NSArray<NSTextCheckingResult *> *)matchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range;
  6309. | ~ ^
  6310. | )
  6311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:76:34: error: objective-c++ method declaration is expected before '>' token
  6312. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:78:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6313. 78 | - (nullable NSTextCheckingResult *)firstMatchInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range;
  6314. | ^~~~~~~~
  6315. | cg_nullable
  6316. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6317. 118 | + (nullable NSDataDetector *)dataDetectorWithTypes:(NSTextCheckingTypes)checkingTypes error:(NSError **)error;
  6318. | ^~~~~~~~
  6319. | cg_nullable
  6320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:119:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6321. 119 | - (nullable instancetype)initWithTypes:(NSTextCheckingTypes)checkingTypes error:(NSError **)error NS_DESIGNATED_INITIALIZER;
  6322. | ^~~~~~~~
  6323. | cg_nullable
  6324. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:75:
  6325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:21:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6326. 21 | + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6327. | ^~~~~~~~
  6328. | cg_nullable
  6329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:22:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6330. 22 | + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6331. | ^~~~~~~~
  6332. | cg_nullable
  6333. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:22:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6334. 22 | + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6335. | ^~~~~~~~
  6336. | cg_nullable
  6337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:25:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6338. 25 | - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending;
  6339. | ^~~~~~~~
  6340. | cg_nullable
  6341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:26:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6342. 26 | - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector;
  6343. | ^~~~~~~~
  6344. | cg_nullable
  6345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:26:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6346. 26 | - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector;
  6347. | ^~~~~~~~
  6348. | cg_nullable
  6349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:27:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6350. 27 | - (nullable instancetype)initWithCoder:(NSCoder *)coder;
  6351. | ^~~~~~~~
  6352. | cg_nullable
  6353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:35:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6354. 35 | + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending comparator:(NSComparator)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6355. | ^~~~~~~~
  6356. | cg_nullable
  6357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:35:102: error: 'NSComparator' does not name a type
  6358. 35 | + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending comparator:(NSComparator)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6359. | ^~~~~~~~~~~~
  6360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:37:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6361. 37 | - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending comparator:(NSComparator)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6362. | ^~~~~~~~
  6363. | cg_nullable
  6364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:37:92: error: 'NSComparator' does not name a type
  6365. 37 | - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending comparator:(NSComparator)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6366. | ^~~~~~~~~~~~
  6367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:39:22: error: 'NSComparator' has not been declared
  6368. 39 | @property (readonly) NSComparator comparator API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6369. | ^~~~~~~~~~~~
  6370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:46:28: error: duplicate interface declaration for class 'NSSet'
  6371. 46 | @interface NSSet<ObjectType> (NSSortDescriptorSorting)
  6372. | ^
  6373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:46:28: error: cannot find protocol declaration for 'ObjectType'
  6374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: redefinition of 'struct NSSet'
  6375. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  6376. | ^
  6377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:46:28: error: trying to finish struct, but kicked out due to previous parse errors
  6378. 46 | @interface NSSet<ObjectType> (NSSortDescriptorSorting)
  6379. | ^
  6380. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:48:1: error: expected constructor, destructor, or type conversion before '-' token
  6381. 48 | - (NSArray<ObjectType> *)sortedArrayUsingDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); // returns a new array by sorting the objects of the receiver
  6382. | ^
  6383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:52:30: error: duplicate interface declaration for class 'NSArray'
  6384. 52 | @interface NSArray<ObjectType> (NSSortDescriptorSorting)
  6385. | ^
  6386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:52:30: error: cannot find protocol declaration for 'ObjectType'
  6387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  6388. 7 | @class NSArray<ObjectType>;
  6389. | ^~~~~~~
  6390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:52:30: error: trying to finish struct, but kicked out due to previous parse errors
  6391. 52 | @interface NSArray<ObjectType> (NSSortDescriptorSorting)
  6392. | ^
  6393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:54:1: error: expected constructor, destructor, or type conversion before '-' token
  6394. 54 | - (NSArray<ObjectType> *)sortedArrayUsingDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors; // returns a new array by sorting the objects of the receiver
  6395. | ^
  6396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:58:37: error: duplicate interface declaration for class 'NSMutableArray'
  6397. 58 | @interface NSMutableArray<ObjectType> (NSSortDescriptorSorting)
  6398. | ^
  6399. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:58:37: error: cannot find protocol declaration for 'ObjectType'
  6400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:37: error: redefinition of 'struct NSMutableArray'
  6401. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  6402. | ^
  6403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:58:37: error: trying to finish struct, but kicked out due to previous parse errors
  6404. 58 | @interface NSMutableArray<ObjectType> (NSSortDescriptorSorting)
  6405. | ^
  6406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:60:1: error: expected constructor, destructor, or type conversion before '-' token
  6407. 60 | - (void)sortUsingDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors; // sorts the array itself
  6408. | ^
  6409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:64:35: error: duplicate interface declaration for class 'NSOrderedSet'
  6410. 64 | @interface NSOrderedSet<ObjectType> (NSKeyValueSorting)
  6411. | ^
  6412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:64:35: error: cannot find protocol declaration for 'ObjectType'
  6413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  6414. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  6415. | ^
  6416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:64:35: error: trying to finish struct, but kicked out due to previous parse errors
  6417. 64 | @interface NSOrderedSet<ObjectType> (NSKeyValueSorting)
  6418. | ^
  6419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:67:1: error: expected constructor, destructor, or type conversion before '-' token
  6420. 67 | - (NSArray<ObjectType> *)sortedArrayUsingDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  6421. | ^
  6422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:71:42: error: duplicate interface declaration for class 'NSMutableOrderedSet'
  6423. 71 | @interface NSMutableOrderedSet<ObjectType> (NSKeyValueSorting)
  6424. | ^
  6425. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:71:42: error: cannot find protocol declaration for 'ObjectType'
  6426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:42: error: redefinition of 'struct NSMutableOrderedSet'
  6427. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  6428. | ^
  6429. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:71:42: error: trying to finish struct, but kicked out due to previous parse errors
  6430. 71 | @interface NSMutableOrderedSet<ObjectType> (NSKeyValueSorting)
  6431. | ^
  6432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:74:1: error: expected constructor, destructor, or type conversion before '-' token
  6433. 74 | - (void)sortUsingDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  6434. | ^
  6435. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:76:
  6436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6437. 44 | - (nullable id)propertyForKey:(NSStreamPropertyKey)key;
  6438. | ^~~~~~~~
  6439. | cg_nullable
  6440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:45:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6441. 45 | - (BOOL)setProperty:(nullable id)property forKey:(NSStreamPropertyKey)key;
  6442. | ^~~~~~~~
  6443. | cg_nullable
  6444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6445. 67 | - (nullable instancetype)initWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6446. | ^~~~~~~~
  6447. | cg_nullable
  6448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6449. 82 | - (nullable instancetype)initWithURL:(NSURL *)url append:(BOOL)shouldAppend API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6450. | ^~~~~~~~
  6451. | cg_nullable
  6452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:103:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6453. 103 | - (nullable instancetype)initWithFileAtPath:(NSString *)path;
  6454. | ^~~~~~~~
  6455. | cg_nullable
  6456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6457. 105 | + (nullable instancetype)inputStreamWithData:(NSData *)data;
  6458. | ^~~~~~~~
  6459. | cg_nullable
  6460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:106:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6461. 106 | + (nullable instancetype)inputStreamWithFileAtPath:(NSString *)path;
  6462. | ^~~~~~~~
  6463. | cg_nullable
  6464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:107:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6465. 107 | + (nullable instancetype)inputStreamWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6466. | ^~~~~~~~
  6467. | cg_nullable
  6468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:112:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6469. 112 | - (nullable instancetype)initToFileAtPath:(NSString *)path append:(BOOL)shouldAppend;
  6470. | ^~~~~~~~
  6471. | cg_nullable
  6472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6473. 117 | + (nullable instancetype)outputStreamWithURL:(NSURL *)url append:(BOOL)shouldAppend API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6474. | ^~~~~~~~
  6475. | cg_nullable
  6476. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:79:
  6477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:9:15: error: expected ';' before '<' token
  6478. 9 | @class NSArray<ObjectType>, NSMutableDictionary, NSDate, NSNumber, NSString;
  6479. | ^
  6480. | ;
  6481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:19:29: error: unknown property attribute 'strong'
  6482. 19 | @property (class, readonly, strong) NSThread *currentThread;
  6483. | ^~~~~~
  6484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:21:39: error: expected ')' before '(' token
  6485. 21 | + (void)detachNewThreadWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6486. | ~ ^~
  6487. | )
  6488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:21:40: error: expected identifier before '(' token
  6489. 21 | + (void)detachNewThreadWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6490. | ^
  6491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:21:39: error: expected ';' before '(' token
  6492. 21 | + (void)detachNewThreadWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6493. | ^~
  6494. | ;
  6495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:22:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6496. 22 | + (void)detachNewThreadSelector:(SEL)selector toTarget:(id)target withObject:(nullable id)argument;
  6497. | ^~~~~~~~
  6498. | cg_nullable
  6499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:40:52: error: expected '>' before '*' token
  6500. 40 | @property (class, readonly, copy) NSArray<NSNumber *> *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6501. | ^
  6502. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:40:52: error: cannot find protocol declaration for 'NSNumber'
  6503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:40:53: error: expected unqualified-id before '>' token
  6504. 40 | @property (class, readonly, copy) NSArray<NSNumber *> *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6505. | ^
  6506. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:41:52: error: expected '>' before '*' token
  6507. 41 | @property (class, readonly, copy) NSArray<NSString *> *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6508. | ^
  6509. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:41:52: error: cannot find protocol declaration for 'NSString'
  6510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:41:53: error: expected unqualified-id before '>' token
  6511. 41 | @property (class, readonly, copy) NSArray<NSString *> *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6512. | ^
  6513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:48:1: error: redeclaration of property 'isMainThread'
  6514. 48 | @property (class, readonly) BOOL isMainThread API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // reports whether current thread is main
  6515. | ^~~~~~~~~
  6516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:47:27: note: originally specified here
  6517. 47 | @property (readonly) BOOL isMainThread API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6518. | ^~~~~~~~~~~~
  6519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:49:29: error: unknown property attribute 'strong'
  6520. 49 | @property (class, readonly, strong) NSThread *mainThread API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6521. | ^~~~~~
  6522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:52:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6523. 52 | - (instancetype)initWithTarget:(id)target selector:(SEL)selector object:(nullable id)argument API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6524. | ^~~~~~~~
  6525. | cg_nullable
  6526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:53:36: error: expected ')' before '(' token
  6527. 53 | - (instancetype)initWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6528. | ~ ^~
  6529. | )
  6530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:53:37: error: expected identifier before '(' token
  6531. 53 | - (instancetype)initWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6532. | ^
  6533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:53:36: error: expected ';' before '(' token
  6534. 53 | - (instancetype)initWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6535. | ^~
  6536. | ;
  6537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:73:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6538. 73 | - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray<NSString *> *)array;
  6539. | ^~~~~~~~
  6540. | cg_nullable
  6541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:73:112: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6542. 73 | - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray<NSString *> *)array;
  6543. | ^~~~~~~~
  6544. | cg_nullable
  6545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:74:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6546. 74 | - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait;
  6547. | ^~~~~~~~
  6548. | cg_nullable
  6549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:77:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6550. 77 | - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray<NSString *> *)array API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6551. | ^~~~~~~~
  6552. | cg_nullable
  6553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:77:125: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6554. 77 | - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray<NSString *> *)array API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6555. | ^~~~~~~~
  6556. | cg_nullable
  6557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:78:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6558. 78 | - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6559. | ^~~~~~~~
  6560. | cg_nullable
  6561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:80:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6562. 80 | - (void)performSelectorInBackground:(SEL)aSelector withObject:(nullable id)arg API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6563. | ^~~~~~~~
  6564. | cg_nullable
  6565. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:80:
  6566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:9:25: error: expected ';' before '<' token
  6567. 9 | @class NSString, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSDate, NSData, NSLocale;
  6568. | ^
  6569. | ;
  6570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:19:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6571. 19 | - (nullable NSString *)abbreviationForDate:(NSDate *)aDate;
  6572. | ^~~~~~~~
  6573. | cg_nullable
  6574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6575. 22 | - (nullable NSDate *)nextDaylightSavingTimeTransitionAfterDate:(NSDate *)aDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6576. | ^~~~~~~~
  6577. | cg_nullable
  6578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:35:52: error: expected '>' before '*' token
  6579. 35 | @property (class, readonly, copy) NSArray<NSString *> *knownTimeZoneNames;
  6580. | ^
  6581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:35:52: error: cannot find protocol declaration for 'NSString'
  6582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:35:53: error: expected unqualified-id before '>' token
  6583. 35 | @property (class, readonly, copy) NSArray<NSString *> *knownTimeZoneNames;
  6584. | ^
  6585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:37:47: error: expected '>' before '*' token
  6586. 37 | @property (class, copy) NSDictionary<NSString *, NSString *> *abbreviationDictionary API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6587. | ^
  6588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:37:47: error: cannot find protocol declaration for 'NSString'
  6589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:37:48: error: expected unqualified-id before ',' token
  6590. 37 | @property (class, copy) NSDictionary<NSString *, NSString *> *abbreviationDictionary API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  6591. | ^
  6592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:39:26: error: expected '>' before '*' token
  6593. 39 | + (NSDictionary<NSString *, NSString *> *)abbreviationDictionary;
  6594. | ^
  6595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:39:26: error: cannot find protocol declaration for 'NSString'
  6596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:39:27: error: expected ')' before ',' token
  6597. 39 | + (NSDictionary<NSString *, NSString *> *)abbreviationDictionary;
  6598. | ~ ^
  6599. | )
  6600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:39:27: error: objective-c++ method declaration is expected before ',' token
  6601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6602. 62 | - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6603. | ^~~~~~~~
  6604. | cg_nullable
  6605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:62:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6606. 62 | - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  6607. | ^~~~~~~~
  6608. | cg_nullable
  6609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6610. 71 | + (nullable instancetype)timeZoneWithName:(NSString *)tzName;
  6611. | ^~~~~~~~
  6612. | cg_nullable
  6613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6614. 72 | + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData;
  6615. | ^~~~~~~~
  6616. | cg_nullable
  6617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:72:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6618. 72 | + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData;
  6619. | ^~~~~~~~
  6620. | cg_nullable
  6621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:74:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6622. 74 | - (nullable instancetype)initWithName:(NSString *)tzName;
  6623. | ^~~~~~~~
  6624. | cg_nullable
  6625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:75:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6626. 75 | - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData;
  6627. | ^~~~~~~~
  6628. | cg_nullable
  6629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:75:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6630. 75 | - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData;
  6631. | ^~~~~~~~
  6632. | cg_nullable
  6633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6634. 82 | + (nullable instancetype)timeZoneWithAbbreviation:(NSString *)abbreviation;
  6635. | ^~~~~~~~
  6636. | cg_nullable
  6637. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:81:
  6638. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:15:108: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6639. 15 | + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo;
  6640. | ^~~~~~~~
  6641. | cg_nullable
  6642. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:16:117: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6643. 16 | + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo;
  6644. | ^~~~~~~~
  6645. | cg_nullable
  6646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:23:94: error: expected ')' before '(' token
  6647. 23 | + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6648. | ~ ^~
  6649. | )
  6650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:23:95: error: expected identifier before '(' token
  6651. 23 | + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6652. | ^
  6653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:23:94: error: expected ';' before '(' token
  6654. 23 | + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6655. | ^~
  6656. | ;
  6657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:29:103: error: expected ')' before '(' token
  6658. 29 | + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6659. | ~ ^~
  6660. | )
  6661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:29:104: error: expected identifier before '(' token
  6662. 29 | + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6663. | ^
  6664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:29:103: error: expected ';' before '(' token
  6665. 29 | + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6666. | ^~
  6667. | ;
  6668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:36:116: error: expected ')' before '(' token
  6669. 36 | - (instancetype)initWithFireDate:(NSDate *)date interval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6670. | ~ ^~
  6671. | )
  6672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:36:117: error: expected identifier before '(' token
  6673. 36 | - (instancetype)initWithFireDate:(NSDate *)date interval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6674. | ^
  6675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:36:116: error: expected ';' before '(' token
  6676. 36 | - (instancetype)initWithFireDate:(NSDate *)date interval:(NSTimeInterval)interval repeats:(BOOL)repeats block:(void (^)(NSTimer *timer))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  6677. | ^~
  6678. | ;
  6679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:38:116: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6680. 38 | - (instancetype)initWithFireDate:(NSDate *)date interval:(NSTimeInterval)ti target:(id)t selector:(SEL)s userInfo:(nullable id)ui repeats:(BOOL)rep NS_DESIGNATED_INITIALIZER;
  6681. | ^~~~~~~~
  6682. | cg_nullable
  6683. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:84:
  6684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:85:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6685. 85 | - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id<NSURLAuthenticationChallengeSender>)sender;
  6686. | ^~~~~~~~
  6687. | cg_nullable
  6688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:85:199: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6689. 85 | - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id<NSURLAuthenticationChallengeSender>)sender;
  6690. | ^~~~~~~~
  6691. | cg_nullable
  6692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:85:240: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6693. 85 | - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id<NSURLAuthenticationChallengeSender>)sender;
  6694. | ^~~~~~~~
  6695. | cg_nullable
  6696. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:85:
  6697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:86:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6698. 86 | - (instancetype)initWithResponse:(NSURLResponse *)response data:(NSData *)data userInfo:(nullable NSDictionary *)userInfo storagePolicy:(NSURLCacheStoragePolicy)storagePolicy;
  6699. | ^~~~~~~~
  6700. | cg_nullable
  6701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:150:19: error: unknown property attribute 'strong'
  6702. 150 | @property (class, strong) NSURLCache *sharedURLCache;
  6703. | ^~~~~~
  6704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:150:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  6705. 150 | @property (class, strong) NSURLCache *sharedURLCache;
  6706. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  6707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:166:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6708. 166 | - (instancetype)initWithMemoryCapacity:(NSUInteger)memoryCapacity diskCapacity:(NSUInteger)diskCapacity diskPath:(nullable NSString *)path API_DEPRECATED_WITH_REPLACEMENT("initWithMemoryCapacity:diskCapacity:directoryURL:", macos(10.2,API_TO_BE_DEPRECATED), ios(2.0,API_TO_BE_DEPRECATED), watchos(2.0,API_TO_BE_DEPRECATED), tvos(9.0,API_TO_BE_DEPRECATED));
  6709. | ^~~~~~~~
  6710. | cg_nullable
  6711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:176:119: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6712. 176 | - (instancetype)initWithMemoryCapacity:(NSUInteger)memoryCapacity diskCapacity:(NSUInteger)diskCapacity directoryURL:(nullable NSURL *)directoryURL API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  6713. | ^~~~~~~~
  6714. | cg_nullable
  6715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:189:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6716. 189 | - (nullable NSCachedURLResponse *)cachedResponseForRequest:(NSURLRequest *)request;
  6717. | ^~~~~~~~
  6718. | cg_nullable
  6719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:258:94: error: expected ')' before '(' token
  6720. 258 | - (void)getCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask completionHandler:(void (^) (NSCachedURLResponse * _Nullable cachedResponse))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6721. | ~ ^~
  6722. | )
  6723. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:258:95: error: expected identifier before '(' token
  6724. 258 | - (void)getCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask completionHandler:(void (^) (NSCachedURLResponse * _Nullable cachedResponse))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6725. | ^
  6726. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:258:94: error: expected ';' before '(' token
  6727. 258 | - (void)getCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask completionHandler:(void (^) (NSCachedURLResponse * _Nullable cachedResponse))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6728. | ^~
  6729. | ;
  6730. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:86:
  6731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:115:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6732. 115 | - (nullable instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id)delegate startImmediately:(BOOL)startImmediately API_DEPRECATED("Use NSURLSession (see NSURLSession.h)", macos(10.5,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6733. | ^~~~~~~~
  6734. | cg_nullable
  6735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:115:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6736. 115 | - (nullable instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id)delegate startImmediately:(BOOL)startImmediately API_DEPRECATED("Use NSURLSession (see NSURLSession.h)", macos(10.5,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6737. | ^~~~~~~~
  6738. | cg_nullable
  6739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6740. 117 | - (nullable instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id)delegate API_DEPRECATED("Use NSURLSession (see NSURLSession.h)", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6741. | ^~~~~~~~
  6742. | cg_nullable
  6743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:117:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6744. 117 | - (nullable instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id)delegate API_DEPRECATED("Use NSURLSession (see NSURLSession.h)", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6745. | ^~~~~~~~
  6746. | cg_nullable
  6747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6748. 118 | + (nullable NSURLConnection*)connectionWithRequest:(NSURLRequest *)request delegate:(nullable id)delegate API_DEPRECATED("Use NSURLSession (see NSURLSession.h)", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6749. | ^~~~~~~~
  6750. | cg_nullable
  6751. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:118:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6752. 118 | + (nullable NSURLConnection*)connectionWithRequest:(NSURLRequest *)request delegate:(nullable id)delegate API_DEPRECATED("Use NSURLSession (see NSURLSession.h)", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6753. | ^~~~~~~~
  6754. | cg_nullable
  6755. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:128:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6756. 128 | - (void)setDelegateQueue:(nullable NSOperationQueue*) queue API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  6757. | ^~~~~~~~
  6758. | cg_nullable
  6759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:295:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6760. 295 | - (nullable NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)response;
  6761. | ^~~~~~~~
  6762. | cg_nullable
  6763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:295:127: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6764. 295 | - (nullable NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)response;
  6765. | ^~~~~~~~
  6766. | cg_nullable
  6767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:300:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6768. 300 | - (nullable NSInputStream *)connection:(NSURLConnection *)connection needNewBodyStream:(NSURLRequest *)request;
  6769. | ^~~~~~~~
  6770. | cg_nullable
  6771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:305:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6772. 305 | - (nullable NSCachedURLResponse *)connection:(NSURLConnection *)connection willCacheResponse:(NSCachedURLResponse *)cachedResponse;
  6773. | ^~~~~~~~
  6774. | cg_nullable
  6775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:405:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6776. 405 | + (nullable NSData *)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse * _Nullable * _Nullable)response error:(NSError **)error API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6777. | ^~~~~~~~
  6778. | cg_nullable
  6779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:456:38: error: expected ')' before '(' token
  6780. 456 | completionHandler:(void (^)(NSURLResponse* _Nullable response, NSData* _Nullable data, NSError* _Nullable connectionError)) handler API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.7,10.11), ios(5.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6781. | ~ ^~
  6782. | )
  6783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:456:39: error: expected identifier before '(' token
  6784. 456 | completionHandler:(void (^)(NSURLResponse* _Nullable response, NSData* _Nullable data, NSError* _Nullable connectionError)) handler API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.7,10.11), ios(5.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6785. | ^
  6786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:456:38: error: expected ';' before '(' token
  6787. 456 | completionHandler:(void (^)(NSURLResponse* _Nullable response, NSData* _Nullable data, NSError* _Nullable connectionError)) handler API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.7,10.11), ios(5.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos);
  6788. | ^~
  6789. | ;
  6790. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:87:
  6791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:121:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6792. 121 | - (instancetype)initWithIdentity:(SecIdentityRef)identity certificates:(nullable NSArray *)certArray persistence:(NSURLCredentialPersistence)persistence API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0));
  6793. | ^~~~~~~~
  6794. | cg_nullable
  6795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:131:84: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6796. 131 | + (NSURLCredential *)credentialWithIdentity:(SecIdentityRef)identity certificates:(nullable NSArray *)certArray persistence:(NSURLCredentialPersistence)persistence API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0));
  6797. | ^~~~~~~~
  6798. | cg_nullable
  6799. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:9,
  6800. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:88:
  6801. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:12:15: error: expected ';' before '<' token
  6802. 12 | @class NSArray<ObjectType>;
  6803. | ^
  6804. | ;
  6805. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:136:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6806. 136 | - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod;
  6807. | ^~~~~~~~
  6808. | cg_nullable
  6809. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:136:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6810. 136 | - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod;
  6811. | ^~~~~~~~
  6812. | cg_nullable
  6813. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:136:162: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6814. 136 | - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod;
  6815. | ^~~~~~~~
  6816. | cg_nullable
  6817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:152:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6818. 152 | - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod;
  6819. | ^~~~~~~~
  6820. | cg_nullable
  6821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:152:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6822. 152 | - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod;
  6823. | ^~~~~~~~
  6824. | cg_nullable
  6825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:152:160: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6826. 152 | - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod;
  6827. | ^~~~~~~~
  6828. | cg_nullable
  6829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:216:53: error: expected '>' before '*' token
  6830. 216 | @property (nullable, readonly, copy) NSArray<NSData *> *distinguishedNames API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0));
  6831. | ^
  6832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:216:53: error: cannot find protocol declaration for 'NSData'
  6833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:216:54: error: expected unqualified-id before '>' token
  6834. 216 | @property (nullable, readonly, copy) NSArray<NSData *> *distinguishedNames API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0));
  6835. | ^
  6836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:12:20: error: expected ';' before '<' token
  6837. 12 | @class NSDictionary<KeyType, ObjectType>;
  6838. | ^
  6839. | ;
  6840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:38:29: error: unknown property attribute 'strong'
  6841. 38 | @property (class, readonly, strong) NSURLCredentialStorage *sharedCredentialStorage;
  6842. | ^~~~~~
  6843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:46:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6844. 46 | - (nullable NSDictionary<NSString *, NSURLCredential *> *)credentialsForProtectionSpace:(NSURLProtectionSpace *)space;
  6845. | ^~~~~~~~
  6846. | cg_nullable
  6847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:54:62: error: expected '>' before '*' token
  6848. 54 | @property (readonly, copy) NSDictionary<NSURLProtectionSpace *, NSDictionary<NSString *, NSURLCredential *> *> *allCredentials;
  6849. | ^
  6850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:54:62: error: cannot find protocol declaration for 'NSURLProtectionSpace'
  6851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:54:63: error: expected unqualified-id before ',' token
  6852. 54 | @property (readonly, copy) NSDictionary<NSURLProtectionSpace *, NSDictionary<NSString *, NSURLCredential *> *> *allCredentials;
  6853. | ^
  6854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:89:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6855. 89 | - (void)removeCredential:(NSURLCredential *)credential forProtectionSpace:(NSURLProtectionSpace *)space options:(nullable NSDictionary<NSString *, id> *)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  6856. | ^~~~~~~~
  6857. | cg_nullable
  6858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:96:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6859. 96 | - (nullable NSURLCredential *)defaultCredentialForProtectionSpace:(NSURLProtectionSpace *)space;
  6860. | ^~~~~~~~
  6861. | cg_nullable
  6862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:110:135: error: expected ')' before '(' token
  6863. 110 | - (void)getCredentialsForProtectionSpace:(NSURLProtectionSpace *)protectionSpace task:(NSURLSessionTask *)task completionHandler:(void (^) (NSDictionary<NSString *, NSURLCredential *> * _Nullable credentials))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6864. | ~ ^~
  6865. | )
  6866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:110:136: error: expected identifier before '(' token
  6867. 110 | - (void)getCredentialsForProtectionSpace:(NSURLProtectionSpace *)protectionSpace task:(NSURLSessionTask *)task completionHandler:(void (^) (NSDictionary<NSString *, NSURLCredential *> * _Nullable credentials))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6868. | ^
  6869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:110:135: error: expected ';' before '(' token
  6870. 110 | - (void)getCredentialsForProtectionSpace:(NSURLProtectionSpace *)protectionSpace task:(NSURLSessionTask *)task completionHandler:(void (^) (NSDictionary<NSString *, NSURLCredential *> * _Nullable credentials))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6871. | ^~
  6872. | ;
  6873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:112:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6874. 112 | - (void)removeCredential:(NSURLCredential *)credential forProtectionSpace:(NSURLProtectionSpace *)protectionSpace options:(nullable NSDictionary<NSString *, id> *)options task:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6875. | ^~~~~~~~
  6876. | cg_nullable
  6877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:113:131: error: expected ')' before '(' token
  6878. 113 | - (void)getDefaultCredentialForProtectionSpace:(NSURLProtectionSpace *)space task:(NSURLSessionTask *)task completionHandler:(void (^) (NSURLCredential * _Nullable credential))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6879. | ~ ^~
  6880. | )
  6881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:113:132: error: expected identifier before '(' token
  6882. 113 | - (void)getDefaultCredentialForProtectionSpace:(NSURLProtectionSpace *)space task:(NSURLSessionTask *)task completionHandler:(void (^) (NSURLCredential * _Nullable credential))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6883. | ^
  6884. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:113:131: error: expected ';' before '(' token
  6885. 113 | - (void)getDefaultCredentialForProtectionSpace:(NSURLProtectionSpace *)space task:(NSURLSessionTask *)task completionHandler:(void (^) (NSURLCredential * _Nullable credential))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6886. | ^~
  6887. | ;
  6888. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:91:
  6889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:182:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6890. 182 | - (instancetype)initWithRequest:(NSURLRequest *)request cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id <NSURLProtocolClient>)client NS_DESIGNATED_INITIALIZER;
  6891. | ^~~~~~~~
  6892. | cg_nullable
  6893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:182:127: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6894. 182 | - (instancetype)initWithRequest:(NSURLRequest *)request cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id <NSURLProtocolClient>)client NS_DESIGNATED_INITIALIZER;
  6895. | ^~~~~~~~
  6896. | cg_nullable
  6897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:286:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6898. 286 | + (nullable id)propertyForKey:(NSString *)key inRequest:(NSURLRequest *)request;
  6899. | ^~~~~~~~
  6900. | cg_nullable
  6901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:352:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6902. 352 | - (instancetype)initWithTask:(NSURLSessionTask *)task cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id <NSURLProtocolClient>)client API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6903. | ^~~~~~~~
  6904. | cg_nullable
  6905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:352:125: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6906. 352 | - (instancetype)initWithTask:(NSURLSessionTask *)task cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id <NSURLProtocolClient>)client API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  6907. | ^~~~~~~~
  6908. | cg_nullable
  6909. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:92:
  6910. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:12:20: error: expected ';' before '<' token
  6911. 12 | @class NSDictionary<KeyType, ObjectType>;
  6912. | ^
  6913. | ;
  6914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:450:60: error: expected '>' before '*' token
  6915. 450 | @property (nullable, readonly, copy) NSDictionary<NSString *, NSString *> *allHTTPHeaderFields;
  6916. | ^
  6917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:450:60: error: cannot find protocol declaration for 'NSString'
  6918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:450:61: error: expected unqualified-id before ',' token
  6919. 450 | @property (nullable, readonly, copy) NSDictionary<NSString *, NSString *> *allHTTPHeaderFields;
  6920. | ^
  6921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:462:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6922. 462 | - (nullable NSString *)valueForHTTPHeaderField:(NSString *)field;
  6923. | ^~~~~~~~
  6924. | cg_nullable
  6925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:530:50: error: expected '>' before '*' token
  6926. 530 | @property (nullable, copy) NSDictionary<NSString *, NSString *> *allHTTPHeaderFields;
  6927. | ^
  6928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:530:50: error: cannot find protocol declaration for 'NSString'
  6929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:530:51: error: expected unqualified-id before ',' token
  6930. 530 | @property (nullable, copy) NSDictionary<NSString *, NSString *> *allHTTPHeaderFields;
  6931. | ^
  6932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:542:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6933. 542 | - (void)setValue:(nullable NSString *)value forHTTPHeaderField:(NSString *)field;
  6934. | ^~~~~~~~
  6935. | cg_nullable
  6936. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:93:
  6937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:11:20: error: expected ';' before '<' token
  6938. 11 | @class NSDictionary<KeyType, ObjectType>;
  6939. | ^
  6940. | ;
  6941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:50:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6942. 50 | - (instancetype)initWithURL:(NSURL *)URL MIMEType:(nullable NSString *)MIMEType expectedContentLength:(NSInteger)length textEncodingName:(nullable NSString *)name NS_DESIGNATED_INITIALIZER;
  6943. | ^~~~~~~~
  6944. | cg_nullable
  6945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:50:139: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6946. 50 | - (instancetype)initWithURL:(NSURL *)URL MIMEType:(nullable NSString *)MIMEType expectedContentLength:(NSInteger)length textEncodingName:(nullable NSString *)name NS_DESIGNATED_INITIALIZER;
  6947. | ^~~~~~~~
  6948. | cg_nullable
  6949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:140:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6950. 140 | - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary<NSString *, NSString *> *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  6951. | ^~~~~~~~
  6952. | cg_nullable
  6953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:140:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6954. 140 | - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary<NSString *, NSString *> *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  6955. | ^~~~~~~~
  6956. | cg_nullable
  6957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:140:143: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6958. 140 | - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary<NSString *, NSString *> *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
  6959. | ^~~~~~~~
  6960. | cg_nullable
  6961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:170:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6962. 170 | - (nullable NSString *)valueForHTTPHeaderField:(NSString *)field API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  6963. | ^~~~~~~~
  6964. | cg_nullable
  6965. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:94:
  6966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:8:15: error: expected ';' before '<' token
  6967. 8 | @class NSArray<ObjectType>, NSData, NSDictionary<KeyValue, ObjectValue>, NSMutableDictionary, NSString, NSURL;
  6968. | ^
  6969. | ;
  6970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:60:29: error: unknown property attribute 'strong'
  6971. 60 | @property (class, readonly, strong) NSUserDefaults *standardUserDefaults;
  6972. | ^~~~~~
  6973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6974. 69 | - (nullable instancetype)initWithSuiteName:(nullable NSString *)suitename API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6975. | ^~~~~~~~
  6976. | cg_nullable
  6977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:69:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6978. 69 | - (nullable instancetype)initWithSuiteName:(nullable NSString *)suitename API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER;
  6979. | ^~~~~~~~
  6980. | cg_nullable
  6981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6982. 72 | - (nullable id)initWithUser:(NSString *)username API_DEPRECATED("Use -init instead", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
  6983. | ^~~~~~~~
  6984. | cg_nullable
  6985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:77:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6986. 77 | - (nullable id)objectForKey:(NSString *)defaultName;
  6987. | ^~~~~~~~
  6988. | cg_nullable
  6989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:82:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6990. 82 | - (void)setObject:(nullable id)value forKey:(NSString *)defaultName;
  6991. | ^~~~~~~~
  6992. | cg_nullable
  6993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:88:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6994. 88 | - (nullable NSString *)stringForKey:(NSString *)defaultName;
  6995. | ^~~~~~~~
  6996. | cg_nullable
  6997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:91:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  6998. 91 | - (nullable NSArray *)arrayForKey:(NSString *)defaultName;
  6999. | ^~~~~~~~
  7000. | cg_nullable
  7001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:93:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7002. 93 | - (nullable NSDictionary<NSString *, id> *)dictionaryForKey:(NSString *)defaultName;
  7003. | ^~~~~~~~
  7004. | cg_nullable
  7005. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:95:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7006. 95 | - (nullable NSData *)dataForKey:(NSString *)defaultName;
  7007. | ^~~~~~~~
  7008. | cg_nullable
  7009. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:97:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7010. 97 | - (nullable NSArray<NSString *> *)stringArrayForKey:(NSString *)defaultName;
  7011. | ^~~~~~~~
  7012. | cg_nullable
  7013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:114:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7014. 114 | - (nullable NSURL *)URLForKey:(NSString *)defaultName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7015. | ^~~~~~~~
  7016. | cg_nullable
  7017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:125:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7018. 125 | - (void)setURL:(nullable NSURL *)url forKey:(NSString *)defaultName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7019. | ^~~~~~~~
  7020. | cg_nullable
  7021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:49: error: expected '>' before '*' token
  7022. 132 | - (void)registerDefaults:(NSDictionary<NSString *, id> *)registrationDictionary;
  7023. | ^
  7024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:49: error: cannot find protocol declaration for 'NSString'
  7025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:50: error: expected ')' before ',' token
  7026. 132 | - (void)registerDefaults:(NSDictionary<NSString *, id> *)registrationDictionary;
  7027. | ~ ^
  7028. | )
  7029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:50: error: expected identifier before ',' token
  7030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:54: error: expected ';' before '>' token
  7031. 132 | - (void)registerDefaults:(NSDictionary<NSString *, id> *)registrationDictionary;
  7032. | ^
  7033. | ;
  7034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:146:26: error: expected '>' before '*' token
  7035. 146 | - (NSDictionary<NSString *, id> *)dictionaryRepresentation;
  7036. | ^
  7037. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:146:26: error: cannot find protocol declaration for 'NSString'
  7038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:146:27: error: expected ')' before ',' token
  7039. 146 | - (NSDictionary<NSString *, id> *)dictionaryRepresentation;
  7040. | ~ ^
  7041. | )
  7042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:146:27: error: objective-c++ method declaration is expected before ',' token
  7043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:151:45: error: expected '>' before '*' token
  7044. 151 | @property (readonly, copy) NSArray<NSString *> *volatileDomainNames;
  7045. | ^
  7046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:151:45: error: cannot find protocol declaration for 'NSString'
  7047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:151:46: error: expected unqualified-id before '>' token
  7048. 151 | @property (readonly, copy) NSArray<NSString *> *volatileDomainNames;
  7049. | ^
  7050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:152:26: error: expected '>' before '*' token
  7051. 152 | - (NSDictionary<NSString *, id> *)volatileDomainForName:(NSString *)domainName;
  7052. | ^
  7053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:152:26: error: cannot find protocol declaration for 'NSString'
  7054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:152:27: error: expected ')' before ',' token
  7055. 152 | - (NSDictionary<NSString *, id> *)volatileDomainForName:(NSString *)domainName;
  7056. | ~ ^
  7057. | )
  7058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:152:27: error: objective-c++ method declaration is expected before ',' token
  7059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:50: error: expected '>' before '*' token
  7060. 153 | - (void)setVolatileDomain:(NSDictionary<NSString *, id> *)domain forName:(NSString *)domainName;
  7061. | ^
  7062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:50: error: cannot find protocol declaration for 'NSString'
  7063. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:51: error: expected ')' before ',' token
  7064. 153 | - (void)setVolatileDomain:(NSDictionary<NSString *, id> *)domain forName:(NSString *)domainName;
  7065. | ~ ^
  7066. | )
  7067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:51: error: expected identifier before ',' token
  7068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:55: error: expected ';' before '>' token
  7069. 153 | - (void)setVolatileDomain:(NSDictionary<NSString *, id> *)domain forName:(NSString *)domainName;
  7070. | ^
  7071. | ;
  7072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:160:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7073. 160 | - (nullable NSDictionary<NSString *, id> *)persistentDomainForName:(NSString *)domainName;
  7074. | ^~~~~~~~
  7075. | cg_nullable
  7076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:52: error: expected '>' before '*' token
  7077. 162 | - (void)setPersistentDomain:(NSDictionary<NSString *, id> *)domain forName:(NSString *)domainName;
  7078. | ^
  7079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:52: error: cannot find protocol declaration for 'NSString'
  7080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:53: error: expected ')' before ',' token
  7081. 162 | - (void)setPersistentDomain:(NSDictionary<NSString *, id> *)domain forName:(NSString *)domainName;
  7082. | ~ ^
  7083. | )
  7084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:53: error: expected identifier before ',' token
  7085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:57: error: expected ';' before '>' token
  7086. 162 | - (void)setPersistentDomain:(NSDictionary<NSString *, id> *)domain forName:(NSString *)domainName;
  7087. | ^
  7088. | ;
  7089. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:96:
  7090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:7:15: error: expected ';' before '<' token
  7091. 7 | @class NSArray<ObjectType>, NSString;
  7092. | ^
  7093. | ;
  7094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:27:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7095. 27 | + (void)setValueTransformer:(nullable NSValueTransformer *)transformer forName:(NSValueTransformerName)name;
  7096. | ^~~~~~~~
  7097. | cg_nullable
  7098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7099. 28 | + (nullable NSValueTransformer *)valueTransformerForName:(NSValueTransformerName)name;
  7100. | ^~~~~~~~
  7101. | cg_nullable
  7102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:29:34: error: cannot find protocol declaration for 'NSValueTransformerName'
  7103. 29 | + (NSArray<NSValueTransformerName> *)valueTransformerNames;
  7104. | ^
  7105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:35:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7106. 35 | - (nullable id)transformedValue:(nullable id)value; // by default returns value
  7107. | ^~~~~~~~
  7108. | cg_nullable
  7109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:35:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7110. 35 | - (nullable id)transformedValue:(nullable id)value; // by default returns value
  7111. | ^~~~~~~~
  7112. | cg_nullable
  7113. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7114. 36 | - (nullable id)reverseTransformedValue:(nullable id)value; // by default raises an exception if +allowsReverseTransformation returns NO and otherwise invokes transformedValue:
  7115. | ^~~~~~~~
  7116. | cg_nullable
  7117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:36:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7118. 36 | - (nullable id)reverseTransformedValue:(nullable id)value; // by default raises an exception if +allowsReverseTransformation returns NO and otherwise invokes transformedValue:
  7119. | ^~~~~~~~
  7120. | cg_nullable
  7121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:49:48: error: cannot find protocol declaration for 'Class'
  7122. 49 | @property (class, readonly, copy) NSArray<Class> *allowedTopLevelClasses;
  7123. | ^
  7124. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:97:
  7125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:8:28: error: expected ';' before '<' token
  7126. 8 | @class NSData, NSDictionary<KeyType, ObjectType>, NSError, NSString, NSURL, NSInputStream, NSSet<ObjectType>;
  7127. | ^
  7128. | ;
  7129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7130. 29 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url; // initializes the parser with the specified URL.
  7131. | ^~~~~~~~
  7132. | cg_nullable
  7133. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:42:40: error: expected '>' before '*' token
  7134. 42 | @property (nullable, copy) NSSet<NSURL *> *allowedExternalEntityURLs API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  7135. | ^
  7136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:42:40: error: cannot find protocol declaration for 'NSURL'
  7137. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:42:41: error: expected unqualified-id before '>' token
  7138. 42 | @property (nullable, copy) NSSet<NSURL *> *allowedExternalEntityURLs API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0));
  7139. | ^
  7140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:91:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7141. 91 | - (void)parser:(NSXMLParser *)parser foundNotationDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID;
  7142. | ^~~~~~~~
  7143. | cg_nullable
  7144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:91:137: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7145. 91 | - (void)parser:(NSXMLParser *)parser foundNotationDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID;
  7146. | ^~~~~~~~
  7147. | cg_nullable
  7148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:104: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7149. 93 | - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName;
  7150. | ^~~~~~~~
  7151. | cg_nullable
  7152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:143: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7153. 93 | - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName;
  7154. | ^~~~~~~~
  7155. | cg_nullable
  7156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:186: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7157. 93 | - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName;
  7158. | ^~~~~~~~
  7159. | cg_nullable
  7160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:95:139: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7161. 95 | - (void)parser:(NSXMLParser *)parser foundAttributeDeclarationWithName:(NSString *)attributeName forElement:(NSString *)elementName type:(nullable NSString *)type defaultValue:(nullable NSString *)defaultValue;
  7162. | ^~~~~~~~
  7163. | cg_nullable
  7164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:95:178: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7165. 95 | - (void)parser:(NSXMLParser *)parser foundAttributeDeclarationWithName:(NSString *)attributeName forElement:(NSString *)elementName type:(nullable NSString *)type defaultValue:(nullable NSString *)defaultValue;
  7166. | ^~~~~~~~
  7167. | cg_nullable
  7168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:99:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7169. 99 | - (void)parser:(NSXMLParser *)parser foundInternalEntityDeclarationWithName:(NSString *)name value:(nullable NSString *)value;
  7170. | ^~~~~~~~
  7171. | cg_nullable
  7172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:101:104: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7173. 101 | - (void)parser:(NSXMLParser *)parser foundExternalEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID;
  7174. | ^~~~~~~~
  7175. | cg_nullable
  7176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:101:143: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7177. 101 | - (void)parser:(NSXMLParser *)parser foundExternalEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID;
  7178. | ^~~~~~~~
  7179. | cg_nullable
  7180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:92: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7181. 103 | - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary<NSString *, NSString *> *)attributeDict;
  7182. | ^~~~~~~~
  7183. | cg_nullable
  7184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:140: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7185. 103 | - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary<NSString *, NSString *> *)attributeDict;
  7186. | ^~~~~~~~
  7187. | cg_nullable
  7188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:200: error: expected '>' before '*' token
  7189. 103 | - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary<NSString *, NSString *> *)attributeDict;
  7190. | ^
  7191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:200: error: cannot find protocol declaration for 'NSString'
  7192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:201: error: expected ')' before ',' token
  7193. 103 | - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary<NSString *, NSString *> *)attributeDict;
  7194. | ~ ^
  7195. | )
  7196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:201: error: expected identifier before ',' token
  7197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:213: error: expected ';' before '>' token
  7198. 103 | - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary<NSString *, NSString *> *)attributeDict;
  7199. | ^
  7200. | ;
  7201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:111:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7202. 111 | - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName;
  7203. | ^~~~~~~~
  7204. | cg_nullable
  7205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:111:138: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7206. 111 | - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName;
  7207. | ^~~~~~~~
  7208. | cg_nullable
  7209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:128:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7210. 128 | - (void)parser:(NSXMLParser *)parser foundProcessingInstructionWithTarget:(NSString *)target data:(nullable NSString *)data;
  7211. | ^~~~~~~~
  7212. | cg_nullable
  7213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:137:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7214. 137 | - (nullable NSData *)parser:(NSXMLParser *)parser resolveExternalEntityName:(NSString *)name systemID:(nullable NSString *)systemID;
  7215. | ^~~~~~~~
  7216. | cg_nullable
  7217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:137:104: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7218. 137 | - (nullable NSData *)parser:(NSXMLParser *)parser resolveExternalEntityName:(NSString *)name systemID:(nullable NSString *)systemID;
  7219. | ^~~~~~~~
  7220. | cg_nullable
  7221. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:98:
  7222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:17:62: error: expected ';' before '<' token
  7223. 17 | @class NSMutableDictionary, NSString, NSOperationQueue, NSSet<ObjectType>, NSLock, NSError;
  7224. | ^
  7225. | ;
  7226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:30:46: error: expected ')' before '(' token
  7227. 30 | - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;
  7228. | ~ ^~
  7229. | )
  7230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:30:47: error: expected identifier before '(' token
  7231. 30 | - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;
  7232. | ^
  7233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:30:46: error: expected ';' before '(' token
  7234. 30 | - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;
  7235. | ^~
  7236. | ;
  7237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:35:57: error: expected ')' before '(' token
  7238. 35 | - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  7239. | ~ ^~
  7240. | )
  7241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:35:58: error: expected identifier before '(' token
  7242. 35 | - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  7243. | ^
  7244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:35:57: error: expected ';' before '(' token
  7245. 35 | - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  7246. | ^~
  7247. | ;
  7248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:74:46: error: expected ')' before '(' token
  7249. 74 | - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;
  7250. | ~ ^~
  7251. | )
  7252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:74:47: error: expected identifier before '(' token
  7253. 74 | - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;
  7254. | ^
  7255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:74:46: error: expected ';' before '(' token
  7256. 74 | - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler;
  7257. | ^~
  7258. | ;
  7259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:77:57: error: expected ')' before '(' token
  7260. 77 | - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  7261. | ~ ^~
  7262. | )
  7263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:77:58: error: expected identifier before '(' token
  7264. 77 | - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  7265. | ^
  7266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:77:57: error: expected ';' before '(' token
  7267. 77 | - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0));
  7268. | ^~
  7269. | ;
  7270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:81:34: error: expected unqualified-id before '^' token
  7271. 81 | @property (nullable, copy) void (^interruptionHandler)(void);
  7272. | ^
  7273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:81:34: error: expected ')' before '^' token
  7274. 81 | @property (nullable, copy) void (^interruptionHandler)(void);
  7275. | ~^
  7276. | )
  7277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:86:34: error: expected unqualified-id before '^' token
  7278. 86 | @property (nullable, copy) void (^invalidationHandler)(void);
  7279. | ^
  7280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:86:34: error: expected ')' before '^' token
  7281. 86 | @property (nullable, copy) void (^invalidationHandler)(void);
  7282. | ~^
  7283. | )
  7284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:104:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7285. 104 | + (nullable NSXPCConnection *)currentConnection API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0));
  7286. | ^~~~~~~~
  7287. | cg_nullable
  7288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:107:39: error: expected ')' before '(' token
  7289. 107 | - (void)scheduleSendBarrierBlock:(void (^)(void))block API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  7290. | ~ ^~
  7291. | )
  7292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:107:40: error: expected identifier before '(' token
  7293. 107 | - (void)scheduleSendBarrierBlock:(void (^)(void))block API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  7294. | ^
  7295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:107:39: error: expected ';' before '(' token
  7296. 107 | - (void)scheduleSendBarrierBlock:(void (^)(void))block API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  7297. | ^~
  7298. | ;
  7299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:126:22: error: unknown property attribute 'weak'
  7300. 126 | @property (nullable, weak) id <NSXPCListenerDelegate> delegate;
  7301. | ^~~~
  7302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:126:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  7303. 126 | @property (nullable, weak) id <NSXPCListenerDelegate> delegate;
  7304. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  7305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:168:32: error: cannot find protocol declaration for 'Class'
  7306. 168 | - (void)setClasses:(NSSet<Class> *)classes forSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply;
  7307. | ^
  7308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:169:15: error: cannot find protocol declaration for 'Class'
  7309. 169 | - (NSSet<Class> *)classesForSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply;
  7310. | ^
  7311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:173:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7312. 173 | - (nullable NSXPCInterface *)interfaceForSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply;
  7313. | ^~~~~~~~
  7314. | cg_nullable
  7315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:177:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7316. 177 | - (nullable xpc_type_t)XPCTypeForSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  7317. | ^~~~~~~~
  7318. | cg_nullable
  7319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:206:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7320. 206 | - (nullable xpc_object_t)decodeXPCObjectOfType:(xpc_type_t)type forKey:(NSString *)key API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  7321. | ^~~~~~~~
  7322. | cg_nullable
  7323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:212:32: error: unknown property attribute 'strong'
  7324. 212 | @property (nullable, readonly, strong) NSXPCConnection *connection API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0));
  7325. | ^~~~~~
  7326. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106:
  7327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:60:77: error: expected '>' before '*' token
  7328. 60 | + (NSString *)stringFromMeasurement:(NSMeasurement<NSUnitInformationStorage *> *)measurement countStyle:(NSByteCountFormatterCountStyle)countStyle API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  7329. | ^
  7330. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:60:77: error: cannot find protocol declaration for 'NSUnitInformationStorage'
  7331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:60:78: error: expected ')' before '>' token
  7332. 60 | + (NSString *)stringFromMeasurement:(NSMeasurement<NSUnitInformationStorage *> *)measurement countStyle:(NSByteCountFormatterCountStyle)countStyle API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  7333. | ~ ^
  7334. | )
  7335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:60:78: error: expected identifier before '>' token
  7336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:60:78: error: expected ';' before '>' token
  7337. 60 | + (NSString *)stringFromMeasurement:(NSMeasurement<NSUnitInformationStorage *> *)measurement countStyle:(NSByteCountFormatterCountStyle)countStyle API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  7338. | ^
  7339. | ;
  7340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:67:77: error: expected '>' before '*' token
  7341. 67 | - (NSString *)stringFromMeasurement:(NSMeasurement<NSUnitInformationStorage *> *)measurement API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  7342. | ^
  7343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:67:77: error: cannot find protocol declaration for 'NSUnitInformationStorage'
  7344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:67:78: error: expected ')' before '>' token
  7345. 67 | - (NSString *)stringFromMeasurement:(NSMeasurement<NSUnitInformationStorage *> *)measurement API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  7346. | ~ ^
  7347. | )
  7348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:67:78: error: expected identifier before '>' token
  7349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:67:78: error: expected ';' before '>' token
  7350. 67 | - (NSString *)stringFromMeasurement:(NSMeasurement<NSUnitInformationStorage *> *)measurement API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  7351. | ^
  7352. | ;
  7353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:74:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7354. 74 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  7355. | ^~~~~~~~
  7356. | cg_nullable
  7357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSByteCountFormatter.h:74:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7358. 74 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  7359. | ^~~~~~~~
  7360. | cg_nullable
  7361. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:107:
  7362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:13:40: error: cannot find protocol declaration for 'KeyType'
  7363. 13 | @interface NSCache <KeyType, ObjectType> : NSObject {
  7364. | ^
  7365. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:13:40: error: cannot find protocol declaration for 'ObjectType'
  7366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:13:42: error: expected unqualified-id before ':' token
  7367. 13 | @interface NSCache <KeyType, ObjectType> : NSObject {
  7368. | ^
  7369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:24:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7370. 24 | - (nullable ObjectType)objectForKey:(KeyType)key;
  7371. | ^~~~~~~~
  7372. | cg_nullable
  7373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:24:38: error: 'KeyType' does not name a type; did you mean 'ResType'?
  7374. 24 | - (nullable ObjectType)objectForKey:(KeyType)key;
  7375. | ^~~~~~~
  7376. | ResType
  7377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:25:20: error: 'ObjectType' does not name a type
  7378. 25 | - (void)setObject:(ObjectType)obj forKey:(KeyType)key; // 0 cost
  7379. | ^~~~~~~~~~
  7380. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:25:43: error: 'KeyType' does not name a type; did you mean 'ResType'?
  7381. 25 | - (void)setObject:(ObjectType)obj forKey:(KeyType)key; // 0 cost
  7382. | ^~~~~~~
  7383. | ResType
  7384. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:26:20: error: 'ObjectType' does not name a type
  7385. 26 | - (void)setObject:(ObjectType)obj forKey:(KeyType)key cost:(NSUInteger)g;
  7386. | ^~~~~~~~~~
  7387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:26:43: error: 'KeyType' does not name a type; did you mean 'ResType'?
  7388. 26 | - (void)setObject:(ObjectType)obj forKey:(KeyType)key cost:(NSUInteger)g;
  7389. | ^~~~~~~
  7390. | ResType
  7391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:27:29: error: 'KeyType' does not name a type; did you mean 'ResType'?
  7392. 27 | - (void)removeObjectForKey:(KeyType)key;
  7393. | ^~~~~~~
  7394. | ResType
  7395. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5,
  7396. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:108:
  7397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:10:20: error: expected ';' before '<' token
  7398. 10 | @class NSDictionary <KeyType, ObjectType>, NSString;
  7399. | ^~
  7400. | ;
  7401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:28:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7402. 28 | + (NSPredicate *)predicateWithFormat:(NSString *)predicateFormat argumentArray:(nullable NSArray *)arguments;
  7403. | ^~~~~~~~
  7404. | cg_nullable
  7405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7406. 32 | + (nullable NSPredicate *)predicateFromMetadataQueryString:(NSString *)queryString API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos);
  7407. | ^~~~~~~~
  7408. | cg_nullable
  7409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:36:41: error: expected ')' before '(' token
  7410. 36 | + (NSPredicate*)predicateWithBlock:(BOOL (^)(id _Nullable evaluatedObject, NSDictionary<NSString *, id> * _Nullable bindings))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7411. | ~ ^~
  7412. | )
  7413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:36:42: error: expected identifier before '(' token
  7414. 36 | + (NSPredicate*)predicateWithBlock:(BOOL (^)(id _Nullable evaluatedObject, NSDictionary<NSString *, id> * _Nullable bindings))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7415. | ^
  7416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:36:41: error: expected ';' before '(' token
  7417. 36 | + (NSPredicate*)predicateWithBlock:(BOOL (^)(id _Nullable evaluatedObject, NSDictionary<NSString *, id> * _Nullable bindings))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7418. | ^~
  7419. | ;
  7420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:75: error: expected '>' before '*' token
  7421. 40 | - (instancetype)predicateWithSubstitutionVariables:(NSDictionary<NSString *, id> *)variables; // substitute constant values for variables
  7422. | ^
  7423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:75: error: cannot find protocol declaration for 'NSString'
  7424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:76: error: expected ')' before ',' token
  7425. 40 | - (instancetype)predicateWithSubstitutionVariables:(NSDictionary<NSString *, id> *)variables; // substitute constant values for variables
  7426. | ~ ^
  7427. | )
  7428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:76: error: expected identifier before ',' token
  7429. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:80: error: expected ';' before '>' token
  7430. 40 | - (instancetype)predicateWithSubstitutionVariables:(NSDictionary<NSString *, id> *)variables; // substitute constant values for variables
  7431. | ^
  7432. | ;
  7433. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:42:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7434. 42 | - (BOOL)evaluateWithObject:(nullable id)object; // evaluate a predicate against a single object
  7435. | ^~~~~~~~
  7436. | cg_nullable
  7437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:44:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7438. 44 | - (BOOL)evaluateWithObject:(nullable id)object substitutionVariables:(nullable NSDictionary<NSString *, id> *)bindings API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // single pass evaluation substituting variables from the bindings dictionary for any variable expressions encountered
  7439. | ^~~~~~~~
  7440. | cg_nullable
  7441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:44:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7442. 44 | - (BOOL)evaluateWithObject:(nullable id)object substitutionVariables:(nullable NSDictionary<NSString *, id> *)bindings API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // single pass evaluation substituting variables from the bindings dictionary for any variable expressions encountered
  7443. | ^~~~~~~~
  7444. | cg_nullable
  7445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:50:30: error: duplicate interface declaration for class 'NSArray'
  7446. 50 | @interface NSArray<ObjectType> (NSPredicateSupport)
  7447. | ^
  7448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:50:30: error: cannot find protocol declaration for 'ObjectType'
  7449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:8: error: redefinition of 'struct NSArray'
  7450. 7 | @class NSArray<ObjectType>;
  7451. | ^~~~~~~
  7452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:50:30: error: trying to finish struct, but kicked out due to previous parse errors
  7453. 50 | @interface NSArray<ObjectType> (NSPredicateSupport)
  7454. | ^
  7455. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:51:1: error: expected constructor, destructor, or type conversion before '-' token
  7456. 51 | - (NSArray<ObjectType> *)filteredArrayUsingPredicate:(NSPredicate *)predicate; // evaluate a predicate against an array of objects and return a filtered array
  7457. | ^
  7458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:54:37: error: duplicate interface declaration for class 'NSMutableArray'
  7459. 54 | @interface NSMutableArray<ObjectType> (NSPredicateSupport)
  7460. | ^
  7461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:54:37: error: cannot find protocol declaration for 'ObjectType'
  7462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:141:37: error: redefinition of 'struct NSMutableArray'
  7463. 141 | @interface NSMutableArray<ObjectType> : NSArray<ObjectType>
  7464. | ^
  7465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:54:37: error: trying to finish struct, but kicked out due to previous parse errors
  7466. 54 | @interface NSMutableArray<ObjectType> (NSPredicateSupport)
  7467. | ^
  7468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:55:1: error: expected constructor, destructor, or type conversion before '-' token
  7469. 55 | - (void)filterUsingPredicate:(NSPredicate *)predicate; // evaluate a predicate against an array of objects and filter the mutable array directly
  7470. | ^
  7471. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:59:28: error: duplicate interface declaration for class 'NSSet'
  7472. 59 | @interface NSSet<ObjectType> (NSPredicateSupport)
  7473. | ^
  7474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:59:28: error: cannot find protocol declaration for 'ObjectType'
  7475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:40 error: redefinition of 'struct NSSet'
  7476. 14 | @interface NSSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  7477. | ^
  7478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:59:28: error: trying to finish struct, but kicked out due to previous parse errors
  7479. 59 | @interface NSSet<ObjectType> (NSPredicateSupport)
  7480. | ^
  7481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:60:1: error: expected constructor, destructor, or type conversion before '-' token
  7482. 60 | - (NSSet<ObjectType> *)filteredSetUsingPredicate:(NSPredicate *)predicate API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // evaluate a predicate against a set of objects and return a filtered set
  7483. | ^
  7484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:63:35: error: duplicate interface declaration for class 'NSMutableSet'
  7485. 63 | @interface NSMutableSet<ObjectType> (NSPredicateSupport)
  7486. | ^
  7487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:63:35: error: cannot find protocol declaration for 'ObjectType'
  7488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:35 error: redefinition of 'struct NSMutableSet'
  7489. 69 | @interface NSMutableSet<ObjectType> : NSSet<ObjectType>
  7490. | ^
  7491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:63:35: error: trying to finish struct, but kicked out due to previous parse errors
  7492. 63 | @interface NSMutableSet<ObjectType> (NSPredicateSupport)
  7493. | ^
  7494. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:64:1: error: expected constructor, destructor, or type conversion before '-' token
  7495. 64 | - (void)filterUsingPredicate:(NSPredicate *)predicate API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // evaluate a predicate against a set of objects and filter the mutable set directly
  7496. | ^
  7497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:67:35: error: duplicate interface declaration for class 'NSOrderedSet'
  7498. 67 | @interface NSOrderedSet<ObjectType> (NSPredicateSupport)
  7499. | ^
  7500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:67:35: error: cannot find protocol declaration for 'ObjectType'
  7501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:18:47: error: redefinition of 'struct NSOrderedSet'
  7502. 18 | @interface NSOrderedSet<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
  7503. | ^
  7504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:67:35: error: trying to finish struct, but kicked out due to previous parse errors
  7505. 67 | @interface NSOrderedSet<ObjectType> (NSPredicateSupport)
  7506. | ^
  7507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:69:1: error: expected constructor, destructor, or type conversion before '-' token
  7508. 69 | - (NSOrderedSet<ObjectType> *)filteredOrderedSetUsingPredicate:(NSPredicate *)p API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); // evaluate a predicate against an ordered set of objects and return a filtered ordered set
  7509. | ^
  7510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:73:42: error: duplicate interface declaration for class 'NSMutableOrderedSet'
  7511. 73 | @interface NSMutableOrderedSet<ObjectType> (NSPredicateSupport)
  7512. | ^
  7513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:73:42: error: cannot find protocol declaration for 'ObjectType'
  7514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:128:42: error: redefinition of 'struct NSMutableOrderedSet'
  7515. 128 | @interface NSMutableOrderedSet<ObjectType> : NSOrderedSet<ObjectType>
  7516. | ^
  7517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:73:42: error: trying to finish struct, but kicked out due to previous parse errors
  7518. 73 | @interface NSMutableOrderedSet<ObjectType> (NSPredicateSupport)
  7519. | ^
  7520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:75:1: error: expected constructor, destructor, or type conversion before '-' token
  7521. 75 | - (void)filterUsingPredicate:(NSPredicate *)p API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); // evaluate a predicate against an ordered set of objects and filter the mutable ordered set directly
  7522. | ^
  7523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7524. 61 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  7525. | ^~~~~~~~
  7526. | cg_nullable
  7527. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:109:
  7528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:7:15: error: expected ';' before '<' token
  7529. 7 | @class NSArray<ObjectType>;
  7530. | ^
  7531. | ;
  7532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:95: error: expected '>' before '*' token
  7533. 27 | - (instancetype)initWithType:(NSCompoundPredicateType)type subpredicates:(NSArray<NSPredicate *> *)subpredicates NS_DESIGNATED_INITIALIZER;
  7534. | ^
  7535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:95: error: cannot find protocol declaration for 'NSPredicate'
  7536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:96: error: expected ')' before '>' token
  7537. 27 | - (instancetype)initWithType:(NSCompoundPredicateType)type subpredicates:(NSArray<NSPredicate *> *)subpredicates NS_DESIGNATED_INITIALIZER;
  7538. | ~ ^
  7539. | )
  7540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:96: error: expected identifier before '>' token
  7541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:96: error: expected ';' before '>' token
  7542. 27 | - (instancetype)initWithType:(NSCompoundPredicateType)type subpredicates:(NSArray<NSPredicate *> *)subpredicates NS_DESIGNATED_INITIALIZER;
  7543. | ^
  7544. | ;
  7545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7546. 28 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  7547. | ^~~~~~~~
  7548. | cg_nullable
  7549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:77: error: expected '>' before '*' token
  7550. 34 | + (NSCompoundPredicate *)andPredicateWithSubpredicates:(NSArray<NSPredicate *> *)subpredicates NS_SWIFT_NAME(init(andPredicateWithSubpredicates:));
  7551. | ^
  7552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:77: error: cannot find protocol declaration for 'NSPredicate'
  7553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:78: error: expected ')' before '>' token
  7554. 34 | + (NSCompoundPredicate *)andPredicateWithSubpredicates:(NSArray<NSPredicate *> *)subpredicates NS_SWIFT_NAME(init(andPredicateWithSubpredicates:));
  7555. | ~ ^
  7556. | )
  7557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:78: error: expected identifier before '>' token
  7558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:78: error: expected ';' before '>' token
  7559. 34 | + (NSCompoundPredicate *)andPredicateWithSubpredicates:(NSArray<NSPredicate *> *)subpredicates NS_SWIFT_NAME(init(andPredicateWithSubpredicates:));
  7560. | ^
  7561. | ;
  7562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:76: error: expected '>' before '*' token
  7563. 35 | + (NSCompoundPredicate *)orPredicateWithSubpredicates:(NSArray<NSPredicate *> *)subpredicates NS_SWIFT_NAME(init(orPredicateWithSubpredicates:));
  7564. | ^
  7565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:76: error: cannot find protocol declaration for 'NSPredicate'
  7566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:77: error: expected ')' before '>' token
  7567. 35 | + (NSCompoundPredicate *)orPredicateWithSubpredicates:(NSArray<NSPredicate *> *)subpredicates NS_SWIFT_NAME(init(orPredicateWithSubpredicates:));
  7568. | ~ ^
  7569. | )
  7570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:77: error: expected identifier before '>' token
  7571. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:77: error: expected ';' before '>' token
  7572. 35 | + (NSCompoundPredicate *)orPredicateWithSubpredicates:(NSArray<NSPredicate *> *)subpredicates NS_SWIFT_NAME(init(orPredicateWithSubpredicates:));
  7573. | ^
  7574. | ;
  7575. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:110:
  7576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7577. 60 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  7578. | ^~~~~~~~
  7579. | cg_nullable
  7580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:60:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7581. 60 | - (nullable NSString *)stringForObjectValue:(nullable id)obj;
  7582. | ^~~~~~~~
  7583. | cg_nullable
  7584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7585. 64 | - (nullable NSString *)stringFromDateComponents:(NSDateComponents *)components;
  7586. | ^~~~~~~~
  7587. | cg_nullable
  7588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7589. 72 | - (nullable NSString *)stringFromDate:(NSDate *)startDate toDate:(NSDate *)endDate;
  7590. | ^~~~~~~~
  7591. | cg_nullable
  7592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7593. 76 | - (nullable NSString *)stringFromTimeInterval:(NSTimeInterval)ti;
  7594. | ^~~~~~~~
  7595. | cg_nullable
  7596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:79:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7597. 79 | + (nullable NSString *)localizedStringFromDateComponents:(NSDateComponents *)components unitsStyle:(NSDateComponentsFormatterUnitsStyle) unitsStyle;
  7598. | ^~~~~~~~
  7599. | cg_nullable
  7600. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:111:
  7601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:8:15: error: expected ';' before '<' token
  7602. 8 | @class NSArray<ObjectType>;
  7603. | ^
  7604. | ;
  7605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:50:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7606. 50 | + (NSExpression *)expressionForConstantValue:(nullable id)obj; // Expression that returns a constant value
  7607. | ^~~~~~~~
  7608. | cg_nullable
  7609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:97:64: error: expected '>' before '*' token
  7610. 97 | + (NSExpression *)expressionForAggregate:(NSArray<NSExpression *> *)subexpressions API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // Expression that returns a collection containing the results of other expressions
  7611. | ^
  7612. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:97:64: error: cannot find protocol declaration for 'NSExpression'
  7613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:97:65: error: expected ')' before '>' token
  7614. 97 | + (NSExpression *)expressionForAggregate:(NSArray<NSExpression *> *)subexpressions API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // Expression that returns a collection containing the results of other expressions
  7615. | ~ ^
  7616. | )
  7617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:97:65: error: expected identifier before '>' token
  7618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:97:65: error: expected ';' before '>' token
  7619. 97 | + (NSExpression *)expressionForAggregate:(NSArray<NSExpression *> *)subexpressions API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // Expression that returns a collection containing the results of other expressions
  7620. | ^
  7621. | ;
  7622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:102:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7623. 102 | + (NSExpression *)expressionForFunction:(NSExpression *)target selectorName:(NSString *)name arguments:(nullable NSArray *)parameters API_AVAILABLE(macos(10.5), ios(3.0), watchos(2.0), tvos(9.0)); // Expression that invokes the selector on target with parameters. Will throw at runtime if target does not implement selector or if parameters are wrong.
  7624. | ^~~~~~~~
  7625. | cg_nullable
  7626. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:104:41: error: expected ')' before '(' token
  7627. 104 | + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray<NSExpression *> *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray<NSExpression *> *)arguments API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); // Expression that invokes the block with the parameters; note that block expressions are not encodable or representable as parseable strings.
  7628. | ~ ^~
  7629. | )
  7630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:104:42: error: expected identifier before '(' token
  7631. 104 | + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray<NSExpression *> *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray<NSExpression *> *)arguments API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); // Expression that invokes the block with the parameters; note that block expressions are not encodable or representable as parseable strings.
  7632. | ^
  7633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:104:41: error: expected ';' before '(' token
  7634. 104 | + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray<NSExpression *> *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray<NSExpression *> *)arguments API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); // Expression that invokes the block with the parameters; note that block expressions are not encodable or representable as parseable strings.
  7635. | ^~
  7636. | ;
  7637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:108:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7638. 108 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  7639. | ^~~~~~~~
  7640. | cg_nullable
  7641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:117:59: error: expected '>' before '*' token
  7642. 117 | @property (nullable, readonly, copy) NSArray<NSExpression *> *arguments; // array of expressions which will be passed as parameters during invocation of the selector on the operand of a function expression
  7643. | ^
  7644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:117:59: error: cannot find protocol declaration for 'NSExpression'
  7645. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:117:60: error: expected unqualified-id before '>' token
  7646. 117 | @property (nullable, readonly, copy) NSArray<NSExpression *> *arguments; // array of expressions which will be passed as parameters during invocation of the selector on the operand of a function expression
  7647. | ^
  7648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:128:32: error: expected unqualified-id before '^' token
  7649. 128 | @property (readonly, copy) id (^expressionBlock)(id _Nullable, NSArray<NSExpression *> *, NSMutableDictionary * _Nullable) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7650. | ^
  7651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:128:32: error: expected ')' before '^' token
  7652. 128 | @property (readonly, copy) id (^expressionBlock)(id _Nullable, NSArray<NSExpression *> *, NSMutableDictionary * _Nullable) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7653. | ~^
  7654. | )
  7655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:131:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7656. 131 | - (nullable id)expressionValueWithObject:(nullable id)object context:(nullable NSMutableDictionary *)context;
  7657. | ^~~~~~~~
  7658. | cg_nullable
  7659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:131:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7660. 131 | - (nullable id)expressionValueWithObject:(nullable id)object context:(nullable NSMutableDictionary *)context;
  7661. | ^~~~~~~~
  7662. | cg_nullable
  7663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:131:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7664. 131 | - (nullable id)expressionValueWithObject:(nullable id)object context:(nullable NSMutableDictionary *)context;
  7665. | ^~~~~~~~
  7666. | cg_nullable
  7667. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:112:
  7668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7669. 19 | - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler;
  7670. | ^~~~~~~~
  7671. | cg_nullable
  7672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:88: error: expected ')' before '(' token
  7673. 19 | - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler;
  7674. | ~ ^
  7675. | )
  7676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:88: error: expected identifier before '(' token
  7677. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:88: error: expected ';' before '(' token
  7678. 19 | - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler;
  7679. | ^
  7680. | ;
  7681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:25:53: error: expected ')' before '(' token
  7682. 25 | - (void)openURL:(NSURL *)URL completionHandler:(void (^ _Nullable)(BOOL success))completionHandler;
  7683. | ~ ^~
  7684. | )
  7685. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:25:54: error: expected identifier before '(' token
  7686. 25 | - (void)openURL:(NSURL *)URL completionHandler:(void (^ _Nullable)(BOOL success))completionHandler;
  7687. | ^
  7688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:25:53: error: expected ';' before '(' token
  7689. 25 | - (void)openURL:(NSURL *)URL completionHandler:(void (^ _Nullable)(BOOL success))completionHandler;
  7690. | ^~
  7691. | ;
  7692. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113:
  7693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:22:72: error: expected '>' before '*' token
  7694. 22 | @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSArray<NSItemProvider *> *attachments;
  7695. | ^
  7696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:22:72: error: cannot find protocol declaration for 'NSItemProvider'
  7697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:22:73: error: expected unqualified-id before '>' token
  7698. 22 | @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSArray<NSItemProvider *> *attachments;
  7699. | ^
  7700. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:115:
  7701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:10:15: error: expected ';' before '<' token
  7702. 10 | @class NSArray<ObjectType>, NSError, NSMutableDictionary, NSOperationQueue, NSSet<ObjectType>;
  7703. | ^
  7704. | ;
  7705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:107:45: error: expected '>' before '<' token
  7706. 107 | @property (class, readonly, copy) NSArray<id<NSFilePresenter>> *filePresenters;
  7707. | ^
  7708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:107:45: error: cannot find protocol declaration for 'id'
  7709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:107:45: error: expected unqualified-id before '<' token
  7710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:121:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7711. 121 | - (instancetype)initWithFilePresenter:(nullable id<NSFilePresenter>)filePresenterOrNil NS_DESIGNATED_INITIALIZER;
  7712. | ^~~~~~~~
  7713. | cg_nullable
  7714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:65: error: expected '>' before '*' token
  7715. 171 | - (void)coordinateAccessWithIntents:(NSArray<NSFileAccessIntent *> *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  7716. | ^
  7717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:65: error: cannot find protocol declaration for 'NSFileAccessIntent'
  7718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:66: error: expected ')' before '>' token
  7719. 171 | - (void)coordinateAccessWithIntents:(NSArray<NSFileAccessIntent *> *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  7720. | ~ ^
  7721. | )
  7722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:66: error: expected identifier before '>' token
  7723. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:66: error: expected ';' before '>' token
  7724. 171 | - (void)coordinateAccessWithIntents:(NSArray<NSFileAccessIntent *> *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  7725. | ^
  7726. | ;
  7727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:183:141: error: expected ')' before '(' token
  7728. 183 | - (void)coordinateReadingItemAtURL:(NSURL *)url options:(NSFileCoordinatorReadingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))reader;
  7729. | ~ ^~
  7730. | )
  7731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:183:142: error: expected identifier before '(' token
  7732. 183 | - (void)coordinateReadingItemAtURL:(NSURL *)url options:(NSFileCoordinatorReadingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))reader;
  7733. | ^
  7734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:183:141: error: expected ';' before '(' token
  7735. 183 | - (void)coordinateReadingItemAtURL:(NSURL *)url options:(NSFileCoordinatorReadingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))reader;
  7736. | ^~
  7737. | ;
  7738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:184:141: error: expected ')' before '(' token
  7739. 184 | - (void)coordinateWritingItemAtURL:(NSURL *)url options:(NSFileCoordinatorWritingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))writer;
  7740. | ~ ^~
  7741. | )
  7742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:184:142: error: expected identifier before '(' token
  7743. 184 | - (void)coordinateWritingItemAtURL:(NSURL *)url options:(NSFileCoordinatorWritingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))writer;
  7744. | ^
  7745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:184:141: error: expected ';' before '(' token
  7746. 184 | - (void)coordinateWritingItemAtURL:(NSURL *)url options:(NSFileCoordinatorWritingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))writer;
  7747. | ^~
  7748. | ;
  7749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:185:248: error: expected ')' before '(' token
  7750. 185 | - (void)coordinateReadingItemAtURL:(NSURL *)readingURL options:(NSFileCoordinatorReadingOptions)readingOptions writingItemAtURL:(NSURL *)writingURL options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newReadingURL, NSURL *newWritingURL))readerWriter;
  7751. | ~ ^~
  7752. | )
  7753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:185:249: error: expected identifier before '(' token
  7754. 185 | - (void)coordinateReadingItemAtURL:(NSURL *)readingURL options:(NSFileCoordinatorReadingOptions)readingOptions writingItemAtURL:(NSURL *)writingURL options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newReadingURL, NSURL *newWritingURL))readerWriter;
  7755. | ^
  7756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:185:248: error: expected ';' before '(' token
  7757. 185 | - (void)coordinateReadingItemAtURL:(NSURL *)readingURL options:(NSFileCoordinatorReadingOptions)readingOptions writingItemAtURL:(NSURL *)writingURL options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newReadingURL, NSURL *newWritingURL))readerWriter;
  7758. | ^~
  7759. | ;
  7760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:186:224: error: expected ')' before '(' token
  7761. 186 | - (void)coordinateWritingItemAtURL:(NSURL *)url1 options:(NSFileCoordinatorWritingOptions)options1 writingItemAtURL:(NSURL *)url2 options:(NSFileCoordinatorWritingOptions)options2 error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL1, NSURL *newURL2))writer;
  7762. | ~ ^~
  7763. | )
  7764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:186:225: error: expected identifier before '(' token
  7765. 186 | - (void)coordinateWritingItemAtURL:(NSURL *)url1 options:(NSFileCoordinatorWritingOptions)options1 writingItemAtURL:(NSURL *)url2 options:(NSFileCoordinatorWritingOptions)options2 error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL1, NSURL *newURL2))writer;
  7766. | ^
  7767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:186:224: error: expected ';' before '(' token
  7768. 186 | - (void)coordinateWritingItemAtURL:(NSURL *)url1 options:(NSFileCoordinatorWritingOptions)options1 writingItemAtURL:(NSURL *)url2 options:(NSFileCoordinatorWritingOptions)options2 error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL1, NSURL *newURL2))writer;
  7769. | ^~
  7770. | ;
  7771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:53: error: expected '>' before '*' token
  7772. 196 | - (void)prepareForReadingItemsAtURLs:(NSArray<NSURL *> *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray<NSURL *> *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor;
  7773. | ^
  7774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:53: error: cannot find protocol declaration for 'NSURL'
  7775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:54: error: expected ')' before '>' token
  7776. 196 | - (void)prepareForReadingItemsAtURLs:(NSArray<NSURL *> *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray<NSURL *> *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor;
  7777. | ~ ^
  7778. | )
  7779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:54: error: expected identifier before '>' token
  7780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:54: error: expected ';' before '>' token
  7781. 196 | - (void)prepareForReadingItemsAtURLs:(NSArray<NSURL *> *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray<NSURL *> *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor;
  7782. | ^
  7783. | ;
  7784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:227:84: error: cannot find protocol declaration for 'NSURLResourceKey'
  7785. 227 | - (void)itemAtURL:(NSURL *)url didChangeUbiquityAttributes:(NSSet <NSURLResourceKey> *)attributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  7786. | ^
  7787. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:116:
  7788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:10:55: error: expected ';' before '<' token
  7789. 10 | @class NSError, NSFileVersion, NSOperationQueue, NSSet<ObjectType>;
  7790. | ^
  7791. | ;
  7792. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:46:46: error: expected ')' before '(' token
  7793. 46 | - (void)relinquishPresentedItemToReader:(void (^)(void (^ _Nullable reacquirer)(void)))reader;
  7794. | ~ ^~
  7795. | )
  7796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:46:47: error: expected identifier before '(' token
  7797. 46 | - (void)relinquishPresentedItemToReader:(void (^)(void (^ _Nullable reacquirer)(void)))reader;
  7798. | ^
  7799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:46:46: error: expected ';' before '(' token
  7800. 46 | - (void)relinquishPresentedItemToReader:(void (^)(void (^ _Nullable reacquirer)(void)))reader;
  7801. | ^~
  7802. | ;
  7803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:52:46: error: expected ')' before '(' token
  7804. 52 | - (void)relinquishPresentedItemToWriter:(void (^)(void (^ _Nullable reacquirer)(void)))writer;
  7805. | ~ ^~
  7806. | )
  7807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:52:47: error: expected identifier before '(' token
  7808. 52 | - (void)relinquishPresentedItemToWriter:(void (^)(void (^ _Nullable reacquirer)(void)))writer;
  7809. | ^
  7810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:52:46: error: expected ';' before '(' token
  7811. 52 | - (void)relinquishPresentedItemToWriter:(void (^)(void (^ _Nullable reacquirer)(void)))writer;
  7812. | ^~
  7813. | ;
  7814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:60:60: error: expected ')' before '(' token
  7815. 60 | - (void)savePresentedItemChangesWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7816. | ~ ^~
  7817. | )
  7818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:60:61: error: expected identifier before '(' token
  7819. 60 | - (void)savePresentedItemChangesWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7820. | ^
  7821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:60:60: error: expected ';' before '(' token
  7822. 60 | - (void)savePresentedItemChangesWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7823. | ^~
  7824. | ;
  7825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:68:68: error: expected ')' before '(' token
  7826. 68 | - (void)accommodatePresentedItemDeletionWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7827. | ~ ^~
  7828. | )
  7829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:68:69: error: expected identifier before '(' token
  7830. 68 | - (void)accommodatePresentedItemDeletionWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7831. | ^
  7832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:68:68: error: expected ';' before '(' token
  7833. 68 | - (void)accommodatePresentedItemDeletionWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7834. | ^~
  7835. | ;
  7836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:97:73: error: cannot find protocol declaration for 'NSURLResourceKey'
  7837. 97 | - (void)presentedItemDidChangeUbiquityAttributes:(NSSet<NSURLResourceKey> *)attributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  7838. | ^
  7839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:105:22: error: unknown property attribute 'strong'
  7840. 105 | @property (readonly, strong) NSSet<NSURLResourceKey> *observedPresentedItemUbiquityAttributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  7841. | ^~~~~~
  7842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:105:52: error: cannot find protocol declaration for 'NSURLResourceKey'
  7843. 105 | @property (readonly, strong) NSSet<NSURLResourceKey> *observedPresentedItemUbiquityAttributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos);
  7844. | ^
  7845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:124:86: error: expected ')' before '(' token
  7846. 124 | - (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7847. | ~ ^~
  7848. | )
  7849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:124:87: error: expected identifier before '(' token
  7850. 124 | - (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7851. | ^
  7852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:124:86: error: expected ';' before '(' token
  7853. 124 | - (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  7854. | ^~
  7855. | ;
  7856. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:117:
  7857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:9:15: error: expected ';' before '<' token
  7858. 9 | @class NSArray<ObjectType>, NSDate, NSDictionary, NSError, NSString, NSURL, NSPersonNameComponents;
  7859. | ^
  7860. | ;
  7861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:51:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7862. 51 | + (nullable NSFileVersion *)currentVersionOfItemAtURL:(NSURL *)url;
  7863. | ^~~~~~~~
  7864. | cg_nullable
  7865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:55:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7866. 55 | + (nullable NSArray<NSFileVersion *> *)otherVersionsOfItemAtURL:(NSURL *)url;
  7867. | ^~~~~~~~
  7868. | cg_nullable
  7869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:59:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7870. 59 | + (nullable NSArray<NSFileVersion *> *)unresolvedConflictVersionsOfItemAtURL:(NSURL *)url;
  7871. | ^~~~~~~~
  7872. | cg_nullable
  7873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:67:76: error: expected ')' before '(' token
  7874. 67 | + (void)getNonlocalVersionsOfItemAtURL:(NSURL *)url completionHandler:(void (^)(NSArray<NSFileVersion *> * _Nullable nonlocalFileVersions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  7875. | ~ ^~
  7876. | )
  7877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:67:77: error: expected identifier before '(' token
  7878. 67 | + (void)getNonlocalVersionsOfItemAtURL:(NSURL *)url completionHandler:(void (^)(NSArray<NSFileVersion *> * _Nullable nonlocalFileVersions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  7879. | ^
  7880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:67:76: error: expected ';' before '(' token
  7881. 67 | + (void)getNonlocalVersionsOfItemAtURL:(NSURL *)url completionHandler:(void (^)(NSArray<NSFileVersion *> * _Nullable nonlocalFileVersions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0));
  7882. | ^~
  7883. | ;
  7884. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7885. 71 | + (nullable NSFileVersion *)versionOfItemAtURL:(NSURL *)url forPersistentIdentifier:(id)persistentIdentifier;
  7886. | ^~~~~~~~
  7887. | cg_nullable
  7888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:79:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7889. 79 | + (nullable NSFileVersion *)addVersionOfItemAtURL:(NSURL *)url withContentsOfURL:(NSURL *)contentsURL options:(NSFileVersionAddingOptions)options error:(NSError **)outError API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos);
  7890. | ^~~~~~~~
  7891. | cg_nullable
  7892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:145:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7893. 145 | - (nullable NSURL *)replaceItemAtURL:(NSURL *)url options:(NSFileVersionReplacingOptions)options error:(NSError **)error;
  7894. | ^~~~~~~~
  7895. | cg_nullable
  7896. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:118:
  7897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:8:28: error: expected ';' before '<' token
  7898. 8 | @class NSData, NSDictionary<KeyType, ObjectType>, NSError, NSString, NSURL;
  7899. | ^
  7900. | ;
  7901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:51:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7902. 51 | - (nullable instancetype)initWithURL:(NSURL *)url options:(NSFileWrapperReadingOptions)options error:(NSError **)outError NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7903. | ^~~~~~~~
  7904. | cg_nullable
  7905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:70: error: expected '>' before '*' token
  7906. 55 | - (instancetype)initDirectoryWithFileWrappers:(NSDictionary<NSString *, NSFileWrapper *> *)childrenByPreferredName NS_DESIGNATED_INITIALIZER;
  7907. | ^
  7908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:70: error: cannot find protocol declaration for 'NSString'
  7909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:71: error: expected ')' before ',' token
  7910. 55 | - (instancetype)initDirectoryWithFileWrappers:(NSDictionary<NSString *, NSFileWrapper *> *)childrenByPreferredName NS_DESIGNATED_INITIALIZER;
  7911. | ~ ^
  7912. | )
  7913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:71: error: expected identifier before ',' token
  7914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:88: error: expected ';' before '>' token
  7915. 55 | - (instancetype)initDirectoryWithFileWrappers:(NSDictionary<NSString *, NSFileWrapper *> *)childrenByPreferredName NS_DESIGNATED_INITIALIZER;
  7916. | ^
  7917. | ;
  7918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7919. 67 | - (nullable instancetype)initWithSerializedRepresentation:(NSData *)serializeRepresentation NS_DESIGNATED_INITIALIZER;
  7920. | ^~~~~~~~
  7921. | cg_nullable
  7922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7923. 69 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  7924. | ^~~~~~~~
  7925. | cg_nullable
  7926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:91:40: error: expected '>' before '*' token
  7927. 91 | @property (copy) NSDictionary<NSString *, id> *fileAttributes;
  7928. | ^
  7929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:91:40: error: cannot find protocol declaration for 'NSString'
  7930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:91:41: error: expected unqualified-id before ',' token
  7931. 91 | @property (copy) NSDictionary<NSString *, id> *fileAttributes;
  7932. | ^
  7933. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:110:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7934. 110 | - (BOOL)writeToURL:(NSURL *)url options:(NSFileWrapperWritingOptions)options originalContentsURL:(nullable NSURL *)originalContentsURL error:(NSError **)outError API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0));
  7935. | ^~~~~~~~
  7936. | cg_nullable
  7937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:136:60: error: expected '>' before '*' token
  7938. 136 | @property (nullable, readonly, copy) NSDictionary<NSString *, NSFileWrapper *> *fileWrappers;
  7939. | ^
  7940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:136:60: error: cannot find protocol declaration for 'NSString'
  7941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:136:61: error: expected unqualified-id before ',' token
  7942. 136 | @property (nullable, readonly, copy) NSDictionary<NSString *, NSFileWrapper *> *fileWrappers;
  7943. | ^
  7944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:140:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7945. 140 | - (nullable NSString *)keyForFileWrapper:(NSFileWrapper *)child;
  7946. | ^~~~~~~~
  7947. | cg_nullable
  7948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:168:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7949. 168 | - (nullable id)initWithPath:(NSString *)path API_DEPRECATED("Use -initWithURL:options:error: instead.", macos(10.0,10.10)) API_UNAVAILABLE(ios, watchos, tvos);
  7950. | ^~~~~~~~
  7951. | cg_nullable
  7952. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:120:
  7953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:8:15: error: expected ';' before '<' token
  7954. 8 | @class NSArray<ObjectType>, NSOrthography, NSValue;
  7955. | ^
  7956. | ;
  7957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:100:66: error: cannot find protocol declaration for 'NSLinguisticTagScheme'
  7958. 100 | - (instancetype)initWithTagSchemes:(NSArray<NSLinguisticTagScheme> *)tagSchemes options:(NSUInteger)opts NS_DESIGNATED_INITIALIZER API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  7959. | ^
  7960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:102:57: error: cannot find protocol declaration for 'NSLinguisticTagScheme'
  7961. 102 | @property (readonly, copy) NSArray<NSLinguisticTagScheme> *tagSchemes API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  7962. | ^
  7963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:107:33: error: cannot find protocol declaration for 'NSLinguisticTagScheme'
  7964. 107 | + (NSArray<NSLinguisticTagScheme> *)availableTagSchemesForUnit:(NSLinguisticTaggerUnit)unit language:(NSString *)language API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  7965. | ^
  7966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:111:33: error: cannot find protocol declaration for 'NSLinguisticTagScheme'
  7967. 111 | + (NSArray<NSLinguisticTagScheme> *)availableTagSchemesForLanguage:(NSString *)language API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  7968. | ^
  7969. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:115:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7970. 115 | - (void)setOrthography:(nullable NSOrthography *)orthography range:(NSRange)range API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  7971. | ^~~~~~~~
  7972. | cg_nullable
  7973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:116:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7974. 116 | - (nullable NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  7975. | ^~~~~~~~
  7976. | cg_nullable
  7977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:116:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7978. 116 | - (nullable NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  7979. | ^~~~~~~~
  7980. | cg_nullable
  7981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:132:175: error: expected ')' before '(' token
  7982. 132 | - (void)enumerateTagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  7983. | ~ ^~
  7984. | )
  7985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:132:176: error: expected identifier before '(' token
  7986. 132 | - (void)enumerateTagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  7987. | ^
  7988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:132:175: error: expected ';' before '(' token
  7989. 132 | - (void)enumerateTagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  7990. | ^~
  7991. | ;
  7992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:133:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7993. 133 | - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  7994. | ^~~~~~~~
  7995. | cg_nullable
  7996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:133:145: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  7997. 133 | - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  7998. | ^~~~~~~~
  7999. | cg_nullable
  8000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:27: error: cannot find protocol declaration for 'NSLinguisticTag'
  8001. 134 | - (NSArray<NSLinguisticTag> *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8002. | ^
  8003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:201: error: expected '>' before '*' token
  8004. 134 | - (NSArray<NSLinguisticTag> *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8005. | ^
  8006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:201: error: cannot find protocol declaration for 'NSValue'
  8007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:202: error: expected ')' before '>' token
  8008. 134 | - (NSArray<NSLinguisticTag> *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8009. | ~ ^
  8010. | )
  8011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:202: error: expected identifier before '>' token
  8012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:202: error: expected ';' before '>' token
  8013. 134 | - (NSArray<NSLinguisticTag> *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8014. | ^
  8015. | ;
  8016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:138:141: error: expected ')' before '(' token
  8017. 138 | - (void)enumerateTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)tagScheme options:(NSLinguisticTaggerOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8018. | ~ ^~
  8019. | )
  8020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:138:142: error: expected identifier before '(' token
  8021. 138 | - (void)enumerateTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)tagScheme options:(NSLinguisticTaggerOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8022. | ^
  8023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:138:141: error: expected ';' before '(' token
  8024. 138 | - (void)enumerateTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)tagScheme options:(NSLinguisticTaggerOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8025. | ^~
  8026. | ;
  8027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8028. 139 | - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8029. | ^~~~~~~~
  8030. | cg_nullable
  8031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8032. 139 | - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8033. | ^~~~~~~~
  8034. | cg_nullable
  8035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:161: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8036. 139 | - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:nullable NSRangePointer)sentenceRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8037. | ^~~~~~~~
  8038. | cg_nullable
  8039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:21: error: expected '>' before '*' token
  8040. 140 | - (NSArray<NSString *> *)tagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8041. | ^
  8042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:21: error: cannot find protocol declaration for 'NSString'
  8043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:22: error: expected ')' before '>' token
  8044. 140 | - (NSArray<NSString *> *)tagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8045. | ~ ^
  8046. | )
  8047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:22: error: objective-c++ method declaration is expected before '>' token
  8048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:148:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8049. 148 | + (nullable NSString *)dominantLanguageForString:(NSString *)string API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8050. | ^~~~~~~~
  8051. | cg_nullable
  8052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8053. 149 | + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8054. | ^~~~~~~~
  8055. | cg_nullable
  8056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:175: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8057. 149 | + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8058. | ^~~~~~~~
  8059. | cg_nullable
  8060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:224: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8061. 149 | + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8062. | ^~~~~~~~
  8063. | cg_nullable
  8064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:27: error: cannot find protocol declaration for 'NSLinguisticTag'
  8065. 150 | + (NSArray<NSLinguisticTag> *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8066. | ^
  8067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:212: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8068. 150 | + (NSArray<NSLinguisticTag> *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8069. | ^~~~~~~~
  8070. | cg_nullable
  8071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:278: error: expected '>' before '*' token
  8072. 150 | + (NSArray<NSLinguisticTag> *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8073. | ^
  8074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:278: error: cannot find protocol declaration for 'NSValue'
  8075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:279: error: expected ')' before '>' token
  8076. 150 | + (NSArray<NSLinguisticTag> *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8077. | ~ ^
  8078. | )
  8079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:279: error: expected identifier before '>' token
  8080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:279: error: expected ';' before '>' token
  8081. 150 | + (NSArray<NSLinguisticTag> *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8082. | ^
  8083. | ;
  8084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:199: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8085. 151 | + (void)enumerateTagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8086. | ^~~~~~~~
  8087. | cg_nullable
  8088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:252: error: expected ')' before '(' token
  8089. 151 | + (void)enumerateTagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8090. | ~ ^~
  8091. | )
  8092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:253: error: expected identifier before '(' token
  8093. 151 | + (void)enumerateTagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8094. | ^
  8095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:252: error: expected ';' before '(' token
  8096. 151 | + (void)enumerateTagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.13, API_TO_BE_DEPRECATED), ios(11.0, API_TO_BE_DEPRECATED), watchos(4.0, API_TO_BE_DEPRECATED), tvos(11.0, API_TO_BE_DEPRECATED));
  8097. | ^~
  8098. | ;
  8099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8100. 155 | - (nullable NSArray<NSString *> *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray<NSValue *> * _Nullable * _Nullable)scores API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8101. | ^~~~~~~~
  8102. | cg_nullable
  8103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:118: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8104. 155 | - (nullable NSArray<NSString *> *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray<NSValue *> * _Nullable * _Nullable)scores API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8105. | ^~~~~~~~
  8106. | cg_nullable
  8107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:168: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8108. 155 | - (nullable NSArray<NSString *> *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray<NSValue *> * _Nullable * _Nullable)scores API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8109. | ^~~~~~~~
  8110. | cg_nullable
  8111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:230: error: expected '>' before '*' token
  8112. 155 | - (nullable NSArray<NSString *> *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray<NSValue *> * _Nullable * _Nullable)scores API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8113. | ^
  8114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:230: error: cannot find protocol declaration for 'NSValue'
  8115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:231: error: expected ')' before '>' token
  8116. 155 | - (nullable NSArray<NSString *> *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray<NSValue *> * _Nullable * _Nullable)scores API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8117. | ~ ^
  8118. | )
  8119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:231: error: expected identifier before '>' token
  8120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:231: error: expected ';' before '>' token
  8121. 155 | - (nullable NSArray<NSString *> *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray<NSValue *> * _Nullable * _Nullable)scores API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8122. | ^
  8123. | ;
  8124. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:27: error: cannot find protocol declaration for 'NSLinguisticTag'
  8125. 163 | - (NSArray<NSLinguisticTag> *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8126. | ^
  8127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:161: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8128. 163 | - (NSArray<NSLinguisticTag> *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8129. | ^~~~~~~~
  8130. | cg_nullable
  8131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:227: error: expected '>' before '*' token
  8132. 163 | - (NSArray<NSLinguisticTag> *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8133. | ^
  8134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:227: error: cannot find protocol declaration for 'NSValue'
  8135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:228: error: expected ')' before '>' token
  8136. 163 | - (NSArray<NSLinguisticTag> *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8137. | ~ ^
  8138. | )
  8139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:228: error: expected identifier before '>' token
  8140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:228: error: expected ';' before '>' token
  8141. 163 | - (NSArray<NSLinguisticTag> *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray<NSValue *> * _Nullable * _Nullable)tokenRanges API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8142. | ^
  8143. | ;
  8144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:148: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8145. 164 | - (void)enumerateLinguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8146. | ^~~~~~~~
  8147. | cg_nullable
  8148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:201: error: expected ')' before '(' token
  8149. 164 | - (void)enumerateLinguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8150. | ~ ^~
  8151. | )
  8152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:202: error: expected identifier before '(' token
  8153. 164 | - (void)enumerateLinguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8154. | ^
  8155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:201: error: expected ';' before '(' token
  8156. 164 | - (void)enumerateLinguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography usingBlock:(void (NS_NOESCAPE ^)(NSLinguisticTag _Nullable tag, NSRange tokenRange, NSRange sentenceRange, BOOL *stop))block API_DEPRECATED("All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API", macos(10.7, API_TO_BE_DEPRECATED), ios(5.0, API_TO_BE_DEPRECATED), watchos(2.0, API_TO_BE_DEPRECATED), tvos(9.0, API_TO_BE_DEPRECATED));
  8157. | ^~
  8158. | ;
  8159. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:121:
  8160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:11:32: error: expected ';' before '<' token
  8161. 11 | @class NSString, NSURL, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSPredicate, NSOperationQueue, NSSortDescriptor;
  8162. | ^
  8163. | ;
  8164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:28:43: error: expected '>' before '*' token
  8165. 28 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  8166. | ^
  8167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:28:43: error: cannot find protocol declaration for 'NSSortDescriptor'
  8168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:28:44: error: expected unqualified-id before '>' token
  8169. 28 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  8170. | ^
  8171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:29:35: error: expected '>' before '*' token
  8172. 29 | @property (copy) NSArray<NSString *> *valueListAttributes;
  8173. | ^
  8174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:29:35: error: cannot find protocol declaration for 'NSString'
  8175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:29:36: error: expected unqualified-id before '>' token
  8176. 29 | @property (copy) NSArray<NSString *> *valueListAttributes;
  8177. | ^
  8178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:30:45: error: expected '>' before '*' token
  8179. 30 | @property (nullable, copy) NSArray<NSString *> *groupingAttributes;
  8180. | ^
  8181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:30:45: error: cannot find protocol declaration for 'NSString'
  8182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:30:46: error: expected unqualified-id before '>' token
  8183. 30 | @property (nullable, copy) NSArray<NSString *> *groupingAttributes;
  8184. | ^
  8185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:61:41: error: expected ')' before '(' token
  8186. 61 | - (void)enumerateResultsUsingBlock:(void (NS_NOESCAPE ^)(id result, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  8187. | ~ ^~
  8188. | )
  8189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:61:42: error: expected identifier before '(' token
  8190. 61 | - (void)enumerateResultsUsingBlock:(void (NS_NOESCAPE ^)(id result, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  8191. | ^
  8192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:61:41: error: expected ';' before '(' token
  8193. 61 | - (void)enumerateResultsUsingBlock:(void (NS_NOESCAPE ^)(id result, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  8194. | ^~
  8195. | ;
  8196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:62:80: error: expected ')' before '(' token
  8197. 62 | - (void)enumerateResultsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(id result, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  8198. | ~ ^~
  8199. | )
  8200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:62:81: error: expected identifier before '(' token
  8201. 62 | - (void)enumerateResultsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(id result, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  8202. | ^
  8203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:62:80: error: expected ';' before '(' token
  8204. 62 | - (void)enumerateResultsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(id result, NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0));
  8205. | ^~
  8206. | ;
  8207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:68:50: error: expected '>' before '*' token
  8208. 68 | @property (readonly, copy) NSDictionary<NSString *, NSArray<NSMetadataQueryAttributeValueTuple *> *> *valueLists; // values are arrays of NSMetadataQueryAttributeValueTuple
  8209. | ^
  8210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:68:50: error: cannot find protocol declaration for 'NSString'
  8211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:68:51: error: expected unqualified-id before ',' token
  8212. 68 | @property (readonly, copy) NSDictionary<NSString *, NSArray<NSMetadataQueryAttributeValueTuple *> *> *valueLists; // values are arrays of NSMetadataQueryAttributeValueTuple
  8213. | ^
  8214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:70:63: error: expected '>' before '*' token
  8215. 70 | @property (readonly, copy) NSArray<NSMetadataQueryResultGroup *> *groupedResults; // array of NSMetadataQueryResultGroups, for first grouping attribute
  8216. | ^
  8217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:70:63: error: cannot find protocol declaration for 'NSMetadataQueryResultGroup'
  8218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:70:64: error: expected unqualified-id before '>' token
  8219. 70 | @property (readonly, copy) NSArray<NSMetadataQueryResultGroup *> *groupedResults; // array of NSMetadataQueryResultGroups, for first grouping attribute
  8220. | ^
  8221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8222. 72 | - (nullable id)valueOfAttribute:(NSString *)attrName forResultAtIndex:(NSUInteger)idx;
  8223. | ^~~~~~~~
  8224. | cg_nullable
  8225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8226. 118 | - (nullable instancetype)initWithURL:(NSURL *)url NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos);
  8227. | ^~~~~~~~
  8228. | cg_nullable
  8229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:120:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8230. 120 | - (nullable id)valueForAttribute:(NSString *)key;
  8231. | ^~~~~~~~
  8232. | cg_nullable
  8233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8234. 121 | - (nullable NSDictionary<NSString *, id> *)valuesForAttributes:(NSArray<NSString *> *)keys;
  8235. | ^~~~~~~~
  8236. | cg_nullable
  8237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:82: error: expected '>' before '*' token
  8238. 121 | - (nullable NSDictionary<NSString *, id> *)valuesForAttributes:(NSArray<NSString *> *)keys;
  8239. | ^
  8240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:82: error: cannot find protocol declaration for 'NSString'
  8241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:83: error: expected ')' before '>' token
  8242. 121 | - (nullable NSDictionary<NSString *, id> *)valuesForAttributes:(NSArray<NSString *> *)keys;
  8243. | ~ ^
  8244. | )
  8245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:83: error: expected identifier before '>' token
  8246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:83: error: expected ';' before '>' token
  8247. 121 | - (nullable NSDictionary<NSString *, id> *)valuesForAttributes:(NSArray<NSString *> *)keys;
  8248. | ^
  8249. | ;
  8250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:123:45: error: expected '>' before '*' token
  8251. 123 | @property (readonly, copy) NSArray<NSString *> *attributes;
  8252. | ^
  8253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:123:45: error: cannot find protocol declaration for 'NSString'
  8254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:123:46: error: expected unqualified-id before '>' token
  8255. 123 | @property (readonly, copy) NSArray<NSString *> *attributes;
  8256. | ^
  8257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:153:73: error: expected '>' before '*' token
  8258. 153 | @property (nullable, readonly, copy) NSArray<NSMetadataQueryResultGroup *> *subgroups; // nil if this is a leaf
  8259. | ^
  8260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:153:73: error: cannot find protocol declaration for 'NSMetadataQueryResultGroup'
  8261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:153:74: error: expected unqualified-id before '>' token
  8262. 153 | @property (nullable, readonly, copy) NSArray<NSMetadataQueryResultGroup *> *subgroups; // nil if this is a leaf
  8263. | ^
  8264. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:123:
  8265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:10:15: error: expected ';' before '<' token
  8266. 10 | @class NSArray<ObjectType>, NSData, NSDictionary<KeyType, ObjectType>, NSInputStream, NSNumber, NSOutputStream, NSRunLoop, NSString;
  8267. | ^
  8268. | ;
  8269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:136:53: error: expected '>' before '*' token
  8270. 136 | @property (nullable, readonly, copy) NSArray<NSData *> *addresses;
  8271. | ^
  8272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:136:53: error: cannot find protocol declaration for 'NSData'
  8273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:136:54: error: expected unqualified-id before '>' token
  8274. 136 | @property (nullable, readonly, copy) NSArray<NSData *> *addresses;
  8275. | ^
  8276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:165:26: error: expected '>' before '*' token
  8277. 165 | + (NSDictionary<NSString *, NSData *> *)dictionaryFromTXTRecordData:(NSData *)txtData;
  8278. | ^
  8279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:165:26: error: cannot find protocol declaration for 'NSString'
  8280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:165:27: error: expected ')' before ',' token
  8281. 165 | + (NSDictionary<NSString *, NSData *> *)dictionaryFromTXTRecordData:(NSData *)txtData;
  8282. | ~ ^
  8283. | )
  8284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:165:27: error: objective-c++ method declaration is expected before ',' token
  8285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:169:64: error: expected '>' before '*' token
  8286. 169 | + (NSData *)dataFromTXTRecordDictionary:(NSDictionary<NSString *, NSData *> *)txtDictionary;
  8287. | ^
  8288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:169:64: error: cannot find protocol declaration for 'NSString'
  8289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:169:65: error: expected ')' before ',' token
  8290. 169 | + (NSData *)dataFromTXTRecordDictionary:(NSDictionary<NSString *, NSData *> *)txtDictionary;
  8291. | ~ ^
  8292. | )
  8293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:169:65: error: expected identifier before ',' token
  8294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:169:75: error: expected ';' before '>' token
  8295. 169 | + (NSData *)dataFromTXTRecordDictionary:(NSDictionary<NSString *, NSData *> *)txtDictionary;
  8296. | ^
  8297. | ;
  8298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:181:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8299. 181 | - (BOOL)setTXTRecordData:(nullable NSData *)recordData;
  8300. | ^~~~~~~~
  8301. | cg_nullable
  8302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:185:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8303. 185 | - (nullable NSData *)TXTRecordData;
  8304. | ^~~~~~~~
  8305. | cg_nullable
  8306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:257:80: error: expected '>' before '*' token
  8307. 257 | - (void)netService:(NSNetService *)sender didNotPublish:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8308. | ^
  8309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:257:80: error: cannot find protocol declaration for 'NSString'
  8310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:257:81: error: expected ')' before ',' token
  8311. 257 | - (void)netService:(NSNetService *)sender didNotPublish:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8312. | ~ ^
  8313. | )
  8314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:257:81: error: expected identifier before ',' token
  8315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:257:93: error: expected ';' before '>' token
  8316. 257 | - (void)netService:(NSNetService *)sender didNotPublish:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8317. | ^
  8318. | ;
  8319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:269:80: error: expected '>' before '*' token
  8320. 269 | - (void)netService:(NSNetService *)sender didNotResolve:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8321. | ^
  8322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:269:80: error: cannot find protocol declaration for 'NSString'
  8323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:269:81: error: expected ')' before ',' token
  8324. 269 | - (void)netService:(NSNetService *)sender didNotResolve:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8325. | ~ ^
  8326. | )
  8327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:269:81: error: expected identifier before ',' token
  8328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:269:93: error: expected ';' before '>' token
  8329. 269 | - (void)netService:(NSNetService *)sender didNotResolve:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8330. | ^
  8331. | ;
  8332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:310:94: error: expected '>' before '*' token
  8333. 310 | - (void)netServiceBrowser:(NSNetServiceBrowser *)browser didNotSearch:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8334. | ^
  8335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:310:94: error: cannot find protocol declaration for 'NSString'
  8336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:310:95: error: expected ')' before ',' token
  8337. 310 | - (void)netServiceBrowser:(NSNetServiceBrowser *)browser didNotSearch:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8338. | ~ ^
  8339. | )
  8340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:310:95: error: expected identifier before ',' token
  8341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:310:107: error: expected ';' before '>' token
  8342. 310 | - (void)netServiceBrowser:(NSNetServiceBrowser *)browser didNotSearch:(NSDictionary<NSString *, NSNumber *> *)errorDict;
  8343. | ^
  8344. | ;
  8345. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:126:
  8346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:8:29: error: expected ';' before '<' token
  8347. 8 | @class NSArray, NSDictionary<KeyType, ObjectType>, NSData, NSString;
  8348. | ^
  8349. | ;
  8350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:26:29: error: unknown property attribute 'strong'
  8351. 26 | @property (class, readonly, strong) NSUbiquitousKeyValueStore *defaultStore;
  8352. | ^~~~~~
  8353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8354. 28 | - (nullable id)objectForKey:(NSString *)aKey;
  8355. | ^~~~~~~~
  8356. | cg_nullable
  8357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:29:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8358. 29 | - (void)setObject:(nullable id)anObject forKey:(NSString *)aKey;
  8359. | ^~~~~~~~
  8360. | cg_nullable
  8361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8362. 32 | - (nullable NSString *)stringForKey:(NSString *)aKey;
  8363. | ^~~~~~~~
  8364. | cg_nullable
  8365. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8366. 33 | - (nullable NSArray *)arrayForKey:(NSString *)aKey;
  8367. | ^~~~~~~~
  8368. | cg_nullable
  8369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:34:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8370. 34 | - (nullable NSDictionary<NSString *, id> *)dictionaryForKey:(NSString *)aKey;
  8371. | ^~~~~~~~
  8372. | cg_nullable
  8373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:35:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8374. 35 | - (nullable NSData *)dataForKey:(NSString *)aKey;
  8375. | ^~~~~~~~
  8376. | cg_nullable
  8377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:40:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8378. 40 | - (void)setString:(nullable NSString *)aString forKey:(NSString *)aKey;
  8379. | ^~~~~~~~
  8380. | cg_nullable
  8381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:41:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8382. 41 | - (void)setData:(nullable NSData *)aData forKey:(NSString *)aKey;
  8383. | ^~~~~~~~
  8384. | cg_nullable
  8385. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:42:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8386. 42 | - (void)setArray:(nullable NSArray *)anArray forKey:(NSString *)aKey;
  8387. | ^~~~~~~~
  8388. | cg_nullable
  8389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:43:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8390. 43 | - (void)setDictionary:(nullable NSDictionary<NSString *, id> *)aDictionary forKey:(NSString *)aKey;
  8391. | ^~~~~~~~
  8392. | cg_nullable
  8393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:48:50: error: expected '>' before '*' token
  8394. 48 | @property (readonly, copy) NSDictionary<NSString *, id> *dictionaryRepresentation;
  8395. | ^
  8396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:48:50: error: cannot find protocol declaration for 'NSString'
  8397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:48:51: error: expected unqualified-id before ',' token
  8398. 48 | @property (readonly, copy) NSDictionary<NSString *, id> *dictionaryRepresentation;
  8399. | ^
  8400. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:127:
  8401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:16:15: error: expected ';' before '<' token
  8402. 16 | @class NSArray<ObjectType>;
  8403. | ^
  8404. | ;
  8405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:68:39: error: cannot find protocol declaration for 'NSRunLoopMode'
  8406. 68 | @property (copy) NSArray<NSRunLoopMode> *runLoopModes;
  8407. | ^
  8408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:100:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8409. 100 | - (void)registerUndoWithTarget:(id)target selector:(SEL)selector object:(nullable id)anObject;
  8410. | ^~~~~~~~
  8411. | cg_nullable
  8412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:116:56: error: expected ')' before '(' token
  8413. 116 | - (void)registerUndoWithTarget:(id)target handler:(void (^)(id target))undoHandler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT;
  8414. | ~ ^~
  8415. | )
  8416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:116:57: error: expected identifier before '(' token
  8417. 116 | - (void)registerUndoWithTarget:(id)target handler:(void (^)(id target))undoHandler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT;
  8418. | ^
  8419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:116:56: error: expected ';' before '(' token
  8420. 116 | - (void)registerUndoWithTarget:(id)target handler:(void (^)(id target))undoHandler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT;
  8421. | ^~
  8422. | ;
  8423. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128:
  8424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:15:15: error: expected ';' before '<' token
  8425. 15 | @class NSArray<ObjectType>;
  8426. | ^
  8427. | ;
  8428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:16:20: error: expected ';' before '<' token
  8429. 16 | @class NSDictionary<KeyType, ObjectType>;
  8430. | ^
  8431. | ;
  8432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:125:29: error: unknown property attribute 'strong'
  8433. 125 | @property (class, readonly, strong) NSURLSession *sharedSession;
  8434. | ^~~~~~
  8435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:135:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8436. 135 | + (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration delegate:(nullable id <NSURLSessionDelegate>)delegate delegateQueue:(nullable NSOperationQueue *)queue;
  8437. | ^~~~~~~~
  8438. | cg_nullable
  8439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:135:156: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8440. 135 | + (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration delegate:(nullable id <NSURLSessionDelegate>)delegate delegateQueue:(nullable NSOperationQueue *)queue;
  8441. | ^~~~~~~~
  8442. | cg_nullable
  8443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:168:41: error: expected ')' before '(' token
  8444. 168 | - (void)resetWithCompletionHandler:(void (^)(void))completionHandler; /* empty all cookies, cache and credential stores, removes disk files, issues -flushWithCompletionHandler:. Invokes completionHandler() on the delegate queue if not nil. */
  8445. | ~ ^~
  8446. | )
  8447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:168:42: error: expected identifier before '(' token
  8448. 168 | - (void)resetWithCompletionHandler:(void (^)(void))completionHandler; /* empty all cookies, cache and credential stores, removes disk files, issues -flushWithCompletionHandler:. Invokes completionHandler() on the delegate queue if not nil. */
  8449. | ^
  8450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:168:41: error: expected ';' before '(' token
  8451. 168 | - (void)resetWithCompletionHandler:(void (^)(void))completionHandler; /* empty all cookies, cache and credential stores, removes disk files, issues -flushWithCompletionHandler:. Invokes completionHandler() on the delegate queue if not nil. */
  8452. | ^~
  8453. | ;
  8454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:169:41: error: expected ')' before '(' token
  8455. 169 | - (void)flushWithCompletionHandler:(void (^)(void))completionHandler; /* flush storage to disk and clear transient network caches. Invokes completionHandler() on the delegate queue if not nil. */
  8456. | ~ ^~
  8457. | )
  8458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:169:42: error: expected identifier before '(' token
  8459. 169 | - (void)flushWithCompletionHandler:(void (^)(void))completionHandler; /* flush storage to disk and clear transient network caches. Invokes completionHandler() on the delegate queue if not nil. */
  8460. | ^
  8461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:169:41: error: expected ';' before '(' token
  8462. 169 | - (void)flushWithCompletionHandler:(void (^)(void))completionHandler; /* flush storage to disk and clear transient network caches. Invokes completionHandler() on the delegate queue if not nil. */
  8463. | ^~
  8464. | ;
  8465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:171:44: error: expected ')' before '(' token
  8466. 171 | - (void)getTasksWithCompletionHandler:(void (^)(NSArray<NSURLSessionDataTask *> *dataTasks, NSArray<NSURLSessionUploadTask *> *uploadTasks, NSArray<NSURLSessionDownloadTask *> *downloadTasks))completionHandler; /* invokes completionHandler with outstanding data, upload and download tasks. */
  8467. | ~ ^~
  8468. | )
  8469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:171:45: error: expected identifier before '(' token
  8470. 171 | - (void)getTasksWithCompletionHandler:(void (^)(NSArray<NSURLSessionDataTask *> *dataTasks, NSArray<NSURLSessionUploadTask *> *uploadTasks, NSArray<NSURLSessionDownloadTask *> *downloadTasks))completionHandler; /* invokes completionHandler with outstanding data, upload and download tasks. */
  8471. | ^
  8472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:171:44: error: expected ';' before '(' token
  8473. 171 | - (void)getTasksWithCompletionHandler:(void (^)(NSArray<NSURLSessionDataTask *> *dataTasks, NSArray<NSURLSessionUploadTask *> *uploadTasks, NSArray<NSURLSessionDownloadTask *> *downloadTasks))completionHandler; /* invokes completionHandler with outstanding data, upload and download tasks. */
  8474. | ^~
  8475. | ;
  8476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:173:47: error: expected ')' before '(' token
  8477. 173 | - (void)getAllTasksWithCompletionHandler:(void (^)(NSArray<__kindof NSURLSessionTask *> *tasks))completionHandler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); /* invokes completionHandler with all outstanding tasks. */
  8478. | ~ ^~
  8479. | )
  8480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:173:48: error: expected identifier before '(' token
  8481. 173 | - (void)getAllTasksWithCompletionHandler:(void (^)(NSArray<__kindof NSURLSessionTask *> *tasks))completionHandler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); /* invokes completionHandler with all outstanding tasks. */
  8482. | ^
  8483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:173:47: error: expected ';' before '(' token
  8484. 173 | - (void)getAllTasksWithCompletionHandler:(void (^)(NSArray<__kindof NSURLSessionTask *> *tasks))completionHandler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); /* invokes completionHandler with all outstanding tasks. */
  8485. | ^~
  8486. | ;
  8487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:221:94: error: expected '>' before '*' token
  8488. 221 | - (NSURLSessionWebSocketTask *)webSocketTaskWithURL:(NSURL *)url protocols:(NSArray<NSString *>*)protocols API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  8489. | ^
  8490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:221:94: error: cannot find protocol declaration for 'NSString'
  8491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:221:95: error: expected ')' before '>' token
  8492. 221 | - (NSURLSessionWebSocketTask *)webSocketTaskWithURL:(NSURL *)url protocols:(NSArray<NSString *>*)protocols API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  8493. | ~ ^
  8494. | )
  8495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:221:95: error: expected identifier before '>' token
  8496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:221:95: error: expected ';' before '>' token
  8497. 221 | - (NSURLSessionWebSocketTask *)webSocketTaskWithURL:(NSURL *)url protocols:(NSArray<NSString *>*)protocols API_AVAILABLE(macos(10.15), ios(13.0), watchos(6.0), tvos(13.0));
  8498. | ^
  8499. | ;
  8500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:253:94: error: expected ')' before '(' token
  8501. 253 | - (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8502. | ~ ^~
  8503. | )
  8504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:253:95: error: expected identifier before '(' token
  8505. 253 | - (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8506. | ^
  8507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:253:94: error: expected ';' before '(' token
  8508. 253 | - (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8509. | ^~
  8510. | ;
  8511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:254:79: error: expected ')' before '(' token
  8512. 254 | - (NSURLSessionDataTask *)dataTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8513. | ~ ^~
  8514. | )
  8515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:254:80: error: expected identifier before '(' token
  8516. 254 | - (NSURLSessionDataTask *)dataTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8517. | ^
  8518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:254:79: error: expected ';' before '(' token
  8519. 254 | - (NSURLSessionDataTask *)dataTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8520. | ^~
  8521. | ;
  8522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:259:124: error: expected ')' before '(' token
  8523. 259 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromFile:(NSURL *)fileURL completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8524. | ~ ^~
  8525. | )
  8526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:259:125: error: expected identifier before '(' token
  8527. 259 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromFile:(NSURL *)fileURL completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8528. | ^
  8529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:259:124: error: expected ';' before '(' token
  8530. 259 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromFile:(NSURL *)fileURL completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8531. | ^~
  8532. | ;
  8533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:260:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8534. 260 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8535. | ^~~~~~~~
  8536. | cg_nullable
  8537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:260:135: error: expected ')' before '(' token
  8538. 260 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8539. | ~ ^~
  8540. | )
  8541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:260:136: error: expected identifier before '(' token
  8542. 260 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8543. | ^
  8544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:260:135: error: expected ';' before '(' token
  8545. 260 | - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8546. | ^~
  8547. | ;
  8548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:268:102: error: expected ')' before '(' token
  8549. 268 | - (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8550. | ~ ^~
  8551. | )
  8552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:268:103: error: expected identifier before '(' token
  8553. 268 | - (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8554. | ^
  8555. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:268:102: error: expected ';' before '(' token
  8556. 268 | - (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8557. | ^~
  8558. | ;
  8559. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:269:87: error: expected ')' before '(' token
  8560. 269 | - (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8561. | ~ ^~
  8562. | )
  8563. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:269:88: error: expected identifier before '(' token
  8564. 269 | - (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8565. | ^
  8566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:269:87: error: expected ';' before '(' token
  8567. 269 | - (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8568. | ^~
  8569. | ;
  8570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:270:102: error: expected ')' before '(' token
  8571. 270 | - (NSURLSessionDownloadTask *)downloadTaskWithResumeData:(NSData *)resumeData completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8572. | ~ ^~
  8573. | )
  8574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:270:103: error: expected identifier before '(' token
  8575. 270 | - (NSURLSessionDownloadTask *)downloadTaskWithResumeData:(NSData *)resumeData completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8576. | ^
  8577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:270:102: error: expected ';' before '(' token
  8578. 270 | - (NSURLSessionDownloadTask *)downloadTaskWithResumeData:(NSData *)resumeData completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler;
  8579. | ^~
  8580. | ;
  8581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:297:22: error: unknown property attribute 'strong'
  8582. 297 | @property (readonly, strong) NSProgress *progress API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  8583. | ^~~~~~
  8584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:439:42: error: expected ')' before '(' token
  8585. 439 | - (void)cancelByProducingResumeData:(void (^)(NSData * _Nullable resumeData))completionHandler;
  8586. | ~ ^~
  8587. | )
  8588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:439:43: error: expected identifier before '(' token
  8589. 439 | - (void)cancelByProducingResumeData:(void (^)(NSData * _Nullable resumeData))completionHandler;
  8590. | ^
  8591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:439:42: error: expected ';' before '(' token
  8592. 439 | - (void)cancelByProducingResumeData:(void (^)(NSData * _Nullable resumeData))completionHandler;
  8593. | ^~
  8594. | ;
  8595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:478:136: error: expected ')' before '(' token
  8596. 478 | - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  8597. | ~ ^~
  8598. | )
  8599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:478:137: error: expected identifier before '(' token
  8600. 478 | - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  8601. | ^
  8602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:478:136: error: expected ';' before '(' token
  8603. 478 | - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  8604. | ^~
  8605. | ;
  8606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:485:89: error: expected ')' before '(' token
  8607. 485 | - (void)writeData:(NSData *)data timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSError * _Nullable error))completionHandler;
  8608. | ~ ^~
  8609. | )
  8610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:485:90: error: expected identifier before '(' token
  8611. 485 | - (void)writeData:(NSData *)data timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSError * _Nullable error))completionHandler;
  8612. | ^
  8613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:485:89: error: expected ';' before '(' token
  8614. 485 | - (void)writeData:(NSData *)data timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSError * _Nullable error))completionHandler;
  8615. | ^~
  8616. | ;
  8617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:597:84: error: expected ')' before '(' token
  8618. 597 | - (void)sendMessage:(NSURLSessionWebSocketMessage *)message completionHandler:(void (^)(NSError * _Nullable error))completionHandler;
  8619. | ~ ^~
  8620. | )
  8621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:597:85: error: expected identifier before '(' token
  8622. 597 | - (void)sendMessage:(NSURLSessionWebSocketMessage *)message completionHandler:(void (^)(NSError * _Nullable error))completionHandler;
  8623. | ^
  8624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:597:84: error: expected ';' before '(' token
  8625. 597 | - (void)sendMessage:(NSURLSessionWebSocketMessage *)message completionHandler:(void (^)(NSError * _Nullable error))completionHandler;
  8626. | ^~
  8627. | ;
  8628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:603:50: error: expected ')' before '(' token
  8629. 603 | - (void)receiveMessageWithCompletionHandler:(void (^)(NSURLSessionWebSocketMessage* _Nullable message, NSError * _Nullable error))completionHandler;
  8630. | ~ ^~
  8631. | )
  8632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:603:51: error: expected identifier before '(' token
  8633. 603 | - (void)receiveMessageWithCompletionHandler:(void (^)(NSURLSessionWebSocketMessage* _Nullable message, NSError * _Nullable error))completionHandler;
  8634. | ^
  8635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:603:50: error: expected ';' before '(' token
  8636. 603 | - (void)receiveMessageWithCompletionHandler:(void (^)(NSURLSessionWebSocketMessage* _Nullable message, NSError * _Nullable error))completionHandler;
  8637. | ^~
  8638. | ;
  8639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:610:45: error: expected ')' before '(' token
  8640. 610 | - (void)sendPingWithPongReceiveHandler:(void (^)(NSError* _Nullable error))pongReceiveHandler;
  8641. | ~ ^~
  8642. | )
  8643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:610:46: error: expected identifier before '(' token
  8644. 610 | - (void)sendPingWithPongReceiveHandler:(void (^)(NSError* _Nullable error))pongReceiveHandler;
  8645. | ^
  8646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:610:45: error: expected ';' before '(' token
  8647. 610 | - (void)sendPingWithPongReceiveHandler:(void (^)(NSError* _Nullable error))pongReceiveHandler;
  8648. | ^~
  8649. | ;
  8650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:676:29: error: unknown property attribute 'strong'
  8651. 676 | @property (class, readonly, strong) NSURLSessionConfiguration *defaultSessionConfiguration;
  8652. | ^~~~~~
  8653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:677:29: error: unknown property attribute 'strong'
  8654. 677 | @property (class, readonly, strong) NSURLSessionConfiguration *ephemeralSessionConfiguration;
  8655. | ^~~~~~
  8656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:793:41: error: cannot find protocol declaration for 'Class'
  8657. 793 | @property (nullable, copy) NSArray<Class> *protocolClasses;
  8658. | ^
  8659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:845:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8660. 845 | - (void)URLSession:(NSURLSession *)session didBecomeInvalidWithError:(nullable NSError *)error;
  8661. | ^~~~~~~~
  8662. | cg_nullable
  8663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:857:69: error: expected ')' before '(' token
  8664. 857 | completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler;
  8665. | ~ ^~
  8666. | )
  8667. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:857:70: error: expected identifier before '(' token
  8668. 857 | completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler;
  8669. | ^
  8670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:857:69: error: expected ';' before '(' token
  8671. 857 | completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler;
  8672. | ^~
  8673. | ;
  8674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:902:54: error: expected ')' before '(' token
  8675. 902 | completionHandler:(void (^)(NSURLSessionDelayedRequestDisposition disposition, NSURLRequest * _Nullable newRequest))completionHandler
  8676. | ~ ^~
  8677. | )
  8678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:902:55: error: expected identifier before '(' token
  8679. 902 | completionHandler:(void (^)(NSURLSessionDelayedRequestDisposition disposition, NSURLRequest * _Nullable newRequest))completionHandler
  8680. | ^
  8681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:902:54: error: expected ';' before '(' token
  8682. 902 | completionHandler:(void (^)(NSURLSessionDelayedRequestDisposition disposition, NSURLRequest * _Nullable newRequest))completionHandler
  8683. | ^~
  8684. | ;
  8685. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:931:54: error: expected ')' before '(' token
  8686. 931 | completionHandler:(void (^)(NSURLRequest * _Nullable))completionHandler;
  8687. | ~ ^~
  8688. | )
  8689. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:931:55: error: expected identifier before '(' token
  8690. 931 | completionHandler:(void (^)(NSURLRequest * _Nullable))completionHandler;
  8691. | ^
  8692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:931:54: error: expected ';' before '(' token
  8693. 931 | completionHandler:(void (^)(NSURLRequest * _Nullable))completionHandler;
  8694. | ^~
  8695. | ;
  8696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:940:54: error: expected ')' before '(' token
  8697. 940 | completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler;
  8698. | ~ ^~
  8699. | )
  8700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:940:55: error: expected identifier before '(' token
  8701. 940 | completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler;
  8702. | ^
  8703. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:940:54: error: expected ';' before '(' token
  8704. 940 | completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler;
  8705. | ^~
  8706. | ;
  8707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:947:54: error: expected ')' before '(' token
  8708. 947 | needNewBodyStream:(void (^)(NSInputStream * _Nullable bodyStream))completionHandler;
  8709. | ~ ^~
  8710. | )
  8711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:947:55: error: expected identifier before '(' token
  8712. 947 | needNewBodyStream:(void (^)(NSInputStream * _Nullable bodyStream))completionHandler;
  8713. | ^
  8714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:947:54: error: expected ';' before '(' token
  8715. 947 | needNewBodyStream:(void (^)(NSInputStream * _Nullable bodyStream))completionHandler;
  8716. | ^~
  8717. | ;
  8718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:966:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8719. 966 | didCompleteWithError:(nullable NSError *)error;
  8720. | ^~~~~~~~
  8721. | cg_nullable
  8722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:987:58: error: expected ')' before '(' token
  8723. 987 | completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler;
  8724. | ~ ^~
  8725. | )
  8726. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:987:59: error: expected identifier before '(' token
  8727. 987 | completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler;
  8728. | ^
  8729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:987:58: error: expected ';' before '(' token
  8730. 987 | completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler;
  8731. | ^~
  8732. | ;
  8733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1031:58: error: expected ')' before '(' token
  8734. 1031 | completionHandler:(void (^)(NSCachedURLResponse * _Nullable cachedResponse))completionHandler;
  8735. | ~ ^~
  8736. | )
  8737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1031:59: error: expected identifier before '(' token
  8738. 1031 | completionHandler:(void (^)(NSCachedURLResponse * _Nullable cachedResponse))completionHandler;
  8739. | ^
  8740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1031:58: error: expected ';' before '(' token
  8741. 1031 | completionHandler:(void (^)(NSCachedURLResponse * _Nullable cachedResponse))completionHandler;
  8742. | ^~
  8743. | ;
  8744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1406:71: error: expected '>' before '*' token
  8745. 1406 | @property (copy, readonly) NSArray<NSURLSessionTaskTransactionMetrics *> *transactionMetrics;
  8746. | ^
  8747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1406:71: error: cannot find protocol declaration for 'NSURLSessionTaskTransactionMetrics'
  8748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1406:72: error: expected unqualified-id before '>' token
  8749. 1406 | @property (copy, readonly) NSArray<NSURLSessionTaskTransactionMetrics *> *transactionMetrics;
  8750. | ^
  8751. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:129:
  8752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:12:24: error: expected ';' before '<' token
  8753. 12 | @class NSArray, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSSet<ObjectType>, NSString, NSURL, NSInputStream, NSOutputStream, NSError;
  8754. | ^
  8755. | ;
  8756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:47:43: error: expected '>' before '*' token
  8757. 47 | @property (nullable, copy) NSSet<NSString *> *requiredUserInfoKeys API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0));
  8758. | ^
  8759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:47:43: error: cannot find protocol declaration for 'NSString'
  8760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:47:44: error: expected unqualified-id before '>' token
  8761. 47 | @property (nullable, copy) NSSet<NSString *> *requiredUserInfoKeys API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0));
  8762. | ^
  8763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:65:33: error: expected '>' before '*' token
  8764. 65 | @property (copy) NSSet<NSString *> *keywords API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0));
  8765. | ^
  8766. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:65:33: error: cannot find protocol declaration for 'NSString'
  8767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:65:34: error: expected unqualified-id before '>' token
  8768. 65 | @property (copy) NSSet<NSString *> *keywords API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0));
  8769. | ^
  8770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:73:22: error: unknown property attribute 'weak'
  8771. 73 | @property (nullable, weak) id<NSUserActivityDelegate> delegate;
  8772. | ^~~~
  8773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:73:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  8774. 73 | @property (nullable, weak) id<NSUserActivityDelegate> delegate;
  8775. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  8776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:93:58: error: expected ')' before '(' token
  8777. 93 | - (void)getContinuationStreamsWithCompletionHandler:(void (^)(NSInputStream * _Nullable inputStream, NSOutputStream * _Nullable outputStream, NSError * _Nullable error))completionHandler;
  8778. | ~ ^~
  8779. | )
  8780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:93:59: error: expected identifier before '(' token
  8781. 93 | - (void)getContinuationStreamsWithCompletionHandler:(void (^)(NSInputStream * _Nullable inputStream, NSOutputStream * _Nullable outputStream, NSError * _Nullable error))completionHandler;
  8782. | ^
  8783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:93:58: error: expected ';' before '(' token
  8784. 93 | - (void)getContinuationStreamsWithCompletionHandler:(void (^)(NSInputStream * _Nullable inputStream, NSOutputStream * _Nullable outputStream, NSError * _Nullable error))completionHandler;
  8785. | ^~
  8786. | ;
  8787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:108:103: error: cannot find protocol declaration for 'NSUserActivityPersistentIdentifier'
  8788. 108 | +(void) deleteSavedUserActivitiesWithPersistentIdentifiers:(NSArray<NSUserActivityPersistentIdentifier>*) persistentIdentifiers completionHandler:(void(^)(void))handler API_AVAILABLE( macos(10.15), ios(12.0), watchos(5.0) ) API_UNAVAILABLE( tvos );
  8789. | ^
  8790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:108:152: error: expected ')' before '(' token
  8791. 108 | +(void) deleteSavedUserActivitiesWithPersistentIdentifiers:(NSArray<NSUserActivityPersistentIdentifier>*) persistentIdentifiers completionHandler:(void(^)(void))handler API_AVAILABLE( macos(10.15), ios(12.0), watchos(5.0) ) API_UNAVAILABLE( tvos );
  8792. | ~ ^
  8793. | )
  8794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:108:152: error: expected identifier before '(' token
  8795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:108:152: error: expected ';' before '(' token
  8796. 108 | +(void) deleteSavedUserActivitiesWithPersistentIdentifiers:(NSArray<NSUserActivityPersistentIdentifier>*) persistentIdentifiers completionHandler:(void(^)(void))handler API_AVAILABLE( macos(10.15), ios(12.0), watchos(5.0) ) API_UNAVAILABLE( tvos );
  8797. | ^
  8798. | ;
  8799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:109:64: error: expected ')' before '(' token
  8800. 109 | +(void) deleteAllSavedUserActivitiesWithCompletionHandler:(void(^)(void))handler API_AVAILABLE( macos(10.15), ios(12.0), watchos(5.0) ) API_UNAVAILABLE( tvos );
  8801. | ~ ^
  8802. | )
  8803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:109:64: error: expected identifier before '(' token
  8804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:109:64: error: expected ';' before '(' token
  8805. 109 | +(void) deleteAllSavedUserActivitiesWithCompletionHandler:(void(^)(void))handler API_AVAILABLE( macos(10.15), ios(12.0), watchos(5.0) ) API_UNAVAILABLE( tvos );
  8806. | ^
  8807. | ;
  8808. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:130:
  8809. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:23:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8810. 23 | - (nullable instancetype)initWithUUIDString:(NSString *)string;
  8811. | ^~~~~~~~
  8812. | cg_nullable
  8813. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:137:
  8814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:9:44: error: expected ';' before '<' token
  8815. 9 | @class NSAppleEventDescriptor, NSDictionary<KeyType, ObjectType>, NSString, NSURL;
  8816. | ^
  8817. | ;
  8818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8819. 29 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER;
  8820. | ^~~~~~~~
  8821. | cg_nullable
  8822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:90: error: expected '>' before '*' token
  8823. 29 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER;
  8824. | ^
  8825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:90: error: cannot find protocol declaration for 'NSString'
  8826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:91: error: expected ')' before ',' token
  8827. 29 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER;
  8828. | ~ ^
  8829. | )
  8830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:91: error: expected identifier before ',' token
  8831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:95: error: expected ';' before '>' token
  8832. 29 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER;
  8833. | ^
  8834. | ;
  8835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8836. 32 | - (nullable instancetype)initWithSource:(NSString *)source NS_DESIGNATED_INITIALIZER;
  8837. | ^~~~~~~~
  8838. | cg_nullable
  8839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:54: error: expected '>' before '*' token
  8840. 41 | - (BOOL)compileAndReturnError:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8841. | ^
  8842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:54: error: cannot find protocol declaration for 'NSString'
  8843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:55: error: expected ')' before ',' token
  8844. 41 | - (BOOL)compileAndReturnError:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8845. | ~ ^
  8846. | )
  8847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:55: error: expected identifier before ',' token
  8848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:59: error: expected ';' before '>' token
  8849. 41 | - (BOOL)compileAndReturnError:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8850. | ^
  8851. | ;
  8852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:74: error: expected '>' before '*' token
  8853. 44 | - (NSAppleEventDescriptor *)executeAndReturnError:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8854. | ^
  8855. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:74: error: cannot find protocol declaration for 'NSString'
  8856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:75: error: expected ')' before ',' token
  8857. 44 | - (NSAppleEventDescriptor *)executeAndReturnError:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8858. | ~ ^
  8859. | )
  8860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:75: error: expected identifier before ',' token
  8861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:79: error: expected ';' before '>' token
  8862. 44 | - (NSAppleEventDescriptor *)executeAndReturnError:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8863. | ^
  8864. | ;
  8865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:108: error: expected '>' before '*' token
  8866. 47 | - (NSAppleEventDescriptor *)executeAppleEvent:(NSAppleEventDescriptor *)event error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8867. | ^
  8868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:108: error: cannot find protocol declaration for 'NSString'
  8869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:109: error: expected ')' before ',' token
  8870. 47 | - (NSAppleEventDescriptor *)executeAppleEvent:(NSAppleEventDescriptor *)event error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8871. | ~ ^
  8872. | )
  8873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:109: error: expected identifier before ',' token
  8874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:113: error: expected ';' before '>' token
  8875. 47 | - (NSAppleEventDescriptor *)executeAppleEvent:(NSAppleEventDescriptor *)event error:(NSDictionary<NSString *, id> * _Nullable * _Nullable)errorInfo;
  8876. | ^
  8877. | ;
  8878. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:144:
  8879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:31:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8880. 31 | - (void)encodeConditionalObject:(nullable id)object;
  8881. | ^~~~~~~~
  8882. | cg_nullable
  8883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:38:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8884. 38 | - (nullable NSString *)classNameEncodedForTrueClassName:(NSString *)trueName;
  8885. | ^~~~~~~~
  8886. | cg_nullable
  8887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:66:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8888. 66 | - (nullable instancetype)initForReadingWithData:(NSData *)data NS_DESIGNATED_INITIALIZER;
  8889. | ^~~~~~~~
  8890. | cg_nullable
  8891. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:68:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8892. 68 | - (void)setObjectZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  8893. | ^~~~~~~~
  8894. | cg_nullable
  8895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8896. 69 | - (nullable NSZone *)objectZone NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
  8897. | ^~~~~~~~
  8898. | cg_nullable
  8899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:75:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8900. 75 | + (nullable id)unarchiveObjectWithData:(NSData *)data;
  8901. | ^~~~~~~~
  8902. | cg_nullable
  8903. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8904. 76 | + (nullable id)unarchiveObjectWithFile:(NSString *)path;
  8905. | ^~~~~~~~
  8906. | cg_nullable
  8907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:95:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8908. 95 | - (nullable id)replacementObjectForArchiver:(NSArchiver *)archiver API_DEPRECATED_WITH_REPLACEMENT("replacementObjectForCoder:", macos(10.0,10.13), ios(2.0,11.0), watchos(2.0,4.0), tvos(9.0,11.0));
  8909. | ^~~~~~~~
  8910. | cg_nullable
  8911. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:145:
  8912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:20:15: error: expected unqualified-id before '^' token
  8913. 20 | typedef void (^NSBackgroundActivityCompletionHandler)(NSBackgroundActivityResult result);
  8914. | ^
  8915. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:20:15: error: expected ')' before '^' token
  8916. 20 | typedef void (^NSBackgroundActivityCompletionHandler)(NSBackgroundActivityResult result);
  8917. | ~^
  8918. | )
  8919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:77:32: error: expected ')' before '(' token
  8920. 77 | - (void)scheduleWithBlock:(void (^)(NSBackgroundActivityCompletionHandler completionHandler))block;
  8921. | ~ ^~
  8922. | )
  8923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:77:33: error: expected identifier before '(' token
  8924. 77 | - (void)scheduleWithBlock:(void (^)(NSBackgroundActivityCompletionHandler completionHandler))block;
  8925. | ^
  8926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:77:32: error: expected ';' before '(' token
  8927. 77 | - (void)scheduleWithBlock:(void (^)(NSBackgroundActivityCompletionHandler completionHandler))block;
  8928. | ^~
  8929. | ;
  8930. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:146:
  8931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8932. 40 | + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8933. | ^~~~~~~~
  8934. | cg_nullable
  8935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:40:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8936. 40 | + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8937. | ^~~~~~~~
  8938. | cg_nullable
  8939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8940. 41 | + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8941. | ^~~~~~~~
  8942. | cg_nullable
  8943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:42:164: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8944. 42 | + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(nullable NSTimeZone *)aTimeZone API_DEPRECATED("Use NSCalendar and NSDateComponents instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8945. | ^~~~~~~~
  8946. | cg_nullable
  8947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:54:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8948. 54 | - (NSString *)descriptionWithCalendarFormat:(NSString *)format locale:(nullable id)locale API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8949. | ^~~~~~~~
  8950. | cg_nullable
  8951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:56:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8952. 56 | - (NSString *)descriptionWithLocale:(nullable id)locale API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8953. | ^~~~~~~~
  8954. | cg_nullable
  8955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:58:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8956. 58 | - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8957. | ^~~~~~~~
  8958. | cg_nullable
  8959. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:58:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8960. 58 | - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8961. | ^~~~~~~~
  8962. | cg_nullable
  8963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:59:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8964. 59 | - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8965. | ^~~~~~~~
  8966. | cg_nullable
  8967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8968. 60 | - (nullable id)initWithString:(NSString *)description API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8969. | ^~~~~~~~
  8970. | cg_nullable
  8971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:61:164: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8972. 61 | - (id)initWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(nullable NSTimeZone *)aTimeZone API_DEPRECATED("Use NSCalendar and NSDateComponents instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8973. | ^~~~~~~~
  8974. | cg_nullable
  8975. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:62:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8976. 62 | - (void)setCalendarFormat:(nullable NSString *)format API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8977. | ^~~~~~~~
  8978. | cg_nullable
  8979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:63:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8980. 63 | - (void)setTimeZone:(nullable NSTimeZone *)aTimeZone API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8981. | ^~~~~~~~
  8982. | cg_nullable
  8983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:16: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8984. 64 | - (void)years:(nullable NSInteger *)yp months:(nullable NSInteger *)mop days:(nullable NSInteger *)dp hours:(nullable NSInteger *)hp minutes:(nullable NSInteger *)mip seconds:(nullable NSInteger *)sp sinceDate:(NSCalendarDate *)date API_DEPRECATED_WITH_REPLACEMENT("-[NSCalendar components:fromDate:]", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8985. | ^~~~~~~~
  8986. | cg_nullable
  8987. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8988. 64 | - (void)years:(nullable NSInteger *)yp months:(nullable NSInteger *)mop days:(nullable NSInteger *)dp hours:(nullable NSInteger *)hp minutes:(nullable NSInteger *)mip seconds:(nullable NSInteger *)sp sinceDate:(NSCalendarDate *)date API_DEPRECATED_WITH_REPLACEMENT("-[NSCalendar components:fromDate:]", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8989. | ^~~~~~~~
  8990. | cg_nullable
  8991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8992. 64 | - (void)years:(nullable NSInteger *)yp months:(nullable NSInteger *)mop days:(nullable NSInteger *)dp hours:(nullable NSInteger *)hp minutes:(nullable NSInteger *)mip seconds:(nullable NSInteger *)sp sinceDate:(NSCalendarDate *)date API_DEPRECATED_WITH_REPLACEMENT("-[NSCalendar components:fromDate:]", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8993. | ^~~~~~~~
  8994. | cg_nullable
  8995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  8996. 64 | - (void)years:(nullable NSInteger *)yp months:(nullable NSInteger *)mop days:(nullable NSInteger *)dp hours:(nullable NSInteger *)hp minutes:(nullable NSInteger *)mip seconds:(nullable NSInteger *)sp sinceDate:(NSCalendarDate *)date API_DEPRECATED_WITH_REPLACEMENT("-[NSCalendar components:fromDate:]", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  8997. | ^~~~~~~~
  8998. | cg_nullable
  8999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:143: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9000. 64 | - (void)years:(nullable NSInteger *)yp months:(nullable NSInteger *)mop days:(nullable NSInteger *)dp hours:(nullable NSInteger *)hp minutes:(nullable NSInteger *)mip seconds:(nullable NSInteger *)sp sinceDate:(NSCalendarDate *)date API_DEPRECATED_WITH_REPLACEMENT("-[NSCalendar components:fromDate:]", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9001. | ^~~~~~~~
  9002. | cg_nullable
  9003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:177: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9004. 64 | - (void)years:(nullable NSInteger *)yp months:(nullable NSInteger *)mop days:(nullable NSInteger *)dp hours:(nullable NSInteger *)hp minutes:(nullable NSInteger *)mip seconds:(nullable NSInteger *)sp sinceDate:(NSCalendarDate *)date API_DEPRECATED_WITH_REPLACEMENT("-[NSCalendar components:fromDate:]", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9005. | ^~~~~~~~
  9006. | cg_nullable
  9007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:75:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9008. 75 | + (nullable id)dateWithNaturalLanguageString:(NSString *)string locale:(nullable id)locale API_DEPRECATED("Create an NSDateFormatter with `init` and set the dateFormat property instead.", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9009. | ^~~~~~~~
  9010. | cg_nullable
  9011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:75:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9012. 75 | + (nullable id)dateWithNaturalLanguageString:(NSString *)string locale:(nullable id)locale API_DEPRECATED("Create an NSDateFormatter with `init` and set the dateFormat property instead.", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9013. | ^~~~~~~~
  9014. | cg_nullable
  9015. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9016. 76 | + (nullable id)dateWithNaturalLanguageString:(NSString *)string API_DEPRECATED("Create an NSDateFormatter with `init` and set the dateFormat property instead.", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9017. | ^~~~~~~~
  9018. | cg_nullable
  9019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:78:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9020. 78 | - (NSCalendarDate *)dateWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9021. | ^~~~~~~~
  9022. | cg_nullable
  9023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:78:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9024. 78 | - (NSCalendarDate *)dateWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9025. | ^~~~~~~~
  9026. | cg_nullable
  9027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9028. 79 | - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9029. | ^~~~~~~~
  9030. | cg_nullable
  9031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9032. 79 | - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9033. | ^~~~~~~~
  9034. | cg_nullable
  9035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:92: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9036. 79 | - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9037. | ^~~~~~~~
  9038. | cg_nullable
  9039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:132: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9040. 79 | - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale API_DEPRECATED("", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9041. | ^~~~~~~~
  9042. | cg_nullable
  9043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:80:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9044. 80 | - (nullable id)initWithString:(NSString *)description API_DEPRECATED("Use NSDateFormatter instead", macos(10.4, 10.10), ios(2.0, 8.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9045. | ^~~~~~~~
  9046. | cg_nullable
  9047. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:147:
  9048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:9:57: error: expected ';' before '<' token
  9049. 9 | @class NSPort, NSRunLoop, NSPortNameServer, NSDictionary<KeyType, ObjectType>, NSArray<ObjectType>;
  9050. | ^
  9051. | ;
  9052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:51:50: error: expected '>' before '*' token
  9053. 51 | @property (readonly, copy) NSDictionary<NSString *, NSNumber *> *statistics;
  9054. | ^
  9055. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:51:50: error: cannot find protocol declaration for 'NSString'
  9056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:51:51: error: expected unqualified-id before ',' token
  9057. 51 | @property (readonly, copy) NSDictionary<NSString *, NSNumber *> *statistics;
  9058. | ^
  9059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:25: error: expected '>' before '*' token
  9060. 53 | + (NSArray<NSConnection *> *)allConnections;
  9061. | ^
  9062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:25: error: cannot find protocol declaration for 'NSConnection'
  9063. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:26: error: expected ')' before '>' token
  9064. 53 | + (NSArray<NSConnection *> *)allConnections;
  9065. | ~ ^
  9066. | )
  9067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:26: error: objective-c++ method declaration is expected before '>' token
  9068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:57:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9069. 57 | + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName;
  9070. | ^~~~~~~~
  9071. | cg_nullable
  9072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:57:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9073. 57 | + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName;
  9074. | ^~~~~~~~
  9075. | cg_nullable
  9076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9077. 58 | + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server;
  9078. | ^~~~~~~~
  9079. | cg_nullable
  9080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9081. 58 | + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server;
  9082. | ^~~~~~~~
  9083. | cg_nullable
  9084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9085. 59 | + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName;
  9086. | ^~~~~~~~
  9087. | cg_nullable
  9088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9089. 59 | + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName;
  9090. | ^~~~~~~~
  9091. | cg_nullable
  9092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9093. 60 | + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server;
  9094. | ^~~~~~~~
  9095. | cg_nullable
  9096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9097. 60 | + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server;
  9098. | ^~~~~~~~
  9099. | cg_nullable
  9100. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9101. 62 | + (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root usingNameServer:(NSPortNameServer *)server API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  9102. | ^~~~~~~~
  9103. | cg_nullable
  9104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:63:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9105. 63 | + (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  9106. | ^~~~~~~~
  9107. | cg_nullable
  9108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:78:45: error: expected '>' before '*' token
  9109. 78 | @property (readonly, copy) NSArray<NSString *> *requestModes;
  9110. | ^
  9111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:78:45: error: cannot find protocol declaration for 'NSString'
  9112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:78:46: error: expected unqualified-id before '>' token
  9113. 78 | @property (readonly, copy) NSArray<NSString *> *requestModes;
  9114. | ^
  9115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:80:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9116. 80 | - (BOOL)registerName:(nullable NSString *) name;
  9117. | ^~~~~~~~
  9118. | cg_nullable
  9119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:81:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9120. 81 | - (BOOL)registerName:(nullable NSString *) name withNameServer:(NSPortNameServer *)server;
  9121. | ^~~~~~~~
  9122. | cg_nullable
  9123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9124. 83 | + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
  9125. | ^~~~~~~~
  9126. | cg_nullable
  9127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9128. 83 | + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
  9129. | ^~~~~~~~
  9130. | cg_nullable
  9131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:93: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9132. 83 | + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
  9133. | ^~~~~~~~
  9134. | cg_nullable
  9135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:85:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9136. 85 | + (nullable id)currentConversation;
  9137. | ^~~~~~~~
  9138. | cg_nullable
  9139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9140. 87 | - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
  9141. | ^~~~~~~~
  9142. | cg_nullable
  9143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9144. 87 | - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
  9145. | ^~~~~~~~
  9146. | cg_nullable
  9147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:87: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9148. 87 | - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
  9149. | ^~~~~~~~
  9150. | cg_nullable
  9151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:146:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9152. 146 | - (void)replyWithException:(nullable NSException *)exception;
  9153. | ^~~~~~~~
  9154. | cg_nullable
  9155. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:148:
  9156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:27:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9157. 27 | + (nullable id)proxyWithTarget:(id)target connection:(NSConnection *)connection;
  9158. | ^~~~~~~~
  9159. | cg_nullable
  9160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9161. 28 | - (nullable instancetype)initWithTarget:(id)target connection:(NSConnection *)connection;
  9162. | ^~~~~~~~
  9163. | cg_nullable
  9164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9165. 33 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  9166. | ^~~~~~~~
  9167. | cg_nullable
  9168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:35:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9169. 35 | - (void)setProtocolForProxy:(nullable Protocol *)proto;
  9170. | ^~~~~~~~
  9171. | cg_nullable
  9172. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:149:
  9173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:44:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9174. 44 | - (void)addObserver:(id)observer selector:(SEL)selector name:(nullable NSNotificationName)name object:(nullable NSString *)object suspensionBehavior:(NSNotificationSuspensionBehavior)suspensionBehavior;
  9175. | ^~~~~~~~
  9176. | cg_nullable
  9177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:44:104: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9178. 44 | - (void)addObserver:(id)observer selector:(SEL)selector name:(nullable NSNotificationName)name object:(nullable NSString *)object suspensionBehavior:(NSNotificationSuspensionBehavior)suspensionBehavior;
  9179. | ^~~~~~~~
  9180. | cg_nullable
  9181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:47:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9182. 47 | - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo deliverImmediately:(BOOL)deliverImmediately;
  9183. | ^~~~~~~~
  9184. | cg_nullable
  9185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:47:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9186. 47 | - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo deliverImmediately:(BOOL)deliverImmediately;
  9187. | ^~~~~~~~
  9188. | cg_nullable
  9189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:51:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9190. 51 | - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo options:(NSDistributedNotificationOptions)options;
  9191. | ^~~~~~~~
  9192. | cg_nullable
  9193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:51:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9194. 51 | - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo options:(NSDistributedNotificationOptions)options;
  9195. | ^~~~~~~~
  9196. | cg_nullable
  9197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:60:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9198. 60 | - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject;
  9199. | ^~~~~~~~
  9200. | cg_nullable
  9201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:60:106: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9202. 60 | - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject;
  9203. | ^~~~~~~~
  9204. | cg_nullable
  9205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:62:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9206. 62 | - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject;
  9207. | ^~~~~~~~
  9208. | cg_nullable
  9209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:63:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9210. 63 | - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject userInfo:(nullable NSDictionary *)aUserInfo;
  9211. | ^~~~~~~~
  9212. | cg_nullable
  9213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:63:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9214. 63 | - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject userInfo:(nullable NSDictionary *)aUserInfo;
  9215. | ^~~~~~~~
  9216. | cg_nullable
  9217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:64:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9218. 64 | - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject;
  9219. | ^~~~~~~~
  9220. | cg_nullable
  9221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:64:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9222. 64 | - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject;
  9223. | ^~~~~~~~
  9224. | cg_nullable
  9225. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:150:
  9226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:18:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9227. 18 | - (nullable NSPort *)decodePortObject;
  9228. | ^~~~~~~~
  9229. | cg_nullable
  9230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9231. 21 | - (nullable NSConnection *)connection API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9232. | ^~~~~~~~
  9233. | cg_nullable
  9234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9235. 22 | + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9236. | ^~~~~~~~
  9237. | cg_nullable
  9238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:70: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9239. 22 | + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9240. | ^~~~~~~~
  9241. | cg_nullable
  9242. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:108: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9243. 22 | + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9244. | ^~~~~~~~
  9245. | cg_nullable
  9246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9247. 23 | - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9248. | ^~~~~~~~
  9249. | cg_nullable
  9250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9251. 23 | - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9252. | ^~~~~~~~
  9253. | cg_nullable
  9254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9255. 23 | - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps API_DEPRECATED("", macos(10.0, 10.7), ios(2.0, 2.0), watchos(2.0, 2.0), tvos(9.0, 9.0));
  9256. | ^~~~~~~~
  9257. | cg_nullable
  9258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9259. 32 | - (nullable id)replacementObjectForPortCoder:(NSPortCoder *)coder NS_SWIFT_UNAVAILABLE("Use NSXPCConnection instead") API_DEPRECATED("Use NSXPCConnection instead", macosx(10.0, 10.13), ios(2.0,11.0), watchos(2.0,4.0), tvos(9.0,11.0));
  9260. | ^~~~~~~~
  9261. | cg_nullable
  9262. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:151:
  9263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9264. 21 | - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER;
  9265. | ^~~~~~~~
  9266. | cg_nullable
  9267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9268. 21 | - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER;
  9269. | ^~~~~~~~
  9270. | cg_nullable
  9271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9272. 21 | - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER;
  9273. | ^~~~~~~~
  9274. | cg_nullable
  9275. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:152:
  9276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:17:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9277. 17 | - (nullable NSPort *)portForName:(NSString *)name;
  9278. | ^~~~~~~~
  9279. | cg_nullable
  9280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:18:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9281. 18 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9282. | ^~~~~~~~
  9283. | cg_nullable
  9284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:18:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9285. 18 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9286. | ^~~~~~~~
  9287. | cg_nullable
  9288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9289. 36 | - (nullable NSPort *)portForName:(NSString *)name;
  9290. | ^~~~~~~~
  9291. | cg_nullable
  9292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:37:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9293. 37 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9294. | ^~~~~~~~
  9295. | cg_nullable
  9296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:37:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9297. 37 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9298. | ^~~~~~~~
  9299. | cg_nullable
  9300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:48:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9301. 48 | - (nullable NSPort *)servicePortWithName:(NSString *)name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
  9302. | ^~~~~~~~
  9303. | cg_nullable
  9304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9305. 62 | - (nullable NSPort *)portForName:(NSString *)name;
  9306. | ^~~~~~~~
  9307. | cg_nullable
  9308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:63:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9309. 63 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9310. | ^~~~~~~~
  9311. | cg_nullable
  9312. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:63:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9313. 63 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9314. | ^~~~~~~~
  9315. | cg_nullable
  9316. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:84:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9317. 84 | - (nullable NSPort *)portForName:(NSString *)name;
  9318. | ^~~~~~~~
  9319. | cg_nullable
  9320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:85:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9321. 85 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9322. | ^~~~~~~~
  9323. | cg_nullable
  9324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:85:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9325. 85 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host;
  9326. | ^~~~~~~~
  9327. | cg_nullable
  9328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:93:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9329. 93 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host nameServerPortNumber:(uint16_t)portNumber;
  9330. | ^~~~~~~~
  9331. | cg_nullable
  9332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:93:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9333. 93 | - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host nameServerPortNumber:(uint16_t)portNumber;
  9334. | ^~~~~~~~
  9335. | cg_nullable
  9336. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:154:
  9337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:8:15 error: expected ';' before '<' token
  9338. 8 | @class NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSString;
  9339. | ^
  9340. | ;
  9341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:30:45: error: expected '>' before '*' token
  9342. 30 | @property (nullable, copy) NSArray<NSString *> *arguments;
  9343. | ^
  9344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:30:45: error: cannot find protocol declaration for 'NSString'
  9345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:30:46: error: expected unqualified-id before '>' token
  9346. 30 | @property (nullable, copy) NSArray<NSString *> *arguments;
  9347. | ^
  9348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:31:50: error: expected '>' before '*' token
  9349. 31 | @property (nullable, copy) NSDictionary<NSString *, NSString *> *environment; // if not set, use current
  9350. | ^
  9351. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:31:50: error: cannot find protocol declaration for 'NSString'
  9352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:31:51: error: expected unqualified-id before ',' token
  9353. 31 | @property (nullable, copy) NSDictionary<NSString *, NSString *> *environment; // if not set, use current
  9354. | ^
  9355. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:58:34: error: expected unqualified-id before '^' token
  9356. 58 | @property (nullable, copy) void (^terminationHandler)(NSTask *) API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos);
  9357. | ^
  9358. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:58:34: error: expected ')' before '^' token
  9359. 58 | @property (nullable, copy) void (^terminationHandler)(NSTask *) API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos);
  9360. | ~^
  9361. | )
  9362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9363. 66 | + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray<NSString *> *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos);
  9364. | ^~~~~~~~
  9365. | cg_nullable
  9366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:93: error: expected '>' before '*' token
  9367. 66 | + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray<NSString *> *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos);
  9368. | ^
  9369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:93: error: cannot find protocol declaration for 'NSString'
  9370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:94: error: expected ')' before '>' token
  9371. 66 | + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray<NSString *> *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos);
  9372. | ~ ^
  9373. | )
  9374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:94: error: expected identifier before '>' token
  9375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:94: error: expected ';' before '>' token
  9376. 66 | + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray<NSString *> *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos);
  9377. | ^
  9378. | ;
  9379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:85: error: expected '>' before '*' token
  9380. 80 | + (NSTask *)launchedTaskWithLaunchPath:(NSString *)path arguments:(NSArray<NSString *> *)arguments API_DEPRECATED_WITH_REPLACEMENT("launchedTaskWithExecutableURL:arguments:error:", macos(10.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(ios, watchos, tvos);
  9381. | ^
  9382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:85: error: cannot find protocol declaration for 'NSString'
  9383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:86: error: expected ')' before '>' token
  9384. 80 | + (NSTask *)launchedTaskWithLaunchPath:(NSString *)path arguments:(NSArray<NSString *> *)arguments API_DEPRECATED_WITH_REPLACEMENT("launchedTaskWithExecutableURL:arguments:error:", macos(10.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(ios, watchos, tvos);
  9385. | ~ ^
  9386. | )
  9387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:86: error: expected identifier before '>' token
  9388. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:86: error: expected ';' before '>' token
  9389. 80 | + (NSTask *)launchedTaskWithLaunchPath:(NSString *)path arguments:(NSArray<NSString *> *)arguments API_DEPRECATED_WITH_REPLACEMENT("launchedTaskWithExecutableURL:arguments:error:", macos(10.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(ios, watchos, tvos);
  9390. | ^
  9391. | ;
  9392. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:5,
  9393. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:155:
  9394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:8:15: error: expected ';' before '<' token
  9395. 8 | @class NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSError, NSString, NSURL;
  9396. | ^
  9397. | ;
  9398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:119:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9399. 119 | + (id)elementWithName:(NSString *)name children:(nullable NSArray<NSXMLNode *> *)children attributes:(nullable NSArray<NSXMLNode *> *)attributes;
  9400. | ^~~~~~~~
  9401. | cg_nullable
  9402. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:119:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9403. 119 | + (id)elementWithName:(NSString *)name children:(nullable NSArray<NSXMLNode *> *)children attributes:(nullable NSArray<NSXMLNode *> *)attributes;
  9404. | ^~~~~~~~
  9405. | cg_nullable
  9406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:161:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9407. 161 | + (nullable id)DTDNodeWithXMLString:(NSString *)string;
  9408. | ^~~~~~~~
  9409. | cg_nullable
  9410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:225:56: error: expected '>' before '*' token
  9411. 225 | @property (nullable, readonly, copy) NSArray<NSXMLNode *> *children; //primitive
  9412. | ^
  9413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:225:56: error: cannot find protocol declaration for 'NSXMLNode'
  9414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:225:57: error: expected unqualified-id before '>' token
  9415. 225 | @property (nullable, readonly, copy) NSArray<NSXMLNode *> *children; //primitive
  9416. | ^
  9417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:231:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9418. 231 | - (nullable NSXMLNode *)childAtIndex:(NSUInteger)index; //primitive
  9419. | ^~~~~~~~
  9420. | cg_nullable
  9421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:293:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9422. 293 | + (nullable NSString *)prefixForName:(NSString *)name;
  9423. | ^~~~~~~~
  9424. | cg_nullable
  9425. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:300:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9426. 300 | + (nullable NSXMLNode *)predefinedNamespaceForPrefix:(NSString *)name;
  9427. | ^~~~~~~~
  9428. | cg_nullable
  9429. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:337:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9430. 337 | - (nullable NSArray<__kindof NSXMLNode *> *)nodesForXPath:(NSString *)xpath error:(NSError **)error;
  9431. | ^~~~~~~~
  9432. | cg_nullable
  9433. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:344:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9434. 344 | - (nullable NSArray *)objectsForXQuery:(NSString *)xquery constants:(nullable NSDictionary<NSString *, id> *)constants error:(NSError **)error;
  9435. | ^~~~~~~~
  9436. | cg_nullable
  9437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:344:70: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9438. 344 | - (nullable NSArray *)objectsForXQuery:(NSString *)xquery constants:(nullable NSDictionary<NSString *, id> *)constants error:(NSError **)error;
  9439. | ^~~~~~~~
  9440. | cg_nullable
  9441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:346:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9442. 346 | - (nullable NSArray *)objectsForXQuery:(NSString *)xquery error:(NSError **)error;
  9443. | ^~~~~~~~
  9444. | cg_nullable
  9445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:7:15: error: expected ';' before '<' token
  9446. 7 | @class NSArray<ObjectType>, NSData, NSMutableDictionary;
  9447. | ^
  9448. | ;
  9449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9450. 39 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSXMLNodeOptions)mask error:(NSError **)error;
  9451. | ^~~~~~~~
  9452. | cg_nullable
  9453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9454. 40 | - (nullable instancetype)initWithData:(NSData *)data options:(NSXMLNodeOptions)mask error:(NSError **)error NS_DESIGNATED_INITIALIZER; //primitive
  9455. | ^~~~~~~~
  9456. | cg_nullable
  9457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:43: error: expected '>' before '*' token
  9458. 66 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9459. | ^
  9460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:43: error: cannot find protocol declaration for 'NSXMLNode'
  9461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:44: error: expected ')' before '>' token
  9462. 66 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9463. | ~ ^
  9464. | )
  9465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:44: error: expected identifier before '>' token
  9466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:44: error: expected ';' before '>' token
  9467. 66 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9468. | ^
  9469. | ;
  9470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:78:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9471. 78 | - (void)setChildren:(nullable NSArray<NSXMLNode *> *)children; //primitive
  9472. | ^~~~~~~~
  9473. | cg_nullable
  9474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:100:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9475. 100 | - (nullable NSXMLDTDNode *)entityDeclarationForName:(NSString *)name; //primitive
  9476. | ^~~~~~~~
  9477. | cg_nullable
  9478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:106:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9479. 106 | - (nullable NSXMLDTDNode *)notationDeclarationForName:(NSString *)name; //primitive
  9480. | ^~~~~~~~
  9481. | cg_nullable
  9482. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:112:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9483. 112 | - (nullable NSXMLDTDNode *)elementDeclarationForName:(NSString *)name; //primitive
  9484. | ^~~~~~~~
  9485. | cg_nullable
  9486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9487. 118 | - (nullable NSXMLDTDNode *)attributeDeclarationForName:(NSString *)name elementName:(NSString *)elementName; //primitive
  9488. | ^~~~~~~~
  9489. | cg_nullable
  9490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:126:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9491. 126 | + (nullable NSXMLDTDNode *)predefinedEntityDeclarationForName:(NSString *)name;
  9492. | ^~~~~~~~
  9493. | cg_nullable
  9494. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:156:
  9495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9496. 60 | - (nullable instancetype)initWithXMLString:(NSString *)string NS_DESIGNATED_INITIALIZER; //primitive
  9497. | ^~~~~~~~
  9498. | cg_nullable
  9499. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:157:
  9500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:7:53: error: expected ';' before '<' token
  9501. 7 | @class NSData, NSXMLDTD, NSXMLDocument, NSDictionary<KeyType, ObjectType>, NSArray<ObjectType>;
  9502. | ^
  9503. | ;
  9504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9505. 76 | - (nullable instancetype)initWithXMLString:(NSString *)string options:(NSXMLNodeOptions)mask error:(NSError **)error;
  9506. | ^~~~~~~~
  9507. | cg_nullable
  9508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9509. 82 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSXMLNodeOptions)mask error:(NSError **)error;
  9510. | ^~~~~~~~
  9511. | cg_nullable
  9512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:88:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9513. 88 | - (nullable instancetype)initWithData:(NSData *)data options:(NSXMLNodeOptions)mask error:(NSError **)error NS_DESIGNATED_INITIALIZER; //primitive
  9514. | ^~~~~~~~
  9515. | cg_nullable
  9516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:94:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9517. 94 | - (instancetype)initWithRootElement:(nullable NSXMLElement *)element NS_DESIGNATED_INITIALIZER;
  9518. | ^~~~~~~~
  9519. | cg_nullable
  9520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:142:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9521. 142 | - (nullable NSXMLElement *)rootElement; //primitive
  9522. | ^~~~~~~~
  9523. | cg_nullable
  9524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:43: error: expected '>' before '*' token
  9525. 158 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9526. | ^
  9527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:43: error: cannot find protocol declaration for 'NSXMLNode'
  9528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:44: error: expected ')' before '>' token
  9529. 158 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9530. | ~ ^
  9531. | )
  9532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:44: error: expected identifier before '>' token
  9533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:44: error: expected ';' before '>' token
  9534. 158 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9535. | ^
  9536. | ;
  9537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:170:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9538. 170 | - (void)setChildren:(nullable NSArray<NSXMLNode *> *)children; //primitive
  9539. | ^~~~~~~~
  9540. | cg_nullable
  9541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:207:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9542. 207 | - (nullable id)objectByApplyingXSLT:(NSData *)xslt arguments:(nullable NSDictionary<NSString *, NSString *> *)arguments error:(NSError **)error;
  9543. | ^~~~~~~~
  9544. | cg_nullable
  9545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:207:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9546. 207 | - (nullable id)objectByApplyingXSLT:(NSData *)xslt arguments:(nullable NSDictionary<NSString *, NSString *> *)arguments error:(NSError **)error;
  9547. | ^~~~~~~~
  9548. | cg_nullable
  9549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:213:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9550. 213 | - (nullable id)objectByApplyingXSLTString:(NSString *)xslt arguments:(nullable NSDictionary<NSString *, NSString *> *)arguments error:(NSError **)error;
  9551. | ^~~~~~~~
  9552. | cg_nullable
  9553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:213:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9554. 213 | - (nullable id)objectByApplyingXSLTString:(NSString *)xslt arguments:(nullable NSDictionary<NSString *, NSString *> *)arguments error:(NSError **)error;
  9555. | ^~~~~~~~
  9556. | cg_nullable
  9557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:219:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9558. 219 | - (nullable id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:(nullable NSDictionary<NSString *, NSString *> *)argument error:(NSError **)error;
  9559. | ^~~~~~~~
  9560. | cg_nullable
  9561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:219:70: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9562. 219 | - (nullable id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:(nullable NSDictionary<NSString *, NSString *> *)argument error:(NSError **)error;
  9563. | ^~~~~~~~
  9564. | cg_nullable
  9565. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:158:
  9566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:7:15: error: expected ';' before '<' token
  9567. 7 | @class NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSMutableArray, NSEnumerator, NSString;
  9568. | ^
  9569. | ;
  9570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:40:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9571. 40 | - (instancetype)initWithName:(NSString *)name URI:(nullable NSString *)URI NS_DESIGNATED_INITIALIZER; //primitive
  9572. | ^~~~~~~~
  9573. | cg_nullable
  9574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:46:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9575. 46 | - (instancetype)initWithName:(NSString *)name stringValue:(nullable NSString *)string;
  9576. | ^~~~~~~~
  9577. | cg_nullable
  9578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:52:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9579. 52 | - (nullable instancetype)initWithXMLString:(NSString *)string error:(NSError **)error NS_DESIGNATED_INITIALIZER;
  9580. | ^~~~~~~~
  9581. | cg_nullable
  9582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:64:25: error: expected '>' before '*' token
  9583. 64 | - (NSArray<NSXMLElement *> *)elementsForName:(NSString *)name;
  9584. | ^
  9585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:64:25: error: cannot find protocol declaration for 'NSXMLElement'
  9586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:64:26: error: expected ')' before '>' token
  9587. 64 | - (NSArray<NSXMLElement *> *)elementsForName:(NSString *)name;
  9588. | ~ ^
  9589. | )
  9590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:64:26: error: objective-c++ method declaration is expected before '>' token
  9591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:25: error: expected '>' before '*' token
  9592. 70 | - (NSArray<NSXMLElement *> *)elementsForLocalName:(NSString *)localName URI:(nullable NSString *)URI;
  9593. | ^
  9594. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:25: error: cannot find protocol declaration for 'NSXMLElement'
  9595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:26: error: expected ')' before '>' token
  9596. 70 | - (NSArray<NSXMLElement *> *)elementsForLocalName:(NSString *)localName URI:(nullable NSString *)URI;
  9597. | ~ ^
  9598. | )
  9599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:26: error: objective-c++ method declaration is expected before '>' token
  9600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:91:46: error: expected '>' before '*' token
  9601. 91 | @property (nullable, copy) NSArray<NSXMLNode *> *attributes;
  9602. | ^
  9603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:91:46: error: cannot find protocol declaration for 'NSXMLNode'
  9604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:91:47: error: expected unqualified-id before '>' token
  9605. 91 | @property (nullable, copy) NSArray<NSXMLNode *> *attributes;
  9606. | ^
  9607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:60: error: expected '>' before '*' token
  9608. 97 | - (void)setAttributesWithDictionary:(NSDictionary<NSString *, NSString *> *)attributes;
  9609. | ^
  9610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:60: error: cannot find protocol declaration for 'NSString'
  9611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:61: error: expected ')' before ',' token
  9612. 97 | - (void)setAttributesWithDictionary:(NSDictionary<NSString *, NSString *> *)attributes;
  9613. | ~ ^
  9614. | )
  9615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:61: error: expected identifier before ',' token
  9616. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:73: error: expected ';' before '>' token
  9617. 97 | - (void)setAttributesWithDictionary:(NSDictionary<NSString *, NSString *> *)attributes;
  9618. | ^
  9619. | ;
  9620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:103:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9621. 103 | - (nullable NSXMLNode *)attributeForName:(NSString *)name;
  9622. | ^~~~~~~~
  9623. | cg_nullable
  9624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9625. 109 | - (nullable NSXMLNode *)attributeForLocalName:(NSString *)localName URI:(nullable NSString *)URI; //primitive
  9626. | ^~~~~~~~
  9627. | cg_nullable
  9628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:109:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9629. 109 | - (nullable NSXMLNode *)attributeForLocalName:(NSString *)localName URI:(nullable NSString *)URI; //primitive
  9630. | ^~~~~~~~
  9631. | cg_nullable
  9632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:130:46: error: expected '>' before '*' token
  9633. 130 | @property (nullable, copy) NSArray<NSXMLNode *> *namespaces; //primitive
  9634. | ^
  9635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:130:46: error: cannot find protocol declaration for 'NSXMLNode'
  9636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:130:47: error: expected unqualified-id before '>' token
  9637. 130 | @property (nullable, copy) NSArray<NSXMLNode *> *namespaces; //primitive
  9638. | ^
  9639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:136:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9640. 136 | - (nullable NSXMLNode *)namespaceForPrefix:(NSString *)name;
  9641. | ^~~~~~~~
  9642. | cg_nullable
  9643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:142:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9644. 142 | - (nullable NSXMLNode *)resolveNamespaceForName:(NSString *)name;
  9645. | ^~~~~~~~
  9646. | cg_nullable
  9647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:148:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9648. 148 | - (nullable NSString *)resolvePrefixForNamespaceURI:(NSString *)namespaceURI;
  9649. | ^~~~~~~~
  9650. | cg_nullable
  9651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:43: error: expected '>' before '*' token
  9652. 164 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9653. | ^
  9654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:43: error: cannot find protocol declaration for 'NSXMLNode'
  9655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:44: error: expected ')' before '>' token
  9656. 164 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9657. | ~ ^
  9658. | )
  9659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:44: error: expected identifier before '>' token
  9660. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:44: error: expected ';' before '>' token
  9661. 164 | - (void)insertChildren:(NSArray<NSXMLNode *> *)children atIndex:(NSUInteger)index;
  9662. | ^
  9663. | ;
  9664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:176:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9665. 176 | - (void)setChildren:(nullable NSArray<NSXMLNode *> *)children; //primitive
  9666. | ^~~~~~~~
  9667. | cg_nullable
  9668. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:161:
  9669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:55:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9670. 55 | - (instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id <NSURLDownloadDelegate>)delegate API_DEPRECATED("Use NSURLSession downloadTask (see NSURLSession.h)", macos(10.3,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
  9671. | ^~~~~~~~
  9672. | cg_nullable
  9673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:65:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9674. 65 | - (instancetype)initWithResumeData:(NSData *)resumeData delegate:(nullable id <NSURLDownloadDelegate>)delegate path:(NSString *)path API_DEPRECATED("Use NSURLSession downloadTask (see NSURLSession.h)", macos(10.3,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
  9675. | ^~~~~~~~
  9676. | cg_nullable
  9677. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:141:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9678. 141 | - (nullable NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)redirectResponse;
  9679. | ^~~~~~~~
  9680. | cg_nullable
  9681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:141:121: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9682. 141 | - (nullable NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)redirectResponse;
  9683. | ^~~~~~~~
  9684. | cg_nullable
  9685. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:21,
  9686. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h:9,
  9687. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11,
  9688. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35,
  9689. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:9,
  9690. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:168:
  9691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:391:15: error: expected unqualified-id before '^' token
  9692. 391 | typedef void (^CGPathApplyBlock)(const CGPathElement * element);
  9693. | ^
  9694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:391:15: error: expected ')' before '^' token
  9695. 391 | typedef void (^CGPathApplyBlock)(const CGPathElement * element);
  9696. | ~^
  9697. | )
  9698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:393:53: error: 'CGPathApplyBlock' has not been declared
  9699. 393 | CG_EXTERN void CGPathApplyWithBlock(CGPathRef path, CGPathApplyBlock CF_NOESCAPE block)
  9700. | ^~~~~~~~~~~~~~~~
  9701. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h:14,
  9702. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFPage.h:15,
  9703. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDocument.h:16,
  9704. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:23:
  9705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h:103:15: error: expected unqualified-id before '^' token
  9706. 103 | typedef bool (^CGPDFArrayApplierBlock)(size_t index,
  9707. | ^
  9708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h:103:15: error: expected ')' before '^' token
  9709. 103 | typedef bool (^CGPDFArrayApplierBlock)(size_t index,
  9710. | ~^
  9711. | )
  9712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFArray.h:113:5: error: 'CGPDFArrayApplierBlock' has not been declared
  9713. 113 | CGPDFArrayApplierBlock cg_nullable block, void * __nullable info)
  9714. | ^~~~~~~~~~~~~~~~~~~~~~
  9715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h:116:15: error: expected unqualified-id before '^' token
  9716. 116 | typedef bool (^CGPDFDictionaryApplierBlock)(const char * key,
  9717. | ^
  9718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h:116:15: error: expected ')' before '^' token
  9719. 116 | typedef bool (^CGPDFDictionaryApplierBlock)(const char * key,
  9720. | ~^
  9721. | )
  9722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGPDFDictionary.h:126:5: error: 'CGPDFDictionaryApplierBlock' has not been declared
  9723. 126 | CGPDFDictionaryApplierBlock cg_nullable block, void * __nullable info)
  9724. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  9725. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.h:23,
  9726. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:39:
  9727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:379:34: error: expected ')' before '^' token
  9728. 379 | bool (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(ios(13.0)) API_UNAVAILABLE(macos, watchos, tvos);
  9729. | ~^
  9730. | )
  9731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:379:34: error: expected ')' before '^' token
  9732. 379 | bool (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(ios(13.0)) API_UNAVAILABLE(macos, watchos, tvos);
  9733. | ^
  9734. | )
  9735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:374:46: note: to match this '('
  9736. 374 | void CTFontManagerRegisterFontsWithAssetNames(
  9737. | ^
  9738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManager.h:379:34: error: expected initializer before '^' token
  9739. 379 | bool (^ _Nullable registrationHandler)(CFArrayRef errors, bool done) ) CT_AVAILABLE(ios(13.0)) API_UNAVAILABLE(macos, watchos, tvos);
  9740. | ^
  9741. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ImageIO.framework/Headers/ImageIO.h:20,
  9742. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:47:
  9743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h:42:15: error: expected unqualified-id before '^' token
  9744. 42 | typedef void (^CGImageSourceAnimationBlock)(size_t index, CGImageRef image, bool* stop);
  9745. | ^
  9746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h:42:15: error: expected ')' before '^' token
  9747. 42 | typedef void (^CGImageSourceAnimationBlock)(size_t index, CGImageRef image, bool* stop);
  9748. | ~^
  9749. | )
  9750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h:50:107: error: 'CGImageSourceAnimationBlock' has not been declared
  9751. 50 | IMAGEIO_EXTERN OSStatus CGAnimateImageAtURLWithBlock(CFURLRef url, CFDictionaryRef _iio_Nullable options, CGImageSourceAnimationBlock block) IMAGEIO_AVAILABLE_STARTING(10.15, 13.0);
  9752. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  9753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/ImageIO.framework/Headers/CGImageAnimation.h:58:108: error: 'CGImageSourceAnimationBlock' has not been declared
  9754. 58 | IMAGEIO_EXTERN OSStatus CGAnimateImageDataWithBlock(CFDataRef data, CFDictionaryRef _iio_Nullable options, CGImageSourceAnimationBlock block) IMAGEIO_AVAILABLE_STARTING(10.15, 13.0);
  9755. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  9756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:42:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9757. 42 | + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount;
  9758. | ^~~~~~~~
  9759. | cg_nullable
  9760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:42:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9761. 42 | + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount;
  9762. | ^~~~~~~~
  9763. | cg_nullable
  9764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9765. 43 | + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data;
  9766. | ^~~~~~~~
  9767. | cg_nullable
  9768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:43:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9769. 43 | + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data;
  9770. | ^~~~~~~~
  9771. | cg_nullable
  9772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:58:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9773. 58 | + (NSAppleEventDescriptor *)appleEventWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(nullable NSAppleEventDescriptor *)targetDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID;
  9774. | ^~~~~~~~
  9775. | cg_nullable
  9776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9777. 72 | - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount;
  9778. | ^~~~~~~~
  9779. | cg_nullable
  9780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:72:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9781. 72 | - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount;
  9782. | ^~~~~~~~
  9783. | cg_nullable
  9784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:73:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9785. 73 | - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data;
  9786. | ^~~~~~~~
  9787. | cg_nullable
  9788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:73:80: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9789. 73 | - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data;
  9790. | ^~~~~~~~
  9791. | cg_nullable
  9792. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:74:106: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9793. 74 | - (instancetype)initWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(nullable NSAppleEventDescriptor *)targetDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID;
  9794. | ^~~~~~~~
  9795. | cg_nullable
  9796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9797. 105 | - (nullable NSAppleEventDescriptor *)paramDescriptorForKeyword:(AEKeyword)keyword;
  9798. | ^~~~~~~~
  9799. | cg_nullable
  9800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:110:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9801. 110 | - (nullable NSAppleEventDescriptor *)attributeDescriptorForKeyword:(AEKeyword)keyword;
  9802. | ^~~~~~~~
  9803. | cg_nullable
  9804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:113:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9805. 113 | - (nullable NSAppleEventDescriptor *)sendEventWithOptions:(NSAppleEventSendOptions)sendOptions timeout:(NSTimeInterval)timeoutInSeconds error:(NSError **)error API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos);
  9806. | ^~~~~~~~
  9807. | cg_nullable
  9808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:123:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9809. 123 | - (nullable NSAppleEventDescriptor *)descriptorAtIndex:(NSInteger)index;
  9810. | ^~~~~~~~
  9811. | cg_nullable
  9812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:128:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9813. 128 | - (nullable NSAppleEventDescriptor *)descriptorForKeyword:(AEKeyword)keyword;
  9814. | ^~~~~~~~
  9815. | cg_nullable
  9816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:135:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9817. 135 | - (nullable NSAppleEventDescriptor *)coerceToDescriptorType:(DescType)descriptorType;
  9818. | ^~~~~~~~
  9819. | cg_nullable
  9820. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:169:
  9821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:49:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9822. 49 | - (nullable NSAppleEventManagerSuspensionID)suspendCurrentAppleEvent NS_RETURNS_INNER_POINTER;
  9823. | ^~~~~~~~
  9824. | cg_nullable
  9825. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170:
  9826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:9:25: error: expected ';' before '<' token
  9827. 9 | @class NSString, NSArray<ObjectType>, NSDictionary;
  9828. | ^
  9829. | ;
  9830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:17:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9831. 17 | + (nullable NSClassDescription *)classDescriptionForClass:(Class)aClass;
  9832. | ^~~~~~~~
  9833. | cg_nullable
  9834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:19:45: error: expected '>' before '*' token
  9835. 19 | @property (readonly, copy) NSArray<NSString *> *attributeKeys;
  9836. | ^
  9837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:19:45: error: cannot find protocol declaration for 'NSString'
  9838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:19:46: error: expected unqualified-id before '>' token
  9839. 19 | @property (readonly, copy) NSArray<NSString *> *attributeKeys;
  9840. | ^
  9841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:20:45: error: expected '>' before '*' token
  9842. 20 | @property (readonly, copy) NSArray<NSString *> *toOneRelationshipKeys;
  9843. | ^
  9844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:20:45: error: cannot find protocol declaration for 'NSString'
  9845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:20:46: error: expected unqualified-id before '>' token
  9846. 20 | @property (readonly, copy) NSArray<NSString *> *toOneRelationshipKeys;
  9847. | ^
  9848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:21:45: error: expected '>' before '*' token
  9849. 21 | @property (readonly, copy) NSArray<NSString *> *toManyRelationshipKeys;
  9850. | ^
  9851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:21:45: error: cannot find protocol declaration for 'NSString'
  9852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:21:46: error: expected unqualified-id before '>' token
  9853. 21 | @property (readonly, copy) NSArray<NSString *> *toManyRelationshipKeys;
  9854. | ^
  9855. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9856. 22 | - (nullable NSString *)inverseForRelationshipKey:(NSString *)relationshipKey;
  9857. | ^~~~~~~~
  9858. | cg_nullable
  9859. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:29:45: error: expected '>' before '*' token
  9860. 29 | @property (readonly, copy) NSArray<NSString *> *attributeKeys;
  9861. | ^
  9862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:29:45: error: cannot find protocol declaration for 'NSString'
  9863. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:29:46: error: expected unqualified-id before '>' token
  9864. 29 | @property (readonly, copy) NSArray<NSString *> *attributeKeys;
  9865. | ^
  9866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:30:45: error: expected '>' before '*' token
  9867. 30 | @property (readonly, copy) NSArray<NSString *> *toOneRelationshipKeys;
  9868. | ^
  9869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:30:45: error: cannot find protocol declaration for 'NSString'
  9870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:30:46: error: expected unqualified-id before '>' token
  9871. 30 | @property (readonly, copy) NSArray<NSString *> *toOneRelationshipKeys;
  9872. | ^
  9873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:31:45: error: expected '>' before '*' token
  9874. 31 | @property (readonly, copy) NSArray<NSString *> *toManyRelationshipKeys;
  9875. | ^
  9876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:31:45: error: cannot find protocol declaration for 'NSString'
  9877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:31:46: error: expected unqualified-id before '>' token
  9878. 31 | @property (readonly, copy) NSArray<NSString *> *toManyRelationshipKeys;
  9879. | ^
  9880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9881. 32 | - (nullable NSString *)inverseForRelationshipKey:(NSString *)relationshipKey;
  9882. | ^~~~~~~~
  9883. | cg_nullable
  9884. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:171:
  9885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h:16:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9886. 16 | + (nullable NSDistributedLock *)lockWithPath:(NSString *)path;
  9887. | ^~~~~~~~
  9888. | cg_nullable
  9889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h:19:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9890. 19 | - (nullable instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER;
  9891. | ^~~~~~~~
  9892. | cg_nullable
  9893. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174:
  9894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:7:25 error: expected ';' before '<' token
  9895. 7 | @class NSString, NSArray<ObjectType>, NSMutableArray;
  9896. | ^
  9897. | ;
  9898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:20:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9899. 20 | + (instancetype)hostWithName:(nullable NSString *)name;
  9900. | ^~~~~~~~
  9901. | cg_nullable
  9902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:26:45: error: expected '>' before '*' token
  9903. 26 | @property (readonly, copy) NSArray<NSString *> *names; // unordered list
  9904. | ^
  9905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:26:45: error: cannot find protocol declaration for 'NSString'
  9906. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:26:46: error: expected unqualified-id before '>' token
  9907. 26 | @property (readonly, copy) NSArray<NSString *> *names; // unordered list
  9908. | ^
  9909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:29:45: error: expected '>' before '*' token
  9910. 29 | @property (readonly, copy) NSArray<NSString *> *addresses; // unordered list of IPv6 and IPv4 addresses
  9911. | ^
  9912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:29:45: error: cannot find protocol declaration for 'NSString'
  9913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:29:46: error: expected unqualified-id before '>' token
  9914. 29 | @property (readonly, copy) NSArray<NSString *> *addresses; // unordered list of IPv6 and IPv4 addresses
  9915. | ^
  9916. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:175:
  9917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:8:20: error: expected ';' before '<' token
  9918. 8 | @class NSDictionary<KeyType, ObjectType>, NSScriptObjectSpecifier, NSString;
  9919. | ^
  9920. | ;
  9921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:16:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9922. 16 | - (nullable id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9923. | ^~~~~~~~
  9924. | cg_nullable
  9925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:16:44: error: 'NSScriptObjectSpecifier' does not name a type
  9926. 16 | - (nullable id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9927. | ^~~~~~~~~~~~~~~~~~~~~~~
  9928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:25:50: error: expected '>' before '*' token
  9929. 25 | @property (nullable, copy) NSDictionary<NSString *, id> *scriptingProperties;
  9930. | ^
  9931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:25:50: error: cannot find protocol declaration for 'NSString'
  9932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:25:51: error: expected unqualified-id before ',' token
  9933. 25 | @property (nullable, copy) NSDictionary<NSString *, id> *scriptingProperties;
  9934. | ^
  9935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9936. 29 | - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9937. | ^~~~~~~~
  9938. | cg_nullable
  9939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:106: error: expected '>' before '*' token
  9940. 29 | - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9941. | ^
  9942. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:106: error: cannot find protocol declaration for 'NSString'
  9943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:107: error: expected ')' before ',' token
  9944. 29 | - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9945. | ~ ^
  9946. | )
  9947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:107: error: expected identifier before ',' token
  9948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:111: error: expected ';' before '>' token
  9949. 29 | - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9950. | ^
  9951. | ;
  9952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9953. 33 | - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9954. | ^~~~~~~~
  9955. | cg_nullable
  9956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9957. 33 | - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9958. | ^~~~~~~~
  9959. | cg_nullable
  9960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:171: error: expected '>' before '*' token
  9961. 33 | - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9962. | ^
  9963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:171: error: cannot find protocol declaration for 'NSString'
  9964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:172: error: expected ')' before ',' token
  9965. 33 | - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9966. | ~ ^
  9967. | )
  9968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:172: error: expected identifier before ',' token
  9969. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:176: error: expected ';' before '>' token
  9970. 33 | - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary<NSString *, id> *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  9971. | ^
  9972. | ;
  9973. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:176:
  9974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9975. 28 | + (nullable NSScriptClassDescription *)classDescriptionForClass:(Class)aClass;
  9976. | ^~~~~~~~
  9977. | cg_nullable
  9978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9979. 32 | - (nullable instancetype)initWithSuiteName:(NSString *)suiteName className:(NSString *)className dictionary:(nullable NSDictionary *)classDeclaration NS_DESIGNATED_INITIALIZER;
  9980. | ^~~~~~~~
  9981. | cg_nullable
  9982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:32:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9983. 32 | - (nullable instancetype)initWithSuiteName:(NSString *)suiteName className:(NSString *)className dictionary:(nullable NSDictionary *)classDeclaration NS_DESIGNATED_INITIALIZER;
  9984. | ^~~~~~~~
  9985. | cg_nullable
  9986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9987. 61 | - (nullable SEL)selectorForCommand:(NSScriptCommandDescription *)commandDescription;
  9988. | ^~~~~~~~
  9989. | cg_nullable
  9990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9991. 65 | - (nullable NSString *)typeForKey:(NSString *)key;
  9992. | ^~~~~~~~
  9993. | cg_nullable
  9994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9995. 69 | - (nullable NSScriptClassDescription *)classDescriptionForKey:(NSString *)key;
  9996. | ^~~~~~~~
  9997. | cg_nullable
  9998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:77:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  9999. 77 | - (nullable NSString *)keyWithAppleEventCode:(FourCharCode)appleEventCode;
  10000. | ^~~~~~~~
  10001. | cg_nullable
  10002. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:177:
  10003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCoercionHandler.h:16:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10004. 16 | - (nullable id)coerceValue:(id)value toClass:(Class)toClass;
  10005. | ^~~~~~~~
  10006. | cg_nullable
  10007. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:178:
  10008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:8:44: error: expected ';' before '<' token
  10009. 8 | @class NSAppleEventDescriptor, NSDictionary<KeyType, ObjectType>, NSMutableDictionary, NSScriptObjectSpecifier, NSScriptCommandDescription, NSString;
  10010. | ^
  10011. | ;
  10012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:33:28: error: expected ';' before '*' token
  10013. 33 | NSScriptObjectSpecifier *_receiversSpecifier;
  10014. | ^~
  10015. | ;
  10016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:48:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10017. 48 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder;
  10018. | ^~~~~~~~
  10019. | cg_nullable
  10020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:56:30: error: 'NSScriptObjectSpecifier' has not been declared
  10021. 56 | @property (nullable, retain) NSScriptObjectSpecifier *receiversSpecifier;
  10022. | ^~~~~~~~~~~~~~~~~~~~~~~
  10023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:63:50: error: expected '>' before '*' token
  10024. 63 | @property (nullable, copy) NSDictionary<NSString *, id> *arguments;
  10025. | ^
  10026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:63:50: error: cannot find protocol declaration for 'NSString'
  10027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:63:51: error: expected unqualified-id before ',' token
  10028. 63 | @property (nullable, copy) NSDictionary<NSString *, id> *arguments;
  10029. | ^
  10030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:64:60: error: expected '>' before '*' token
  10031. 64 | @property (nullable, readonly, copy) NSDictionary<NSString *, id> *evaluatedArguments;
  10032. | ^
  10033. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:64:60: error: cannot find protocol declaration for 'NSString'
  10034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:64:61: error: expected unqualified-id before ',' token
  10035. 64 | @property (nullable, readonly, copy) NSDictionary<NSString *, id> *evaluatedArguments;
  10036. | ^
  10037. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10038. 72 | - (nullable id)performDefaultImplementation;
  10039. | ^~~~~~~~
  10040. | cg_nullable
  10041. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10042. 76 | - (nullable id)executeCommand;
  10043. | ^~~~~~~~
  10044. | cg_nullable
  10045. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:85:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10046. 85 | + (nullable NSScriptCommand *)currentCommand;
  10047. | ^~~~~~~~
  10048. | cg_nullable
  10049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:97:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10050. 97 | - (void)resumeExecutionWithResult:(nullable id)result;
  10051. | ^~~~~~~~
  10052. | cg_nullable
  10053. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:179:
  10054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:8:15: error: expected ';' before '<' token
  10055. 8 | @class NSArray<ObjectType>, NSDictionary, NSScriptCommand, NSString;
  10056. | ^
  10057. | ;
  10058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10059. 28 | - (nullable instancetype)initWithSuiteName:(NSString *)suiteName commandName:(NSString *)commandName dictionary:(nullable NSDictionary *)commandDeclaration NS_DESIGNATED_INITIALIZER;
  10060. | ^~~~~~~~
  10061. | cg_nullable
  10062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:28:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10063. 28 | - (nullable instancetype)initWithSuiteName:(NSString *)suiteName commandName:(NSString *)commandName dictionary:(nullable NSDictionary *)commandDeclaration NS_DESIGNATED_INITIALIZER;
  10064. | ^~~~~~~~
  10065. | cg_nullable
  10066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:30:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10067. 30 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10068. | ^~~~~~~~
  10069. | cg_nullable
  10070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:56:45: error: expected '>' before '*' token
  10071. 56 | @property (readonly, copy) NSArray<NSString *> *argumentNames;
  10072. | ^
  10073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:56:45: error: cannot find protocol declaration for 'NSString'
  10074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:56:46: error: expected unqualified-id before '>' token
  10075. 56 | @property (readonly, copy) NSArray<NSString *> *argumentNames;
  10076. | ^
  10077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10078. 60 | - (nullable NSString *)typeForArgumentWithName:(NSString *)argumentName;
  10079. | ^~~~~~~~
  10080. | cg_nullable
  10081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:73:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10082. 73 | - (NSScriptCommand *)createCommandInstanceWithZone:(nullable NSZone *)zone;
  10083. | ^~~~~~~~
  10084. | cg_nullable
  10085. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:181:
  10086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:18:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10087. 18 | - (nullable id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key;
  10088. | ^~~~~~~~
  10089. | cg_nullable
  10090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10091. 22 | - (nullable id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key;
  10092. | ^~~~~~~~
  10093. | cg_nullable
  10094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:26:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10095. 26 | - (nullable id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key;
  10096. | ^~~~~~~~
  10097. | cg_nullable
  10098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10099. 40 | - (nullable id)coerceValue:(nullable id)value forKey:(NSString *)key;
  10100. | ^~~~~~~~
  10101. | cg_nullable
  10102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:40:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10103. 40 | - (nullable id)coerceValue:(nullable id)value forKey:(NSString *)key;
  10104. | ^~~~~~~~
  10105. | cg_nullable
  10106. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:182:
  10107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:8:15: error: expected ';' before '<' token
  10108. 8 | @class NSArray<ObjectType>, NSAppleEventDescriptor, NSNumber, NSScriptClassDescription, NSScriptWhoseTest, NSString;
  10109. | ^
  10110. | ;
  10111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10112. 64 | + (nullable NSScriptObjectSpecifier *)objectSpecifierWithDescriptor:(NSAppleEventDescriptor *)descriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  10113. | ^~~~~~~~
  10114. | cg_nullable
  10115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:69:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10116. 69 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property NS_DESIGNATED_INITIALIZER;
  10117. | ^~~~~~~~
  10118. | cg_nullable
  10119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10120. 71 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10121. | ^~~~~~~~
  10122. | cg_nullable
  10123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:91:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10124. 91 | - (nullable NSInteger *)indicesOfObjectsByEvaluatingWithContainer:(id)container count:(NSInteger *)count NS_RETURNS_INNER_POINTER;
  10125. | ^~~~~~~~
  10126. | cg_nullable
  10127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:94:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10128. 94 | - (nullable id)objectsByEvaluatingWithContainers:(id)containers;
  10129. | ^~~~~~~~
  10130. | cg_nullable
  10131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:112:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10132. 112 | - (nullable NSArray<NSNumber *> *)indicesOfObjectsByEvaluatingObjectSpecifier:(NSScriptObjectSpecifier *)specifier;
  10133. | ^~~~~~~~
  10134. | cg_nullable
  10135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:125:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10136. 125 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property index:(NSInteger)index NS_DESIGNATED_INITIALIZER;
  10137. | ^~~~~~~~
  10138. | cg_nullable
  10139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:146:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10140. 146 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10141. | ^~~~~~~~
  10142. | cg_nullable
  10143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:147:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10144. 147 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property name:(NSString *)name NS_DESIGNATED_INITIALIZER;
  10145. | ^~~~~~~~
  10146. | cg_nullable
  10147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:211:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10148. 211 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10149. | ^~~~~~~~
  10150. | cg_nullable
  10151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10152. 212 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER;
  10153. | ^~~~~~~~
  10154. | cg_nullable
  10155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:195: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10156. 212 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER;
  10157. | ^~~~~~~~
  10158. | cg_nullable
  10159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:254: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10160. 212 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER;
  10161. | ^~~~~~~~
  10162. | cg_nullable
  10163. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:226:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10164. 226 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10165. | ^~~~~~~~
  10166. | cg_nullable
  10167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:227:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10168. 227 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property relativePosition:(NSRelativePosition)relPos baseSpecifier:(nullable NSScriptObjectSpecifier *)baseSpecifier NS_DESIGNATED_INITIALIZER;
  10169. | ^~~~~~~~
  10170. | cg_nullable
  10171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:227:238: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10172. 227 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property relativePosition:(NSRelativePosition)relPos baseSpecifier:(nullable NSScriptObjectSpecifier *)baseSpecifier NS_DESIGNATED_INITIALIZER;
  10173. | ^~~~~~~~
  10174. | cg_nullable
  10175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:243:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10176. 243 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10177. | ^~~~~~~~
  10178. | cg_nullable
  10179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:244:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10180. 244 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property uniqueID:(id)uniqueID NS_DESIGNATED_INITIALIZER;
  10181. | ^~~~~~~~
  10182. | cg_nullable
  10183. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:262:22: error: expected ';' before '*' token
  10184. 262 | NSScriptWhoseTest *_test;
  10185. | ^~
  10186. | ;
  10187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:269:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10188. 269 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10189. | ^~~~~~~~
  10190. | cg_nullable
  10191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:270:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10192. 270 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property test:(NSScriptWhoseTest *)test NS_DESIGNATED_INITIALIZER;
  10193. | ^~~~~~~~
  10194. | cg_nullable
  10195. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:270:185: error: 'NSScriptWhoseTest' does not name a type
  10196. 270 | - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property test:(NSScriptWhoseTest *)test NS_DESIGNATED_INITIALIZER;
  10197. | ^~~~~~~~~~~~~~~~~
  10198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:272:20: error: 'NSScriptWhoseTest' has not been declared
  10199. 272 | @property (retain) NSScriptWhoseTest *test;
  10200. | ^~~~~~~~~~~~~~~~~
  10201. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:183:
  10202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:8:20: error: expected ';' before '<' token
  10203. 8 | @class NSDictionary<KeyType, ObjectType>;
  10204. | ^
  10205. | ;
  10206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:26:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10207. 26 | - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef;
  10208. | ^~~~~~~~
  10209. | cg_nullable
  10210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:55:50: error: expected '>' before '*' token
  10211. 55 | @property (readonly, copy) NSDictionary<NSString *, id> *resolvedKeyDictionary;
  10212. | ^
  10213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:55:50: error: cannot find protocol declaration for 'NSString'
  10214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:55:51: error: expected unqualified-id before ',' token
  10215. 55 | @property (readonly, copy) NSDictionary<NSString *, id> *resolvedKeyDictionary;
  10216. | ^
  10217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:66:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10218. 66 | - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef;
  10219. | ^~~~~~~~
  10220. | cg_nullable
  10221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:89:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10222. 89 | - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef;
  10223. | ^~~~~~~~
  10224. | cg_nullable
  10225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:110:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10226. 110 | - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef;
  10227. | ^~~~~~~~
  10228. | cg_nullable
  10229. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:184:
  10230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:9:15: error: expected ';' before '<' token
  10231. 9 | @class NSArray<ObjectType>, NSBundle, NSData, NSDictionary<KeyType, ObjectType>, NSMutableArray, NSMutableDictionary, NSMutableSet, NSScriptClassDescription, NSScriptCommandDescription;
  10232. | ^
  10233. | ;
  10234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:53:45: error: expected '>' before '*' token
  10235. 53 | @property (readonly, copy) NSArray<NSString *> *suiteNames;
  10236. | ^
  10237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:53:45: error: cannot find protocol declaration for 'NSString'
  10238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:53:46: error: expected unqualified-id before '>' token
  10239. 53 | @property (readonly, copy) NSArray<NSString *> *suiteNames;
  10240. | ^
  10241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10242. 61 | - (nullable NSBundle *)bundleForSuite:(NSString *)suiteName;
  10243. | ^~~~~~~~
  10244. | cg_nullable
  10245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10246. 65 | - (nullable NSDictionary<NSString *, NSScriptClassDescription *> *)classDescriptionsInSuite:(NSString *)suiteName;
  10247. | ^~~~~~~~
  10248. | cg_nullable
  10249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:66:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10250. 66 | - (nullable NSDictionary<NSString *, NSScriptCommandDescription *> *)commandDescriptionsInSuite:(NSString *)suiteName;
  10251. | ^~~~~~~~
  10252. | cg_nullable
  10253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:70:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10254. 70 | - (nullable NSString *)suiteForAppleEventCode:(FourCharCode)appleEventCode;
  10255. | ^~~~~~~~
  10256. | cg_nullable
  10257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:74:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10258. 74 | - (nullable NSScriptClassDescription *)classDescriptionWithAppleEventCode:(FourCharCode)appleEventCode;
  10259. | ^~~~~~~~
  10260. | cg_nullable
  10261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:78:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10262. 78 | - (nullable NSScriptCommandDescription *)commandDescriptionWithAppleEventClass:(FourCharCode)appleEventClassCode andAppleEventCode:(FourCharCode)appleEventIDCode;
  10263. | ^~~~~~~~
  10264. | cg_nullable
  10265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10266. 82 | - (nullable NSData *)aeteResource:(NSString *)languageName;
  10267. | ^~~~~~~~
  10268. | cg_nullable
  10269. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:185:
  10270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:8:15: error: expected ';' before '<' token
  10271. 8 | @class NSArray<ObjectType>;
  10272. | ^
  10273. | ;
  10274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:30:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10275. 30 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10276. | ^~~~~~~~
  10277. | cg_nullable
  10278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:63: error: expected '>' before '*' token
  10279. 41 | - (instancetype)initAndTestWithTests:(NSArray<NSSpecifierTest *> *)subTests NS_DESIGNATED_INITIALIZER;
  10280. | ^
  10281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:63: error: cannot find protocol declaration for 'NSSpecifierTest'
  10282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:64: error: expected ')' before '>' token
  10283. 41 | - (instancetype)initAndTestWithTests:(NSArray<NSSpecifierTest *> *)subTests NS_DESIGNATED_INITIALIZER;
  10284. | ~ ^
  10285. | )
  10286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:64: error: expected identifier before '>' token
  10287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:64: error: expected ';' before '>' token
  10288. 41 | - (instancetype)initAndTestWithTests:(NSArray<NSSpecifierTest *> *)subTests NS_DESIGNATED_INITIALIZER;
  10289. | ^
  10290. | ;
  10291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:62: error: expected '>' before '*' token
  10292. 42 | - (instancetype)initOrTestWithTests:(NSArray<NSSpecifierTest *> *)subTests NS_DESIGNATED_INITIALIZER;
  10293. | ^
  10294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:62: error: cannot find protocol declaration for 'NSSpecifierTest'
  10295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:63: error: expected ')' before '>' token
  10296. 42 | - (instancetype)initOrTestWithTests:(NSArray<NSSpecifierTest *> *)subTests NS_DESIGNATED_INITIALIZER;
  10297. | ~ ^
  10298. | )
  10299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:63: error: expected identifier before '>' token
  10300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:63: error: expected ';' before '>' token
  10301. 42 | - (instancetype)initOrTestWithTests:(NSArray<NSSpecifierTest *> *)subTests NS_DESIGNATED_INITIALIZER;
  10302. | ^
  10303. | ;
  10304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:58:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10305. 58 | - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER;
  10306. | ^~~~~~~~
  10307. | cg_nullable
  10308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:59:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10309. 59 | - (instancetype)initWithObjectSpecifier:(nullable NSScriptObjectSpecifier *)obj1 comparisonOperator:(NSTestComparisonOperation)compOp testObject:(nullable id)obj2 NS_DESIGNATED_INITIALIZER;
  10310. | ^~~~~~~~
  10311. | cg_nullable
  10312. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:59:147: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10313. 59 | - (instancetype)initWithObjectSpecifier:(nullable NSScriptObjectSpecifier *)obj1 comparisonOperator:(NSTestComparisonOperation)compOp testObject:(nullable id)obj2 NS_DESIGNATED_INITIALIZER;
  10314. | ^~~~~~~~
  10315. | cg_nullable
  10316. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:65:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10317. 65 | - (BOOL)isEqualTo:(nullable id)object;
  10318. | ^~~~~~~~
  10319. | cg_nullable
  10320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:67:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10321. 67 | - (BOOL)isLessThanOrEqualTo:(nullable id)object;
  10322. | ^~~~~~~~
  10323. | cg_nullable
  10324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:69:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10325. 69 | - (BOOL)isLessThan:(nullable id)object;
  10326. | ^~~~~~~~
  10327. | cg_nullable
  10328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:71:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10329. 71 | - (BOOL)isGreaterThanOrEqualTo:(nullable id)object;
  10330. | ^~~~~~~~
  10331. | cg_nullable
  10332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:73:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10333. 73 | - (BOOL)isGreaterThan:(nullable id)object;
  10334. | ^~~~~~~~
  10335. | cg_nullable
  10336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:75:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10337. 75 | - (BOOL)isNotEqualTo:(nullable id)object;
  10338. | ^~~~~~~~
  10339. | cg_nullable
  10340. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:186:
  10341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:9:15: error: expected ';' before '<' token
  10342. 9 | @class NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSOrthography;
  10343. | ^
  10344. | ;
  10345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:45:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10346. 45 | - (BOOL)registerLanguage:(nullable NSString *)language byVendor:(nullable NSString *)vendor;
  10347. | ^~~~~~~~
  10348. | cg_nullable
  10349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:45:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10350. 45 | - (BOOL)registerLanguage:(nullable NSString *)language byVendor:(nullable NSString *)vendor;
  10351. | ^~~~~~~~
  10352. | cg_nullable
  10353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10354. 76 | - (nullable NSArray<NSString *> *)spellServer:(NSSpellServer *)sender suggestGuessesForWord:(NSString *)word inLanguage:(NSString *)language;
  10355. | ^~~~~~~~
  10356. | cg_nullable
  10357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10358. 82 | - (nullable NSArray<NSString *> *)spellServer:(NSSpellServer *)sender suggestCompletionsForPartialWordRange:(NSRange)range inString:(NSString *)string language:(NSString *)language;
  10359. | ^~~~~~~~
  10360. | cg_nullable
  10361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10362. 84 | - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  10363. | ^~~~~~~~
  10364. | cg_nullable
  10365. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: expected '>' before '<' token
  10366. 84 | - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  10367. | ^
  10368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: cannot find protocol declaration for 'NSDictionary'
  10369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: expected ')' before '<' token
  10370. 84 | - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  10371. | ~ ^
  10372. | )
  10373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: expected identifier before '<' token
  10374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: cannot use an object as parameter to a method
  10375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: expected ';' before '<' token
  10376. 84 | - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos);
  10377. | ^
  10378. | ;
  10379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10380. 91 | - (nullable NSArray<NSTextCheckingResult *> *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSString *, id> *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos);
  10381. | ^~~~~~~~
  10382. | cg_nullable
  10383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:197: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10384. 91 | - (nullable NSArray<NSTextCheckingResult *> *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSString *, id> *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos);
  10385. | ^~~~~~~~
  10386. | cg_nullable
  10387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:258: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10388. 91 | - (nullable NSArray<NSTextCheckingResult *> *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSString *, id> *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos);
  10389. | ^~~~~~~~
  10390. | cg_nullable
  10391. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:187:
  10392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:8:30: error: expected ';' before '<' token
  10393. 8 | @class NSString, NSDictionary<KeyType, ObjectType>, NSArray<ObjectType>, NSDateComponents, NSDate, NSTimeZone, NSImage, NSAttributedString, NSUserNotificationAction;
  10394. | ^
  10395. | ;
  10396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:47:50: error: expected '>' before '*' token
  10397. 47 | @property (nullable, copy) NSDictionary<NSString *, id> *userInfo;
  10398. | ^
  10399. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:47:50: error: cannot find protocol declaration for 'NSString'
  10400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:47:51: error: expected unqualified-id before ',' token
  10401. 47 | @property (nullable, copy) NSDictionary<NSString *, id> *userInfo;
  10402. | ^
  10403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:83:28: error: 'NSImage' has not been declared
  10404. 83 | @property (nullable, copy) NSImage *contentImage API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos);
  10405. | ^~~~~~~
  10406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:95:61: error: expected '>' before '*' token
  10407. 95 | @property (nullable, copy) NSArray<NSUserNotificationAction *> *additionalActions API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos);
  10408. | ^
  10409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:95:61: error: cannot find protocol declaration for 'NSUserNotificationAction'
  10410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:95:62: error: expected unqualified-id before '>' token
  10411. 95 | @property (nullable, copy) NSArray<NSUserNotificationAction *> *additionalActions API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos);
  10412. | ^
  10413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:97:38: error: 'NSUserNotificationAction' has not been declared
  10414. 97 | @property (nullable, readonly, copy) NSUserNotificationAction *additionalActivationAction API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos);
  10415. | ^~~~~~~~~~~~~~~~~~~~~~~~
  10416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:106:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10417. 106 | + (instancetype)actionWithIdentifier:(nullable NSString *)identifier title:(nullable NSString *)title;
  10418. | ^~~~~~~~
  10419. | cg_nullable
  10420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:106:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10421. 106 | + (instancetype)actionWithIdentifier:(nullable NSString *)identifier title:(nullable NSString *)title;
  10422. | ^~~~~~~~
  10423. | cg_nullable
  10424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:124:29: error: unknown property attribute 'strong'
  10425. 124 | @property (class, readonly, strong) NSUserNotificationCenter *defaultUserNotificationCenter;
  10426. | ^~~~~~
  10427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:137:45: error: expected '>' before '*' token
  10428. 137 | @property (copy) NSArray<NSUserNotification *> *scheduledNotifications;
  10429. | ^
  10430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:137:45: error: cannot find protocol declaration for 'NSUserNotification'
  10431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:137:46: error: expected unqualified-id before '>' token
  10432. 137 | @property (copy) NSArray<NSUserNotification *> *scheduledNotifications;
  10433. | ^
  10434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:148:55: error: expected '>' before '*' token
  10435. 148 | @property (readonly, copy) NSArray<NSUserNotification *> *deliveredNotifications;
  10436. | ^
  10437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:148:55: error: cannot find protocol declaration for 'NSUserNotification'
  10438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:148:56: error: expected unqualified-id before '>' token
  10439. 148 | @property (readonly, copy) NSArray<NSUserNotification *> *deliveredNotifications;
  10440. | ^
  10441. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:188:
  10442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:8:39: error: expected ';' before '<' token
  10443. 8 | @class NSAppleEventDescriptor, NSArray<ObjectType>, NSDictionary<KeyType, ObjectType>, NSError, NSFileHandle, NSString, NSURL, NSXPCConnection;
  10444. | ^
  10445. | ;
  10446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10447. 33 | - (nullable instancetype)initWithURL:(NSURL *)url error:(NSError **)error NS_DESIGNATED_INITIALIZER;
  10448. | ^~~~~~~~
  10449. | cg_nullable
  10450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:38:15: error: expected unqualified-id before '^' token
  10451. 38 | typedef void (^NSUserScriptTaskCompletionHandler)(NSError * _Nullable error);
  10452. | ^
  10453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:38:15: error: expected ')' before '^' token
  10454. 38 | typedef void (^NSUserScriptTaskCompletionHandler)(NSError * _Nullable error);
  10455. | ~^
  10456. | )
  10457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:39:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10458. 39 | - (void)executeWithCompletionHandler:(nullable NSUserScriptTaskCompletionHandler)handler;
  10459. | ^~~~~~~~
  10460. | cg_nullable
  10461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:55:15: error: expected unqualified-id before '^' token
  10462. 55 | typedef void (^NSUserUnixTaskCompletionHandler)(NSError *_Nullable error);
  10463. | ^
  10464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:55:15: error: expected ')' before '^' token
  10465. 55 | typedef void (^NSUserUnixTaskCompletionHandler)(NSError *_Nullable error);
  10466. | ~^
  10467. | )
  10468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:56:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10469. 56 | - (void)executeWithArguments:(nullable NSArray<NSString *> *)arguments completionHandler:(nullable NSUserUnixTaskCompletionHandler)handler;
  10470. | ^~~~~~~~
  10471. | cg_nullable
  10472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:56:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10473. 56 | - (void)executeWithArguments:(nullable NSArray<NSString *> *)arguments completionHandler:(nullable NSUserUnixTaskCompletionHandler)handler;
  10474. | ^~~~~~~~
  10475. | cg_nullable
  10476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:70:15: error: expected unqualified-id before '^' token
  10477. 70 | typedef void (^NSUserAppleScriptTaskCompletionHandler)(NSAppleEventDescriptor * _Nullable result, NSError * _Nullable error);
  10478. | ^
  10479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:70:15: error: expected ')' before '^' token
  10480. 70 | typedef void (^NSUserAppleScriptTaskCompletionHandler)(NSAppleEventDescriptor * _Nullable result, NSError * _Nullable error);
  10481. | ~^
  10482. | )
  10483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:71:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10484. 71 | - (void)executeWithAppleEvent:(nullable NSAppleEventDescriptor *)event completionHandler:(nullable NSUserAppleScriptTaskCompletionHandler)handler;
  10485. | ^~~~~~~~
  10486. | cg_nullable
  10487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:71:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10488. 71 | - (void)executeWithAppleEvent:(nullable NSAppleEventDescriptor *)event completionHandler:(nullable NSUserAppleScriptTaskCompletionHandler)handler;
  10489. | ^~~~~~~~
  10490. | cg_nullable
  10491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:85:50: error: expected '>' before '*' token
  10492. 85 | @property (nullable, copy) NSDictionary<NSString *, id> *variables;
  10493. | ^
  10494. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:85:50: error: cannot find protocol declaration for 'NSString'
  10495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:85:51: error: expected unqualified-id before ',' token
  10496. 85 | @property (nullable, copy) NSDictionary<NSString *, id> *variables;
  10497. | ^
  10498. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:88:15: error: expected unqualified-id before '^' token
  10499. 88 | typedef void (^NSUserAutomatorTaskCompletionHandler)(id _Nullable result, NSError * _Nullable error);
  10500. | ^
  10501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:88:15: error: expected ')' before '^' token
  10502. 88 | typedef void (^NSUserAutomatorTaskCompletionHandler)(id _Nullable result, NSError * _Nullable error);
  10503. | ~^
  10504. | )
  10505. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:89:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10506. 89 | - (void)executeWithInput:(nullable id <NSSecureCoding>)input completionHandler:(nullable NSUserAutomatorTaskCompletionHandler)handler;
  10507. | ^~~~~~~~
  10508. | cg_nullable
  10509. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:89:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10510. 89 | - (void)executeWithInput:(nullable id <NSSecureCoding>)input completionHandler:(nullable NSUserAutomatorTaskCompletionHandler)handler;
  10511. | ^~~~~~~~
  10512. | cg_nullable
  10513. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:13,
  10514. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
  10515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10516. 43 | + (nullable NSGraphicsContext *)graphicsContextWithAttributes:(NSDictionary<NSGraphicsContextAttributeKey, id> *)attributes;
  10517. | ^~~~~~~~
  10518. | cg_nullable
  10519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:43:110: error: cannot find protocol declaration for 'NSGraphicsContextAttributeKey'
  10520. 43 | + (nullable NSGraphicsContext *)graphicsContextWithAttributes:(NSDictionary<NSGraphicsContextAttributeKey, id> *)attributes;
  10521. | ^
  10522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:43:110: error: cannot find protocol declaration for 'id'
  10523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:50:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10524. 50 | + (nullable NSGraphicsContext *)graphicsContextWithBitmapImageRep:(NSBitmapImageRep *)bitmapRep;
  10525. | ^~~~~~~~
  10526. | cg_nullable
  10527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:57:29: error: unknown property attribute 'strong'
  10528. 57 | @property (class, nullable, strong) NSGraphicsContext *currentContext;
  10529. | ^~~~~~
  10530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:57:56: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10531. 57 | @property (class, nullable, strong) NSGraphicsContext *currentContext;
  10532. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  10533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:69:84: error: cannot find protocol declaration for 'NSGraphicsContextAttributeKey'
  10534. 69 | @property (nullable, readonly, copy) NSDictionary<NSGraphicsContextAttributeKey, id> *attributes;
  10535. | ^
  10536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:69:84: error: cannot find protocol declaration for 'id'
  10537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:99:32: error: unknown property attribute 'strong'
  10538. 99 | @property (nullable, readonly, strong) CIContext *CIContext;
  10539. | ^~~~~~
  10540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:106:4: error: 'null_unspecified' does not name a type
  10541. 106 | - (null_unspecified id)focusStack API_DEPRECATED("", macos(10.0,10.6));
  10542. | ^~~~~~~~~~~~~~~~
  10543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:107:24: error: 'null_unspecified' does not name a type
  10544. 107 | - (void)setFocusStack:(null_unspecified id)stack API_DEPRECATED("", macos(10.0,10.6));
  10545. | ^~~~~~~~~~~~~~~~
  10546. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:12,
  10547. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:14:
  10548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityConstants.h:573:177: error: cannot find protocol declaration for 'NSAccessibilityNotificationUserInfoKey'
  10549. 573 | APPKIT_EXTERN void NSAccessibilityPostNotificationWithUserInfo(id element, NSAccessibilityNotificationName notification, NSDictionary<NSAccessibilityNotificationUserInfoKey, id> * _Nullable userInfo) API_AVAILABLE(macos(10.7));
  10550. | ^
  10551. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityConstants.h:573:177: error: cannot find protocol declaration for 'id'
  10552. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:10,
  10553. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:13:
  10554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:19:60: error: expected ')' before '(' token
  10555. 19 | - (instancetype)initWithName:(NSString *)name handler:(BOOL(^ _Nullable)(void))handler;
  10556. | ~ ^
  10557. | )
  10558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:19:60: error: expected identifier before '(' token
  10559. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:19:60: error: expected ';' before '(' token
  10560. 19 | - (instancetype)initWithName:(NSString *)name handler:(BOOL(^ _Nullable)(void))handler;
  10561. | ^
  10562. | ;
  10563. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:30:34: error: expected unqualified-id before '^' token
  10564. 30 | @property (nullable, copy) BOOL (^handler)(void);
  10565. | ^
  10566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:30:34: error: expected ')' before '^' token
  10567. 30 | @property (nullable, copy) BOOL (^handler)(void);
  10568. | ~^
  10569. | )
  10570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:33:22: error: unknown property attribute 'weak'
  10571. 33 | @property (nullable, weak) id<NSObject> target;
  10572. | ^~~~
  10573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomAction.h:33:41: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10574. 33 | @property (nullable, weak) id<NSObject> target;
  10575. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  10576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10577. 22 | - (nullable id)accessibilityParent;
  10578. | ^~~~~~~~
  10579. | cg_nullable
  10580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:38:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10581. 38 | - (nullable NSString *)accessibilityLabel;
  10582. | ^~~~~~~~
  10583. | cg_nullable
  10584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:47:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10585. 47 | - (nullable NSString *)accessibilityValue;
  10586. | ^~~~~~~~
  10587. | cg_nullable
  10588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10589. 60 | - (nullable NSNumber *)accessibilityValue;
  10590. | ^~~~~~~~
  10591. | cg_nullable
  10592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10593. 69 | - (nullable NSNumber *)accessibilityValue;
  10594. | ^~~~~~~~
  10595. | cg_nullable
  10596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10597. 76 | - (nullable NSString *)accessibilityValue;
  10598. | ^~~~~~~~
  10599. | cg_nullable
  10600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:79:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10601. 79 | - (nullable NSAttributedString *)accessibilityAttributedStringForRange:(NSRange)range;
  10602. | ^~~~~~~~
  10603. | cg_nullable
  10604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:86:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10605. 86 | - (nullable NSString *)accessibilityStringForRange:(NSRange)range;
  10606. | ^~~~~~~~
  10607. | cg_nullable
  10608. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:98:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10609. 98 | - (nullable NSNumber *)accessibilityValue;
  10610. | ^~~~~~~~
  10611. | cg_nullable
  10612. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:104:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10613. 104 | - (nullable NSString *)accessibilityLabel;
  10614. | ^~~~~~~~
  10615. | cg_nullable
  10616. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10617. 109 | - (nullable id)accessibilityValue;
  10618. | ^~~~~~~~
  10619. | cg_nullable
  10620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:115:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10621. 115 | - (nullable NSString *)accessibilityLabel;
  10622. | ^~~~~~~~
  10623. | cg_nullable
  10624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10625. 117 | - (nullable id)accessibilityValue;
  10626. | ^~~~~~~~
  10627. | cg_nullable
  10628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:125:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10629. 125 | - (nullable NSString *)accessibilityLabel;
  10630. | ^~~~~~~~
  10631. | cg_nullable
  10632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:142:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10633. 142 | - (nullable NSString *)accessibilityLabel;
  10634. | ^~~~~~~~
  10635. | cg_nullable
  10636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:145:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10637. 145 | - (nullable NSArray<id<NSAccessibilityRow>> *)accessibilityRows;
  10638. | ^~~~~~~~
  10639. | cg_nullable
  10640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:151:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10641. 151 | - (nullable NSArray<id<NSAccessibilityRow>> *)accessibilitySelectedRows;
  10642. | ^~~~~~~~
  10643. | cg_nullable
  10644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:152:49: error: expected '>' before '<' token
  10645. 152 | - (void)setAccessibilitySelectedRows:(NSArray<id<NSAccessibilityRow>> *)selectedRows;
  10646. | ^
  10647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:152:49: error: cannot find protocol declaration for 'id'
  10648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:152:49: error: expected ')' before '<' token
  10649. 152 | - (void)setAccessibilitySelectedRows:(NSArray<id<NSAccessibilityRow>> *)selectedRows;
  10650. | ~ ^
  10651. | )
  10652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:152:49: error: expected identifier before '<' token
  10653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:152:49: error: cannot use an object as parameter to a method
  10654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:152:49: error: expected ';' before '<' token
  10655. 152 | - (void)setAccessibilitySelectedRows:(NSArray<id<NSAccessibilityRow>> *)selectedRows;
  10656. | ^
  10657. | ;
  10658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:155:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10659. 155 | - (nullable NSArray<id<NSAccessibilityRow>> *)accessibilityVisibleRows;
  10660. | ^~~~~~~~
  10661. | cg_nullable
  10662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:156:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10663. 156 | - (nullable NSArray *)accessibilityColumns;
  10664. | ^~~~~~~~
  10665. | cg_nullable
  10666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:157:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10667. 157 | - (nullable NSArray *)accessibilityVisibleColumns;
  10668. | ^~~~~~~~
  10669. | cg_nullable
  10670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:158:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10671. 158 | - (nullable NSArray *)accessibilitySelectedColumns;
  10672. | ^~~~~~~~
  10673. | cg_nullable
  10674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:160:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10675. 160 | - (nullable NSString *)accessibilityHeaderGroup API_DEPRECATED_WITH_REPLACEMENT("accessibilityHeader", macos(10.9,10.14));
  10676. | ^~~~~~~~
  10677. | cg_nullable
  10678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:162:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10679. 162 | - (nullable NSArray *)accessibilitySelectedCells;
  10680. | ^~~~~~~~
  10681. | cg_nullable
  10682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:163:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10683. 163 | - (nullable NSArray *)accessibilityVisibleCells;
  10684. | ^~~~~~~~
  10685. | cg_nullable
  10686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:164:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10687. 164 | - (nullable NSArray *)accessibilityRowHeaderUIElements;
  10688. | ^~~~~~~~
  10689. | cg_nullable
  10690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:165:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10691. 165 | - (nullable NSArray *)accessibilityColumnHeaderUIElements;
  10692. | ^~~~~~~~
  10693. | cg_nullable
  10694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:193:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10695. 193 | - (nullable NSArray *)accessibilityChildren;
  10696. | ^~~~~~~~
  10697. | cg_nullable
  10698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:196:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10699. 196 | - (nullable NSArray *)accessibilitySelectedChildren;
  10700. | ^~~~~~~~
  10701. | cg_nullable
  10702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:199:22: error: unknown property attribute 'strong'
  10703. 199 | @property (readonly, strong) id accessibilityFocusedUIElement;
  10704. | ^~~~~~
  10705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:223:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10706. 223 | - (nullable id<NSAccessibilityElement>)accessibilityElementWithToken:(NSAccessibilityLoadingToken)token;
  10707. | ^~~~~~~~
  10708. | cg_nullable
  10709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:258:22: error: unknown property attribute 'weak'
  10710. 258 | @property (nullable, weak) id accessibilityTopLevelUIElement API_AVAILABLE(macos(10.10));
  10711. | ^~~~
  10712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:258:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10713. 258 | @property (nullable, weak) id accessibilityTopLevelUIElement API_AVAILABLE(macos(10.10));
  10714. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:266:22: error: unknown property attribute 'strong'
  10716. 266 | @property (nullable, strong) id accessibilityValue API_AVAILABLE(macos(10.10));
  10717. | ^~~~~~
  10718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:266:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10719. 266 | @property (nullable, strong) id accessibilityValue API_AVAILABLE(macos(10.10));
  10720. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  10721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:286:22: error: unknown property attribute 'weak'
  10722. 286 | @property (nullable, weak) id accessibilityTitleUIElement API_AVAILABLE(macos(10.10));
  10723. | ^~~~
  10724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:286:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10725. 286 | @property (nullable, weak) id accessibilityTitleUIElement API_AVAILABLE(macos(10.10));
  10726. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  10727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:298:22: error: unknown property attribute 'strong'
  10728. 298 | @property (nullable, strong) id accessibilityOverflowButton API_AVAILABLE(macos(10.10));
  10729. | ^~~~~~
  10730. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:298:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10731. 298 | @property (nullable, strong) id accessibilityOverflowButton API_AVAILABLE(macos(10.10));
  10732. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  10733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:302:22: error: unknown property attribute 'weak'
  10734. 302 | @property (nullable, weak) id accessibilityParent API_AVAILABLE(macos(10.10));
  10735. | ^~~~
  10736. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:302:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10737. 302 | @property (nullable, weak) id accessibilityParent API_AVAILABLE(macos(10.10));
  10738. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  10739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:322:22: error: unknown property attribute 'strong'
  10740. 322 | @property (nullable, strong) id accessibilitySearchButton API_AVAILABLE(macos(10.10));
  10741. | ^~~~~~
  10742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:322:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10743. 322 | @property (nullable, strong) id accessibilitySearchButton API_AVAILABLE(macos(10.10));
  10744. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  10745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:326:22: error: unknown property attribute 'strong'
  10746. 326 | @property (nullable, strong) id accessibilitySearchMenu API_AVAILABLE(macos(10.10));
  10747. | ^~~~~~
  10748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:326:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10749. 326 | @property (nullable, strong) id accessibilitySearchMenu API_AVAILABLE(macos(10.10));
  10750. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  10751. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:342:22: error: unknown property attribute 'strong'
  10752. 342 | @property (nullable, strong) id accessibilityShownMenu API_AVAILABLE(macos(10.10));
  10753. | ^~~~~~
  10754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:342:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10755. 342 | @property (nullable, strong) id accessibilityShownMenu API_AVAILABLE(macos(10.10));
  10756. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  10757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:346:22: error: unknown property attribute 'strong'
  10758. 346 | @property (nullable, strong) id accessibilityMinValue API_AVAILABLE(macos(10.10));
  10759. | ^~~~~~
  10760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:346:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10761. 346 | @property (nullable, strong) id accessibilityMinValue API_AVAILABLE(macos(10.10));
  10762. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  10763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:350:22: error: unknown property attribute 'strong'
  10764. 350 | @property (nullable, strong) id accessibilityMaxValue API_AVAILABLE(macos(10.10));
  10765. | ^~~~~~
  10766. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:350:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10767. 350 | @property (nullable, strong) id accessibilityMaxValue API_AVAILABLE(macos(10.10));
  10768. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  10769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:358:22: error: unknown property attribute 'weak'
  10770. 358 | @property (nullable, weak) id accessibilityWindow API_AVAILABLE(macos(10.10));
  10771. | ^~~~
  10772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:358:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10773. 358 | @property (nullable, weak) id accessibilityWindow API_AVAILABLE(macos(10.10));
  10774. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  10775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:390:39: error: expected '>' before '<' token
  10776. 390 | @property (nullable, copy) NSArray <id<NSAccessibilityElement>> *accessibilityChildrenInNavigationOrder API_AVAILABLE(macos(10.13));
  10777. | ^
  10778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:390:39: error: cannot find protocol declaration for 'id'
  10779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:390:39: error: expected unqualified-id before '<' token
  10780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:394:22: error: unknown property attribute 'strong'
  10781. 394 | @property (nullable, strong) id accessibilityClearButton API_AVAILABLE(macos(10.10));
  10782. | ^~~~~~
  10783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:394:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10784. 394 | @property (nullable, strong) id accessibilityClearButton API_AVAILABLE(macos(10.10));
  10785. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  10786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:398:22: error: unknown property attribute 'strong'
  10787. 398 | @property (nullable, strong) id accessibilityCancelButton API_AVAILABLE(macos(10.10));
  10788. | ^~~~~~
  10789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:398:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10790. 398 | @property (nullable, strong) id accessibilityCancelButton API_AVAILABLE(macos(10.10));
  10791. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  10792. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:429:53: error: expected '>' before '*' token
  10793. 429 | @property (copy) NSArray<NSAccessibilityCustomRotor *> *accessibilityCustomRotors API_AVAILABLE(macos(10.13));
  10794. | ^
  10795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:429:53: error: cannot find protocol declaration for 'NSAccessibilityCustomRotor'
  10796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:429:54: error: expected unqualified-id before '>' token
  10797. 429 | @property (copy) NSArray<NSAccessibilityCustomRotor *> *accessibilityCustomRotors API_AVAILABLE(macos(10.13));
  10798. | ^
  10799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:436:22: error: unknown property attribute 'strong'
  10800. 436 | @property (nullable, strong) id accessibilityApplicationFocusedUIElement API_AVAILABLE(macos(10.10));
  10801. | ^~~~~~
  10802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:436:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10803. 436 | @property (nullable, strong) id accessibilityApplicationFocusedUIElement API_AVAILABLE(macos(10.10));
  10804. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10805. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:440:22: error: unknown property attribute 'strong'
  10806. 440 | @property (nullable, strong) id accessibilityMainWindow API_AVAILABLE(macos(10.10));
  10807. | ^~~~~~
  10808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:440:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10809. 440 | @property (nullable, strong) id accessibilityMainWindow API_AVAILABLE(macos(10.10));
  10810. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  10811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:452:22: error: unknown property attribute 'strong'
  10812. 452 | @property (nullable, strong) id accessibilityFocusedWindow API_AVAILABLE(macos(10.10));
  10813. | ^~~~~~
  10814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:452:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10815. 452 | @property (nullable, strong) id accessibilityFocusedWindow API_AVAILABLE(macos(10.10));
  10816. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  10817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:460:22: error: unknown property attribute 'weak'
  10818. 460 | @property (nullable, weak) id accessibilityExtrasMenuBar API_AVAILABLE(macos(10.10));
  10819. | ^~~~
  10820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:460:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10821. 460 | @property (nullable, weak) id accessibilityExtrasMenuBar API_AVAILABLE(macos(10.10));
  10822. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  10823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:464:22: error: unknown property attribute 'weak'
  10824. 464 | @property (nullable, weak) id accessibilityMenuBar API_AVAILABLE(macos(10.10));
  10825. | ^~~~
  10826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:464:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10827. 464 | @property (nullable, weak) id accessibilityMenuBar API_AVAILABLE(macos(10.10));
  10828. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  10829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:517:22: error: unknown property attribute 'strong'
  10830. 517 | @property (nullable, strong) id accessibilityWarningValue API_AVAILABLE(macos(10.10));
  10831. | ^~~~~~
  10832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:517:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10833. 517 | @property (nullable, strong) id accessibilityWarningValue API_AVAILABLE(macos(10.10));
  10834. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  10835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:521:22: error: unknown property attribute 'strong'
  10836. 521 | @property (nullable, strong) id accessibilityCriticalValue API_AVAILABLE(macos(10.10));
  10837. | ^~~~~~
  10838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:521:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10839. 521 | @property (nullable, strong) id accessibilityCriticalValue API_AVAILABLE(macos(10.10));
  10840. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  10841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:530:22: error: unknown property attribute 'weak'
  10842. 530 | @property (nullable, weak) id accessibilityDisclosedByRow API_AVAILABLE(macos(10.10));
  10843. | ^~~~
  10844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:530:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10845. 530 | @property (nullable, weak) id accessibilityDisclosedByRow API_AVAILABLE(macos(10.10));
  10846. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  10847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:534:22: error: unknown property attribute 'strong'
  10848. 534 | @property (nullable, strong) id accessibilityDisclosedRows API_AVAILABLE(macos(10.10));
  10849. | ^~~~~~
  10850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:534:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10851. 534 | @property (nullable, strong) id accessibilityDisclosedRows API_AVAILABLE(macos(10.10));
  10852. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  10853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:545:22: error: unknown property attribute 'strong'
  10854. 545 | @property (nullable, strong) id accessibilityMarkerValues API_AVAILABLE(macos(10.10));
  10855. | ^~~~~~
  10856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:545:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10857. 545 | @property (nullable, strong) id accessibilityMarkerValues API_AVAILABLE(macos(10.10));
  10858. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  10859. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:548:22: error: unknown property attribute 'strong'
  10860. 548 | @property (nullable, strong) id accessibilityMarkerGroupUIElement API_AVAILABLE(macos(10.10));
  10861. | ^~~~~~
  10862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:548:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10863. 548 | @property (nullable, strong) id accessibilityMarkerGroupUIElement API_AVAILABLE(macos(10.10));
  10864. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:569:22: error: unknown property attribute 'strong'
  10866. 569 | @property (nullable, strong) id accessibilityHorizontalScrollBar API_AVAILABLE(macos(10.10));
  10867. | ^~~~~~
  10868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:569:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10869. 569 | @property (nullable, strong) id accessibilityHorizontalScrollBar API_AVAILABLE(macos(10.10));
  10870. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:573:22: error: unknown property attribute 'strong'
  10872. 573 | @property (nullable, strong) id accessibilityVerticalScrollBar API_AVAILABLE(macos(10.10));
  10873. | ^~~~~~
  10874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:573:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10875. 573 | @property (nullable, strong) id accessibilityVerticalScrollBar API_AVAILABLE(macos(10.10));
  10876. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:578:45: error: expected '>' before '*' token
  10878. 578 | @property (nullable, copy) NSArray<NSNumber *> *accessibilityAllowedValues API_AVAILABLE(macos(10.10));
  10879. | ^
  10880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:578:45: error: cannot find protocol declaration for 'NSNumber'
  10881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:578:46: error: expected unqualified-id before '>' token
  10882. 578 | @property (nullable, copy) NSArray<NSNumber *> *accessibilityAllowedValues API_AVAILABLE(macos(10.10));
  10883. | ^
  10884. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:596:22: error: unknown property attribute 'strong'
  10885. 596 | @property (nullable, strong) id accessibilityDecrementButton API_AVAILABLE(macos(10.10));
  10886. | ^~~~~~
  10887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:596:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10888. 596 | @property (nullable, strong) id accessibilityDecrementButton API_AVAILABLE(macos(10.10));
  10889. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10890. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:600:22: error: unknown property attribute 'strong'
  10891. 600 | @property (nullable, strong) id accessibilityIncrementButton API_AVAILABLE(macos(10.10));
  10892. | ^~~~~~
  10893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:600:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10894. 600 | @property (nullable, strong) id accessibilityIncrementButton API_AVAILABLE(macos(10.10));
  10895. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:610:22: error: unknown property attribute 'strong'
  10897. 610 | @property (nullable, strong) id accessibilityHeader API_AVAILABLE(macos(10.10));
  10898. | ^~~~~~
  10899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:610:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10900. 610 | @property (nullable, strong) id accessibilityHeader API_AVAILABLE(macos(10.10));
  10901. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  10902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:671:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10903. 671 | - (nullable id)accessibilityCellForColumn:(NSInteger)column row:(NSInteger)row API_AVAILABLE(macos(10.10));
  10904. | ^~~~~~~~
  10905. | cg_nullable
  10906. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:713:44: error: expected '>' before '*' token
  10907. 713 | @property (nullable, copy) NSArray<NSValue *> *accessibilitySelectedTextRanges API_AVAILABLE(macos(10.10));
  10908. | ^
  10909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:713:44: error: cannot find protocol declaration for 'NSValue'
  10910. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:713:45: error: expected unqualified-id before '>' token
  10911. 713 | @property (nullable, copy) NSArray<NSValue *> *accessibilitySelectedTextRanges API_AVAILABLE(macos(10.10));
  10912. | ^
  10913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:718:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10914. 718 | - (nullable NSAttributedString *)accessibilityAttributedStringForRange:(NSRange)range API_AVAILABLE(macos(10.10));
  10915. | ^~~~~~~~
  10916. | cg_nullable
  10917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:726:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10918. 726 | - (nullable NSString *)accessibilityStringForRange:(NSRange)range API_AVAILABLE(macos(10.10));
  10919. | ^~~~~~~~
  10920. | cg_nullable
  10921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:742:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10922. 742 | - (nullable NSData *)accessibilityRTFForRange:(NSRange)range API_AVAILABLE(macos(10.10));
  10923. | ^~~~~~~~
  10924. | cg_nullable
  10925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:755:22: error: unknown property attribute 'strong'
  10926. 755 | @property (nullable, strong) id accessibilityToolbarButton API_AVAILABLE(macos(10.10));
  10927. | ^~~~~~
  10928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:755:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10929. 755 | @property (nullable, strong) id accessibilityToolbarButton API_AVAILABLE(macos(10.10));
  10930. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  10931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:763:22: error: unknown property attribute 'strong'
  10932. 763 | @property (nullable, strong) id accessibilityProxy API_AVAILABLE(macos(10.10));
  10933. | ^~~~~~
  10934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:763:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10935. 763 | @property (nullable, strong) id accessibilityProxy API_AVAILABLE(macos(10.10));
  10936. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  10937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:771:22: error: unknown property attribute 'strong'
  10938. 771 | @property (nullable, strong) id accessibilityFullScreenButton API_AVAILABLE(macos(10.10));
  10939. | ^~~~~~
  10940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:771:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10941. 771 | @property (nullable, strong) id accessibilityFullScreenButton API_AVAILABLE(macos(10.10));
  10942. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:775:22: error: unknown property attribute 'strong'
  10944. 775 | @property (nullable, strong) id accessibilityGrowArea API_AVAILABLE(macos(10.10));
  10945. | ^~~~~~
  10946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:775:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10947. 775 | @property (nullable, strong) id accessibilityGrowArea API_AVAILABLE(macos(10.10));
  10948. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  10949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:783:22: error: unknown property attribute 'strong'
  10950. 783 | @property (nullable, strong) id accessibilityDefaultButton API_AVAILABLE(macos(10.10));
  10951. | ^~~~~~
  10952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:783:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10953. 783 | @property (nullable, strong) id accessibilityDefaultButton API_AVAILABLE(macos(10.10));
  10954. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  10955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:787:22: error: unknown property attribute 'strong'
  10956. 787 | @property (nullable, strong) id accessibilityCloseButton API_AVAILABLE(macos(10.10));
  10957. | ^~~~~~
  10958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:787:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10959. 787 | @property (nullable, strong) id accessibilityCloseButton API_AVAILABLE(macos(10.10));
  10960. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  10961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:791:22: error: unknown property attribute 'strong'
  10962. 791 | @property (nullable, strong) id accessibilityZoomButton API_AVAILABLE(macos(10.10));
  10963. | ^~~~~~
  10964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:791:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10965. 791 | @property (nullable, strong) id accessibilityZoomButton API_AVAILABLE(macos(10.10));
  10966. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  10967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:795:22: error: unknown property attribute 'strong'
  10968. 795 | @property (nullable, strong) id accessibilityMinimizeButton API_AVAILABLE(macos(10.10));
  10969. | ^~~~~~
  10970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:795:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10971. 795 | @property (nullable, strong) id accessibilityMinimizeButton API_AVAILABLE(macos(10.10));
  10972. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  10973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:803:64: error: expected '>' before '*' token
  10974. 803 | @property (nullable, copy) NSArray<NSAccessibilityCustomAction *> *accessibilityCustomActions API_AVAILABLE(macos(10.13));
  10975. | ^
  10976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:803:64: error: cannot find protocol declaration for 'NSAccessibilityCustomAction'
  10977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityProtocols.h:803:65: error: expected unqualified-id before '>' token
  10978. 803 | @property (nullable, copy) NSArray<NSAccessibilityCustomAction *> *accessibilityCustomActions API_AVAILABLE(macos(10.13));
  10979. | ^
  10980. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:14:
  10981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityElement.h:21:89: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10982. 21 | + (id)accessibilityElementWithRole:(NSAccessibilityRole)role frame:(NSRect)frame label:(nullable NSString *)label parent:(nullable id)parent;
  10983. | ^~~~~~~~
  10984. | cg_nullable
  10985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityElement.h:21:123: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  10986. 21 | + (id)accessibilityElementWithRole:(NSAccessibilityRole)role frame:(NSRect)frame label:(nullable NSString *)label parent:(nullable id)parent;
  10987. | ^~~~~~~~
  10988. | cg_nullable
  10989. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:15:
  10990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:122:12: error: unknown property attribute 'weak'
  10991. 122 | @property (weak) id<NSAccessibilityCustomRotorItemSearchDelegate> itemSearchDelegate;
  10992. | ^~~~
  10993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:122:67: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  10994. 122 | @property (weak) id<NSAccessibilityCustomRotorItemSearchDelegate> itemSearchDelegate;
  10995. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  10996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:131:22: error: unknown property attribute 'weak'
  10997. 131 | @property (nullable, weak) id<NSAccessibilityElementLoading> itemLoadingDelegate;
  10998. | ^~~~
  10999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:131:62: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11000. 131 | @property (nullable, weak) id<NSAccessibilityElementLoading> itemLoadingDelegate;
  11001. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  11002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:149:22: error: unknown property attribute 'strong'
  11003. 149 | @property (nullable, strong) NSAccessibilityCustomRotorItemResult *currentItem;
  11004. | ^~~~~~
  11005. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:149:68: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11006. 149 | @property (nullable, strong) NSAccessibilityCustomRotorItemResult *currentItem;
  11007. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  11008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:195:22: error: unknown property attribute 'weak'
  11009. 195 | @property (nullable, weak, readonly) id<NSAccessibilityElement> targetElement;
  11010. | ^~~~
  11011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:202:22: error: unknown property attribute 'strong'
  11012. 202 | @property (nullable, strong, readonly) NSAccessibilityLoadingToken itemLoadingToken;
  11013. | ^~~~~~
  11014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibilityCustomRotor.h:229:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11015. 229 | - (nullable NSAccessibilityCustomRotorItemResult *)rotor:(NSAccessibilityCustomRotor *)rotor
  11016. | ^~~~~~~~
  11017. | cg_nullable
  11018. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:17:
  11019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:31:29: error: unknown property attribute 'strong'
  11020. 31 | @property (class, readonly, strong) NSWorkspace *sharedWorkspace;
  11021. | ^~~~~~
  11022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:34:22: error: unknown property attribute 'strong'
  11023. 34 | @property (readonly, strong) NSNotificationCenter *notificationCenter;
  11024. | ^~~~~~
  11025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:40:113: error: expected ')' before '(' token
  11026. 40 | - (void)openURL:(NSURL *)url configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11027. | ~ ^~
  11028. | )
  11029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:40:114: error: expected identifier before '(' token
  11030. 40 | - (void)openURL:(NSURL *)url configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11031. | ^
  11032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:40:113: error: expected ';' before '(' token
  11033. 40 | - (void)openURL:(NSURL *)url configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11034. | ^~
  11035. | ;
  11036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:43:33: error: expected '>' before '*' token
  11037. 43 | - (void)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11038. | ^
  11039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:43:33: error: cannot find protocol declaration for 'NSURL'
  11040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:43:34: error: expected ')' before '>' token
  11041. 43 | - (void)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11042. | ~ ^
  11043. | )
  11044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:43:34: error: expected identifier before '>' token
  11045. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:43:34: error: expected ';' before '>' token
  11046. 43 | - (void)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11047. | ^
  11048. | ;
  11049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:46:137: error: expected ')' before '(' token
  11050. 46 | - (void)openApplicationAtURL:(NSURL *)applicationURL configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11051. | ~ ^~
  11052. | )
  11053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:46:138: error: expected identifier before '(' token
  11054. 46 | - (void)openApplicationAtURL:(NSURL *)applicationURL configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11055. | ^
  11056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:46:137: error: expected ';' before '(' token
  11057. 46 | - (void)openApplicationAtURL:(NSURL *)applicationURL configuration:(NSWorkspaceOpenConfiguration *)configuration completionHandler:(void (^ _Nullable)(NSRunningApplication *_Nullable app, NSError *_Nullable error))completionHandler API_AVAILABLE(macos(10.15));
  11058. | ^~
  11059. | ;
  11060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:50:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11061. 50 | - (BOOL)selectFile:(nullable NSString *)fullPath inFileViewerRootedAtPath:(NSString *)rootFullPath;
  11062. | ^~~~~~~~
  11063. | cg_nullable
  11064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:53:56: error: expected '>' before '*' token
  11065. 53 | - (void)activateFileViewerSelectingURLs:(NSArray<NSURL *> *)fileURLs API_AVAILABLE(macos(10.6));
  11066. | ^
  11067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:53:56: error: cannot find protocol declaration for 'NSURL'
  11068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:53:57: error: expected ')' before '>' token
  11069. 53 | - (void)activateFileViewerSelectingURLs:(NSArray<NSURL *> *)fileURLs API_AVAILABLE(macos(10.6));
  11070. | ~ ^
  11071. | )
  11072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:53:57: error: expected identifier before '>' token
  11073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:53:57: error: expected ';' before '>' token
  11074. 53 | - (void)activateFileViewerSelectingURLs:(NSArray<NSURL *> *)fileURLs API_AVAILABLE(macos(10.6));
  11075. | ^
  11076. | ;
  11077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11078. 69 | - (nullable NSImage *)iconForFiles:(NSArray<NSString *> *)fullPaths;
  11079. | ^~~~~~~~
  11080. | cg_nullable
  11081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:69:54: error: expected '>' before '*' token
  11082. 69 | - (nullable NSImage *)iconForFiles:(NSArray<NSString *> *)fullPaths;
  11083. | ^
  11084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:69:54: error: cannot find protocol declaration for 'NSString'
  11085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:69:55: error: expected ')' before '>' token
  11086. 69 | - (nullable NSImage *)iconForFiles:(NSArray<NSString *> *)fullPaths;
  11087. | ~ ^
  11088. | )
  11089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:69:55: error: expected identifier before '>' token
  11090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:69:55: error: expected ';' before '>' token
  11091. 69 | - (nullable NSImage *)iconForFiles:(NSArray<NSString *> *)fullPaths;
  11092. | ^
  11093. | ;
  11094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:75:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11095. 75 | - (BOOL)setIcon:(nullable NSImage *)image forFile:(NSString *)fullPath options:(NSWorkspaceIconCreationOptions)options;
  11096. | ^~~~~~~~
  11097. | cg_nullable
  11098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:78:45: error: expected '>' before '*' token
  11099. 78 | @property (readonly, copy) NSArray<NSString *> *fileLabels API_AVAILABLE(macos(10.6));
  11100. | ^
  11101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:78:45: error: cannot find protocol declaration for 'NSString'
  11102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:78:46: error: expected unqualified-id before '>' token
  11103. 78 | @property (readonly, copy) NSArray<NSString *> *fileLabels API_AVAILABLE(macos(10.6));
  11104. | ^
  11105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:81:44: error: expected '>' before '*' token
  11106. 81 | @property (readonly, copy) NSArray<NSColor *> *fileLabelColors API_AVAILABLE(macos(10.6));
  11107. | ^
  11108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:81:44: error: cannot find protocol declaration for 'NSColor'
  11109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:81:45: error: expected unqualified-id before '>' token
  11110. 81 | @property (readonly, copy) NSArray<NSColor *> *fileLabelColors API_AVAILABLE(macos(10.6));
  11111. | ^
  11112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:89:36: error: expected '>' before '*' token
  11113. 89 | - (void)recycleURLs:(NSArray<NSURL *> *)URLs completionHandler:(void (^ _Nullable)(NSDictionary<NSURL *, NSURL *> * newURLs, NSError * _Nullable error))handler API_AVAILABLE(macos(10.6));
  11114. | ^
  11115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:89:36: error: cannot find protocol declaration for 'NSURL'
  11116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:89:37: error: expected ')' before '>' token
  11117. 89 | - (void)recycleURLs:(NSArray<NSURL *> *)URLs completionHandler:(void (^ _Nullable)(NSDictionary<NSURL *, NSURL *> * newURLs, NSError * _Nullable error))handler API_AVAILABLE(macos(10.6));
  11118. | ~ ^
  11119. | )
  11120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:89:37: error: expected identifier before '>' token
  11121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:89:37: error: expected ';' before '>' token
  11122. 89 | - (void)recycleURLs:(NSArray<NSURL *> *)URLs completionHandler:(void (^ _Nullable)(NSDictionary<NSURL *, NSURL *> * newURLs, NSError * _Nullable error))handler API_AVAILABLE(macos(10.6));
  11123. | ^
  11124. | ;
  11125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:90:38: error: expected '>' before '*' token
  11126. 90 | - (void)duplicateURLs:(NSArray<NSURL *> *)URLs completionHandler:(void (^ _Nullable)(NSDictionary<NSURL *, NSURL *> * newURLs, NSError * _Nullable error))handler API_AVAILABLE(macos(10.6));
  11127. | ^
  11128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:90:38: error: cannot find protocol declaration for 'NSURL'
  11129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:90:39: error: expected ')' before '>' token
  11130. 90 | - (void)duplicateURLs:(NSArray<NSURL *> *)URLs completionHandler:(void (^ _Nullable)(NSDictionary<NSURL *, NSURL *> * newURLs, NSError * _Nullable error))handler API_AVAILABLE(macos(10.6));
  11131. | ~ ^
  11132. | )
  11133. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:90:39: error: expected identifier before '>' token
  11134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:90:39: error: expected ';' before '>' token
  11135. 90 | - (void)duplicateURLs:(NSArray<NSURL *> *)URLs completionHandler:(void (^ _Nullable)(NSDictionary<NSURL *, NSURL *> * newURLs, NSError * _Nullable error))handler API_AVAILABLE(macos(10.6));
  11136. | ^
  11137. | ;
  11138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:99:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11139. 99 | - (BOOL)getFileSystemInfoForPath:(NSString *)fullPath isRemovable:(nullable BOOL *)removableFlag isWritable:(nullable BOOL *)writableFlag isUnmountable:(nullable BOOL *)unmountableFlag description:(NSString * _Nullable * _Nullable)description type:(NSString * _Nullable * _Nullable)fileSystemType;
  11140. | ^~~~~~~~
  11141. | cg_nullable
  11142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:99:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11143. 99 | - (BOOL)getFileSystemInfoForPath:(NSString *)fullPath isRemovable:(nullable BOOL *)removableFlag isWritable:(nullable BOOL *)writableFlag isUnmountable:(nullable BOOL *)unmountableFlag description:(NSString * _Nullable * _Nullable)description type:(NSString * _Nullable * _Nullable)fileSystemType;
  11144. | ^~~~~~~~
  11145. | cg_nullable
  11146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:99:154: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11147. 99 | - (BOOL)getFileSystemInfoForPath:(NSString *)fullPath isRemovable:(nullable BOOL *)removableFlag isWritable:(nullable BOOL *)writableFlag isUnmountable:(nullable BOOL *)unmountableFlag description:(NSString * _Nullable * _Nullable)description type:(NSString * _Nullable * _Nullable)fileSystemType;
  11148. | ^~~~~~~~
  11149. | cg_nullable
  11150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:114:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11151. 114 | - (nullable NSURL *)URLForApplicationWithBundleIdentifier:(NSString *)bundleIdentifier API_AVAILABLE(macos(10.6));
  11152. | ^~~~~~~~
  11153. | cg_nullable
  11154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11155. 117 | - (nullable NSURL *)URLForApplicationToOpenURL:(NSURL *)url API_AVAILABLE(macos(10.6));
  11156. | ^~~~~~~~
  11157. | cg_nullable
  11158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:120:32: error: unknown property attribute 'strong'
  11159. 120 | @property (nullable, readonly, strong) NSRunningApplication *frontmostApplication API_AVAILABLE(macos(10.7));
  11160. | ^~~~~~
  11161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:123:32: error: unknown property attribute 'strong'
  11162. 123 | @property (nullable, readonly, strong) NSRunningApplication *menuBarOwningApplication API_AVAILABLE(macos(10.7));
  11163. | ^~~~~~
  11164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:161:35: error: expected '>' before '*' token
  11165. 161 | @property (copy) NSArray<NSString *> *arguments;
  11166. | ^
  11167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:161:35: error: cannot find protocol declaration for 'NSString'
  11168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:161:36: error: expected unqualified-id before '>' token
  11169. 161 | @property (copy) NSArray<NSString *> *arguments;
  11170. | ^
  11171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:166:40: error: expected '>' before '*' token
  11172. 166 | @property (copy) NSDictionary<NSString *, NSString *> *environment;
  11173. | ^
  11174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:166:40: error: cannot find protocol declaration for 'NSString'
  11175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:166:41: error: expected unqualified-id before ',' token
  11176. 166 | @property (copy) NSDictionary<NSString *, NSString *> *environment;
  11177. | ^
  11178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:169:12: error: unknown property attribute 'strong'
  11179. 169 | @property (strong, nullable) NSAppleEventDescriptor *appleEvent;
  11180. | ^~~~~~
  11181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:169:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11182. 169 | @property (strong, nullable) NSAppleEventDescriptor *appleEvent;
  11183. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  11184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:203:128: error: cannot find protocol declaration for 'NSWorkspaceDesktopImageOptionKey'
  11185. 203 | - (BOOL)setDesktopImageURL:(NSURL *)url forScreen:(NSScreen *)screen options:(NSDictionary<NSWorkspaceDesktopImageOptionKey, id> *)options error:(NSError **)error API_AVAILABLE(macos(10.6));
  11186. | ^
  11187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:203:128: error: cannot find protocol declaration for 'id'
  11188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:207:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11189. 207 | - (nullable NSURL *)desktopImageURLForScreen:(NSScreen *)screen API_AVAILABLE(macos(10.6));
  11190. | ^~~~~~~~
  11191. | cg_nullable
  11192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:211:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11193. 211 | - (nullable NSDictionary<NSWorkspaceDesktopImageOptionKey, id> *)desktopImageOptionsForScreen:(NSScreen *)screen API_AVAILABLE(macos(10.6));
  11194. | ^~~~~~~~
  11195. | cg_nullable
  11196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:227:94: error: expected ')' before '(' token
  11197. 227 | - (void)requestAuthorizationOfType:(NSWorkspaceAuthorizationType)type completionHandler:(void (^)(NSWorkspaceAuthorization * _Nullable authorization, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.14));
  11198. | ~ ^~
  11199. | )
  11200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:227:95: error: expected identifier before '(' token
  11201. 227 | - (void)requestAuthorizationOfType:(NSWorkspaceAuthorizationType)type completionHandler:(void (^)(NSWorkspaceAuthorization * _Nullable authorization, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.14));
  11202. | ^
  11203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:227:94: error: expected ';' before '(' token
  11204. 227 | - (void)requestAuthorizationOfType:(NSWorkspaceAuthorizationType)type completionHandler:(void (^)(NSWorkspaceAuthorization * _Nullable authorization, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.14));
  11205. | ^~
  11206. | ;
  11207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:351:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11208. 351 | - (BOOL)openFile:(NSString *)fullPath withApplication:(nullable NSString *)appName API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.0, 11.0));
  11209. | ^~~~~~~~
  11210. | cg_nullable
  11211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:352:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11212. 352 | - (BOOL)openFile:(NSString *)fullPath withApplication:(nullable NSString *)appName andDeactivate:(BOOL)flag API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.0, 11.0));
  11213. | ^~~~~~~~
  11214. | cg_nullable
  11215. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:361:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11216. 361 | - (nullable NSRunningApplication *)launchApplicationAtURL:(NSURL *)url options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openApplicationAtURL:configuration:completionHandler:] instead.", macos(10.6, 11.0));
  11217. | ^~~~~~~~
  11218. | cg_nullable
  11219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:361:179: error: cannot find protocol declaration for 'NSWorkspaceLaunchConfigurationKey'
  11220. 361 | - (nullable NSRunningApplication *)launchApplicationAtURL:(NSURL *)url options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openApplicationAtURL:configuration:completionHandler:] instead.", macos(10.6, 11.0));
  11221. | ^
  11222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:361:179: error: cannot find protocol declaration for 'id'
  11223. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:364:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11224. 364 | - (nullable NSRunningApplication *)openURL:(NSURL *)url options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11225. | ^~~~~~~~
  11226. | cg_nullable
  11227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:364:164: error: cannot find protocol declaration for 'NSWorkspaceLaunchConfigurationKey'
  11228. 364 | - (nullable NSRunningApplication *)openURL:(NSURL *)url options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11229. | ^
  11230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:364:164: error: cannot find protocol declaration for 'id'
  11231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11232. 367 | - (nullable NSRunningApplication *)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11233. | ^~~~~~~~
  11234. | cg_nullable
  11235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:60: error: expected '>' before '*' token
  11236. 367 | - (nullable NSRunningApplication *)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11237. | ^
  11238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:60: error: cannot find protocol declaration for 'NSURL'
  11239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:61: error: expected ')' before '>' token
  11240. 367 | - (nullable NSRunningApplication *)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11241. | ~ ^
  11242. | )
  11243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:61: error: expected identifier before '>' token
  11244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:61: error: expected ';' before '>' token
  11245. 367 | - (nullable NSRunningApplication *)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11246. | ^
  11247. | ;
  11248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:373:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11249. 373 | - (nullable NSString *)fullPathForApplication:(NSString *)appName API_DEPRECATED("Use -[NSWorkspace URLForApplicationWithBundleIdentifier:] instead.", macos(10.0, 11.0));
  11250. | ^~~~~~~~
  11251. | cg_nullable
  11252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:376:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11253. 376 | - (nullable NSString *)absolutePathForAppBundleWithIdentifier:(NSString *)bundleIdentifier API_DEPRECATED("Use -[NSWorkspace URLForApplicationWithBundleIdentifier:] instead.", macos(10.0, 11.0));
  11254. | ^~~~~~~~
  11255. | cg_nullable
  11256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:381:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11257. 381 | - (BOOL)launchAppWithBundleIdentifier:(NSString *)bundleIdentifier options:(NSWorkspaceLaunchOptions)options additionalEventParamDescriptor:(nullable NSAppleEventDescriptor *)descriptor launchIdentifier:(NSNumber * _Nullable * _Nullable)identifier API_DEPRECATED("Use -[NSWorkspace openApplicationAtURL:configuration:completionHandler:] instead.", macos(10.0, 11.0));
  11258. | ^~~~~~~~
  11259. | cg_nullable
  11260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:382:33: error: expected '>' before '*' token
  11261. 382 | - (BOOL)openURLs:(NSArray<NSURL *> *)urls withAppBundleIdentifier:(nullable NSString *)bundleIdentifier options:(NSWorkspaceLaunchOptions)options additionalEventParamDescriptor:(nullable NSAppleEventDescriptor *)descriptor launchIdentifiers:(NSArray<NSNumber *> * _Nullable * _Nullable)identifiers API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11262. | ^
  11263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:382:33: error: cannot find protocol declaration for 'NSURL'
  11264. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:382:34: error: expected ')' before '>' token
  11265. 382 | - (BOOL)openURLs:(NSArray<NSURL *> *)urls withAppBundleIdentifier:(nullable NSString *)bundleIdentifier options:(NSWorkspaceLaunchOptions)options additionalEventParamDescriptor:(nullable NSAppleEventDescriptor *)descriptor launchIdentifiers:(NSArray<NSNumber *> * _Nullable * _Nullable)identifiers API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11266. | ~ ^
  11267. | )
  11268. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:382:34: error: expected identifier before '>' token
  11269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:382:34: error: duplicate declaration of method '-openURLs:' with conflicting types
  11270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:367:61: note: previous declaration of '-openURLs:'
  11271. 367 | - (nullable NSRunningApplication *)openURLs:(NSArray<NSURL *> *)urls withApplicationAtURL:(NSURL *)applicationURL options:(NSWorkspaceLaunchOptions)options configuration:(NSDictionary<NSWorkspaceLaunchConfigurationKey, id> *)configuration error:(NSError **)error API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11272. | ^
  11273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:382:34: error: expected ';' before '>' token
  11274. 382 | - (BOOL)openURLs:(NSArray<NSURL *> *)urls withAppBundleIdentifier:(nullable NSString *)bundleIdentifier options:(NSWorkspaceLaunchOptions)options additionalEventParamDescriptor:(nullable NSAppleEventDescriptor *)descriptor launchIdentifiers:(NSArray<NSNumber *> * _Nullable * _Nullable)identifiers API_DEPRECATED("Use -[NSWorkspace openURLs:withApplicationAtURL:configuration:completionHandler:] instead.", macos(10.10, 11.0));
  11275. | ^
  11276. | ;
  11277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:392:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11278. 392 | - (nullable NSArray *)mountNewRemovableMedia API_DEPRECATED("", macos(10.0,10.6));
  11279. | ^~~~~~~~
  11280. | cg_nullable
  11281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:406:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11282. 406 | - (nullable NSDictionary *)activeApplication API_DEPRECATED("Use -[NSWorkspace frontmostApplication] instead.", macos(10.0,10.11));
  11283. | ^~~~~~~~
  11284. | cg_nullable
  11285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:409:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11286. 409 | - (nullable NSArray *)mountedLocalVolumePaths API_DEPRECATED("Use -[NSFileManager mountedVolumeURLsIncludingResourceValuesForKeys:options:] instead.", macos(10.0,10.11));
  11287. | ^~~~~~~~
  11288. | cg_nullable
  11289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:412:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11290. 412 | - (nullable NSArray *)mountedRemovableMedia API_DEPRECATED("Use -[NSFileManager mountedVolumeURLsIncludingResourceValuesForKeys:options:] instead.", macos(10.0,10.11));
  11291. | ^~~~~~~~
  11292. | cg_nullable
  11293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:417:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11294. 417 | - (nullable NSArray *)launchedApplications API_DEPRECATED("Use -[NSWorkspace runningApplications] instead.", macos(10.0,10.7));
  11295. | ^~~~~~~~
  11296. | cg_nullable
  11297. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:420:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11298. 420 | - (BOOL)openFile:(NSString *)fullPath fromImage:(nullable NSImage *)image at:(NSPoint)point inView:(nullable NSView *)view API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0,10.11));
  11299. | ^~~~~~~~
  11300. | cg_nullable
  11301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:420:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11302. 420 | - (BOOL)openFile:(NSString *)fullPath fromImage:(nullable NSImage *)image at:(NSPoint)point inView:(nullable NSView *)view API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0,10.11));
  11303. | ^~~~~~~~
  11304. | cg_nullable
  11305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:426:160: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11306. 426 | - (BOOL)performFileOperation:(NSWorkspaceFileOperationName)operation source:(NSString *)source destination:(NSString *)destination files:(NSArray *)files tag:(nullable NSInteger *)tag API_DEPRECATED("", macos(10.0,10.11));
  11307. | ^~~~~~~~
  11308. | cg_nullable
  11309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:438:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11310. 438 | - (nullable NSString *)typeOfFile:(NSString *)absoluteFilePath error:(NSError **)outError API_DEPRECATED("Use -[NSURL getResourceValue:forKey:error:] with NSURLContentTypeKey instead.", macos(10.5, API_TO_BE_DEPRECATED));
  11311. | ^~~~~~~~
  11312. | cg_nullable
  11313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:444:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11314. 444 | - (nullable NSString *)localizedDescriptionForType:(NSString *)typeName API_DEPRECATED("Use UTType.localizedDescription instead.", macos(10.5, API_TO_BE_DEPRECATED));
  11315. | ^~~~~~~~
  11316. | cg_nullable
  11317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:450:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11318. 450 | - (nullable NSString *)preferredFilenameExtensionForType:(NSString *)typeName API_DEPRECATED("Use UTType.preferredFilenameExtension instead.", macos(10.5, API_TO_BE_DEPRECATED));
  11319. | ^~~~~~~~
  11320. | cg_nullable
  11321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:31:40: error: cannot find protocol declaration for 'NSAccessibilityAttributeName'
  11322. 31 | - (NSArray<NSAccessibilityAttributeName> *)accessibilityAttributeNames API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11323. | ^
  11324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11325. 32 | - (nullable id)accessibilityAttributeValue:(NSAccessibilityAttributeName)attribute API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11326. | ^~~~~~~~
  11327. | cg_nullable
  11328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:34:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11329. 34 | - (void)accessibilitySetValue:(nullable id)value forAttribute:(NSAccessibilityAttributeName)attribute API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11330. | ^~~~~~~~
  11331. | cg_nullable
  11332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:38:53: error: cannot find protocol declaration for 'NSAccessibilityParameterizedAttributeName'
  11333. 38 | - (NSArray<NSAccessibilityParameterizedAttributeName> *)accessibilityParameterizedAttributeNames API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11334. | ^
  11335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11336. 39 | - (nullable id)accessibilityAttributeValue:(NSAccessibilityParameterizedAttributeName)attribute forParameter:(nullable id)parameter API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11337. | ^~~~~~~~
  11338. | cg_nullable
  11339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:39:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11340. 39 | - (nullable id)accessibilityAttributeValue:(NSAccessibilityParameterizedAttributeName)attribute forParameter:(nullable id)parameter API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11341. | ^~~~~~~~
  11342. | cg_nullable
  11343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:43:37: error: cannot find protocol declaration for 'NSAccessibilityActionName'
  11344. 43 | - (NSArray<NSAccessibilityActionName> *)accessibilityActionNames API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11345. | ^
  11346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11347. 44 | - (nullable NSString *)accessibilityActionDescription:(NSAccessibilityActionName)action API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11348. | ^~~~~~~~
  11349. | cg_nullable
  11350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11351. 53 | - (nullable id)accessibilityHitTest:(NSPoint)point;
  11352. | ^~~~~~~~
  11353. | cg_nullable
  11354. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:57:32: error: unknown property attribute 'strong'
  11355. 57 | @property (nullable, readonly, strong) id accessibilityFocusedUIElement;
  11356. | ^~~~~~
  11357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAccessibility.h:130:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11358. 130 | - (BOOL)accessibilitySetOverrideValue:(nullable id)value forAttribute:(NSAccessibilityAttributeName)attribute API_DEPRECATED("Use the NSAccessibility protocol methods instead (see NSAccessibilityProtocols.h)", macos(10.1,10.10));
  11359. | ^~~~~~~~
  11360. | cg_nullable
  11361. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:14,
  11362. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:9,
  11363. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:11,
  11364. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:8,
  11365. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:15:
  11366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11367. 39 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  11368. | ^~~~~~~~
  11369. | cg_nullable
  11370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:57:22: error: unknown property attribute 'weak'
  11371. 57 | @property (nullable, weak) id<NSAnimationDelegate> delegate;
  11372. | ^~~~
  11373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:57:52: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11374. 57 | @property (nullable, weak) id<NSAnimationDelegate> delegate;
  11375. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  11376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:59:35: error: expected '>' before '*' token
  11377. 59 | @property (copy) NSArray<NSNumber *> *progressMarks;
  11378. | ^
  11379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:59:35: error: cannot find protocol declaration for 'NSNumber'
  11380. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:59:36: error: expected unqualified-id before '>' token
  11381. 59 | @property (copy) NSArray<NSNumber *> *progressMarks;
  11382. | ^
  11383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:70:59: error: cannot find protocol declaration for 'NSRunLoopMode'
  11384. 70 | @property (nullable, readonly, copy) NSArray<NSRunLoopMode> *runLoopModesForAnimating;
  11385. | ^
  11386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:97:61: error: expected '>' before '<' token
  11387. 97 | - (instancetype)initWithViewAnimations:(NSArray<NSDictionary<NSViewAnimationKey, id> *> *)viewAnimations;
  11388. | ^
  11389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:97:61: error: cannot find protocol declaration for 'NSDictionary'
  11390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:97:61: error: expected ')' before '<' token
  11391. 97 | - (instancetype)initWithViewAnimations:(NSArray<NSDictionary<NSViewAnimationKey, id> *> *)viewAnimations;
  11392. | ~ ^
  11393. | )
  11394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:97:61: error: expected identifier before '<' token
  11395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:97:61: error: cannot use an object as parameter to a method
  11396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:97:61: error: expected ';' before '<' token
  11397. 97 | - (instancetype)initWithViewAnimations:(NSArray<NSDictionary<NSViewAnimationKey, id> *> *)viewAnimations;
  11398. | ^
  11399. | ;
  11400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:99:38: error: expected '>' before '<' token
  11401. 99 | @property (copy) NSArray<NSDictionary<NSViewAnimationKey, id> *> *viewAnimations;
  11402. | ^
  11403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:99:38: error: cannot find protocol declaration for 'NSDictionary'
  11404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:99:38: error: expected unqualified-id before '<' token
  11405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:116:69: error: cannot find protocol declaration for 'NSAnimatablePropertyKey'
  11406. 116 | @property (readwrite, copy) NSDictionary<NSAnimatablePropertyKey, id> *animations API_AVAILABLE(macos(10.5));
  11407. | ^
  11408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:116:69: error: cannot find protocol declaration for 'id'
  11409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:120:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11410. 120 | - (nullable id)animationForKey:(NSAnimatablePropertyKey)key API_AVAILABLE(macos(10.5));
  11411. | ^~~~~~~~
  11412. | cg_nullable
  11413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimation.h:142:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11414. 142 | + (nullable id)defaultAnimationForKey:(NSAnimatablePropertyKey)key API_AVAILABLE(macos(10.5));
  11415. | ^~~~~~~~
  11416. | cg_nullable
  11417. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:15:
  11418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:28:36: error: unknown property attribute 'strong'
  11419. 28 | @property (class, null_resettable, strong) NSAppearance *currentAppearance API_DEPRECATED("Use -performAsCurrentDrawingAppearance: to temporarily set the drawing appearance, or +currentDrawingAppearance to access the currently drawing appearance.", macos(10.9, API_TO_BE_DEPRECATED));
  11420. | ^~~~~~
  11421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:28:58: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11422. 28 | @property (class, null_resettable, strong) NSAppearance *currentAppearance API_DEPRECATED("Use -performAsCurrentDrawingAppearance: to temporarily set the drawing appearance, or +currentDrawingAppearance to access the currently drawing appearance.", macos(10.9, API_TO_BE_DEPRECATED));
  11423. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  11424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:32:29: error: unknown property attribute 'strong'
  11425. 32 | @property (class, readonly, strong) NSAppearance *currentDrawingAppearance API_AVAILABLE(macos(11.0));
  11426. | ^~~~~~
  11427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:36:48: error: expected ')' before '(' token
  11428. 36 | - (void)performAsCurrentDrawingAppearance:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(11.0));
  11429. | ~ ^~
  11430. | )
  11431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:36:49: error: expected identifier before '(' token
  11432. 36 | - (void)performAsCurrentDrawingAppearance:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(11.0));
  11433. | ^
  11434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:36:48: error: expected ';' before '(' token
  11435. 36 | - (void)performAsCurrentDrawingAppearance:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(11.0));
  11436. | ^~
  11437. | ;
  11438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:42:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11439. 42 | + (nullable NSAppearance *)appearanceNamed:(NSAppearanceName)name;
  11440. | ^~~~~~~~
  11441. | cg_nullable
  11442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:47:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11443. 47 | - (nullable instancetype)initWithAppearanceNamed:(NSAppearanceName)name bundle:(nullable NSBundle *)bundle NS_DESIGNATED_INITIALIZER;
  11444. | ^~~~~~~~
  11445. | cg_nullable
  11446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:47:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11447. 47 | - (nullable instancetype)initWithAppearanceNamed:(NSAppearanceName)name bundle:(nullable NSBundle *)bundle NS_DESIGNATED_INITIALIZER;
  11448. | ^~~~~~~~
  11449. | cg_nullable
  11450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:48:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11451. 48 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  11452. | ^~~~~~~~
  11453. | cg_nullable
  11454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:56:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11455. 56 | - (nullable NSAppearanceName)bestMatchFromAppearancesWithNames:(NSArray<NSAppearanceName> *)appearances API_AVAILABLE(macos(10.14));
  11456. | ^~~~~~~~
  11457. | cg_nullable
  11458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:56:89: error: cannot find protocol declaration for 'NSAppearanceName'
  11459. 56 | - (nullable NSAppearanceName)bestMatchFromAppearancesWithNames:(NSArray<NSAppearanceName> *)appearances API_AVAILABLE(macos(10.14));
  11460. | ^
  11461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:86:22: error: unknown property attribute 'strong'
  11462. 86 | @property (nullable, strong) NSAppearance *appearance API_AVAILABLE(macos(10.9));
  11463. | ^~~~~~
  11464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:86:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11465. 86 | @property (nullable, strong) NSAppearance *appearance API_AVAILABLE(macos(10.9));
  11466. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  11467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppearance.h:90:22: error: unknown property attribute 'strong'
  11468. 90 | @property (readonly, strong) NSAppearance *effectiveAppearance API_AVAILABLE(macos(10.9));
  11469. | ^~~~~~
  11470. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:14,
  11471. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:16:
  11472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:77:29: error: unknown property attribute 'strong'
  11473. 77 | @property (class, readonly, strong) NSPasteboard *generalPasteboard;
  11474. | ^~~~~~
  11475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:98:33: error: expected '>' before '<' token
  11476. 98 | - (BOOL)writeObjects:(NSArray<id<NSPasteboardWriting>> *)objects API_AVAILABLE(macos(10.6));
  11477. | ^
  11478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:98:33: error: cannot find protocol declaration for 'id'
  11479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:98:33: error: expected ')' before '<' token
  11480. 98 | - (BOOL)writeObjects:(NSArray<id<NSPasteboardWriting>> *)objects API_AVAILABLE(macos(10.6));
  11481. | ~ ^
  11482. | )
  11483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:98:33: error: expected identifier before '<' token
  11484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:98:33: error: cannot use an object as parameter to a method
  11485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:98:33: error: expected ';' before '<' token
  11486. 98 | - (BOOL)writeObjects:(NSArray<id<NSPasteboardWriting>> *)objects API_AVAILABLE(macos(10.6));
  11487. | ^
  11488. | ;
  11489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11490. 105 | - (nullable NSArray *)readObjectsForClasses:(NSArray<Class> *)classArray options:(nullable NSDictionary<NSPasteboardReadingOptionKey, id> *)options API_AVAILABLE(macos(10.6));
  11491. | ^~~~~~~~
  11492. | cg_nullable
  11493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:105:59: error: cannot find protocol declaration for 'Class'
  11494. 105 | - (nullable NSArray *)readObjectsForClasses:(NSArray<Class> *)classArray options:(nullable NSDictionary<NSPasteboardReadingOptionKey, id> *)options API_AVAILABLE(macos(10.6));
  11495. | ^
  11496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:105:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11497. 105 | - (nullable NSArray *)readObjectsForClasses:(NSArray<Class> *)classArray options:(nullable NSDictionary<NSPasteboardReadingOptionKey, id> *)options API_AVAILABLE(macos(10.6));
  11498. | ^~~~~~~~
  11499. | cg_nullable
  11500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:110:63: error: expected '>' before '*' token
  11501. 110 | @property (nullable, readonly, copy) NSArray<NSPasteboardItem *> *pasteboardItems API_AVAILABLE(macos(10.6));
  11502. | ^
  11503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:110:63: error: cannot find protocol declaration for 'NSPasteboardItem'
  11504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:110:64: error: expected unqualified-id before '>' token
  11505. 110 | @property (nullable, readonly, copy) NSArray<NSPasteboardItem *> *pasteboardItems API_AVAILABLE(macos(10.6));
  11506. | ^
  11507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:120:64: error: expected '>' before '*' token
  11508. 120 | - (BOOL)canReadItemWithDataConformingToTypes:(NSArray<NSString *> *)types API_AVAILABLE(macos(10.6));
  11509. | ^
  11510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:120:64: error: cannot find protocol declaration for 'NSString'
  11511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:120:65: error: expected ')' before '>' token
  11512. 120 | - (BOOL)canReadItemWithDataConformingToTypes:(NSArray<NSString *> *)types API_AVAILABLE(macos(10.6));
  11513. | ~ ^
  11514. | )
  11515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:120:65: error: expected identifier before '>' token
  11516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:120:65: error: expected ';' before '>' token
  11517. 120 | - (BOOL)canReadItemWithDataConformingToTypes:(NSArray<NSString *> *)types API_AVAILABLE(macos(10.6));
  11518. | ^
  11519. | ;
  11520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:125:47: error: cannot find protocol declaration for 'Class'
  11521. 125 | - (BOOL)canReadObjectForClasses:(NSArray<Class> *)classArray options:(nullable NSDictionary<NSPasteboardReadingOptionKey, id> *)options API_AVAILABLE(macos(10.6));
  11522. | ^
  11523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:125:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11524. 125 | - (BOOL)canReadObjectForClasses:(NSArray<Class> *)classArray options:(nullable NSDictionary<NSPasteboardReadingOptionKey, id> *)options API_AVAILABLE(macos(10.6));
  11525. | ^~~~~~~~
  11526. | cg_nullable
  11527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:133:52: error: cannot find protocol declaration for 'NSPasteboardType'
  11528. 133 | - (NSInteger)declareTypes:(NSArray<NSPasteboardType> *)newTypes owner:(nullable id)newOwner;
  11529. | ^
  11530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:133:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11531. 133 | - (NSInteger)declareTypes:(NSArray<NSPasteboardType> *)newTypes owner:(nullable id)newOwner;
  11532. | ^~~~~~~~
  11533. | cg_nullable
  11534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:137:48: error: cannot find protocol declaration for 'NSPasteboardType'
  11535. 137 | - (NSInteger)addTypes:(NSArray<NSPasteboardType> *)newTypes owner:(nullable id)newOwner;
  11536. | ^
  11537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:137:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11538. 137 | - (NSInteger)addTypes:(NSArray<NSPasteboardType> *)newTypes owner:(nullable id)newOwner;
  11539. | ^~~~~~~~
  11540. | cg_nullable
  11541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:141:62: error: cannot find protocol declaration for 'NSPasteboardType'
  11542. 141 | @property (nullable, readonly, copy) NSArray<NSPasteboardType> *types;
  11543. | ^
  11544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:142:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11545. 142 | - (nullable NSPasteboardType)availableTypeFromArray:(NSArray<NSPasteboardType> *)types;
  11546. | ^~~~~~~~
  11547. | cg_nullable
  11548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:142:78: error: cannot find protocol declaration for 'NSPasteboardType'
  11549. 142 | - (nullable NSPasteboardType)availableTypeFromArray:(NSArray<NSPasteboardType> *)types;
  11550. | ^
  11551. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:146:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11552. 146 | - (BOOL)setData:(nullable NSData *)data forType:(NSPasteboardType)dataType;
  11553. | ^~~~~~~~
  11554. | cg_nullable
  11555. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:152:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11556. 152 | - (nullable NSData *)dataForType:(NSPasteboardType)dataType;
  11557. | ^~~~~~~~
  11558. | cg_nullable
  11559. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:153:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11560. 153 | - (nullable id)propertyListForType:(NSPasteboardType)dataType;
  11561. | ^~~~~~~~
  11562. | cg_nullable
  11563. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:154:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11564. 154 | - (nullable NSString *)stringForType:(NSPasteboardType)dataType;
  11565. | ^~~~~~~~
  11566. | cg_nullable
  11567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:161:28: error: cannot find protocol declaration for 'NSPasteboardType'
  11568. 161 | + (NSArray<NSPasteboardType> *)typesFilterableTo:(NSPasteboardType)type;
  11569. | ^
  11570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:198:28: error: cannot find protocol declaration for 'NSPasteboardType'
  11571. 198 | - (NSArray<NSPasteboardType> *)writableTypesForPasteboard:(NSPasteboard *)pasteboard;
  11572. | ^
  11573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:210:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11574. 210 | - (nullable id)pasteboardPropertyListForType:(NSPasteboardType)type;
  11575. | ^~~~~~~~
  11576. | cg_nullable
  11577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:235:28: error: cannot find protocol declaration for 'NSPasteboardType'
  11578. 235 | + (NSArray<NSPasteboardType> *)readableTypesForPasteboard:(NSPasteboard *)pasteboard;
  11579. | ^
  11580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:247:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11581. 247 | - (nullable id)initWithPasteboardPropertyList:(id)propertyList ofType:(NSPasteboardType)type;
  11582. | ^~~~~~~~
  11583. | cg_nullable
  11584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:277:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11585. 277 | + (nullable NSURL *)URLFromPasteboard:(NSPasteboard *)pasteBoard;
  11586. | ^~~~~~~~
  11587. | cg_nullable
  11588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:294:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11589. 294 | - (nullable NSString *)readFileContentsType:(nullable NSPasteboardType)type toFile:(NSString *)filename;
  11590. | ^~~~~~~~
  11591. | cg_nullable
  11592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:294:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11593. 294 | - (nullable NSString *)readFileContentsType:(nullable NSPasteboardType)type toFile:(NSString *)filename;
  11594. | ^~~~~~~~
  11595. | cg_nullable
  11596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:297:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11597. 297 | - (nullable NSFileWrapper *)readFileWrapper;
  11598. | ^~~~~~~~
  11599. | cg_nullable
  11600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:306:32: error: expected '>' before '*' token
  11601. 306 | APPKIT_EXTERN NSArray<NSString *> * _Nullable NSGetFileTypes(NSArray<NSPasteboardType> *pboardTypes);
  11602. | ^
  11603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:306:32: error: cannot find protocol declaration for 'NSString'
  11604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:306:33: error: expected unqualified-id before '>' token
  11605. 306 | APPKIT_EXTERN NSArray<NSString *> * _Nullable NSGetFileTypes(NSArray<NSPasteboardType> *pboardTypes);
  11606. | ^
  11607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:83:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11608. 83 | - (nullable NSArray<NSString *> *)namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.0,10.13));
  11609. | ^~~~~~~~
  11610. | cg_nullable
  11611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11612. 102 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.7));
  11613. | ^~~~~~~~
  11614. | cg_nullable
  11615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:141: error: cannot find protocol declaration for 'Class'
  11616. 102 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.7));
  11617. | ^
  11618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:216: error: cannot find protocol declaration for 'NSPasteboardReadingOptionKey'
  11619. 102 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.7));
  11620. | ^
  11621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:216: error: cannot find protocol declaration for 'id'
  11622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:250: error: expected ')' before '(' token
  11623. 102 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.7));
  11624. | ~ ^~
  11625. | )
  11626. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:251: error: expected identifier before '(' token
  11627. 102 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.7));
  11628. | ^
  11629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:102:250: error: expected ';' before '(' token
  11630. 102 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.7));
  11631. | ^~
  11632. | ;
  11633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:120:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11634. 120 | - (void)draggingExited:(nullable id <NSDraggingInfo>)sender;
  11635. | ^~~~~~~~
  11636. | cg_nullable
  11637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:123:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11638. 123 | - (void)concludeDragOperation:(nullable id <NSDraggingInfo>)sender;
  11639. | ^~~~~~~~
  11640. | cg_nullable
  11641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:131:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11642. 131 | - (void)updateDraggingItemsForDrag:(nullable id <NSDraggingInfo>)sender API_AVAILABLE(macos(10.7));
  11643. | ^~~~~~~~
  11644. | cg_nullable
  11645. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:202:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11646. 202 | - (nullable NSArray<NSString *> *)namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination API_DEPRECATED("Use NSFilePromiseProvider objects instead", macos(10.0,10.13));
  11647. | ^~~~~~~~
  11648. | cg_nullable
  11649. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:204:23: error: 'null_unspecified' does not name a type
  11650. 204 | - (void)draggedImage:(null_unspecified NSImage *)image beganAt:(NSPoint)screenPoint API_DEPRECATED("Use -draggingSession:willBeginAtPoint: instead", macos(10.0,10.7));
  11651. | ^~~~~~~~~~~~~~~~
  11652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:205:23: error: 'null_unspecified' does not name a type
  11653. 205 | - (void)draggedImage:(null_unspecified NSImage *)image endedAt:(NSPoint)screenPoint operation:(NSDragOperation)operation API_DEPRECATED("Use -draggingSession:endedAtPoint:operation: instead", macos(10.0,10.7));
  11654. | ^~~~~~~~~~~~~~~~
  11655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:206:23: error: 'null_unspecified' does not name a type
  11656. 206 | - (void)draggedImage:(null_unspecified NSImage *)image movedTo:(NSPoint)screenPoint API_DEPRECATED("Use -draggingSession:movedToPoint: instead", macos(10.0,10.7));
  11657. | ^~~~~~~~~~~~~~~~
  11658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:209:23: error: 'null_unspecified' does not name a type
  11659. 209 | - (void)draggedImage:(null_unspecified NSImage *)image endedAt:(NSPoint)screenPoint deposited:(BOOL)flag DEPRECATED_IN_MAC_OS_X_VERSION_10_1_AND_LATER;
  11660. | ^~~~~~~~~~~~~~~~
  11661. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:8,
  11662. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:10,
  11663. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:19:
  11664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouch.h:49:22: error: unknown property attribute 'strong'
  11665. 49 | @property (readonly, strong) id<NSObject, NSCopying> identity;
  11666. | ^~~~~~
  11667. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouch.h:55:32: error: unknown property attribute 'strong'
  11668. 55 | @property (nullable, readonly, strong) id device; // The digitizer that generated the touch. Useful to distinguish touches emanating from multiple-device scenario
  11669. | ^~~~~~
  11670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouch.h:68:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11671. 68 | - (NSPoint)locationInView:(nullable NSView *)view API_AVAILABLE(macos(10.12.2));
  11672. | ^~~~~~~~
  11673. | cg_nullable
  11674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouch.h:69:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11675. 69 | - (NSPoint)previousLocationInView:(nullable NSView *)view API_AVAILABLE(macos(10.12.2));
  11676. | ^~~~~~~~
  11677. | cg_nullable
  11678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:320:32:error: unknown property attribute 'weak'
  11679. 320 | @property (readonly, nullable, weak) NSWindow *window;
  11680. | ^~~~
  11681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:322:32:error: unknown property attribute 'strong'
  11682. 322 | @property (nullable, readonly, strong) NSGraphicsContext *context API_DEPRECATED("This method always returns nil. If you need access to the current drawing context, use [NSGraphicsContext currentContext] inside of a draw operation.", macos(10.0,10.12));
  11683. | ^~~~~~
  11684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:367:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11685. 367 | - (nullable NSString *)charactersByApplyingModifiers:(NSEventModifierFlags)modifiers API_AVAILABLE(macos(10.15));
  11686. | ^~~~~~~~
  11687. | cg_nullable
  11688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:378:32:error: unknown property attribute 'strong'
  11689. 378 | @property (nullable, readonly, strong) NSTrackingArea *trackingArea API_AVAILABLE(macos(10.5));
  11690. | ^~~~~~
  11691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:395:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11692. 395 | + (nullable NSEvent *)eventWithEventRef:(const void * /* EventRef */)eventRef API_AVAILABLE(macos(10.5));
  11693. | ^~~~~~~~
  11694. | cg_nullable
  11695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:403:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11696. 403 | + (nullable NSEvent *)eventWithCGEvent:(CGEventRef)cgEvent API_AVAILABLE(macos(10.5));
  11697. | ^~~~~~~~
  11698. | cg_nullable
  11699. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:433:22:error: unknown property attribute 'strong'
  11700. 433 | @property (readonly, strong) id vendorDefined;
  11701. | ^~~~~~
  11702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:458:18:error: expected '>' before '*' token
  11703. 458 | - (NSSet<NSTouch *> *)touchesMatchingPhase:(NSTouchPhase)phase inView:(nullable NSView *)view API_AVAILABLE(macos(10.6));
  11704. | ^
  11705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:458:18:error: cannot find protocol declaration for 'NSTouch'
  11706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:458:19:error: expected ')' before '>' token
  11707. 458 | - (NSSet<NSTouch *> *)touchesMatchingPhase:(NSTouchPhase)phase inView:(nullable NSView *)view API_AVAILABLE(macos(10.6));
  11708. | ~ ^
  11709. | )
  11710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:458:19:error: objective-c++ method declaration is expected before '>' token
  11711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:461:19:error: expected '>' before '*' token
  11712. 461 | - (NSSet <NSTouch *> *)allTouches API_AVAILABLE(macos(10.12));
  11713. | ^
  11714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:461:19:error: cannot find protocol declaration for 'NSTouch'
  11715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:461:20:error: expected ')' before '>' token
  11716. 461 | - (NSSet <NSTouch *> *)allTouches API_AVAILABLE(macos(10.12));
  11717. | ~ ^
  11718. | )
  11719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:461:20:error: objective-c++ method declaration is expected before '>' token
  11720. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:464:19:error: expected '>' before '*' token
  11721. 464 | - (NSSet <NSTouch *> *)touchesForView:(NSView *)view API_AVAILABLE(macos(10.12));
  11722. | ^
  11723. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:464:19:error: cannot find protocol declaration for 'NSTouch'
  11724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:464:20:error: expected ')' before '>' token
  11725. 464 | - (NSSet <NSTouch *> *)touchesForView:(NSView *)view API_AVAILABLE(macos(10.12));
  11726. | ~ ^
  11727. | )
  11728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:464:20:error: objective-c++ method declaration is expected before '>' token
  11729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:468:21:error: expected '>' before '*' token
  11730. 468 | - (NSArray <NSTouch *> *)coalescedTouchesForTouch:(NSTouch *)touch API_AVAILABLE(macos(10.12.2));
  11731. | ^
  11732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:468:21:error: cannot find protocol declaration for 'NSTouch'
  11733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:468:22:error: expected ')' before '>' token
  11734. 468 | - (NSArray <NSTouch *> *)coalescedTouchesForTouch:(NSTouch *)touch API_AVAILABLE(macos(10.12.2));
  11735. | ~ ^
  11736. | )
  11737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:468:22:error: objective-c++ method declaration is expected before '>' token
  11738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:506:176 error: expected ')' before '(' token
  11739. 506 | - (void)trackSwipeEventWithOptions:(NSEventSwipeTrackingOptions)options dampenAmountThresholdMin:(CGFloat)minDampenThreshold max:(CGFloat)maxDampenThreshold usingHandler:(void (^)(CGFloat gestureAmount, NSEventPhase phase, BOOL isComplete, BOOL *stop))trackingHandler API_AVAILABLE(macos(10.7));
  11740. | ~ ^~
  11741. | )
  11742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:506:177 error: expected identifier before '(' token
  11743. 506 | - (void)trackSwipeEventWithOptions:(NSEventSwipeTrackingOptions)options dampenAmountThresholdMin:(CGFloat)minDampenThreshold max:(CGFloat)maxDampenThreshold usingHandler:(void (^)(CGFloat gestureAmount, NSEventPhase phase, BOOL isComplete, BOOL *stop))trackingHandler API_AVAILABLE(macos(10.7));
  11744. | ^
  11745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:506:176 error: expected ';' before '(' token
  11746. 506 | - (void)trackSwipeEventWithOptions:(NSEventSwipeTrackingOptions)options dampenAmountThresholdMin:(CGFloat)minDampenThreshold max:(CGFloat)maxDampenThreshold usingHandler:(void (^)(CGFloat gestureAmount, NSEventPhase phase, BOOL isComplete, BOOL *stop))trackingHandler API_AVAILABLE(macos(10.7));
  11747. | ^~
  11748. | ;
  11749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:513:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11750. 513 | + (nullable NSEvent *)mouseEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil eventNumber:(NSInteger)eNum clickCount:(NSInteger)cNum pressure:(float)pressure;
  11751. | ^~~~~~~~
  11752. | cg_nullable
  11753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:513:198 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11754. 513 | + (nullable NSEvent *)mouseEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil eventNumber:(NSInteger)eNum clickCount:(NSInteger)cNum pressure:(float)pressure;
  11755. | ^~~~~~~~
  11756. | cg_nullable
  11757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:514:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11758. 514 | + (nullable NSEvent *)keyEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil characters:(NSString *)keys charactersIgnoringModifiers:(NSString *)ukeys isARepeat:(BOOL)flag keyCode:(unsigned short)code;
  11759. | ^~~~~~~~
  11760. | cg_nullable
  11761. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:514:196 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11762. 514 | + (nullable NSEvent *)keyEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil characters:(NSString *)keys charactersIgnoringModifiers:(NSString *)ukeys isARepeat:(BOOL)flag keyCode:(unsigned short)code;
  11763. | ^~~~~~~~
  11764. | cg_nullable
  11765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:515:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11766. 515 | + (nullable NSEvent *)enterExitEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil eventNumber:(NSInteger)eNum trackingNumber:(NSInteger)tNum userData:(nullable void *)data;
  11767. | ^~~~~~~~
  11768. | cg_nullable
  11769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:515:202 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11770. 515 | + (nullable NSEvent *)enterExitEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil eventNumber:(NSInteger)eNum trackingNumber:(NSInteger)tNum userData:(nullable void *)data;
  11771. | ^~~~~~~~
  11772. | cg_nullable
  11773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:515:322 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11774. 515 | + (nullable NSEvent *)enterExitEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil eventNumber:(NSInteger)eNum trackingNumber:(NSInteger)tNum userData:(nullable void *)data;
  11775. | ^~~~~~~~
  11776. | cg_nullable
  11777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:516:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11778. 516 | + (nullable NSEvent *)otherEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil subtype:(short)subtype data1:(NSInteger)d1 data2:(NSInteger)d2;
  11779. | ^~~~~~~~
  11780. | cg_nullable
  11781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:516:198 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11782. 516 | + (nullable NSEvent *)otherEventWithType:(NSEventType)type location:(NSPoint)location modifierFlags:(NSEventModifierFlags)flags timestamp:(NSTimeInterval)time windowNumber:(NSInteger)wNum context:(nullable NSGraphicsContext* __unused)unusedPassNil subtype:(short)subtype data1:(NSInteger)d1 data2:(NSInteger)d2;
  11783. | ^~~~~~~~
  11784. | cg_nullable
  11785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:522:1: error: redeclaration of property 'modifierFlags'
  11786. 522 | @property (class, readonly) NSEventModifierFlags modifierFlags API_AVAILABLE(macos(10.6));
  11787. | ^~~~~~~~~
  11788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:318:43:note: originally specified here
  11789. 318 | @property (readonly) NSEventModifierFlags modifierFlags;
  11790. | ^~~~~~~~~~~~~
  11791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:545:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11792. 545 | + (nullable id)addGlobalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(void (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11793. | ^~~~~~~~
  11794. | cg_nullable
  11795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:545:85:error: expected ')' before '(' token
  11796. 545 | + (nullable id)addGlobalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(void (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11797. | ~ ^~
  11798. | )
  11799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:545:86:error: expected identifier before '(' token
  11800. 545 | + (nullable id)addGlobalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(void (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11801. | ^
  11802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:545:85:error: expected ';' before '(' token
  11803. 545 | + (nullable id)addGlobalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(void (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11804. | ^~
  11805. | ;
  11806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:546:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11807. 546 | + (nullable id)addLocalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(NSEvent* _Nullable (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11808. | ^~~~~~~~
  11809. | cg_nullable
  11810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:546:88:error: expected ')' before '(' token
  11811. 546 | + (nullable id)addLocalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(NSEvent* _Nullable (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11812. | ~ ^ ~
  11813. | )
  11814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:546:99:error: expected identifier before '(' token
  11815. 546 | + (nullable id)addLocalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(NSEvent* _Nullable (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11816. | ^
  11817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:546:88:error: expected ';' before '(' token
  11818. 546 | + (nullable id)addLocalMonitorForEventsMatchingMask:(NSEventMask)mask handler:(NSEvent* _Nullable (^)(NSEvent *event))block API_AVAILABLE(macos(10.6));
  11819. | ^ ~
  11820. | ;
  11821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11822. 23 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  11823. | ^~~~~~~~
  11824. | cg_nullable
  11825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:26:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11826. 26 | - (BOOL)tryToPerform:(SEL)action with:(nullable id)object;
  11827. | ^~~~~~~~
  11828. | cg_nullable
  11829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11830. 28 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  11831. | ^~~~~~~~
  11832. | cg_nullable
  11833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:28:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11834. 28 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  11835. | ^~~~~~~~
  11836. | cg_nullable
  11837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:28:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11838. 28 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  11839. | ^~~~~~~~
  11840. | cg_nullable
  11841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:88:45: error: expected '>' before '*' token
  11842. 88 | - (void)interpretKeyEvents:(NSArray<NSEvent *> *)eventArray;
  11843. | ^
  11844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:88:45: error: cannot find protocol declaration for 'NSEvent'
  11845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:88:46: error: expected ')' before '>' token
  11846. 88 | - (void)interpretKeyEvents:(NSArray<NSEvent *> *)eventArray;
  11847. | ~ ^
  11848. | )
  11849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:88:46: error: expected identifier before '>' token
  11850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:88:46: error: expected ';' before '>' token
  11851. 88 | - (void)interpretKeyEvents:(NSArray<NSEvent *> *)eventArray;
  11852. | ^
  11853. | ;
  11854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:91:22: error: unknown property attribute 'strong'
  11855. 91 | @property (nullable, strong) NSMenu *menu;
  11856. | ^~~~~~
  11857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:91:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  11858. 91 | @property (nullable, strong) NSMenu *menu;
  11859. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  11860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:93:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11861. 93 | - (void)showContextHelp:(nullable id)sender;
  11862. | ^~~~~~~~
  11863. | cg_nullable
  11864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11865. 109 | - (nullable id)supplementalTargetForAction:(SEL)action sender:(nullable id)sender API_AVAILABLE(macos(10.7));
  11866. | ^~~~~~~~
  11867. | cg_nullable
  11868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:109:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11869. 109 | - (nullable id)supplementalTargetForAction:(SEL)action sender:(nullable id)sender API_AVAILABLE(macos(10.7));
  11870. | ^~~~~~~~
  11871. | cg_nullable
  11872. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:129:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11873. 129 | - (void)moveForward:(nullable id)sender;
  11874. | ^~~~~~~~
  11875. | cg_nullable
  11876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:130:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11877. 130 | - (void)moveRight:(nullable id)sender;
  11878. | ^~~~~~~~
  11879. | cg_nullable
  11880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:131:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11881. 131 | - (void)moveBackward:(nullable id)sender;
  11882. | ^~~~~~~~
  11883. | cg_nullable
  11884. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:132:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11885. 132 | - (void)moveLeft:(nullable id)sender;
  11886. | ^~~~~~~~
  11887. | cg_nullable
  11888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:133:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11889. 133 | - (void)moveUp:(nullable id)sender;
  11890. | ^~~~~~~~
  11891. | cg_nullable
  11892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:134:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11893. 134 | - (void)moveDown:(nullable id)sender;
  11894. | ^~~~~~~~
  11895. | cg_nullable
  11896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:135:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11897. 135 | - (void)moveWordForward:(nullable id)sender;
  11898. | ^~~~~~~~
  11899. | cg_nullable
  11900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:136:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11901. 136 | - (void)moveWordBackward:(nullable id)sender;
  11902. | ^~~~~~~~
  11903. | cg_nullable
  11904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:137:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11905. 137 | - (void)moveToBeginningOfLine:(nullable id)sender;
  11906. | ^~~~~~~~
  11907. | cg_nullable
  11908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:138:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11909. 138 | - (void)moveToEndOfLine:(nullable id)sender;
  11910. | ^~~~~~~~
  11911. | cg_nullable
  11912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:139:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11913. 139 | - (void)moveToBeginningOfParagraph:(nullable id)sender;
  11914. | ^~~~~~~~
  11915. | cg_nullable
  11916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:140:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11917. 140 | - (void)moveToEndOfParagraph:(nullable id)sender;
  11918. | ^~~~~~~~
  11919. | cg_nullable
  11920. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:141:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11921. 141 | - (void)moveToEndOfDocument:(nullable id)sender;
  11922. | ^~~~~~~~
  11923. | cg_nullable
  11924. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:142:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11925. 142 | - (void)moveToBeginningOfDocument:(nullable id)sender;
  11926. | ^~~~~~~~
  11927. | cg_nullable
  11928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:143:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11929. 143 | - (void)pageDown:(nullable id)sender;
  11930. | ^~~~~~~~
  11931. | cg_nullable
  11932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:144:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11933. 144 | - (void)pageUp:(nullable id)sender;
  11934. | ^~~~~~~~
  11935. | cg_nullable
  11936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:145:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11937. 145 | - (void)centerSelectionInVisibleArea:(nullable id)sender;
  11938. | ^~~~~~~~
  11939. | cg_nullable
  11940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:147:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11941. 147 | - (void)moveBackwardAndModifySelection:(nullable id)sender;
  11942. | ^~~~~~~~
  11943. | cg_nullable
  11944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:148:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11945. 148 | - (void)moveForwardAndModifySelection:(nullable id)sender;
  11946. | ^~~~~~~~
  11947. | cg_nullable
  11948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:149:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11949. 149 | - (void)moveWordForwardAndModifySelection:(nullable id)sender;
  11950. | ^~~~~~~~
  11951. | cg_nullable
  11952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:150:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11953. 150 | - (void)moveWordBackwardAndModifySelection:(nullable id)sender;
  11954. | ^~~~~~~~
  11955. | cg_nullable
  11956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:151:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11957. 151 | - (void)moveUpAndModifySelection:(nullable id)sender;
  11958. | ^~~~~~~~
  11959. | cg_nullable
  11960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:152:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11961. 152 | - (void)moveDownAndModifySelection:(nullable id)sender;
  11962. | ^~~~~~~~
  11963. | cg_nullable
  11964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:154:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11965. 154 | - (void)moveToBeginningOfLineAndModifySelection:(nullable id)sender;
  11966. | ^~~~~~~~
  11967. | cg_nullable
  11968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:155:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11969. 155 | - (void)moveToEndOfLineAndModifySelection:(nullable id)sender;
  11970. | ^~~~~~~~
  11971. | cg_nullable
  11972. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:156:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11973. 156 | - (void)moveToBeginningOfParagraphAndModifySelection:(nullable id)sender;
  11974. | ^~~~~~~~
  11975. | cg_nullable
  11976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:157:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11977. 157 | - (void)moveToEndOfParagraphAndModifySelection:(nullable id)sender;
  11978. | ^~~~~~~~
  11979. | cg_nullable
  11980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:158:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11981. 158 | - (void)moveToEndOfDocumentAndModifySelection:(nullable id)sender;
  11982. | ^~~~~~~~
  11983. | cg_nullable
  11984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:159:54: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11985. 159 | - (void)moveToBeginningOfDocumentAndModifySelection:(nullable id)sender;
  11986. | ^~~~~~~~
  11987. | cg_nullable
  11988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:160:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11989. 160 | - (void)pageDownAndModifySelection:(nullable id)sender;
  11990. | ^~~~~~~~
  11991. | cg_nullable
  11992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:161:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11993. 161 | - (void)pageUpAndModifySelection:(nullable id)sender;
  11994. | ^~~~~~~~
  11995. | cg_nullable
  11996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:162:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  11997. 162 | - (void)moveParagraphForwardAndModifySelection:(nullable id)sender;
  11998. | ^~~~~~~~
  11999. | cg_nullable
  12000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:163:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12001. 163 | - (void)moveParagraphBackwardAndModifySelection:(nullable id)sender;
  12002. | ^~~~~~~~
  12003. | cg_nullable
  12004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:165:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12005. 165 | - (void)moveWordRight:(nullable id)sender;
  12006. | ^~~~~~~~
  12007. | cg_nullable
  12008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:166:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12009. 166 | - (void)moveWordLeft:(nullable id)sender;
  12010. | ^~~~~~~~
  12011. | cg_nullable
  12012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:167:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12013. 167 | - (void)moveRightAndModifySelection:(nullable id)sender;
  12014. | ^~~~~~~~
  12015. | cg_nullable
  12016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:168:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12017. 168 | - (void)moveLeftAndModifySelection:(nullable id)sender;
  12018. | ^~~~~~~~
  12019. | cg_nullable
  12020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:169:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12021. 169 | - (void)moveWordRightAndModifySelection:(nullable id)sender;
  12022. | ^~~~~~~~
  12023. | cg_nullable
  12024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:170:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12025. 170 | - (void)moveWordLeftAndModifySelection:(nullable id)sender;
  12026. | ^~~~~~~~
  12027. | cg_nullable
  12028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:172:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12029. 172 | - (void)moveToLeftEndOfLine:(nullable id)sender API_AVAILABLE(macos(10.6));
  12030. | ^~~~~~~~
  12031. | cg_nullable
  12032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:173:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12033. 173 | - (void)moveToRightEndOfLine:(nullable id)sender API_AVAILABLE(macos(10.6));
  12034. | ^~~~~~~~
  12035. | cg_nullable
  12036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:174:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12037. 174 | - (void)moveToLeftEndOfLineAndModifySelection:(nullable id)sender API_AVAILABLE(macos(10.6));
  12038. | ^~~~~~~~
  12039. | cg_nullable
  12040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:175:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12041. 175 | - (void)moveToRightEndOfLineAndModifySelection:(nullable id)sender API_AVAILABLE(macos(10.6));
  12042. | ^~~~~~~~
  12043. | cg_nullable
  12044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:177:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12045. 177 | - (void)scrollPageUp:(nullable id)sender;
  12046. | ^~~~~~~~
  12047. | cg_nullable
  12048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:178:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12049. 178 | - (void)scrollPageDown:(nullable id)sender;
  12050. | ^~~~~~~~
  12051. | cg_nullable
  12052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:179:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12053. 179 | - (void)scrollLineUp:(nullable id)sender;
  12054. | ^~~~~~~~
  12055. | cg_nullable
  12056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:180:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12057. 180 | - (void)scrollLineDown:(nullable id)sender;
  12058. | ^~~~~~~~
  12059. | cg_nullable
  12060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:182:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12061. 182 | - (void)scrollToBeginningOfDocument:(nullable id)sender;
  12062. | ^~~~~~~~
  12063. | cg_nullable
  12064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:183:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12065. 183 | - (void)scrollToEndOfDocument:(nullable id)sender;
  12066. | ^~~~~~~~
  12067. | cg_nullable
  12068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:187:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12069. 187 | - (void)transpose:(nullable id)sender;
  12070. | ^~~~~~~~
  12071. | cg_nullable
  12072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:188:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12073. 188 | - (void)transposeWords:(nullable id)sender;
  12074. | ^~~~~~~~
  12075. | cg_nullable
  12076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:192:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12077. 192 | - (void)selectAll:(nullable id)sender;
  12078. | ^~~~~~~~
  12079. | cg_nullable
  12080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:193:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12081. 193 | - (void)selectParagraph:(nullable id)sender;
  12082. | ^~~~~~~~
  12083. | cg_nullable
  12084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:194:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12085. 194 | - (void)selectLine:(nullable id)sender;
  12086. | ^~~~~~~~
  12087. | cg_nullable
  12088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:195:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12089. 195 | - (void)selectWord:(nullable id)sender;
  12090. | ^~~~~~~~
  12091. | cg_nullable
  12092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:199:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12093. 199 | - (void)indent:(nullable id)sender;
  12094. | ^~~~~~~~
  12095. | cg_nullable
  12096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:200:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12097. 200 | - (void)insertTab:(nullable id)sender;
  12098. | ^~~~~~~~
  12099. | cg_nullable
  12100. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:201:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12101. 201 | - (void)insertBacktab:(nullable id)sender;
  12102. | ^~~~~~~~
  12103. | cg_nullable
  12104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:202:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12105. 202 | - (void)insertNewline:(nullable id)sender;
  12106. | ^~~~~~~~
  12107. | cg_nullable
  12108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:203:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12109. 203 | - (void)insertParagraphSeparator:(nullable id)sender;
  12110. | ^~~~~~~~
  12111. | cg_nullable
  12112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:204:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12113. 204 | - (void)insertNewlineIgnoringFieldEditor:(nullable id)sender;
  12114. | ^~~~~~~~
  12115. | cg_nullable
  12116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:205:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12117. 205 | - (void)insertTabIgnoringFieldEditor:(nullable id)sender;
  12118. | ^~~~~~~~
  12119. | cg_nullable
  12120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:206:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12121. 206 | - (void)insertLineBreak:(nullable id)sender;
  12122. | ^~~~~~~~
  12123. | cg_nullable
  12124. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:207:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12125. 207 | - (void)insertContainerBreak:(nullable id)sender;
  12126. | ^~~~~~~~
  12127. | cg_nullable
  12128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:208:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12129. 208 | - (void)insertSingleQuoteIgnoringSubstitution:(nullable id)sender API_AVAILABLE(macos(10.5));
  12130. | ^~~~~~~~
  12131. | cg_nullable
  12132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:209:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12133. 209 | - (void)insertDoubleQuoteIgnoringSubstitution:(nullable id)sender API_AVAILABLE(macos(10.5));
  12134. | ^~~~~~~~
  12135. | cg_nullable
  12136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:213:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12137. 213 | - (void)changeCaseOfLetter:(nullable id)sender;
  12138. | ^~~~~~~~
  12139. | cg_nullable
  12140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:214:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12141. 214 | - (void)uppercaseWord:(nullable id)sender;
  12142. | ^~~~~~~~
  12143. | cg_nullable
  12144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:215:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12145. 215 | - (void)lowercaseWord:(nullable id)sender;
  12146. | ^~~~~~~~
  12147. | cg_nullable
  12148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:216:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12149. 216 | - (void)capitalizeWord:(nullable id)sender;
  12150. | ^~~~~~~~
  12151. | cg_nullable
  12152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:220:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12153. 220 | - (void)deleteForward:(nullable id)sender;
  12154. | ^~~~~~~~
  12155. | cg_nullable
  12156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:221:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12157. 221 | - (void)deleteBackward:(nullable id)sender;
  12158. | ^~~~~~~~
  12159. | cg_nullable
  12160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:222:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12161. 222 | - (void)deleteBackwardByDecomposingPreviousCharacter:(nullable id)sender;
  12162. | ^~~~~~~~
  12163. | cg_nullable
  12164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:223:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12165. 223 | - (void)deleteWordForward:(nullable id)sender;
  12166. | ^~~~~~~~
  12167. | cg_nullable
  12168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:224:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12169. 224 | - (void)deleteWordBackward:(nullable id)sender;
  12170. | ^~~~~~~~
  12171. | cg_nullable
  12172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:225:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12173. 225 | - (void)deleteToBeginningOfLine:(nullable id)sender;
  12174. | ^~~~~~~~
  12175. | cg_nullable
  12176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:226:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12177. 226 | - (void)deleteToEndOfLine:(nullable id)sender;
  12178. | ^~~~~~~~
  12179. | cg_nullable
  12180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:227:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12181. 227 | - (void)deleteToBeginningOfParagraph:(nullable id)sender;
  12182. | ^~~~~~~~
  12183. | cg_nullable
  12184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:228:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12185. 228 | - (void)deleteToEndOfParagraph:(nullable id)sender;
  12186. | ^~~~~~~~
  12187. | cg_nullable
  12188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:230:15: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12189. 230 | - (void)yank:(nullable id)sender;
  12190. | ^~~~~~~~
  12191. | cg_nullable
  12192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:234:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12193. 234 | - (void)complete:(nullable id)sender;
  12194. | ^~~~~~~~
  12195. | cg_nullable
  12196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:238:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12197. 238 | - (void)setMark:(nullable id)sender;
  12198. | ^~~~~~~~
  12199. | cg_nullable
  12200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:239:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12201. 239 | - (void)deleteToMark:(nullable id)sender;
  12202. | ^~~~~~~~
  12203. | cg_nullable
  12204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:240:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12205. 240 | - (void)selectToMark:(nullable id)sender;
  12206. | ^~~~~~~~
  12207. | cg_nullable
  12208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:241:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12209. 241 | - (void)swapWithMark:(nullable id)sender;
  12210. | ^~~~~~~~
  12211. | cg_nullable
  12212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:245:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12213. 245 | - (void)cancelOperation:(nullable id)sender;
  12214. | ^~~~~~~~
  12215. | cg_nullable
  12216. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:249:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12217. 249 | - (void)makeBaseWritingDirectionNatural:(nullable id)sender API_AVAILABLE(macos(10.6));
  12218. | ^~~~~~~~
  12219. | cg_nullable
  12220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:250:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12221. 250 | - (void)makeBaseWritingDirectionLeftToRight:(nullable id)sender API_AVAILABLE(macos(10.6));
  12222. | ^~~~~~~~
  12223. | cg_nullable
  12224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:251:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12225. 251 | - (void)makeBaseWritingDirectionRightToLeft:(nullable id)sender API_AVAILABLE(macos(10.6));
  12226. | ^~~~~~~~
  12227. | cg_nullable
  12228. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:253:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12229. 253 | - (void)makeTextWritingDirectionNatural:(nullable id)sender API_AVAILABLE(macos(10.6));
  12230. | ^~~~~~~~
  12231. | cg_nullable
  12232. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:254:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12233. 254 | - (void)makeTextWritingDirectionLeftToRight:(nullable id)sender API_AVAILABLE(macos(10.6));
  12234. | ^~~~~~~~
  12235. | cg_nullable
  12236. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:255:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12237. 255 | - (void)makeTextWritingDirectionRightToLeft:(nullable id)sender API_AVAILABLE(macos(10.6));
  12238. | ^~~~~~~~
  12239. | cg_nullable
  12240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:260:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12241. 260 | - (void)quickLookPreviewItems:(nullable id)sender API_AVAILABLE(macos(10.8));
  12242. | ^~~~~~~~
  12243. | cg_nullable
  12244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:268:32: error: unknown property attribute 'strong'
  12245. 268 | @property (nullable, readonly, strong) NSUndoManager *undoManager;
  12246. | ^~~~~~
  12247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:275:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12248. 275 | - (BOOL)validateProposedFirstResponder:(NSResponder *)responder forEvent:(nullable NSEvent *)event API_AVAILABLE(macos(10.7));
  12249. | ^~~~~~~~
  12250. | cg_nullable
  12251. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:306:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12252. 306 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  12253. | ^~~~~~~~
  12254. | cg_nullable
  12255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:306:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12256. 306 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  12257. | ^~~~~~~~
  12258. | cg_nullable
  12259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:306:169: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12260. 306 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  12261. | ^~~~~~~~
  12262. | cg_nullable
  12263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:327:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12264. 327 | - (void)performTextFinderAction:(nullable id)sender API_AVAILABLE(macos(10.7));
  12265. | ^~~~~~~~
  12266. | cg_nullable
  12267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:336:4: error: 'IBAction' does not name a type
  12268. 336 | - (IBAction)newWindowForTab:(nullable id)sender API_AVAILABLE(macos(10.12));
  12269. | ^~~~~~~~
  12270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:336:4: note: the macro 'IBAction' had not yet been defined
  12271. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:9,
  12272. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserActivity.h:11,
  12273. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:14,
  12274. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:11,
  12275. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:16:
  12276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibDeclarations.h:13: note: it was later defined here
  12277. 13 | #define IBAction void
  12278. |
  12279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSResponder.h:336:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12280. 336 | - (IBAction)newWindowForTab:(nullable id)sender API_AVAILABLE(macos(10.12));
  12281. | ^~~~~~~~
  12282. | cg_nullable
  12283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:84:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12284. 84 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  12285. | ^~~~~~~~
  12286. | cg_nullable
  12287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: error: expected '>' before 'NSView'
  12288. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  12289. | ^~~~~~
  12290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: error: cannot find protocol declaration for '__kindof'
  12291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: error: 'copy' attribute is only valid for Objective-C objects
  12292. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  12293. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  12294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:41: error: expected ';' before '*' token
  12295. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  12296. | ^~
  12297. | ;
  12298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:90:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12299. 90 | - (nullable NSView *)ancestorSharedWithView:(NSView *)view;
  12300. | ^~~~~~~~
  12301. | cg_nullable
  12302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:95:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12303. 95 | - (void)getRectsBeingDrawn:(const NSRect * _Nullable * _Nullable)rects count:(nullable NSInteger *)count;
  12304. | ^~~~~~~~
  12305. | cg_nullable
  12306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:102:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12307. 102 | - (void)addSubview:(NSView *)view positioned:(NSWindowOrderingMode)place relativeTo:(nullable NSView *)otherView;
  12308. | ^~~~~~~~
  12309. | cg_nullable
  12310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:103:70: error: expected ')' before '(' token
  12311. 103 | - (void)sortSubviewsUsingFunction:(NSComparisonResult (NS_NOESCAPE *)(__kindof NSView *, __kindof NSView *, void * _Nullable))compare context:(nullable void *)context;
  12312. | ~ ^
  12313. | )
  12314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:103:70: error: expected identifier before '(' token
  12315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:103:70: error: expected ';' before '(' token
  12316. 103 | - (void)sortSubviewsUsingFunction:(NSComparisonResult (NS_NOESCAPE *)(__kindof NSView *, __kindof NSView *, void * _Nullable))compare context:(nullable void *)context;
  12317. | ^
  12318. | ;
  12319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:107:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12320. 107 | - (void)viewWillMoveToWindow:(nullable NSWindow *)newWindow;
  12321. | ^~~~~~~~
  12322. | cg_nullable
  12323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:109:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12324. 109 | - (void)viewWillMoveToSuperview:(nullable NSView *)newSuperview;
  12325. | ^~~~~~~~
  12326. | cg_nullable
  12327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:149:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12328. 149 | - (NSPoint)convertPoint:(NSPoint)point fromView:(nullable NSView *)view;
  12329. | ^~~~~~~~
  12330. | cg_nullable
  12331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:150:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12332. 150 | - (NSPoint)convertPoint:(NSPoint)point toView:(nullable NSView *)view;
  12333. | ^~~~~~~~
  12334. | cg_nullable
  12335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:151:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12336. 151 | - (NSSize)convertSize:(NSSize)size fromView:(nullable NSView *)view;
  12337. | ^~~~~~~~
  12338. | cg_nullable
  12339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:152:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12340. 152 | - (NSSize)convertSize:(NSSize)size toView:(nullable NSView *)view;
  12341. | ^~~~~~~~
  12342. | cg_nullable
  12343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:153:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12344. 153 | - (NSRect)convertRect:(NSRect)rect fromView:(nullable NSView *)view;
  12345. | ^~~~~~~~
  12346. | cg_nullable
  12347. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:154:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12348. 154 | - (NSRect)convertRect:(NSRect)rect toView:(nullable NSView *)view;
  12349. | ^~~~~~~~
  12350. | cg_nullable
  12351. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:192:39: error: unknown property attribute 'strong'
  12352. 192 | @property (class, readonly, nullable, strong) NSView *focusView;
  12353. | ^~~~~~
  12354. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:205:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12355. 205 | - (nullable NSBitmapImageRep *)bitmapImageRepForCachingDisplayInRect:(NSRect)rect;
  12356. | ^~~~~~~~
  12357. | cg_nullable
  12358. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:216:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12359. 216 | - (nullable NSView *)hitTest:(NSPoint)point;
  12360. | ^~~~~~~~
  12361. | cg_nullable
  12362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:218:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12363. 218 | - (nullable __kindof NSView *)viewWithTag:(NSInteger)tag;
  12364. | ^~~~~~~~
  12365. | cg_nullable
  12366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:221:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12367. 221 | - (BOOL)acceptsFirstMouse:(nullable NSEvent *)event;
  12368. | ^~~~~~~~
  12369. | cg_nullable
  12370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:238:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12371. 238 | - (NSTrackingRectTag)addTrackingRect:(NSRect)rect owner:(id)owner userData:(nullable void *)data assumeInside:(BOOL)flag;
  12372. | ^~~~~~~~
  12373. | cg_nullable
  12374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:255:22: error: unknown property attribute 'strong'
  12375. 255 | @property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
  12376. | ^~~~~~
  12377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:255:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12378. 255 | @property (nullable, strong) CALayer *layer API_AVAILABLE(macos(10.5));
  12379. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  12380. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:279:35: error: expected '>' before 'CIFilter'
  12381. 279 | @property (copy) NSArray<__kindof CIFilter *> *backgroundFilters API_AVAILABLE(macos(10.5));
  12382. | ^~~~~~~~
  12383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:279:35: error: cannot find protocol declaration for '__kindof'
  12384. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:279:35: error: 'copy' attribute is only valid for Objective-C objects
  12385. 279 | @property (copy) NSArray<__kindof CIFilter *> *backgroundFilters API_AVAILABLE(macos(10.5));
  12386. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  12387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:279:43: error: expected ';' before '*' token
  12388. 279 | @property (copy) NSArray<__kindof CIFilter *> *backgroundFilters API_AVAILABLE(macos(10.5));
  12389. | ^~
  12390. | ;
  12391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:281:22: error: unknown property attribute 'strong'
  12392. 281 | @property (nullable, strong) CIFilter *compositingFilter API_AVAILABLE(macos(10.5));
  12393. | ^~~~~~
  12394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:281:40: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12395. 281 | @property (nullable, strong) CIFilter *compositingFilter API_AVAILABLE(macos(10.5));
  12396. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  12397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:283:35: error: expected '>' before 'CIFilter'
  12398. 283 | @property (copy) NSArray<__kindof CIFilter *> *contentFilters API_AVAILABLE(macos(10.5));
  12399. | ^~~~~~~~
  12400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:283:35: error: cannot find protocol declaration for '__kindof'
  12401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:283:35: error: 'copy' attribute is only valid for Objective-C objects
  12402. 283 | @property (copy) NSArray<__kindof CIFilter *> *contentFilters API_AVAILABLE(macos(10.5));
  12403. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  12404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:283:1: error: redeclaration of property 'CIFilter'
  12405. 283 | @property (copy) NSArray<__kindof CIFilter *> *contentFilters API_AVAILABLE(macos(10.5));
  12406. | ^~~~~~~~~
  12407. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:279:35: note: originally specified here
  12408. 279 | @property (copy) NSArray<__kindof CIFilter *> *backgroundFilters API_AVAILABLE(macos(10.5));
  12409. | ^~~~~~~~
  12410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:283:43: error: expected ';' before '*' token
  12411. 283 | @property (copy) NSArray<__kindof CIFilter *> *contentFilters API_AVAILABLE(macos(10.5));
  12412. | ^~
  12413. | ;
  12414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:291:51: error: expected '>' before '*' token
  12415. 291 | @property (readonly, copy) NSArray<NSTrackingArea *> *trackingAreas API_AVAILABLE(macos(10.5));
  12416. | ^
  12417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:291:51: error: cannot find protocol declaration for 'NSTrackingArea'
  12418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:291:52: error: expected unqualified-id before '>' token
  12419. 291 | @property (readonly, copy) NSArray<NSTrackingArea *> *trackingAreas API_AVAILABLE(macos(10.5));
  12420. | ^
  12421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:299:32: error: unknown property attribute 'strong'
  12422. 299 | @property (nullable, readonly, strong) NSScrollView *enclosingScrollView;
  12423. | ^~~~~~
  12424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:301:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12425. 301 | - (nullable NSMenu *)menuForEvent:(NSEvent *)event;
  12426. | ^~~~~~~~
  12427. | cg_nullable
  12428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:302:39: error: unknown property attribute 'strong'
  12429. 302 | @property (class, readonly, nullable, strong) NSMenu *defaultMenu;
  12430. | ^~~~~~
  12431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:318:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12432. 318 | - (void)didCloseMenu:(NSMenu *)menu withEvent:(nullable NSEvent *)event API_AVAILABLE(macos(10.11));
  12433. | ^~~~~~~~
  12434. | cg_nullable
  12435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:321:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12436. 321 | - (NSToolTipTag)addToolTipRect:(NSRect)rect owner:(id)owner userData:(nullable void *)data;
  12437. | ^~~~~~~~
  12438. | cg_nullable
  12439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:351:32: error: unknown property attribute 'strong'
  12440. 351 | @property (nullable, readonly, strong) NSTextInputContext *inputContext API_AVAILABLE(macos(10.6));
  12441. | ^~~~~~
  12442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:390:1: error: cannot use an object as parameter to a method
  12443. 390 | @end
  12444. | ^~~~
  12445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:390:1: error: cannot use an object as parameter to a method
  12446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:390:1: error: cannot use an object as parameter to a method
  12447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:390:1: error: cannot use an object as parameter to a method
  12448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:408:101:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12449. 408 | - (NSString *)view:(NSView *)view stringForToolTip:(NSToolTipTag)tag point:(NSPoint)point userData:(nullable void *)data;
  12450. | ^~~~~~~~
  12451. | cg_nullable
  12452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:413:101:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12453. 413 | - (NSString *)view:(NSView *)view stringForToolTip:(NSToolTipTag)tag point:(NSPoint)point userData:(nullable void *)data API_DEPRECATED("This is now a method of the NSViewToolTipOwner protocol.", macos(10.0, 11.0));
  12454. | ^~~~~~~~
  12455. | cg_nullable
  12456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:444:16: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12457. 444 | - (void)print:(nullable id)sender;
  12458. | ^~~~~~~~
  12459. | cg_nullable
  12460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:475:78: error: expected '>' before '*' token
  12461. 475 | - (NSDraggingSession *)beginDraggingSessionWithItems:(NSArray<NSDraggingItem *> *)items event:(NSEvent *)event source:(id<NSDraggingSource>)source API_AVAILABLE(macos(10.7));
  12462. | ^
  12463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:475:78: error: cannot find protocol declaration for 'NSDraggingItem'
  12464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:475:79: error: expected ')' before '>' token
  12465. 475 | - (NSDraggingSession *)beginDraggingSessionWithItems:(NSArray<NSDraggingItem *> *)items event:(NSEvent *)event source:(id<NSDraggingSource>)source API_AVAILABLE(macos(10.7));
  12466. | ~ ^
  12467. | )
  12468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:475:79: error: expected identifier before '>' token
  12469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:475:79: error: expected ';' before '>' token
  12470. 475 | - (NSDraggingSession *)beginDraggingSessionWithItems:(NSArray<NSDraggingItem *> *)items event:(NSEvent *)event source:(id<NSDraggingSource>)source API_AVAILABLE(macos(10.7));
  12471. | ^
  12472. | ;
  12473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:477:52: error: cannot find protocol declaration for 'NSPasteboardType'
  12474. 477 | @property (readonly, copy) NSArray<NSPasteboardType> *registeredDraggedTypes;
  12475. | ^
  12476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:478:58: error: cannot find protocol declaration for 'NSPasteboardType'
  12477. 478 | - (void)registerForDraggedTypes:(NSArray<NSPasteboardType> *)newTypes;
  12478. | ^
  12479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:490:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12480. 490 | - (BOOL)enterFullScreenMode:(NSScreen *)screen withOptions:(nullable NSDictionary<NSViewFullScreenModeOptionKey, id> *)options API_AVAILABLE(macos(10.5));
  12481. | ^~~~~~~~
  12482. | cg_nullable
  12483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:491:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12484. 491 | - (void)exitFullScreenModeWithOptions:(nullable NSDictionary<NSViewFullScreenModeOptionKey, id> *)options API_AVAILABLE(macos(10.5));
  12485. | ^~~~~~~~
  12486. | cg_nullable
  12487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:512:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12488. 512 | - (void)showDefinitionForAttributedString:(nullable NSAttributedString *)attrString atPoint:(NSPoint)textBaselineOrigin API_AVAILABLE(macos(10.6));
  12489. | ^~~~~~~~
  12490. | cg_nullable
  12491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:522:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12492. 522 | - (void)showDefinitionForAttributedString:(nullable NSAttributedString *)attrString range:(NSRange)targetRange options:(nullable NSDictionary<NSDefinitionOptionKey, id> *)options baselineOriginProvider:(NSPoint (^ _Nullable)(NSRange adjustedRange))originProvider API_AVAILABLE(macos(10.6));
  12493. | ^~~~~~~~
  12494. | cg_nullable
  12495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:522:121:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12496. 522 | - (void)showDefinitionForAttributedString:(nullable NSAttributedString *)attrString range:(NSRange)targetRange options:(nullable NSDictionary<NSDefinitionOptionKey, id> *)options baselineOriginProvider:(NSPoint (^ _Nullable)(NSRange adjustedRange))originProvider API_AVAILABLE(macos(10.6));
  12497. | ^~~~~~~~
  12498. | cg_nullable
  12499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:522:211:error: expected ')' before '(' token
  12500. 522 | - (void)showDefinitionForAttributedString:(nullable NSAttributedString *)attrString range:(NSRange)targetRange options:(nullable NSDictionary<NSDefinitionOptionKey, id> *)options baselineOriginProvider:(NSPoint (^ _Nullable)(NSRange adjustedRange))originProvider API_AVAILABLE(macos(10.6));
  12501. | ~ ^~
  12502. | )
  12503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:522:212:error: expected identifier before '(' token
  12504. 522 | - (void)showDefinitionForAttributedString:(nullable NSAttributedString *)attrString range:(NSRange)targetRange options:(nullable NSDictionary<NSDefinitionOptionKey, id> *)options baselineOriginProvider:(NSPoint (^ _Nullable)(NSRange adjustedRange))originProvider API_AVAILABLE(macos(10.6));
  12505. | ^
  12506. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:522:211:error: expected ';' before '(' token
  12507. 522 | - (void)showDefinitionForAttributedString:(nullable NSAttributedString *)attrString range:(NSRange)targetRange options:(nullable NSDictionary<NSDefinitionOptionKey, id> *)options baselineOriginProvider:(NSPoint (^ _Nullable)(NSRange adjustedRange))originProvider API_AVAILABLE(macos(10.6));
  12508. | ^~
  12509. | ;
  12510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:538:35: error: expected '>' before 'NSGestureRecognizer'
  12511. 538 | @property (copy) NSArray<__kindof NSGestureRecognizer *> *gestureRecognizers API_AVAILABLE(macos(10.10));
  12512. | ^~~~~~~~~~~~~~~~~~~
  12513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:538:35: error: cannot find protocol declaration for '__kindof'
  12514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:538:35: error: 'copy' attribute is only valid for Objective-C objects
  12515. 538 | @property (copy) NSArray<__kindof NSGestureRecognizer *> *gestureRecognizers API_AVAILABLE(macos(10.10));
  12516. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  12517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:538:54: error: expected ';' before '*' token
  12518. 538 | @property (copy) NSArray<__kindof NSGestureRecognizer *> *gestureRecognizers API_AVAILABLE(macos(10.10));
  12519. | ^~
  12520. | ;
  12521. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:541:1: error: cannot use an object as parameter to a method
  12522. 541 | @end
  12523. | ^~~~
  12524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:541:1: error: cannot use an object as parameter to a method
  12525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:557:21: error: unknown property attribute 'strong'
  12526. 557 | @property(readonly, strong) NSLayoutGuide *safeAreaLayoutGuide API_AVAILABLE(macos(11.0));
  12527. | ^~~~~~
  12528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:563:22: error: unknown property attribute 'strong'
  12529. 563 | @property (readonly, strong) NSLayoutGuide *layoutMarginsGuide API_AVAILABLE(macos(11.0));
  12530. | ^~~~~~
  12531. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:572:52: error: expected '>' before '*' token
  12532. 572 | - (BOOL)dragPromisedFilesOfTypes:(NSArray<NSString *> *)typeArray fromRect:(NSRect)rect source:(id)sourceObject slideBack:(BOOL)flag event:(NSEvent *)event API_DEPRECATED("Use -beginDraggingSessionWithItems:event:source: with an NSFilePromiseProvider instead", macos(10.0,10.13));
  12533. | ^
  12534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:572:52: error: cannot find protocol declaration for 'NSString'
  12535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:572:53: error: expected ')' before '>' token
  12536. 572 | - (BOOL)dragPromisedFilesOfTypes:(NSArray<NSString *> *)typeArray fromRect:(NSRect)rect source:(id)sourceObject slideBack:(BOOL)flag event:(NSEvent *)event API_DEPRECATED("Use -beginDraggingSessionWithItems:event:source: with an NSFilePromiseProvider instead", macos(10.0,10.13));
  12537. | ~ ^
  12538. | )
  12539. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:572:53: error: expected identifier before '>' token
  12540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:572:53: error: expected ';' before '>' token
  12541. 572 | - (BOOL)dragPromisedFilesOfTypes:(NSArray<NSString *> *)typeArray fromRect:(NSRect)rect source:(id)sourceObject slideBack:(BOOL)flag event:(NSEvent *)event API_DEPRECATED("Use -beginDraggingSessionWithItems:event:source: with an NSFilePromiseProvider instead", macos(10.0,10.13));
  12542. | ^
  12543. | ;
  12544. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:10:
  12545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellProtocol.h:19:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12546. 19 | - (void)changeSpelling:(nullable id)sender;
  12547. | ^~~~~~~~
  12548. | cg_nullable
  12549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellProtocol.h:27:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12550. 27 | - (void)ignoreSpelling:(nullable id)sender;
  12551. | ^~~~~~~~
  12552. | cg_nullable
  12553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:46:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12554. 46 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  12555. | ^~~~~~~~
  12556. | cg_nullable
  12557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12558. 54 | - (nullable NSData *)RTFFromRange:(NSRange)range;
  12559. | ^~~~~~~~
  12560. | cg_nullable
  12561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:55:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12562. 55 | - (nullable NSData *)RTFDFromRange:(NSRange)range;
  12563. | ^~~~~~~~
  12564. | cg_nullable
  12565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:77:22: error: unknown property attribute 'strong'
  12566. 77 | @property (nullable, strong) NSFont *font;
  12567. | ^~~~~~
  12568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:77:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12569. 77 | @property (nullable, strong) NSFont *font;
  12570. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  12571. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:85:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12572. 85 | - (void)setTextColor:(nullable NSColor *)color range:(NSRange)range; // Passing nil removes NSForegroundColorAttributeName from range
  12573. | ^~~~~~~~
  12574. | cg_nullable
  12575. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:96:15: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12576. 96 | - (void)copy:(nullable id)sender;
  12577. | ^~~~~~~~
  12578. | cg_nullable
  12579. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:97:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12580. 97 | - (void)copyFont:(nullable id)sender;
  12581. | ^~~~~~~~
  12582. | cg_nullable
  12583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:98:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12584. 98 | - (void)copyRuler:(nullable id)sender;
  12585. | ^~~~~~~~
  12586. | cg_nullable
  12587. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:99:14: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12588. 99 | - (void)cut:(nullable id)sender;
  12589. | ^~~~~~~~
  12590. | cg_nullable
  12591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:100:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12592. 100 | - (void)delete:(nullable id)sender;
  12593. | ^~~~~~~~
  12594. | cg_nullable
  12595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:101:16: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12596. 101 | - (void)paste:(nullable id)sender;
  12597. | ^~~~~~~~
  12598. | cg_nullable
  12599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:102:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12600. 102 | - (void)pasteFont:(nullable id)sender;
  12601. | ^~~~~~~~
  12602. | cg_nullable
  12603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:103:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12604. 103 | - (void)pasteRuler:(nullable id)sender;
  12605. | ^~~~~~~~
  12606. | cg_nullable
  12607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:104:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12608. 104 | - (void)selectAll:(nullable id)sender;
  12609. | ^~~~~~~~
  12610. | cg_nullable
  12611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:105:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12612. 105 | - (void)changeFont:(nullable id)sender;
  12613. | ^~~~~~~~
  12614. | cg_nullable
  12615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:106:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12616. 106 | - (void)alignLeft:(nullable id)sender;
  12617. | ^~~~~~~~
  12618. | cg_nullable
  12619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:107:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12620. 107 | - (void)alignRight:(nullable id)sender;
  12621. | ^~~~~~~~
  12622. | cg_nullable
  12623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:108:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12624. 108 | - (void)alignCenter:(nullable id)sender;
  12625. | ^~~~~~~~
  12626. | cg_nullable
  12627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:109:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12628. 109 | - (void)subscript:(nullable id)sender;
  12629. | ^~~~~~~~
  12630. | cg_nullable
  12631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:110:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12632. 110 | - (void)superscript:(nullable id)sender;
  12633. | ^~~~~~~~
  12634. | cg_nullable
  12635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:111:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12636. 111 | - (void)underline:(nullable id)sender;
  12637. | ^~~~~~~~
  12638. | cg_nullable
  12639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:112:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12640. 112 | - (void)unscript:(nullable id)sender;
  12641. | ^~~~~~~~
  12642. | cg_nullable
  12643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:113:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12644. 113 | - (void)showGuessPanel:(nullable id)sender;
  12645. | ^~~~~~~~
  12646. | cg_nullable
  12647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:114:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12648. 114 | - (void)checkSpelling:(nullable id)sender;
  12649. | ^~~~~~~~
  12650. | cg_nullable
  12651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:115:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12652. 115 | - (void)toggleRuler:(nullable id)sender;
  12653. | ^~~~~~~~
  12654. | cg_nullable
  12655. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:12:
  12656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:51:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12657. 51 | + (NSCharacterSet *)columnTerminatorsForLocale:(nullable NSLocale *)aLocale API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0)); // Returns the column terminators for locale. Passing nil returns an instance corresponding to +[NSLocale systemLocale]. For matching user's formatting preferences, pass +[NSLocale currentLocale]. Can be used as the value for NSTabColumnTerminatorsAttributeName to make a decimal tab stop.
  12658. | ^~~~~~~~
  12659. | cg_nullable
  12660. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:53:132: error: cannot find protocol declaration for 'NSTextTabOptionKey'
  12661. 53 | - (instancetype)initWithTextAlignment:(NSTextAlignment)alignment location:(CGFloat)loc options:(NSDictionary<NSTextTabOptionKey, id> *)options NS_DESIGNATED_INITIALIZER; // Initializes a text tab with the text alignment, location, and options. The text alignment is used to determine the position of text inside the tab column.
  12662. | ^
  12663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:53:132: error: cannot find protocol declaration for 'id'
  12664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:58:57: error: cannot find protocol declaration for 'NSTextTabOptionKey'
  12665. 58 | @property (readonly) NSDictionary<NSTextTabOptionKey, id> *options; // Optional configuration attributes
  12666. | ^
  12667. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:58:57: error: cannot find protocol declaration for 'id'
  12668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:68:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12669. 68 | + (NSWritingDirection)defaultWritingDirectionForLanguage:(nullable NSString *)languageName; // languageName is in ISO lang region format
  12670. | ^~~~~~~~
  12671. | cg_nullable
  12672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:93:45: error: expected '>' before '*' token
  12673. 93 | @property (readonly,copy) NSArray<NSTextTab *> *tabStops API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0)); // An array of NSTextTabs. Contents should be ordered by location. The default value is an array of 12 left-aligned tabs at 28pt interval
  12674. | ^
  12675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:93:45: error: cannot find protocol declaration for 'NSTextTab'
  12676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:93:46: error: expected unqualified-id before '>' token
  12677. 93 | @property (readonly,copy) NSArray<NSTextTab *> *tabStops API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0)); // An array of NSTextTabs. Contents should be ordered by location. The default value is an array of 12 left-aligned tabs at 28pt interval
  12678. | ^
  12679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:101:45: error: expected '>' before 'NSTextBlock'
  12680. 101 | @property (readonly, copy) NSArray<__kindof NSTextBlock *> *textBlocks; // Array to specify the text blocks containing the paragraph, nested from outermost to innermost.
  12681. | ^~~~~~~~~~~
  12682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:101:45: error: cannot find protocol declaration for '__kindof'
  12683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:101:45: error: 'copy' attribute is only valid for Objective-C objects
  12684. 101 | @property (readonly, copy) NSArray<__kindof NSTextBlock *> *textBlocks; // Array to specify the text blocks containing the paragraph, nested from outermost to innermost.
  12685. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  12686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:101:56: error: expected ';' before '*' token
  12687. 101 | @property (readonly, copy) NSArray<__kindof NSTextBlock *> *textBlocks; // Array to specify the text blocks containing the paragraph, nested from outermost to innermost.
  12688. | ^~
  12689. | ;
  12690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:102:47: error: expected '>' before '*' token
  12691. 102 | @property (readonly, copy) NSArray<NSTextList *> *textLists; // Array to specify the text lists containing the paragraph, nested from outermost to innermost.
  12692. | ^
  12693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:102:47: error: cannot find protocol declaration for 'NSTextList'
  12694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:102:48: error: expected unqualified-id before '>' token
  12695. 102 | @property (readonly, copy) NSArray<NSTextList *> *textLists; // Array to specify the text lists containing the paragraph, nested from outermost to innermost.
  12696. | ^
  12697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:109:1: error: cannot use an object as parameter to a method
  12698. 109 | @end
  12699. | ^~~~
  12700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:127:53: error: expected '>' before '*' token
  12701. 127 | @property (null_resettable, copy) NSArray<NSTextTab *> *tabStops API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  12702. | ^
  12703. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:127:53: error: cannot find protocol declaration for 'NSTextTab'
  12704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:127:54: error: expected unqualified-id before '>' token
  12705. 127 | @property (null_resettable, copy) NSArray<NSTextTab *> *tabStops API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  12706. | ^
  12707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:137:35: error: expected '>' before 'NSTextBlock'
  12708. 137 | @property (copy) NSArray<__kindof NSTextBlock *> *textBlocks;
  12709. | ^~~~~~~~~~~
  12710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:137:35: error: cannot find protocol declaration for '__kindof'
  12711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:137:35: error: 'copy' attribute is only valid for Objective-C objects
  12712. 137 | @property (copy) NSArray<__kindof NSTextBlock *> *textBlocks;
  12713. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  12714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:137:46: error: expected ';' before '*' token
  12715. 137 | @property (copy) NSArray<__kindof NSTextBlock *> *textBlocks;
  12716. | ^~
  12717. | ;
  12718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:138:37: error: expected '>' before '*' token
  12719. 138 | @property (copy) NSArray<NSTextList *> *textLists;
  12720. | ^
  12721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:138:37: error: cannot find protocol declaration for 'NSTextList'
  12722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:138:38: error: expected unqualified-id before '>' token
  12723. 138 | @property (copy) NSArray<NSTextList *> *textLists;
  12724. | ^
  12725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:141:1: error: cannot use an object as parameter to a method
  12726. 141 | @end
  12727. | ^~~~
  12728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSParagraphStyle.h:141:1: error: cannot use an object as parameter to a method
  12729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:102:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12730. 102 | - (instancetype)initImageCell:(nullable NSImage *)image NS_DESIGNATED_INITIALIZER;
  12731. | ^~~~~~~~
  12732. | cg_nullable
  12733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:110:22: error: unknown property attribute 'weak'
  12734. 110 | @property (nullable, weak) id target; // Target is weak for zeroing-weak compatible objects in apps linked on 10.10 or later. Otherwise the behavior of this property is 'assign'.
  12735. | ^~~~
  12736. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:110:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12737. 110 | @property (nullable, weak) id target; // Target is weak for zeroing-weak compatible objects in apps linked on 10.10 or later. Otherwise the behavior of this property is 'assign'.
  12738. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  12739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:130:22: error: unknown property attribute 'strong'
  12740. 130 | @property (nullable, strong) NSFont *font;
  12741. | ^~~~~~
  12742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:130:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12743. 130 | @property (nullable, strong) NSFont *font;
  12744. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  12745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:132:22: error: unknown property attribute 'strong'
  12746. 132 | @property (nullable, strong) __kindof NSFormatter *formatter;
  12747. | ^~~~~~
  12748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:132:30: error: '__kindof' has not been declared
  12749. 132 | @property (nullable, strong) __kindof NSFormatter *formatter;
  12750. | ^~~~~~~~
  12751. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:141:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12752. 141 | - (void)takeIntValueFrom:(nullable id)sender;
  12753. | ^~~~~~~~
  12754. | cg_nullable
  12755. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:142:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12756. 142 | - (void)takeFloatValueFrom:(nullable id)sender;
  12757. | ^~~~~~~~
  12758. | cg_nullable
  12759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:143:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12760. 143 | - (void)takeDoubleValueFrom:(nullable id)sender;
  12761. | ^~~~~~~~
  12762. | cg_nullable
  12763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:144:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12764. 144 | - (void)takeStringValueFrom:(nullable id)sender;
  12765. | ^~~~~~~~
  12766. | cg_nullable
  12767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:145:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12768. 145 | - (void)takeObjectValueFrom:(nullable id)sender;
  12769. | ^~~~~~~~
  12770. | cg_nullable
  12771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:146:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12772. 146 | - (void)takeIntegerValueFrom:(nullable id)sender API_AVAILABLE(macos(10.5));
  12773. | ^~~~~~~~
  12774. | cg_nullable
  12775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:147:22: error: unknown property attribute 'strong'
  12776. 147 | @property (nullable, strong) NSImage *image;
  12777. | ^~~~~~
  12778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:147:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12779. 147 | @property (nullable, strong) NSImage *image;
  12780. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  12781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:149:22: error: unknown property attribute 'strong'
  12782. 149 | @property (nullable, strong) id representedObject;
  12783. | ^~~~~~
  12784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:149:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12785. 149 | @property (nullable, strong) id representedObject;
  12786. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  12787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:157:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12788. 157 | - (nullable NSColor *)highlightColorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
  12789. | ^~~~~~~~
  12790. | cg_nullable
  12791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:169:100:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12792. 169 | - (void)editWithFrame:(NSRect)rect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(nullable id)delegate event:(nullable NSEvent *)event;
  12793. | ^~~~~~~~
  12794. | cg_nullable
  12795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:169:128:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12796. 169 | - (void)editWithFrame:(NSRect)rect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(nullable id)delegate event:(nullable NSEvent *)event;
  12797. | ^~~~~~~~
  12798. | cg_nullable
  12799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:170:102:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12800. 170 | - (void)selectWithFrame:(NSRect)rect inView:(NSView *)controlView editor:(NSText *)textObj delegate:(nullable id)delegate start:(NSInteger)selStart length:(NSInteger)selLength;
  12801. | ^~~~~~~~
  12802. | cg_nullable
  12803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:174:22: error: unknown property attribute 'strong'
  12804. 174 | @property (nullable, strong) NSMenu *menu;
  12805. | ^~~~~~
  12806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:174:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12807. 174 | @property (nullable, strong) NSMenu *menu;
  12808. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  12809. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:175:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12810. 175 | - (nullable NSMenu *)menuForEvent:(NSEvent *)event inRect:(NSRect)cellFrame ofView:(NSView *)view;
  12811. | ^~~~~~~~
  12812. | cg_nullable
  12813. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:176:39: error: unknown property attribute 'strong'
  12814. 176 | @property (class, readonly, nullable, strong) NSMenu *defaultMenu;
  12815. | ^~~~~~
  12816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:200:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12817. 200 | - (nullable NSTextView *)fieldEditorForView:(NSView *)controlView API_AVAILABLE(macos(10.6));
  12818. | ^~~~~~~~
  12819. | cg_nullable
  12820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:208:37: error: expected '>' before '*' token
  12821. 208 | - (NSArray<NSDraggingImageComponent *> *)draggingImageComponentsWithFrame:(NSRect)frame inView:(NSView *)view API_AVAILABLE(macos(10.7));
  12822. | ^
  12823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:208:37: error: cannot find protocol declaration for 'NSDraggingImageComponent'
  12824. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:208:38: error: expected ')' before '>' token
  12825. 208 | - (NSArray<NSDraggingImageComponent *> *)draggingImageComponentsWithFrame:(NSRect)frame inView:(NSView *)view API_AVAILABLE(macos(10.7));
  12826. | ~ ^
  12827. | )
  12828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:208:38: error: objective-c++ method declaration is expected before '>' token
  12829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:217:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12830. 217 | - (void)performClick:(nullable id)sender;
  12831. | ^~~~~~~~
  12832. | cg_nullable
  12833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:16:22: error: unknown property attribute 'weak'
  12834. 16 | @property (nullable, weak) id target; // Target is weak for zeroing-weak compatible objects in apps linked on 10.10 or later. Otherwise the behavior of this property is 'assign’.
  12835. | ^~~~
  12836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSActionCell.h:16:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12837. 16 | @property (nullable, weak) id target; // Target is weak for zeroing-weak compatible objects in apps linked on 10.10 or later. Otherwise the behavior of this property is 'assign’.
  12838. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  12839. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:13:
  12840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:98:32: error: unknown property attribute 'strong'
  12841. 98 | @property (nullable, readonly, strong) NSImage *icon;
  12842. | ^~~~~~
  12843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:117:33: error: expected '>' before '*' token
  12844. 117 | + (NSArray<NSRunningApplication *> *)runningApplicationsWithBundleIdentifier:(NSString *)bundleIdentifier;
  12845. | ^
  12846. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:117:33: error: cannot find protocol declaration for 'NSRunningApplication'
  12847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:117:34: error: expected ')' before '>' token
  12848. 117 | + (NSArray<NSRunningApplication *> *)runningApplicationsWithBundleIdentifier:(NSString *)bundleIdentifier;
  12849. | ~ ^
  12850. | )
  12851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:117:34: error: objective-c++ method declaration is expected before '>' token
  12852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:120:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12853. 120 | + (nullable instancetype)runningApplicationWithProcessIdentifier:(pid_t)pid;
  12854. | ^~~~~~~~
  12855. | cg_nullable
  12856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:123:29: error: unknown property attribute 'strong'
  12857. 123 | @property (class, readonly, strong) __kindof NSRunningApplication *currentApplication;
  12858. | ^~~~~~
  12859. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:123:37: error: '__kindof' has not been declared
  12860. 123 | @property (class, readonly, strong) __kindof NSRunningApplication *currentApplication;
  12861. | ^~~~~~~~
  12862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:141:57: error: expected '>' before '*' token
  12863. 141 | @property (readonly, copy) NSArray<NSRunningApplication *> *runningApplications API_AVAILABLE(macos(10.6));
  12864. | ^
  12865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:141:57: error: cannot find protocol declaration for 'NSRunningApplication'
  12866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRunningApplication.h:141:58: error: expected unqualified-id before '>' token
  12867. 141 | @property (readonly, copy) NSArray<NSRunningApplication *> *runningApplications API_AVAILABLE(macos(10.6));
  12868. | ^
  12869. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:8:
  12870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:31:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12871. 31 | - (nullable instancetype)initWithNibNamed:(NSNibName)nibName bundle:(nullable NSBundle *)bundle;
  12872. | ^~~~~~~~
  12873. | cg_nullable
  12874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:31:70: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12875. 31 | - (nullable instancetype)initWithNibNamed:(NSNibName)nibName bundle:(nullable NSBundle *)bundle;
  12876. | ^~~~~~~~
  12877. | cg_nullable
  12878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:36:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12879. 36 | - (instancetype)initWithNibData:(NSData *)nibData bundle:(nullable NSBundle *)bundle API_AVAILABLE(macos(10.8));
  12880. | ^~~~~~~~
  12881. | cg_nullable
  12882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:45:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12883. 45 | - (BOOL)instantiateWithOwner:(nullable id)owner topLevelObjects:(NSArray * _Nullable * _Nullable)topLevelObjects API_AVAILABLE(macos(10.8));
  12884. | ^~~~~~~~
  12885. | cg_nullable
  12886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:50:4: error: 'null_unspecified' does not name a type
  12887. 50 | - (null_unspecified id)initWithContentsOfURL:(null_unspecified NSURL *)nibFileURL API_DEPRECATED("", macos(10.0,10.8));
  12888. | ^~~~~~~~~~~~~~~~
  12889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:50:47: error: 'null_unspecified' does not name a type
  12890. 50 | - (null_unspecified id)initWithContentsOfURL:(null_unspecified NSURL *)nibFileURL API_DEPRECATED("", macos(10.0,10.8));
  12891. | ^~~~~~~~~~~~~~~~
  12892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:51:46: error: 'null_unspecified' does not name a type
  12893. 51 | - (BOOL)instantiateNibWithExternalNameTable:(null_unspecified NSDictionary *)externalNameTable API_DEPRECATED("", macos(10.0,10.8));
  12894. | ^~~~~~~~~~~~~~~~
  12895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:52:34: error: 'null_unspecified' does not name a type
  12896. 52 | - (BOOL)instantiateNibWithOwner:(null_unspecified id)owner topLevelObjects:(NSArray * _Null_unspecified* _Null_unspecified)topLevelObjects API_DEPRECATED("", macos(10.3,10.8));
  12897. | ^~~~~~~~~~~~~~~~
  12898. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:12,
  12899. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:14:
  12900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:28:58: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12901. 28 | - (instancetype)initWithTitle:(NSString *)string action:(nullable SEL)selector keyEquivalent:(NSString *)charCode NS_DESIGNATED_INITIALIZER;
  12902. | ^~~~~~~~
  12903. | cg_nullable
  12904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:37:22: error: unknown property attribute 'strong'
  12905. 37 | @property (nullable, strong) NSMenu *submenu;
  12906. | ^~~~~~
  12907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:37:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12908. 37 | @property (nullable, strong) NSMenu *submenu;
  12909. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  12910. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:56:22: error: unknown property attribute 'strong'
  12911. 56 | @property (nullable, strong) NSImage *image;
  12912. | ^~~~~~
  12913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:56:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12914. 56 | @property (nullable, strong) NSImage *image;
  12915. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  12916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:59:29: error: unknown property attribute 'strong'
  12917. 59 | @property (null_resettable, strong) NSImage *onStateImage; // checkmark by default
  12918. | ^~~~~~
  12919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:59:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12920. 59 | @property (null_resettable, strong) NSImage *onStateImage; // checkmark by default
  12921. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  12922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:60:22: error: unknown property attribute 'strong'
  12923. 60 | @property (nullable, strong) NSImage *offStateImage; // none by default
  12924. | ^~~~~~
  12925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:60:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12926. 60 | @property (nullable, strong) NSImage *offStateImage; // none by default
  12927. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  12928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:61:29: error: unknown property attribute 'strong'
  12929. 61 | @property (null_resettable, strong) NSImage *mixedStateImage; // horizontal line by default
  12930. | ^~~~~~
  12931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:61:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12932. 61 | @property (null_resettable, strong) NSImage *mixedStateImage; // horizontal line by default
  12933. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  12934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:69:22: error: unknown property attribute 'weak'
  12935. 69 | @property (nullable, weak) id target;
  12936. | ^~~~
  12937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:69:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12938. 69 | @property (nullable, weak) id target;
  12939. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  12940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:74:22: error: unknown property attribute 'strong'
  12941. 74 | @property (nullable, strong) id representedObject;
  12942. | ^~~~~~
  12943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:74:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12944. 74 | @property (nullable, strong) id representedObject;
  12945. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  12946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:83:22: error: unknown property attribute 'strong'
  12947. 83 | @property (nullable, strong) NSView *view API_AVAILABLE(macos(10.5));
  12948. | ^~~~~~
  12949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:83:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  12950. 83 | @property (nullable, strong) NSView *view API_AVAILABLE(macos(10.5));
  12951. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  12952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:99:32: error: unknown property attribute 'strong'
  12953. 99 | @property (nullable, readonly, strong) NSMenuItem *enclosingMenuItem API_AVAILABLE(macos(10.5));
  12954. | ^~~~~~
  12955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItem.h:115:4: error: 'null_unspecified' does not name a type
  12956. 115 | - (null_unspecified NSString *)mnemonic API_DEPRECATED("", macos(10.0,10.6));
  12957. | ^~~~~~~~~~~~~~~~
  12958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:37:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12959. 37 | + (void)popUpContextMenu:(NSMenu*)menu withEvent:(NSEvent*)event forView:(NSView*)view withFont:(nullable NSFont*)font;
  12960. | ^~~~~~~~
  12961. | cg_nullable
  12962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:43:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12963. 43 | - (BOOL)popUpMenuPositioningItem:(nullable NSMenuItem *)item atLocation:(NSPoint)location inView:(nullable NSView *)view API_AVAILABLE(macos(10.6));
  12964. | ^~~~~~~~
  12965. | cg_nullable
  12966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:43:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12967. 43 | - (BOOL)popUpMenuPositioningItem:(nullable NSMenuItem *)item atLocation:(NSPoint)location inView:(nullable NSView *)view API_AVAILABLE(macos(10.6));
  12968. | ^~~~~~~~
  12969. | cg_nullable
  12970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:61:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12971. 61 | - (NSMenuItem *)insertItemWithTitle:(NSString *)string action:(nullable SEL)selector keyEquivalent:(NSString *)charCode atIndex:(NSInteger)index;
  12972. | ^~~~~~~~
  12973. | cg_nullable
  12974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:64:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12975. 64 | - (NSMenuItem *)addItemWithTitle:(NSString *)string action:(nullable SEL)selector keyEquivalent:(NSString *)charCode;
  12976. | ^~~~~~~~
  12977. | cg_nullable
  12978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:73:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12979. 73 | - (void)setSubmenu:(nullable NSMenu *)menu forItem:(NSMenuItem *)item;
  12980. | ^~~~~~~~
  12981. | cg_nullable
  12982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:80:37: error: expected '>' before '*' token
  12983. 80 | @property (copy) NSArray<NSMenuItem *> *itemArray;
  12984. | ^
  12985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:80:38: error: expected unqualified-id before '>' token
  12986. 80 | @property (copy) NSArray<NSMenuItem *> *itemArray;
  12987. | ^
  12988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:86:5: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12989. 86 | - (nullable NSMenuItem *)itemAtIndex:(NSInteger)index;
  12990. | ^~~~~~~~
  12991. | cg_nullable
  12992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:94:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12993. 94 | - (NSInteger)indexOfItemWithRepresentedObject:(nullable id)object;
  12994. | ^~~~~~~~
  12995. | cg_nullable
  12996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:95:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  12997. 95 | - (NSInteger)indexOfItemWithSubmenu:(nullable NSMenu *)submenu;
  12998. | ^~~~~~~~
  12999. | cg_nullable
  13000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:96:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13001. 96 | - (NSInteger)indexOfItemWithTarget:(nullable id)target andAction:(nullable SEL)actionSelector;
  13002. | ^~~~~~~~
  13003. | cg_nullable
  13004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:96:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13005. 96 | - (NSInteger)indexOfItemWithTarget:(nullable id)target andAction:(nullable SEL)actionSelector;
  13006. | ^~~~~~~~
  13007. | cg_nullable
  13008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:99:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13009. 99 | - (nullable NSMenuItem *)itemWithTitle:(NSString *)title;
  13010. | ^~~~~~~~
  13011. | cg_nullable
  13012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:100:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13013. 100 | - (nullable NSMenuItem *)itemWithTag:(NSInteger)tag;
  13014. | ^~~~~~~~
  13015. | cg_nullable
  13016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:121:22: error: unknown property attribute 'weak'
  13017. 121 | @property (nullable, weak) id<NSMenuDelegate> delegate;
  13018. | ^~~~
  13019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:121:47: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13020. 121 | @property (nullable, weak) id<NSMenuDelegate> delegate;
  13021. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  13022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:134:32: error: unknown property attribute 'strong'
  13023. 134 | @property (nullable, readonly, strong) NSMenuItem *highlightedItem API_AVAILABLE(macos(10.5));
  13024. | ^~~~~~
  13025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:146:29: error: unknown property attribute 'strong'
  13026. 146 | @property (null_resettable, strong) NSFont *font API_AVAILABLE(macos(10.6));
  13027. | ^~~~~~
  13028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:146:45: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13029. 146 | @property (null_resettable, strong) NSFont *font API_AVAILABLE(macos(10.6));
  13030. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  13031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:161:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13032. 161 | - (void)submenuAction:(nullable id)sender;
  13033. | ^~~~~~~~
  13034. | cg_nullable
  13035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:189:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13036. 189 | - (void)menu:(NSMenu *)menu willHighlightItem:(nullable NSMenuItem *)item API_AVAILABLE(macos(10.5));
  13037. | ^~~~~~~~
  13038. | cg_nullable
  13039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:194:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13040. 194 | - (NSRect)confinementRectForMenu:(NSMenu *)menu onScreen:(nullable NSScreen *)screen API_AVAILABLE(macos(10.6));
  13041. | ^~~~~~~~
  13042. | cg_nullable
  13043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:231:32: error: 'null_unspecified' does not name a type
  13044. 231 | - (void)setMenuRepresentation:(null_unspecified id)menuRep API_DEPRECATED("", macos(10.0,10.2));
  13045. | ^~~~~~~~~~~~~~~~
  13046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:232:4: error: 'null_unspecified' does not name a type
  13047. 232 | - (null_unspecified id)menuRepresentation API_DEPRECATED("", macos(10.0,10.2));
  13048. | ^~~~~~~~~~~~~~~~
  13049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:234:39: error: 'null_unspecified' does not name a type
  13050. 234 | - (void)setContextMenuRepresentation:(null_unspecified id)menuRep API_DEPRECATED("", macos(10.0,10.2));
  13051. | ^~~~~~~~~~~~~~~~
  13052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:235:4: error: 'null_unspecified' does not name a type
  13053. 235 | - (null_unspecified id)contextMenuRepresentation API_DEPRECATED("", macos(10.0,10.2));
  13054. | ^~~~~~~~~~~~~~~~
  13055. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:237:39: error: 'null_unspecified' does not name a type
  13056. 237 | - (void)setTearOffMenuRepresentation:(null_unspecified id)menuRep API_DEPRECATED("", macos(10.0,10.2));
  13057. | ^~~~~~~~~~~~~~~~
  13058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:238:4: error: 'null_unspecified' does not name a type
  13059. 238 | - (null_unspecified id)tearOffMenuRepresentation API_DEPRECATED("", macos(10.0,10.2));
  13060. | ^~~~~~~~~~~~~~~~
  13061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:241:4: error: 'null_unspecified' does not name a type
  13062. 241 | + (null_unspecified NSZone *)menuZone API_DEPRECATED("", macos(10.0,10.11));
  13063. | ^~~~~~~~~~~~~~~~
  13064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:242:22: error: 'null_unspecified' does not name a type
  13065. 242 | + (void)setMenuZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.2));
  13066. | ^~~~~~~~~~~~~~~~
  13067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:244:4: error: 'null_unspecified' does not name a type
  13068. 244 | - (null_unspecified NSMenu *)attachedMenu API_DEPRECATED("", macos(10.0,10.2));
  13069. | ^~~~~~~~~~~~~~~~
  13070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenu.h:247:32: error: 'null_unspecified' does not name a type
  13071. 247 | - (NSPoint)locationForSubmenu:(null_unspecified NSMenu *)submenu API_DEPRECATED("", macos(10.0,10.2));
  13072. | ^~~~~~~~~~~~~~~~
  13073. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:12,
  13074. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:15:
  13075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:34:52 error: expected '>' before '*' token
  13076. 34 | @property (class, readonly, copy) NSArray<NSString *> *printerNames;
  13077. | ^
  13078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:34:52 error: cannot find protocol declaration for 'NSString'
  13079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:34:53 error: expected unqualified-id before '>' token
  13080. 34 | @property (class, readonly, copy) NSArray<NSString *> *printerNames;
  13081. | ^
  13082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:38:60 error: cannot find protocol declaration for 'NSPrinterTypeName'
  13083. 38 | @property (class, readonly, copy) NSArray<NSPrinterTypeName> *printerTypes;
  13084. | ^
  13085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:42:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13086. 42 | + (nullable NSPrinter *)printerWithName:(NSString *)name;
  13087. | ^~~~~~~~
  13088. | cg_nullable
  13089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:46:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13090. 46 | + (nullable NSPrinter *)printerWithType:(NSPrinterTypeName)type;
  13091. | ^~~~~~~~
  13092. | cg_nullable
  13093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:66:67 error: cannot find protocol declaration for 'NSDeviceDescriptionKey'
  13094. 66 | @property (readonly, copy) NSDictionary<NSDeviceDescriptionKey, id> *deviceDescription;
  13095. | ^
  13096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:66:67 error: cannot find protocol declaration for 'id'
  13097. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:79:16 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13098. 79 | - (BOOL)isKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13099. | ^~~~~~~~
  13100. | cg_nullable
  13101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:80:24 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13102. 80 | - (BOOL)booleanForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13103. | ^~~~~~~~
  13104. | cg_nullable
  13105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:81:23 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13106. 81 | - (float)floatForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13107. | ^~~~~~~~
  13108. | cg_nullable
  13109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:82:19 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13110. 82 | - (int)intForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13111. | ^~~~~~~~
  13112. | cg_nullable
  13113. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:83:23 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13114. 83 | - (NSRect)rectForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13115. | ^~~~~~~~
  13116. | cg_nullable
  13117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:84:23 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13118. 84 | - (NSSize)sizeForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13119. | ^~~~~~~~
  13120. | cg_nullable
  13121. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:85:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13122. 85 | - (nullable NSString *)stringForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13123. | ^~~~~~~~
  13124. | cg_nullable
  13125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:85:38 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13126. 85 | - (nullable NSString *)stringForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13127. | ^~~~~~~~
  13128. | cg_nullable
  13129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:86:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13130. 86 | - (nullable NSArray *)stringListForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13131. | ^~~~~~~~
  13132. | cg_nullable
  13133. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:86:41 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13134. 86 | - (nullable NSArray *)stringListForKey:(nullable NSString *)key inTable:(NSString *)table API_DEPRECATED("", macos(10.0,10.9));
  13135. | ^~~~~~~~
  13136. | cg_nullable
  13137. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:91:30 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13138. 91 | - (NSRect)imageRectForPaper:(nullable NSString *)paperName API_DEPRECATED("", macos(10.0,10.2));
  13139. | ^~~~~~~~
  13140. | cg_nullable
  13141. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:97:26 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13142. 97 | - (BOOL)isFontAvailable:(nullable NSString *)faceName API_DEPRECATED("", macos(10.0,10.2));
  13143. | ^~~~~~~~
  13144. | cg_nullable
  13145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:102:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13146. 102 | + (nullable NSPrinter *)printerWithName:(NSString *)name domain:(nullable NSString *)domain includeUnavailable:(BOOL)flag API_DEPRECATED("", macos(10.0,10.2));
  13147. | ^~~~~~~~
  13148. | cg_nullable
  13149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrinter.h:102:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13150. 102 | + (nullable NSPrinter *)printerWithName:(NSString *)name domain:(nullable NSString *)domain includeUnavailable:(BOOL)flag API_DEPRECATED("", macos(10.0,10.2));
  13151. | ^~~~~~~~
  13152. | cg_nullable
  13153. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:95:19: error: unknown property attribute 'strong'
  13154. 95 | @property (class, strong) NSPrintInfo *sharedPrintInfo;
  13155. | ^~~~~~
  13156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:95:40: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13157. 95 | @property (class, strong) NSPrintInfo *sharedPrintInfo;
  13158. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  13159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:99:77: error: cannot find protocol declaration for 'NSPrintInfoAttributeKey'
  13160. 99 | - (instancetype)initWithDictionary:(NSDictionary<NSPrintInfoAttributeKey, id> *)attributes NS_DESIGNATED_INITIALIZER;
  13161. | ^
  13162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:99:77: error: cannot find protocol declaration for 'id'
  13163. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:105:51: error: cannot find protocol declaration for 'NSPrintInfoAttributeKey'
  13164. 105 | - (NSMutableDictionary<NSPrintInfoAttributeKey, id> *)dictionary;
  13165. | ^
  13166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:105:51: error: cannot find protocol declaration for 'id'
  13167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:151:39: error: unknown property attribute 'strong'
  13168. 151 | @property (class, readonly, nullable, strong) NSPrinter *defaultPrinter;
  13169. | ^~~~~~
  13170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:156:22: error: unknown property attribute 'strong'
  13171. 156 | @property (readonly, strong) NSMutableDictionary<NSPrintInfoSettingKey, id> *printSettings API_AVAILABLE(macos(10.5));
  13172. | ^~~~~~
  13173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:156:75: error: cannot find protocol declaration for 'NSPrintInfoSettingKey'
  13174. 156 | @property (readonly, strong) NSMutableDictionary<NSPrintInfoSettingKey, id> *printSettings API_AVAILABLE(macos(10.5));
  13175. | ^
  13176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:156:75: error: cannot find protocol declaration for 'id'
  13177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:183:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13178. 183 | + (void)setDefaultPrinter:(nullable NSPrinter *)printer API_DEPRECATED("NSPrintInfo's implementation has no effect", macos(10.0,10.2));
  13179. | ^~~~~~~~
  13180. | cg_nullable
  13181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintInfo.h:187:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13182. 187 | + (NSSize)sizeForPaperName:(nullable NSPrinterPaperName)name API_DEPRECATED("Use -[NSPrinter pageSizeForPaper:] instead", macos(10.0,10.2));
  13183. | ^~~~~~~~
  13184. | cg_nullable
  13185. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:12,
  13186. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:16:
  13187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:92:27: error: expected ')' before '(' token
  13188. 92 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.7),ios(5.0));
  13189. | ~ ^~
  13190. | )
  13191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:92:28: error: expected identifier before '(' token
  13192. 92 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.7),ios(5.0));
  13193. | ^
  13194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:92:27: error: expected ';' before '(' token
  13195. 92 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.7),ios(5.0));
  13196. | ^~
  13197. | ;
  13198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:95:34: error: expected ')' before '(' token
  13199. 95 | - (void)performBlockAndWait:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macosx(10.7),ios(5.0));
  13200. | ~ ^~
  13201. | )
  13202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:95:35: error: expected identifier before '(' token
  13203. 95 | - (void)performBlockAndWait:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macosx(10.7),ios(5.0));
  13204. | ^
  13205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:95:34: error: expected ';' before '(' token
  13206. 95 | - (void)performBlockAndWait:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macosx(10.7),ios(5.0));
  13207. | ^~
  13208. | ;
  13209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:98:22: error: unknown property attribute 'strong'
  13210. 98 | @property (nullable, strong) NSPersistentStoreCoordinator *persistentStoreCoordinator;
  13211. | ^~~~~~
  13212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:98:60: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13213. 98 | @property (nullable, strong) NSPersistentStoreCoordinator *persistentStoreCoordinator;
  13214. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  13215. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:100:22: error: unknown property attribute 'strong'
  13216. 100 | @property (nullable, strong) NSManagedObjectContext *parentContext API_AVAILABLE(macosx(10.7),ios(5.0));
  13217. | ^~~~~~
  13218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:100:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13219. 100 | @property (nullable, strong) NSManagedObjectContext *parentContext API_AVAILABLE(macosx(10.7),ios(5.0));
  13220. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  13221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:105:33: error: unknown property attribute 'strong'
  13222. 105 | @property (nullable, nonatomic, strong) NSUndoManager *undoManager;
  13223. | ^~~~~~
  13224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:105:56: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13225. 105 | @property (nullable, nonatomic, strong) NSUndoManager *undoManager;
  13226. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  13227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:108:33: error: unknown property attribute 'strong'
  13228. 108 | @property (nonatomic, readonly, strong) NSMutableDictionary *userInfo API_AVAILABLE(macosx(10.7),ios(5.0));
  13229. | ^~~~~~
  13230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:112:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13231. 112 | - (nullable __kindof NSManagedObject *)objectRegisteredForID:(NSManagedObjectID *)objectID;
  13232. | ^~~~~~~~
  13233. | cg_nullable
  13234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:115:4: error: '__kindof' does not name a type
  13235. 115 | - (__kindof NSManagedObject *)objectWithID:(NSManagedObjectID *)objectID;
  13236. | ^~~~~~~~
  13237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:118:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13238. 118 | - (nullable __kindof NSManagedObject*)existingObjectWithID:(NSManagedObjectID*)objectID error:(NSError**)error API_AVAILABLE(macosx(10.6),ios(3.0));
  13239. | ^~~~~~~~
  13240. | cg_nullable
  13241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:121:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13242. 121 | - (nullable NSArray *)executeFetchRequest:(NSFetchRequest *)request error:(NSError **)error;
  13243. | ^~~~~~~~
  13244. | cg_nullable
  13245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:132:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13246. 132 | - (nullable __kindof NSPersistentStoreResult *)executeRequest:(NSPersistentStoreRequest*)request error:(NSError **)error API_AVAILABLE(macosx(10.10),ios(8.0));
  13247. | ^~~~~~~~
  13248. | cg_nullable
  13249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:144:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13250. 144 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSString *, id> *)change context:(nullable void *)context;
  13251. | ^~~~~~~~
  13252. | cg_nullable
  13253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:144:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13254. 144 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSString *, id> *)change context:(nullable void *)context;
  13255. | ^~~~~~~~
  13256. | cg_nullable
  13257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:144:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13258. 144 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSString *, id> *)change context:(nullable void *)context;
  13259. | ^~~~~~~~
  13260. | cg_nullable
  13261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:144:154: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13262. 144 | - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary<NSString *, id> *)change context:(nullable void *)context;
  13263. | ^~~~~~~~
  13264. | cg_nullable
  13265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:33: error: unknown property attribute 'strong'
  13266. 152 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  13267. | ^~~~~~
  13268. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:56: error: expected '>' before 'NSManagedObject'
  13269. 152 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  13270. | ^~~~~~~~~~~~~~~
  13271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:56: error: cannot find protocol declaration for '__kindof'
  13272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:71: error: expected ';' before '*' token
  13273. 152 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  13274. | ^~
  13275. | ;
  13276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:153:33: error: unknown property attribute 'strong'
  13277. 153 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  13278. | ^~~~~~
  13279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:153:56: error: expected '>' before 'NSManagedObject'
  13280. 153 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  13281. | ^~~~~~~~~~~~~~~
  13282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:153:56: error: cannot find protocol declaration for '__kindof'
  13283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:153:1: error: redeclaration of property 'NSManagedObject'
  13284. 153 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  13285. | ^~~~~~~~~
  13286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:56: note: originally specified here
  13287. 152 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  13288. | ^~~~~~~~~~~~~~~
  13289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:153:71: error: expected ';' before '*' token
  13290. 153 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  13291. | ^~
  13292. | ;
  13293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:154:33: error: unknown property attribute 'strong'
  13294. 154 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  13295. | ^~~~~~
  13296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:154:56: error: expected '>' before 'NSManagedObject'
  13297. 154 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  13298. | ^~~~~~~~~~~~~~~
  13299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:154:56: error: cannot find protocol declaration for '__kindof'
  13300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:154:1: error: redeclaration of property 'NSManagedObject'
  13301. 154 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  13302. | ^~~~~~~~~
  13303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:56: note: originally specified here
  13304. 152 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  13305. | ^~~~~~~~~~~~~~~
  13306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:154:71: error: expected ';' before '*' token
  13307. 154 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  13308. | ^~
  13309. | ;
  13310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:155:33: error: unknown property attribute 'strong'
  13311. 155 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *registeredObjects;
  13312. | ^~~~~~
  13313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:155:56: error: expected '>' before 'NSManagedObject'
  13314. 155 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *registeredObjects;
  13315. | ^~~~~~~~~~~~~~~
  13316. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:155:56: error: cannot find protocol declaration for '__kindof'
  13317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:155:1: error: redeclaration of property 'NSManagedObject'
  13318. 155 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *registeredObjects;
  13319. | ^~~~~~~~~
  13320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:152:56: note: originally specified here
  13321. 152 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  13322. | ^~~~~~~~~~~~~~~
  13323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:155:71: error: expected ';' before '*' token
  13324. 155 | @property (nonatomic, readonly, strong) NSSet<__kindof NSManagedObject *> *registeredObjects;
  13325. | ^~
  13326. | ;
  13327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:180:120: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13328. 180 | - (BOOL)shouldHandleInaccessibleFault:(NSManagedObject*)fault forObjectID:(NSManagedObjectID*)oid triggeredByProperty:(nullable NSPropertyDescription*)property API_AVAILABLE(macosx(10.11),ios(9.0));
  13329. | ^~~~~~~~
  13330. | cg_nullable
  13331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:185:12: error: unknown property attribute 'strong'
  13332. 185 | @property (strong) id mergePolicy; // default: NSErrorMergePolicy
  13333. | ^~~~~~
  13334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:185:23: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13335. 185 | @property (strong) id mergePolicy; // default: NSErrorMergePolicy
  13336. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  13337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:189:63: error: expected '>' before '*' token
  13338. 189 | - (BOOL)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)objects error:(NSError **)error API_AVAILABLE(macosx(10.5),ios(3.0));
  13339. | ^
  13340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:189:63: error: cannot find protocol declaration for 'NSManagedObject'
  13341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:189:64: error: expected ')' before '>' token
  13342. 189 | - (BOOL)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)objects error:(NSError **)error API_AVAILABLE(macosx(10.5),ios(3.0));
  13343. | ~ ^
  13344. | )
  13345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:189:64: error: expected identifier before '>' token
  13346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:189:64: error: expected ';' before '>' token
  13347. 189 | - (BOOL)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)objects error:(NSError **)error API_AVAILABLE(macosx(10.5),ios(3.0));
  13348. | ^
  13349. | ;
  13350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:200:125: error: expected '>' before '*' token
  13351. 200 | + (void)mergeChangesFromRemoteContextSave:(NSDictionary*)changeNotificationData intoContexts:(NSArray<NSManagedObjectContext*> *)contexts API_AVAILABLE(macosx(10.11),ios(9.0));
  13352. | ^
  13353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:200:125: error: cannot find protocol declaration for 'NSManagedObjectContext'
  13354. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:200:126: error: expected ')' before '>' token
  13355. 200 | + (void)mergeChangesFromRemoteContextSave:(NSDictionary*)changeNotificationData intoContexts:(NSArray<NSManagedObjectContext*> *)contexts API_AVAILABLE(macosx(10.11),ios(9.0));
  13356. | ~ ^
  13357. | )
  13358. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:200:126: error: expected identifier before '>' token
  13359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:200:126: error: expected ';' before '>' token
  13360. 200 | + (void)mergeChangesFromRemoteContextSave:(NSDictionary*)changeNotificationData intoContexts:(NSArray<NSManagedObjectContext*> *)contexts API_AVAILABLE(macosx(10.11),ios(9.0));
  13361. | ^
  13362. | ;
  13363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:208:33: error: unknown property attribute 'strong'
  13364. 208 | @property (nullable, nonatomic, strong, readonly) NSQueryGenerationToken *queryGenerationToken API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  13365. | ^~~~~~
  13366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:229:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13367. 229 | - (BOOL)setQueryGenerationFromToken:(nullable NSQueryGenerationToken *)generation error:(NSError **)error API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  13368. | ^~~~~~~~
  13369. | cg_nullable
  13370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:239:1: error: cannot use an object as parameter to a method
  13371. 239 | @end
  13372. | ^~~~
  13373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:27:29: error: unknown property attribute 'strong'
  13374. 27 | @property (class, readonly, strong) NSBindingSelectionMarker *multipleValuesSelectionMarker API_AVAILABLE(macos(10.14));
  13375. | ^~~~~~
  13376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:28:29: error: unknown property attribute 'strong'
  13377. 28 | @property (class, readonly, strong) NSBindingSelectionMarker *noSelectionMarker API_AVAILABLE(macos(10.14));
  13378. | ^~~~~~
  13379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:29:29: error: unknown property attribute 'strong'
  13380. 29 | @property (class, readonly, strong) NSBindingSelectionMarker *notApplicableSelectionMarker API_AVAILABLE(macos(10.14));
  13381. | ^~~~~~
  13382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:31:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13383. 31 | + (void)setDefaultPlaceholder:(nullable id)placeholder forMarker:(nullable NSBindingSelectionMarker *)marker onClass:(Class)objectClass withBinding:(NSBindingName)binding API_AVAILABLE(macos(10.15)); // marker can be nil or one of multipleValuesSelectionMarker, noSelectionMarker, notApplicableSelectionMarker
  13384. | ^~~~~~~~
  13385. | cg_nullable
  13386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:31:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13387. 31 | + (void)setDefaultPlaceholder:(nullable id)placeholder forMarker:(nullable NSBindingSelectionMarker *)marker onClass:(Class)objectClass withBinding:(NSBindingName)binding API_AVAILABLE(macos(10.15)); // marker can be nil or one of multipleValuesSelectionMarker, noSelectionMarker, notApplicableSelectionMarker
  13388. | ^~~~~~~~
  13389. | cg_nullable
  13390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13391. 32 | + (nullable id)defaultPlaceholderForMarker:(nullable NSBindingSelectionMarker *)marker onClass:(Class)objectClass withBinding:(NSBindingName)binding API_AVAILABLE(macos(10.15)); // marker can be nil or one of multipleValuesSelectionMarker, noSelectionMarker, notApplicableSelectionMarker
  13392. | ^~~~~~~~
  13393. | cg_nullable
  13394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:32:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13395. 32 | + (nullable id)defaultPlaceholderForMarker:(nullable NSBindingSelectionMarker *)marker onClass:(Class)objectClass withBinding:(NSBindingName)binding API_AVAILABLE(macos(10.15)); // marker can be nil or one of multipleValuesSelectionMarker, noSelectionMarker, notApplicableSelectionMarker
  13396. | ^~~~~~~~
  13397. | cg_nullable
  13398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:51:49: error: cannot find protocol declaration for 'NSBindingName'
  13399. 51 | @property (readonly, copy) NSArray<NSBindingName> *exposedBindings; // for a new key exposed through this method, the default implementation simply falls back to key-value coding
  13400. | ^
  13401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:52:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13402. 52 | - (nullable Class)valueClassForBinding:(NSBindingName)binding; // optional - mostly for matching transformers
  13403. | ^~~~~~~~
  13404. | cg_nullable
  13405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:56:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13406. 56 | - (void)bind:(NSBindingName)binding toObject:(id)observable withKeyPath:(NSString *)keyPath options:(nullable NSDictionary<NSBindingOption, id> *)options; // placeholders and value transformers are specified in options dictionary
  13407. | ^~~~~~~~
  13408. | cg_nullable
  13409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13410. 61 | - (nullable NSDictionary<NSBindingInfoKey, id> *)infoForBinding:(NSBindingName)binding;
  13411. | ^~~~~~~~
  13412. | cg_nullable
  13413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:72:35: error: expected '>' before '*' token
  13414. 72 | - (NSArray<NSAttributeDescription *> *)optionDescriptionsForBinding:(NSBindingName)binding API_AVAILABLE(macos(10.5));
  13415. | ^
  13416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:72:35: error: cannot find protocol declaration for 'NSAttributeDescription'
  13417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:72:36: error: expected ')' before '>' token
  13418. 72 | - (NSArray<NSAttributeDescription *> *)optionDescriptionsForBinding:(NSBindingName)binding API_AVAILABLE(macos(10.5));
  13419. | ~ ^
  13420. | )
  13421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:72:36: error: objective-c++ method declaration is expected before '>' token
  13422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:79:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13423. 79 | + (void)setDefaultPlaceholder:(nullable id)placeholder forMarker:(nullable id)marker withBinding:(NSBindingName)binding API_DEPRECATED_WITH_REPLACEMENT("+[NSBindingSelectionMarker setDefaultPlaceholder:forMarker:withBinding:onClass:]", macos(10.0, 11.0));
  13424. | ^~~~~~~~
  13425. | cg_nullable
  13426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:79:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13427. 79 | + (void)setDefaultPlaceholder:(nullable id)placeholder forMarker:(nullable id)marker withBinding:(NSBindingName)binding API_DEPRECATED_WITH_REPLACEMENT("+[NSBindingSelectionMarker setDefaultPlaceholder:forMarker:withBinding:onClass:]", macos(10.0, 11.0));
  13428. | ^~~~~~~~
  13429. | cg_nullable
  13430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:80:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13431. 80 | + (nullable id)defaultPlaceholderForMarker:(nullable id)marker withBinding:(NSBindingName)binding API_DEPRECATED_WITH_REPLACEMENT("+[NSBindingSelectionMarker defaultPlaceholder:forMarker:withBinding:onClass:]", macos(10.0, 11.0));
  13432. | ^~~~~~~~
  13433. | cg_nullable
  13434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:80:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13435. 80 | + (nullable id)defaultPlaceholderForMarker:(nullable id)marker withBinding:(NSBindingName)binding API_DEPRECATED_WITH_REPLACEMENT("+[NSBindingSelectionMarker defaultPlaceholder:forMarker:withBinding:onClass:]", macos(10.0, 11.0));
  13436. | ^~~~~~~~
  13437. | cg_nullable
  13438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:97:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13439. 97 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  13440. | ^~~~~~~~
  13441. | cg_nullable
  13442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:97:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13443. 97 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  13444. | ^~~~~~~~
  13445. | cg_nullable
  13446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:97:120: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13447. 97 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  13448. | ^~~~~~~~
  13449. | cg_nullable
  13450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:119:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13451. 119 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("This is now a method of the NSEditor protocol.", macos(10.0, 11.0));
  13452. | ^~~~~~~~
  13453. | cg_nullable
  13454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:119:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13455. 119 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("This is now a method of the NSEditor protocol.", macos(10.0, 11.0));
  13456. | ^~~~~~~~
  13457. | cg_nullable
  13458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSKeyValueBinding.h:119:120: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13459. 119 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("This is now a method of the NSEditor protocol.", macos(10.0, 11.0));
  13460. | ^~~~~~~~
  13461. | cg_nullable
  13462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:104:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13463. 104 | - (nullable instancetype)initWithType:(NSString *)typeName error:(NSError **)outError;
  13464. | ^~~~~~~~
  13465. | cg_nullable
  13466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:116:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13467. 116 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url ofType:(NSString *)typeName error:(NSError **)outError;
  13468. | ^~~~~~~~
  13469. | cg_nullable
  13470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:126:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13471. 126 | - (nullable instancetype)initForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL ofType:(NSString *)typeName error:(NSError **)outError;
  13472. | ^~~~~~~~
  13473. | cg_nullable
  13474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:126:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13475. 126 | - (nullable instancetype)initForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL ofType:(NSString *)typeName error:(NSError **)outError;
  13476. | ^~~~~~~~
  13477. | cg_nullable
  13478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:181:87: error: expected ')' before '(' token
  13479. 181 | - (void)performActivityWithSynchronousWaiting:(BOOL)waitSynchronously usingBlock:(void (^)(void (^activityCompletionHandler)(void)))block API_AVAILABLE(macos(10.7));
  13480. | ~ ^~
  13481. | )
  13482. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:181:88: error: expected identifier before '(' token
  13483. 181 | - (void)performActivityWithSynchronousWaiting:(BOOL)waitSynchronously usingBlock:(void (^)(void (^activityCompletionHandler)(void)))block API_AVAILABLE(macos(10.7));
  13484. | ^
  13485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:181:87: error: expected ';' before '(' token
  13486. 181 | - (void)performActivityWithSynchronousWaiting:(BOOL)waitSynchronously usingBlock:(void (^)(void (^activityCompletionHandler)(void)))block API_AVAILABLE(macos(10.7));
  13487. | ^~
  13488. | ;
  13489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:187:41: error: expected ')' before '(' token
  13490. 187 | - (void)continueActivityUsingBlock:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(10.7));
  13491. | ~ ^~
  13492. | )
  13493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:187:42: error: expected identifier before '(' token
  13494. 187 | - (void)continueActivityUsingBlock:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(10.7));
  13495. | ^
  13496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:187:41: error: expected ';' before '(' token
  13497. 187 | - (void)continueActivityUsingBlock:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(10.7));
  13498. | ^~
  13499. | ;
  13500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:195:61: error: expected ')' before '(' token
  13501. 195 | - (void)continueAsynchronousWorkOnMainThreadUsingBlock:(void (^)(void))block API_AVAILABLE(macos(10.7));
  13502. | ~ ^~
  13503. | )
  13504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:195:62: error: expected identifier before '(' token
  13505. 195 | - (void)continueAsynchronousWorkOnMainThreadUsingBlock:(void (^)(void))block API_AVAILABLE(macos(10.7));
  13506. | ^
  13507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:195:61: error: expected ';' before '(' token
  13508. 195 | - (void)continueAsynchronousWorkOnMainThreadUsingBlock:(void (^)(void))block API_AVAILABLE(macos(10.7));
  13509. | ^~
  13510. | ;
  13511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:208:53: error: expected ')' before '(' token
  13512. 208 | - (void)performSynchronousFileAccessUsingBlock:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(10.7));
  13513. | ~ ^~
  13514. | )
  13515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:208:54: error: expected identifier before '(' token
  13516. 208 | - (void)performSynchronousFileAccessUsingBlock:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(10.7));
  13517. | ^
  13518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:208:53: error: expected ';' before '(' token
  13519. 208 | - (void)performSynchronousFileAccessUsingBlock:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(10.7));
  13520. | ^~
  13521. | ;
  13522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:214:54: error: expected ')' before '(' token
  13523. 214 | - (void)performAsynchronousFileAccessUsingBlock:(void (^)(void (^fileAccessCompletionHandler)(void)))block API_AVAILABLE(macos(10.7));
  13524. | ~ ^~
  13525. | )
  13526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:214:55: error: expected identifier before '(' token
  13527. 214 | - (void)performAsynchronousFileAccessUsingBlock:(void (^)(void (^fileAccessCompletionHandler)(void)))block API_AVAILABLE(macos(10.7));
  13528. | ^
  13529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:214:54: error: expected ';' before '(' token
  13530. 214 | - (void)performAsynchronousFileAccessUsingBlock:(void (^)(void (^fileAccessCompletionHandler)(void)))block API_AVAILABLE(macos(10.7));
  13531. | ^~
  13532. | ;
  13533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:222:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13534. 222 | - (IBAction)revertDocumentToSaved:(nullable id)sender;
  13535. | ^~~~~~~~
  13536. | cg_nullable
  13537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:268:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13538. 268 | - (nullable NSFileWrapper *)fileWrapperOfType:(NSString *)typeName error:(NSError **)outError;
  13539. | ^~~~~~~~
  13540. | cg_nullable
  13541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:274:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13542. 274 | - (nullable NSData *)dataOfType:(NSString *)typeName error:(NSError **)outError;
  13543. | ^~~~~~~~
  13544. | cg_nullable
  13545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:306:134: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13546. 306 | - (BOOL)writeToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation originalContentsURL:(nullable NSURL *)absoluteOriginalContentsURL error:(NSError **)outError;
  13547. | ^~~~~~~~
  13548. | cg_nullable
  13549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:316:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13550. 316 | - (nullable NSDictionary<NSString *, id> *)fileAttributesToWriteToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation originalContentsURL:(nullable NSURL *)absoluteOriginalContentsURL error:(NSError **)outError;
  13551. | ^~~~~~~~
  13552. | cg_nullable
  13553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:316:185: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13554. 316 | - (nullable NSDictionary<NSString *, id> *)fileAttributesToWriteToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation originalContentsURL:(nullable NSURL *)absoluteOriginalContentsURL error:(NSError **)outError;
  13555. | ^~~~~~~~
  13556. | cg_nullable
  13557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:336:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13558. 336 | - (IBAction)saveDocument:(nullable id)sender;
  13559. | ^~~~~~~~
  13560. | cg_nullable
  13561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:340:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13562. 340 | - (IBAction)saveDocumentAs:(nullable id)sender;
  13563. | ^~~~~~~~
  13564. | cg_nullable
  13565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:344:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13566. 344 | - (IBAction)saveDocumentTo:(nullable id)sender;
  13567. | ^~~~~~~~
  13568. | cg_nullable
  13569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:356:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13570. 356 | - (void)saveDocumentWithDelegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13571. | ^~~~~~~~
  13572. | cg_nullable
  13573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:356:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13574. 356 | - (void)saveDocumentWithDelegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13575. | ^~~~~~~~
  13576. | cg_nullable
  13577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:356:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13578. 356 | - (void)saveDocumentWithDelegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13579. | ^~~~~~~~
  13580. | cg_nullable
  13581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:366:88: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13582. 366 | - (void)runModalSavePanelForSaveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13583. | ^~~~~~~~
  13584. | cg_nullable
  13585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:366:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13586. 366 | - (void)runModalSavePanelForSaveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13587. | ^~~~~~~~
  13588. | cg_nullable
  13589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:366:168: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13590. 366 | - (void)runModalSavePanelForSaveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13591. | ^~~~~~~~
  13592. | cg_nullable
  13593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:390:122: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13594. 390 | - (void)saveToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13595. | ^~~~~~~~
  13596. | cg_nullable
  13597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:390:160: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13598. 390 | - (void)saveToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13599. | ^~~~~~~~
  13600. | cg_nullable
  13601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:390:202: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13602. 390 | - (void)saveToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo;
  13603. | ^~~~~~~~
  13604. | cg_nullable
  13605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:398:135: error: expected ')' before '(' token
  13606. 398 | - (void)saveToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.7));
  13607. | ~ ^~
  13608. | )
  13609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:398:136: error: expected identifier before '(' token
  13610. 398 | - (void)saveToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.7));
  13611. | ^
  13612. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:398:135: error: expected ';' before '(' token
  13613. 398 | - (void)saveToURL:(NSURL *)url ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.7));
  13614. | ^~
  13615. | ;
  13616. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:432:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13617. 432 | - (void)autosaveDocumentWithDelegate:(nullable id)delegate didAutosaveSelector:(nullable SEL)didAutosaveSelector contextInfo:(nullable void *)contextInfo;
  13618. | ^~~~~~~~
  13619. | cg_nullable
  13620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:432:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13621. 432 | - (void)autosaveDocumentWithDelegate:(nullable id)delegate didAutosaveSelector:(nullable SEL)didAutosaveSelector contextInfo:(nullable void *)contextInfo;
  13622. | ^~~~~~~~
  13623. | cg_nullable
  13624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:432:127: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13625. 432 | - (void)autosaveDocumentWithDelegate:(nullable id)delegate didAutosaveSelector:(nullable SEL)didAutosaveSelector contextInfo:(nullable void *)contextInfo;
  13626. | ^~~~~~~~
  13627. | cg_nullable
  13628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:438:107: error: expected ')' before '(' token
  13629. 438 | - (void)autosaveWithImplicitCancellability:(BOOL)autosavingIsImplicitlyCancellable completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.7));
  13630. | ~ ^~
  13631. | )
  13632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:438:108: error: expected identifier before '(' token
  13633. 438 | - (void)autosaveWithImplicitCancellability:(BOOL)autosavingIsImplicitlyCancellable completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.7));
  13634. | ^
  13635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:438:107: error: expected ';' before '(' token
  13636. 438 | - (void)autosaveWithImplicitCancellability:(BOOL)autosavingIsImplicitlyCancellable completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.7));
  13637. | ^~
  13638. | ;
  13639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:454:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13640. 454 | - (IBAction)browseDocumentVersions:(nullable id)sender API_AVAILABLE(macos(10.8));
  13641. | ^~~~~~~~
  13642. | cg_nullable
  13643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:462:56: error: expected ')' before '(' token
  13644. 462 | - (void)stopBrowsingVersionsWithCompletionHandler:(void (^ _Nullable)(void))completionHandler API_AVAILABLE(macos(10.12));
  13645. | ~ ^~
  13646. | )
  13647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:462:57: error: expected identifier before '(' token
  13648. 462 | - (void)stopBrowsingVersionsWithCompletionHandler:(void (^ _Nullable)(void))completionHandler API_AVAILABLE(macos(10.12));
  13649. | ^
  13650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:462:56: error: expected ';' before '(' token
  13651. 462 | - (void)stopBrowsingVersionsWithCompletionHandler:(void (^ _Nullable)(void))completionHandler API_AVAILABLE(macos(10.12));
  13652. | ^~
  13653. | ;
  13654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:488:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13655. 488 | - (void)canCloseDocumentWithDelegate:(id)delegate shouldCloseSelector:(nullable SEL)shouldCloseSelector contextInfo:(nullable void *)contextInfo;
  13656. | ^~~~~~~~
  13657. | cg_nullable
  13658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:488:118: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13659. 488 | - (void)canCloseDocumentWithDelegate:(id)delegate shouldCloseSelector:(nullable SEL)shouldCloseSelector contextInfo:(nullable void *)contextInfo;
  13660. | ^~~~~~~~
  13661. | cg_nullable
  13662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:498:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13663. 498 | - (IBAction)duplicateDocument:(nullable id)sender API_AVAILABLE(macos(10.7));
  13664. | ^~~~~~~~
  13665. | cg_nullable
  13666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:506:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13667. 506 | - (void)duplicateDocumentWithDelegate:(nullable id)delegate didDuplicateSelector:(nullable SEL)didDuplicateSelector contextInfo:(nullable void *)contextInfo API_AVAILABLE(macos(10.7));
  13668. | ^~~~~~~~
  13669. | cg_nullable
  13670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:506:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13671. 506 | - (void)duplicateDocumentWithDelegate:(nullable id)delegate didDuplicateSelector:(nullable SEL)didDuplicateSelector contextInfo:(nullable void *)contextInfo API_AVAILABLE(macos(10.7));
  13672. | ^~~~~~~~
  13673. | cg_nullable
  13674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:506:130: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13675. 506 | - (void)duplicateDocumentWithDelegate:(nullable id)delegate didDuplicateSelector:(nullable SEL)didDuplicateSelector contextInfo:(nullable void *)contextInfo API_AVAILABLE(macos(10.7));
  13676. | ^~~~~~~~
  13677. | cg_nullable
  13678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:514:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13679. 514 | - (nullable __kindof NSDocument *)duplicateAndReturnError:(NSError **)outError API_AVAILABLE(macos(10.7));
  13680. | ^~~~~~~~
  13681. | cg_nullable
  13682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:520:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13683. 520 | - (IBAction)renameDocument:(nullable id)sender API_AVAILABLE(macos(10.8));
  13684. | ^~~~~~~~
  13685. | cg_nullable
  13686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:526:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13687. 526 | - (IBAction)moveDocumentToUbiquityContainer:(nullable id)sender API_AVAILABLE(macos(10.8));
  13688. | ^~~~~~~~
  13689. | cg_nullable
  13690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:530:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13691. 530 | - (IBAction)moveDocument:(nullable id)sender API_AVAILABLE(macos(10.8));
  13692. | ^~~~~~~~
  13693. | cg_nullable
  13694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:536:48: error: expected ')' before '(' token
  13695. 536 | - (void)moveDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didMove))completionHandler API_AVAILABLE(macos(10.8));
  13696. | ~ ^~
  13697. | )
  13698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:536:49: error: expected identifier before '(' token
  13699. 536 | - (void)moveDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didMove))completionHandler API_AVAILABLE(macos(10.8));
  13700. | ^
  13701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:536:48: error: expected ';' before '(' token
  13702. 536 | - (void)moveDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didMove))completionHandler API_AVAILABLE(macos(10.8));
  13703. | ^~
  13704. | ;
  13705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:542:55: error: expected ')' before '(' token
  13706. 542 | - (void)moveToURL:(NSURL *)url completionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13707. | ~ ^~
  13708. | )
  13709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:542:56: error: expected identifier before '(' token
  13710. 542 | - (void)moveToURL:(NSURL *)url completionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13711. | ^
  13712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:542:55: error: expected ';' before '(' token
  13713. 542 | - (void)moveToURL:(NSURL *)url completionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13714. | ^~
  13715. | ;
  13716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:548:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13717. 548 | - (IBAction)lockDocument:(nullable id)sender API_AVAILABLE(macos(10.8));
  13718. | ^~~~~~~~
  13719. | cg_nullable
  13720. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:549:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13721. 549 | - (IBAction)unlockDocument:(nullable id)sender API_AVAILABLE(macos(10.8));
  13722. | ^~~~~~~~
  13723. | cg_nullable
  13724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:555:48: error: expected ')' before '(' token
  13725. 555 | - (void)lockDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didLock))completionHandler API_AVAILABLE(macos(10.8));
  13726. | ~ ^~
  13727. | )
  13728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:555:49: error: expected identifier before '(' token
  13729. 555 | - (void)lockDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didLock))completionHandler API_AVAILABLE(macos(10.8));
  13730. | ^
  13731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:555:48: error: expected ';' before '(' token
  13732. 555 | - (void)lockDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didLock))completionHandler API_AVAILABLE(macos(10.8));
  13733. | ^~
  13734. | ;
  13735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:561:40: error: expected ')' before '(' token
  13736. 561 | - (void)lockWithCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13737. | ~ ^~
  13738. | )
  13739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:561:41: error: expected identifier before '(' token
  13740. 561 | - (void)lockWithCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13741. | ^
  13742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:561:40: error: expected ';' before '(' token
  13743. 561 | - (void)lockWithCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13744. | ^~
  13745. | ;
  13746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:567:50: error: expected ')' before '(' token
  13747. 567 | - (void)unlockDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didUnlock))completionHandler API_AVAILABLE(macos(10.8));
  13748. | ~ ^~
  13749. | )
  13750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:567:51: error: expected identifier before '(' token
  13751. 567 | - (void)unlockDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didUnlock))completionHandler API_AVAILABLE(macos(10.8));
  13752. | ^
  13753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:567:50: error: expected ';' before '(' token
  13754. 567 | - (void)unlockDocumentWithCompletionHandler:(void (^ _Nullable)(BOOL didUnlock))completionHandler API_AVAILABLE(macos(10.8));
  13755. | ^~
  13756. | ;
  13757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:573:42: error: expected ')' before '(' token
  13758. 573 | - (void)unlockWithCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13759. | ~ ^~
  13760. | )
  13761. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:573:43: error: expected identifier before '(' token
  13762. 573 | - (void)unlockWithCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13763. | ^
  13764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:573:42: error: expected ';' before '(' token
  13765. 573 | - (void)unlockWithCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  13766. | ^~
  13767. | ;
  13768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:583:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13769. 583 | - (IBAction)runPageLayout:(nullable id)sender;
  13770. | ^~~~~~~~
  13771. | cg_nullable
  13772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:591:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13773. 591 | - (void)runModalPageLayoutWithPrintInfo:(NSPrintInfo *)printInfo delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  13774. | ^~~~~~~~
  13775. | cg_nullable
  13776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:591:113: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13777. 591 | - (void)runModalPageLayoutWithPrintInfo:(NSPrintInfo *)printInfo delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  13778. | ^~~~~~~~
  13779. | cg_nullable
  13780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:591:154: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13781. 591 | - (void)runModalPageLayoutWithPrintInfo:(NSPrintInfo *)printInfo delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  13782. | ^~~~~~~~
  13783. | cg_nullable
  13784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:607:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13785. 607 | - (IBAction)printDocument:(nullable id)sender;
  13786. | ^~~~~~~~
  13787. | cg_nullable
  13788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:619:76: error: cannot find protocol declaration for 'NSPrintInfoAttributeKey'
  13789. 619 | - (void)printDocumentWithSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanel:(BOOL)showPrintPanel delegate:(nullable id)delegate didPrintSelector:(nullable SEL)didPrintSelector contextInfo:(nullable void *)contextInfo;
  13790. | ^
  13791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:619:76: error: cannot find protocol declaration for 'id'
  13792. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:619:140: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13793. 619 | - (void)printDocumentWithSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanel:(BOOL)showPrintPanel delegate:(nullable id)delegate didPrintSelector:(nullable SEL)didPrintSelector contextInfo:(nullable void *)contextInfo;
  13794. | ^~~~~~~~
  13795. | cg_nullable
  13796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:619:179: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13797. 619 | - (void)printDocumentWithSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanel:(BOOL)showPrintPanel delegate:(nullable id)delegate didPrintSelector:(nullable SEL)didPrintSelector contextInfo:(nullable void *)contextInfo;
  13798. | ^~~~~~~~
  13799. | cg_nullable
  13800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:619:222: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13801. 619 | - (void)printDocumentWithSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanel:(BOOL)showPrintPanel delegate:(nullable id)delegate didPrintSelector:(nullable SEL)didPrintSelector contextInfo:(nullable void *)contextInfo;
  13802. | ^~~~~~~~
  13803. | cg_nullable
  13804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:623:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13805. 623 | - (nullable NSPrintOperation *)printOperationWithSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings error:(NSError **)outError;
  13806. | ^~~~~~~~
  13807. | cg_nullable
  13808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:623:100: error: cannot find protocol declaration for 'NSPrintInfoAttributeKey'
  13809. 623 | - (nullable NSPrintOperation *)printOperationWithSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings error:(NSError **)outError;
  13810. | ^
  13811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:623:100: error: cannot find protocol declaration for 'id'
  13812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:629:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13813. 629 | - (void)runModalPrintOperation:(NSPrintOperation *)printOperation delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  13814. | ^~~~~~~~
  13815. | cg_nullable
  13816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:629:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13817. 629 | - (void)runModalPrintOperation:(NSPrintOperation *)printOperation delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  13818. | ^~~~~~~~
  13819. | cg_nullable
  13820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:629:155: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13821. 629 | - (void)runModalPrintOperation:(NSPrintOperation *)printOperation delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  13822. | ^~~~~~~~
  13823. | cg_nullable
  13824. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:635:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13825. 635 | - (IBAction)saveDocumentToPDF:(nullable id)sender API_AVAILABLE(macos(10.9));
  13826. | ^~~~~~~~
  13827. | cg_nullable
  13828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:639:22: error: unknown property attribute 'strong'
  13829. 639 | @property (readonly, strong) NSPrintOperation *PDFPrintOperation API_AVAILABLE(macos(10.9));
  13830. | ^~~~~~
  13831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:657:99: error: expected ')' before '(' token
  13832. 657 | - (void)shareDocumentWithSharingService:(NSSharingService *)sharingService completionHandler:(void (^ _Nullable)(BOOL success))completionHandler API_AVAILABLE(macos(10.13));
  13833. | ~ ^~
  13834. | )
  13835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:657:100: error: expected identifier before '(' token
  13836. 657 | - (void)shareDocumentWithSharingService:(NSSharingService *)sharingService completionHandler:(void (^ _Nullable)(BOOL success))completionHandler API_AVAILABLE(macos(10.13));
  13837. | ^
  13838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:657:99: error: expected ';' before '(' token
  13839. 657 | - (void)shareDocumentWithSharingService:(NSSharingService *)sharingService completionHandler:(void (^ _Nullable)(BOOL success))completionHandler API_AVAILABLE(macos(10.13));
  13840. | ^~
  13841. | ;
  13842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:689:22: error: unknown property attribute 'strong'
  13843. 689 | @property (nullable, strong) NSUndoManager *undoManager;
  13844. | ^~~~~~
  13845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:689:45: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13846. 689 | @property (nullable, strong) NSUndoManager *undoManager;
  13847. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  13848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:705:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13849. 705 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  13850. | ^~~~~~~~
  13851. | cg_nullable
  13852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:705:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13853. 705 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  13854. | ^~~~~~~~
  13855. | cg_nullable
  13856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:705:169: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13857. 705 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  13858. | ^~~~~~~~
  13859. | cg_nullable
  13860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:730:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13861. 730 | - (void)setWindow:(nullable NSWindow *)window;
  13862. | ^~~~~~~~
  13863. | cg_nullable
  13864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:743:45: error: expected '>' before 'NSWindowController'
  13865. 743 | @property (readonly, copy) NSArray<__kindof NSWindowController *> *windowControllers;
  13866. | ^~~~~~~~~~~~~~~~~~
  13867. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:743:45: error: cannot find protocol declaration for '__kindof'
  13868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:743:45: error: 'copy' attribute is only valid for Objective-C objects
  13869. 743 | @property (readonly, copy) NSArray<__kindof NSWindowController *> *windowControllers;
  13870. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  13871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:743:63: error: expected ';' before '*' token
  13872. 743 | @property (readonly, copy) NSArray<__kindof NSWindowController *> *windowControllers;
  13873. | ^~
  13874. | ;
  13875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:751:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13876. 751 | - (void)shouldCloseWindowController:(NSWindowController *)windowController delegate:(nullable id)delegate shouldCloseSelector:(nullable SEL)shouldCloseSelector contextInfo:(nullable void *)contextInfo;
  13877. | ^~~~~~~~
  13878. | cg_nullable
  13879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:751:128: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13880. 751 | - (void)shouldCloseWindowController:(NSWindowController *)windowController delegate:(nullable id)delegate shouldCloseSelector:(nullable SEL)shouldCloseSelector contextInfo:(nullable void *)contextInfo;
  13881. | ^~~~~~~~
  13882. | cg_nullable
  13883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:751:174: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13884. 751 | - (void)shouldCloseWindowController:(NSWindowController *)windowController delegate:(nullable id)delegate shouldCloseSelector:(nullable SEL)shouldCloseSelector contextInfo:(nullable void *)contextInfo;
  13885. | ^~~~~~~~
  13886. | cg_nullable
  13887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:755:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13888. 755 | - (void)setDisplayName:(nullable NSString *)displayNameOrNil API_AVAILABLE(macos(10.7));
  13889. | ^~~~~~~~
  13890. | cg_nullable
  13891. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:769:32: error: unknown property attribute 'strong'
  13892. 769 | @property (nullable, readonly, strong) NSWindow *windowForSheet;
  13893. | ^~~~~~
  13894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:775:52: error: expected '>' before '*' token
  13895. 775 | @property (class, readonly, copy) NSArray<NSString *> *readableTypes;
  13896. | ^
  13897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:775:52: error: cannot find protocol declaration for 'NSString'
  13898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:775:53: error: expected unqualified-id before '>' token
  13899. 775 | @property (class, readonly, copy) NSArray<NSString *> *readableTypes;
  13900. | ^
  13901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:779:52: error: expected '>' before '*' token
  13902. 779 | @property (class, readonly, copy) NSArray<NSString *> *writableTypes;
  13903. | ^
  13904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:779:52: error: cannot find protocol declaration for 'NSString'
  13905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:779:53: error: expected unqualified-id before '>' token
  13906. 779 | @property (class, readonly, copy) NSArray<NSString *> *writableTypes;
  13907. | ^
  13908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:791:21: error: expected '>' before '*' token
  13909. 791 | - (NSArray<NSString *> *)writableTypesForSaveOperation:(NSSaveOperationType)saveOperation;
  13910. | ^
  13911. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:791:21: error: cannot find protocol declaration for 'NSString'
  13912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:791:22: error: expected ')' before '>' token
  13913. 791 | - (NSArray<NSString *> *)writableTypesForSaveOperation:(NSSaveOperationType)saveOperation;
  13914. | ~ ^
  13915. | )
  13916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:791:22: error: objective-c++ method declaration is expected before '>' token
  13917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:797:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13918. 797 | - (nullable NSString *)fileNameExtensionForType:(NSString *)typeName saveOperation:(NSSaveOperationType)saveOperation API_AVAILABLE(macos(10.5));
  13919. | ^~~~~~~~
  13920. | cg_nullable
  13921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:810:1: error: cannot use an object as parameter to a method
  13922. 810 | @end
  13923. | ^~~~
  13924. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:822:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13925. 822 | - (nullable NSData *)dataRepresentationOfType:(NSString *)type API_DEPRECATED("", macos(10.0,10.4));
  13926. | ^~~~~~~~
  13927. | cg_nullable
  13928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:823:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13929. 823 | - (nullable NSDictionary *)fileAttributesToWriteToFile:(NSString *)fullDocumentPath ofType:(NSString *)documentTypeName saveOperation:(NSSaveOperationType)saveOperationType API_DEPRECATED("", macos(10.1,10.4));
  13930. | ^~~~~~~~
  13931. | cg_nullable
  13932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:824:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13933. 824 | - (nullable NSString *)fileName API_DEPRECATED("", macos(10.0,10.4));
  13934. | ^~~~~~~~
  13935. | cg_nullable
  13936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:825:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13937. 825 | - (nullable NSFileWrapper *)fileWrapperRepresentationOfType:(NSString *)type API_DEPRECATED("", macos(10.0,10.4));
  13938. | ^~~~~~~~
  13939. | cg_nullable
  13940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:826:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13941. 826 | - (nullable id)initWithContentsOfFile:(NSString *)absolutePath ofType:(NSString *)typeName API_DEPRECATED("", macos(10.0,10.4));
  13942. | ^~~~~~~~
  13943. | cg_nullable
  13944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:827:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13945. 827 | - (nullable id)initWithContentsOfURL:(NSURL *)url ofType:(NSString *)typeName API_DEPRECATED("", macos(10.0,10.4));
  13946. | ^~~~~~~~
  13947. | cg_nullable
  13948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:836:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13949. 836 | - (void)saveToFile:(NSString *)fileName saveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.4));
  13950. | ^~~~~~~~
  13951. | cg_nullable
  13952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:836:138: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13953. 836 | - (void)saveToFile:(NSString *)fileName saveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.4));
  13954. | ^~~~~~~~
  13955. | cg_nullable
  13956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:836:180: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13957. 836 | - (void)saveToFile:(NSString *)fileName saveOperation:(NSSaveOperationType)saveOperation delegate:(nullable id)delegate didSaveSelector:(nullable SEL)didSaveSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.4));
  13958. | ^~~~~~~~
  13959. | cg_nullable
  13960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:837:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13961. 837 | - (void)setFileName:(nullable NSString *)fileName API_DEPRECATED("", macos(10.0,10.4));
  13962. | ^~~~~~~~
  13963. | cg_nullable
  13964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocument.h:839:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13965. 839 | - (BOOL)writeToFile:(NSString *)fullDocumentPath ofType:(NSString *)documentTypeName originalFile:(nullable NSString *)fullOriginalDocumentPath saveOperation:(NSSaveOperationType)saveOperationType API_DEPRECATED("", macos(10.0,10.4));
  13966. | ^~~~~~~~
  13967. | cg_nullable
  13968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserActivity.h:40:22: error: unknown property attribute 'strong'
  13969. 40 | @property (nullable, strong) NSUserActivity *userActivity API_AVAILABLE(macos(10.10));
  13970. | ^~~~~~
  13971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserActivity.h:40:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13972. 40 | @property (nullable, strong) NSUserActivity *userActivity API_AVAILABLE(macos(10.10));
  13973. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  13974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserActivity.h:56:22: error: unknown property attribute 'strong'
  13975. 56 | @property (nullable, strong) NSUserActivity *userActivity API_AVAILABLE(macos(10.10));
  13976. | ^~~~~~
  13977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserActivity.h:56:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13978. 56 | @property (nullable, strong) NSUserActivity *userActivity API_AVAILABLE(macos(10.10));
  13979. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  13980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:139:15: error: '__kindof' does not name a type
  13981. 139 | APPKIT_EXTERN __kindof NSApplication * _Null_unspecified NSApp;
  13982. | ^~~~~~~~
  13983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:141:29: error: unknown property attribute 'strong'
  13984. 141 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
  13985. | ^~~~~~
  13986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:141:37: error: '__kindof' has not been declared
  13987. 141 | @property (class, readonly, strong) __kindof NSApplication *sharedApplication;
  13988. | ^~~~~~~~
  13989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:142:22: error: unknown property attribute 'weak'
  13990. 142 | @property (nullable, weak) id<NSApplicationDelegate> delegate;
  13991. | ^~~~
  13992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:142:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  13993. 142 | @property (nullable, weak) id<NSApplicationDelegate> delegate;
  13994. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  13995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:143:15: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  13996. 143 | - (void)hide:(nullable id)sender;
  13997. | ^~~~~~~~
  13998. | cg_nullable
  13999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:144:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14000. 144 | - (void)unhide:(nullable id)sender;
  14001. | ^~~~~~~~
  14002. | cg_nullable
  14003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:146:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14004. 146 | - (nullable NSWindow *)windowWithWindowNumber:(NSInteger)windowNum;
  14005. | ^~~~~~~~
  14006. | cg_nullable
  14007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:147:32: error: unknown property attribute 'weak'
  14008. 147 | @property (nullable, readonly, weak) NSWindow *mainWindow;
  14009. | ^~~~
  14010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:148:32: error: unknown property attribute 'weak'
  14011. 148 | @property (nullable, readonly, weak) NSWindow *keyWindow;
  14012. | ^~~~
  14013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:155:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14014. 155 | - (void)hideOtherApplications:(nullable id)sender;
  14015. | ^~~~~~~~
  14016. | cg_nullable
  14017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:156:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14018. 156 | - (void)unhideAllApplications:(nullable id)sender;
  14019. | ^~~~~~~~
  14020. | cg_nullable
  14021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:161:15: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14022. 161 | - (void)stop:(nullable id)sender;
  14023. | ^~~~~~~~
  14024. | cg_nullable
  14025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:165:32: error: unknown property attribute 'strong'
  14026. 165 | @property (nullable, readonly, strong) NSWindow *modalWindow;
  14027. | ^~~~~~
  14028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:169:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14029. 169 | - (void)terminate:(nullable id)sender;
  14030. | ^~~~~~~~
  14031. | cg_nullable
  14032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:182:82: error: expected ')' before '(' token
  14033. 182 | - (void)enumerateWindowsWithOptions:(NSWindowListOptions)options usingBlock:(void (NS_NOESCAPE ^)(NSWindow *window, BOOL *stop))block API_AVAILABLE(macos(10.12));
  14034. | ~ ^~
  14035. | )
  14036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:182:83: error: expected identifier before '(' token
  14037. 182 | - (void)enumerateWindowsWithOptions:(NSWindowListOptions)options usingBlock:(void (NS_NOESCAPE ^)(NSWindow *window, BOOL *stop))block API_AVAILABLE(macos(10.12));
  14038. | ^
  14039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:182:82: error: expected ';' before '(' token
  14040. 182 | - (void)enumerateWindowsWithOptions:(NSWindowListOptions)options usingBlock:(void (NS_NOESCAPE ^)(NSWindow *window, BOOL *stop))block API_AVAILABLE(macos(10.12));
  14041. | ^~
  14042. | ;
  14043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:185:45: error: expected '>' before '*' token
  14044. 185 | @property (readonly, copy) NSArray<NSWindow *> *windows;
  14045. | ^
  14046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:185:45: error: cannot find protocol declaration for 'NSWindow'
  14047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:185:46: error: expected unqualified-id before '>' token
  14048. 185 | @property (readonly, copy) NSArray<NSWindow *> *windows;
  14049. | ^
  14050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:189:22: error: unknown property attribute 'strong'
  14051. 189 | @property (nullable, strong) NSMenu *mainMenu;
  14052. | ^~~~~~
  14053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:189:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14054. 189 | @property (nullable, strong) NSMenu *mainMenu;
  14055. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:193:22: error: unknown property attribute 'strong'
  14057. 193 | @property (nullable, strong) NSMenu *helpMenu API_AVAILABLE(macos(10.6));
  14058. | ^~~~~~
  14059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:193:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14060. 193 | @property (nullable, strong) NSMenu *helpMenu API_AVAILABLE(macos(10.6));
  14061. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:195:29: error: unknown property attribute 'strong'
  14063. 195 | @property (null_resettable, strong) NSImage *applicationIconImage;
  14064. | ^~~~~~
  14065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:195:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14066. 195 | @property (null_resettable, strong) NSImage *applicationIconImage;
  14067. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  14068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:206:22: error: unknown property attribute 'strong'
  14069. 206 | @property (readonly, strong) NSDockTile *dockTile API_AVAILABLE(macos(10.5));
  14070. | ^~~~~~
  14071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:209:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14072. 209 | + (void)detachDrawingThread:(SEL)selector toTarget:(id)target withObject:(nullable id)argument;
  14073. | ^~~~~~~~
  14074. | cg_nullable
  14075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:225:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14076. 225 | - (void)orderFrontCharacterPalette:(nullable id)sender;
  14077. | ^~~~~~~~
  14078. | cg_nullable
  14079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:242:22: error: unknown property attribute 'strong'
  14080. 242 | @property (nullable, strong) NSAppearance *appearance API_AVAILABLE(macos(10.14));
  14081. | ^~~~~~
  14082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:242:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14083. 242 | @property (nullable, strong) NSAppearance *appearance API_AVAILABLE(macos(10.14));
  14084. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  14085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:243:22: error: unknown property attribute 'strong'
  14086. 243 | @property (readonly, strong) NSAppearance *effectiveAppearance API_AVAILABLE(macos(10.14));
  14087. | ^~~~~~
  14088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:250:32: error: unknown property attribute 'strong'
  14089. 250 | @property (nullable, readonly, strong) NSEvent *currentEvent;
  14090. | ^~~~~~
  14091. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:251:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14092. 251 | - (nullable NSEvent *)nextEventMatchingMask:(NSEventMask)mask untilDate:(nullable NSDate *)expiration inMode:(NSRunLoopMode)mode dequeue:(BOOL)deqFlag;
  14093. | ^~~~~~~~
  14094. | cg_nullable
  14095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:251:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14096. 251 | - (nullable NSEvent *)nextEventMatchingMask:(NSEventMask)mask untilDate:(nullable NSDate *)expiration inMode:(NSRunLoopMode)mode dequeue:(BOOL)deqFlag;
  14097. | ^~~~~~~~
  14098. | cg_nullable
  14099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:252:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14100. 252 | - (void)discardEventsMatchingMask:(NSEventMask)mask beforeEvent:(nullable NSEvent *)lastEvent;
  14101. | ^~~~~~~~
  14102. | cg_nullable
  14103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:256:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14104. 256 | - (BOOL)sendAction:(SEL)action to:(nullable id)target from:(nullable id)sender;
  14105. | ^~~~~~~~
  14106. | cg_nullable
  14107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:256:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14108. 256 | - (BOOL)sendAction:(SEL)action to:(nullable id)target from:(nullable id)sender;
  14109. | ^~~~~~~~
  14110. | cg_nullable
  14111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:257:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14112. 257 | - (nullable id)targetForAction:(SEL)action;
  14113. | ^~~~~~~~
  14114. | cg_nullable
  14115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:258:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14116. 258 | - (nullable id)targetForAction:(SEL)action to:(nullable id)target from:(nullable id)sender;
  14117. | ^~~~~~~~
  14118. | cg_nullable
  14119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:258:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14120. 258 | - (nullable id)targetForAction:(SEL)action to:(nullable id)target from:(nullable id)sender;
  14121. | ^~~~~~~~
  14122. | cg_nullable
  14123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:258:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14124. 258 | - (nullable id)targetForAction:(SEL)action to:(nullable id)target from:(nullable id)sender;
  14125. | ^~~~~~~~
  14126. | cg_nullable
  14127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:259:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14128. 259 | - (BOOL)tryToPerform:(SEL)action with:(nullable id)object;
  14129. | ^~~~~~~~
  14130. | cg_nullable
  14131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:260:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14132. 260 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  14133. | ^~~~~~~~
  14134. | cg_nullable
  14135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:260:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14136. 260 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  14137. | ^~~~~~~~
  14138. | cg_nullable
  14139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:260:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14140. 260 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  14141. | ^~~~~~~~
  14142. | cg_nullable
  14143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:264:22: error: unknown property attribute 'strong'
  14144. 264 | @property (nullable, strong) NSMenu *windowsMenu;
  14145. | ^~~~~~
  14146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:264:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14147. 264 | @property (nullable, strong) NSMenu *windowsMenu;
  14148. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  14149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:265:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14150. 265 | - (void)arrangeInFront:(nullable id)sender;
  14151. | ^~~~~~~~
  14152. | cg_nullable
  14153. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:270:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14154. 270 | - (void)miniaturizeAll:(nullable id)sender;
  14155. | ^~~~~~~~
  14156. | cg_nullable
  14157. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:307:74: error: expected '>' before '*' token
  14158. 307 | - (void)application:(NSApplication *)application openURLs:(NSArray<NSURL *> *)urls API_AVAILABLE(macos(10.13));
  14159. | ^
  14160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:307:74: error: cannot find protocol declaration for 'NSURL'
  14161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:307:75: error: expected ')' before '>' token
  14162. 307 | - (void)application:(NSApplication *)application openURLs:(NSArray<NSURL *> *)urls API_AVAILABLE(macos(10.13));
  14163. | ~ ^
  14164. | )
  14165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:307:75: error: expected identifier before '>' token
  14166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:307:75: error: expected ';' before '>' token
  14167. 307 | - (void)application:(NSApplication *)application openURLs:(NSArray<NSURL *> *)urls API_AVAILABLE(macos(10.13));
  14168. | ^
  14169. | ;
  14170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:310:73: error: expected '>' before '*' token
  14171. 310 | - (void)application:(NSApplication *)sender openFiles:(NSArray<NSString *> *)filenames;
  14172. | ^
  14173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:310:73: error: cannot find protocol declaration for 'NSString'
  14174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:310:74: error: expected ')' before '>' token
  14175. 310 | - (void)application:(NSApplication *)sender openFiles:(NSArray<NSString *> *)filenames;
  14176. | ~ ^
  14177. | )
  14178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:310:74: error: expected identifier before '>' token
  14179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:310:74: error: expected ';' before '>' token
  14180. 310 | - (void)application:(NSApplication *)sender openFiles:(NSArray<NSString *> *)filenames;
  14181. | ^
  14182. | ;
  14183. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:316:98: error: expected '>' before '*' token
  14184. 316 | - (NSApplicationPrintReply)application:(NSApplication *)application printFiles:(NSArray<NSString *> *)fileNames withSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanels:(BOOL)showPrintPanels;
  14185. | ^
  14186. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:316:98: error: cannot find protocol declaration for 'NSString'
  14187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:316:99: error: expected ')' before '>' token
  14188. 316 | - (NSApplicationPrintReply)application:(NSApplication *)application printFiles:(NSArray<NSString *> *)fileNames withSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanels:(BOOL)showPrintPanels;
  14189. | ~ ^
  14190. | )
  14191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:316:99: error: expected identifier before '>' token
  14192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:316:99: error: expected ';' before '>' token
  14193. 316 | - (NSApplicationPrintReply)application:(NSApplication *)application printFiles:(NSArray<NSString *> *)fileNames withSettings:(NSDictionary<NSPrintInfoAttributeKey, id> *)printSettings showPrintPanels:(BOOL)showPrintPanels;
  14194. | ^
  14195. | ;
  14196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:319:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14197. 319 | - (nullable NSMenu *)applicationDockMenu:(NSApplication *)sender;
  14198. | ^~~~~~~~
  14199. | cg_nullable
  14200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:324:102: error: expected '>' before '*' token
  14201. 324 | - (void)application:(NSApplication *)application didReceiveRemoteNotification:(NSDictionary<NSString *, id> *)userInfo API_AVAILABLE(macos(10.7));
  14202. | ^
  14203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:324:102: error: cannot find protocol declaration for 'NSString'
  14204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:324:103: error: expected ')' before ',' token
  14205. 324 | - (void)application:(NSApplication *)application didReceiveRemoteNotification:(NSDictionary<NSString *, id> *)userInfo API_AVAILABLE(macos(10.7));
  14206. | ~ ^
  14207. | )
  14208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:324:103: error: expected identifier before ',' token
  14209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:324:107: error: expected ';' before '>' token
  14210. 324 | - (void)application:(NSApplication *)application didReceiveRemoteNotification:(NSDictionary<NSString *, id> *)userInfo API_AVAILABLE(macos(10.7));
  14211. | ^
  14212. | ;
  14213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:352:126: error: expected ')' before '(' token
  14214. 352 | - (BOOL)application:(NSApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray<id<NSUserActivityRestoring>> *restorableObjects))restorationHandler API_AVAILABLE(macos(10.10));
  14215. | ~ ^
  14216. | )
  14217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:352:126: error: expected identifier before '(' token
  14218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:352:126: error: expected ';' before '(' token
  14219. 352 | - (BOOL)application:(NSApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray<id<NSUserActivityRestoring>> *restorableObjects))restorationHandler API_AVAILABLE(macos(10.10));
  14220. | ^
  14221. | ;
  14222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:395:22: error: unknown property attribute 'strong'
  14223. 395 | @property (nullable, strong) NSMenu *servicesMenu;
  14224. | ^~~~~~
  14225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:395:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14226. 395 | @property (nullable, strong) NSMenu *servicesMenu;
  14227. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  14228. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:396:64: error: cannot find protocol declaration for 'NSPasteboardType'
  14229. 396 | - (void)registerServicesMenuSendTypes:(NSArray<NSPasteboardType> *)sendTypes returnTypes:(NSArray<NSPasteboardType> *)returnTypes;
  14230. | ^
  14231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:396:115: error: cannot find protocol declaration for 'NSPasteboardType'
  14232. 396 | - (void)registerServicesMenuSendTypes:(NSArray<NSPasteboardType> *)sendTypes returnTypes:(NSArray<NSPasteboardType> *)returnTypes;
  14233. | ^
  14234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:401:90: error: cannot find protocol declaration for 'NSPasteboardType'
  14235. 401 | - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pboard types:(NSArray<NSPasteboardType> *)types;
  14236. | ^
  14237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:406:22: error: unknown property attribute 'strong'
  14238. 406 | @property (nullable, strong) id servicesProvider;
  14239. | ^~~~~~
  14240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:406:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14241. 406 | @property (nullable, strong) id servicesProvider;
  14242. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  14243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:424:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14244. 424 | - (void)orderFrontStandardAboutPanel:(nullable id)sender;
  14245. | ^~~~~~~~
  14246. | cg_nullable
  14247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:425:88: error: cannot find protocol declaration for 'NSAboutPanelOptionKey'
  14248. 425 | - (void)orderFrontStandardAboutPanelWithOptions:(NSDictionary<NSAboutPanelOptionKey, id> *)optionsDictionary;
  14249. | ^
  14250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:425:88: error: cannot find protocol declaration for 'id'
  14251. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:534:33: error: 'null_unspecified' does not name a type
  14252. 534 | - (NSInteger)runModalForWindow:(null_unspecified NSWindow *)window relativeToWindow:(null_unspecified NSWindow *)docWindow API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.0));
  14253. | ^~~~~~~~~~~~~~~~
  14254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:534:86: error: 'null_unspecified' does not name a type
  14255. 534 | - (NSInteger)runModalForWindow:(null_unspecified NSWindow *)window relativeToWindow:(null_unspecified NSWindow *)docWindow API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.0));
  14256. | ^~~~~~~~~~~~~~~~
  14257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:538:47: error: 'null_unspecified' does not name a type
  14258. 538 | - (NSModalSession)beginModalSessionForWindow:(null_unspecified NSWindow *)window relativeToWindow:(null_unspecified NSWindow *)docWindow NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.0));
  14259. | ^~~~~~~~~~~~~~~~
  14260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:538:100: error: 'null_unspecified' does not name a type
  14261. 538 | - (NSModalSession)beginModalSessionForWindow:(null_unspecified NSWindow *)window relativeToWindow:(null_unspecified NSWindow *)docWindow NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.0));
  14262. | ^~~~~~~~~~~~~~~~
  14263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:542:22: error: 'null_unspecified' does not name a type
  14264. 542 | - (void)application:(null_unspecified NSApplication *)sender printFiles:(null_unspecified NSArray<NSString *> *)filenames API_DEPRECATED("", macos(10.3,10.4));
  14265. | ^~~~~~~~~~~~~~~~
  14266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:542:74: error: 'null_unspecified' does not name a type
  14267. 542 | - (void)application:(null_unspecified NSApplication *)sender printFiles:(null_unspecified NSArray<NSString *> *)filenames API_DEPRECATED("", macos(10.3,10.4));
  14268. | ^~~~~~~~~~~~~~~~
  14269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:552:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14270. 552 | - (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow modalDelegate:(nullable id)modalDelegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(null_unspecified void *)contextInfo API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.10));
  14271. | ^~~~~~~~
  14272. | cg_nullable
  14273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:552:132: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14274. 552 | - (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow modalDelegate:(nullable id)modalDelegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(null_unspecified void *)contextInfo API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.10));
  14275. | ^~~~~~~~
  14276. | cg_nullable
  14277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:552:173: error: 'null_unspecified' does not name a type
  14278. 552 | - (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow modalDelegate:(nullable id)modalDelegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(null_unspecified void *)contextInfo API_DEPRECATED("Use -[NSWindow beginSheet:completionHandler:] instead", macos(10.0,10.10));
  14279. | ^~~~~~~~~~~~~~~~
  14280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:556:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14281. 556 | - (nullable NSWindow *)makeWindowsPerform:(SEL)selector inOrder:(BOOL)flag API_DEPRECATED("Use -enumerateWindowsWithOptions:usingBlock: instead", macos(10.0,10.14));
  14282. | ^~~~~~~~
  14283. | cg_nullable
  14284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:560:32: error: unknown property attribute 'strong'
  14285. 560 | @property (nullable, readonly, strong) NSGraphicsContext *context API_DEPRECATED("This method always returns nil. If you need access to the current drawing context, use [NSGraphicsContext currentContext] inside of a draw operation.", macos(10.0,10.12));
  14286. | ^~~~~~
  14287. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:12:
  14288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:27:29: error: unknown property attribute 'strong'
  14289. 27 | @property (class, readonly, strong) NSHelpManager *sharedHelpManager;
  14290. | ^~~~~~
  14291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14292. 32 | - (nullable NSAttributedString *)contextHelpForObject:(id)object;
  14293. | ^~~~~~~~
  14294. | cg_nullable
  14295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:36:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14296. 36 | - (void)openHelpAnchor:(NSHelpAnchorName)anchor inBook:(nullable NSHelpBookName)book;
  14297. | ^~~~~~~~
  14298. | cg_nullable
  14299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:37:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14300. 37 | - (void)findString:(NSString *)query inBook:(nullable NSHelpBookName)book;
  14301. | ^~~~~~~~
  14302. | cg_nullable
  14303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:56:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14304. 56 | - (nullable NSAttributedString *)contextHelpForKey:(NSHelpManagerContextHelpKey)key; /* return nil if not found */
  14305. | ^~~~~~~~
  14306. | cg_nullable
  14307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:64:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14308. 64 | - (void)activateContextHelpMode:(nullable id)sender;
  14309. | ^~~~~~~~
  14310. | cg_nullable
  14311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHelpManager.h:66:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14312. 66 | - (void)showHelp:(nullable id)sender;
  14313. | ^~~~~~~~
  14314. | cg_nullable
  14315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:55:29: error: unknown property attribute 'strong'
  14316. 55 | @property (null_resettable, strong) NSImage *icon;
  14317. | ^~~~~~
  14318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:55:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14319. 55 | @property (null_resettable, strong) NSImage *icon;
  14320. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  14321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:62:45: error: expected '>' before '*' token
  14322. 62 | @property (readonly, copy) NSArray<NSButton *> *buttons;
  14323. | ^
  14324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:62:45: error: cannot find protocol declaration for 'NSButton'
  14325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:62:46: error: expected unqualified-id before '>' token
  14326. 62 | @property (readonly, copy) NSArray<NSButton *> *buttons;
  14327. | ^
  14328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:86:22: error: unknown property attribute 'weak'
  14329. 86 | @property (nullable, weak) id<NSAlertDelegate> delegate;
  14330. | ^~~~
  14331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:86:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14332. 86 | @property (nullable, weak) id<NSAlertDelegate> delegate;
  14333. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:94:32: error: unknown property attribute 'strong'
  14335. 94 | @property (nullable, readonly, strong) NSButton *suppressionButton API_AVAILABLE(macos(10.5));
  14336. | ^~~~~~
  14337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:99:22: error: unknown property attribute 'strong'
  14338. 99 | @property (nullable, strong) NSView *accessoryView API_AVAILABLE(macos(10.5));
  14339. | ^~~~~~
  14340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:99:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14341. 99 | @property (nullable, strong) NSView *accessoryView API_AVAILABLE(macos(10.5));
  14342. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  14343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:113:81:error: expected ')' before '(' token
  14344. 113 | - (void)beginSheetModalForWindow:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  14345. | ~ ^~
  14346. | )
  14347. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:113:82:error: expected identifier before '(' token
  14348. 113 | - (void)beginSheetModalForWindow:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  14349. | ^
  14350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:113:81:error: expected ';' before '(' token
  14351. 113 | - (void)beginSheetModalForWindow:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  14352. | ^~
  14353. | ;
  14354. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:117:22:error: unknown property attribute 'strong'
  14355. 117 | @property (readonly, strong) NSWindow *window;
  14356. | ^~~~~~
  14357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:134:36:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14358. 134 | + (NSAlert *)alertWithMessageText:(nullable NSString *)message defaultButton:(nullable NSString *)defaultButton alternateButton:(nullable NSString *)alternateButton otherButton:(nullable NSString *)otherButton informativeTextWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(5,6) API_DEPRECATED("Use -init instead", macos(10.3,10.10));
  14359. | ^~~~~~~~
  14360. | cg_nullable
  14361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:134:79:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14362. 134 | + (NSAlert *)alertWithMessageText:(nullable NSString *)message defaultButton:(nullable NSString *)defaultButton alternateButton:(nullable NSString *)alternateButton otherButton:(nullable NSString *)otherButton informativeTextWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(5,6) API_DEPRECATED("Use -init instead", macos(10.3,10.10));
  14363. | ^~~~~~~~
  14364. | cg_nullable
  14365. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:134:130 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14366. 134 | + (NSAlert *)alertWithMessageText:(nullable NSString *)message defaultButton:(nullable NSString *)defaultButton alternateButton:(nullable NSString *)alternateButton otherButton:(nullable NSString *)otherButton informativeTextWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(5,6) API_DEPRECATED("Use -init instead", macos(10.3,10.10));
  14367. | ^~~~~~~~
  14368. | cg_nullable
  14369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:134:179 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14370. 134 | + (NSAlert *)alertWithMessageText:(nullable NSString *)message defaultButton:(nullable NSString *)defaultButton alternateButton:(nullable NSString *)alternateButton otherButton:(nullable NSString *)otherButton informativeTextWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(5,6) API_DEPRECATED("Use -init instead", macos(10.3,10.10));
  14371. | ^~~~~~~~
  14372. | cg_nullable
  14373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:136:68:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14374. 136 | - (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use -beginSheetModalForWindow:completionHandler: instead", macos(10.3,10.10));
  14375. | ^~~~~~~~
  14376. | cg_nullable
  14377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:136:105 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14378. 136 | - (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use -beginSheetModalForWindow:completionHandler: instead", macos(10.3,10.10));
  14379. | ^~~~~~~~
  14380. | cg_nullable
  14381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:136:146 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14382. 136 | - (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use -beginSheetModalForWindow:completionHandler: instead", macos(10.3,10.10));
  14383. | ^~~~~~~~
  14384. | cg_nullable
  14385. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:17:
  14386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:21:32: error: expected ')' before '(' token
  14387. 21 | + (void)runAnimationGroup:(void (NS_NOESCAPE ^)(NSAnimationContext * context))changes completionHandler:(nullable void (^)(void))completionHandler API_AVAILABLE(macos(10.7));
  14388. | ~ ^~
  14389. | )
  14390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:21:33: error: expected identifier before '(' token
  14391. 21 | + (void)runAnimationGroup:(void (NS_NOESCAPE ^)(NSAnimationContext * context))changes completionHandler:(nullable void (^)(void))completionHandler API_AVAILABLE(macos(10.7));
  14392. | ^
  14393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:21:32: error: expected ';' before '(' token
  14394. 21 | + (void)runAnimationGroup:(void (NS_NOESCAPE ^)(NSAnimationContext * context))changes completionHandler:(nullable void (^)(void))completionHandler API_AVAILABLE(macos(10.7));
  14395. | ^~
  14396. | ;
  14397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:23:32: error: expected ')' before '(' token
  14398. 23 | + (void)runAnimationGroup:(void (NS_NOESCAPE ^)(NSAnimationContext * context))changes API_AVAILABLE(macos(10.12));
  14399. | ~ ^~
  14400. | )
  14401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:23:33: error: expected identifier before '(' token
  14402. 23 | + (void)runAnimationGroup:(void (NS_NOESCAPE ^)(NSAnimationContext * context))changes API_AVAILABLE(macos(10.12));
  14403. | ^
  14404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:23:32: error: expected ';' before '(' token
  14405. 23 | + (void)runAnimationGroup:(void (NS_NOESCAPE ^)(NSAnimationContext * context))changes API_AVAILABLE(macos(10.12));
  14406. | ^~
  14407. | ;
  14408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:28:29: error: unknown property attribute 'strong'
  14409. 28 | @property (class, readonly, strong) NSAnimationContext *currentContext;
  14410. | ^~~~~~
  14411. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:31:22: error: unknown property attribute 'strong'
  14412. 31 | @property (nullable, strong) CAMediaTimingFunction *timingFunction API_AVAILABLE(macos(10.7));
  14413. | ^~~~~~
  14414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:31:53: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14415. 31 | @property (nullable, strong) CAMediaTimingFunction *timingFunction API_AVAILABLE(macos(10.7));
  14416. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  14417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:33:34: error: expected unqualified-id before '^' token
  14418. 33 | @property (nullable, copy) void (^completionHandler)(void) API_AVAILABLE(macos(10.7));
  14419. | ^
  14420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:33:34: error: expected ')' before '^' token
  14421. 33 | @property (nullable, copy) void (^completionHandler)(void) API_AVAILABLE(macos(10.7));
  14422. | ~^
  14423. | )
  14424. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:19:
  14425. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAppleScriptExtensions.h:21:32: error: unknown property attribute 'strong'
  14426. 21 | @property (nullable, readonly, strong) NSAttributedString *richTextSource;
  14427. | ^~~~~~
  14428. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:21:
  14429. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBox.h:42:12: error: unknown property attribute 'strong'
  14430. 42 | @property (strong) NSFont *titleFont;
  14431. | ^~~~~~
  14432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBox.h:42:28: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14433. 42 | @property (strong) NSFont *titleFont;
  14434. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  14435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBox.h:45:22: error: unknown property attribute 'strong'
  14436. 45 | @property (readonly, strong) id titleCell;
  14437. | ^~~~~~
  14438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBox.h:51:22: error: unknown property attribute 'strong'
  14439. 51 | @property (nullable, strong) __kindof NSView *contentView;
  14440. | ^~~~~~
  14441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBox.h:51:30: error: '__kindof' has not been declared
  14442. 51 | @property (nullable, strong) __kindof NSView *contentView;
  14443. | ^~~~~~~~
  14444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBox.h:77:31: error: 'null_unspecified' does not name a type
  14445. 77 | - (void)setTitleWithMnemonic:(null_unspecified NSString *)stringWithAmpersand API_DEPRECATED("", macos(10.0,10.8));
  14446. | ^~~~~~~~~~~~~~~~
  14447. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:8,
  14448. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:22:
  14449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:22:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14450. 22 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  14451. | ^~~~~~~~
  14452. | cg_nullable
  14453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:24:22 error: unknown property attribute 'weak'
  14454. 24 | @property (nullable, weak) id target; // Target is weak for zeroing-weak compatible objects in apps linked on 10.10 or later. Otherwise the behavior of this property is 'assign’.
  14455. | ^~~~
  14456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:24:31 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14457. 24 | @property (nullable, weak) id target; // Target is weak for zeroing-weak compatible objects in apps linked on 10.10 or later. Otherwise the behavior of this property is 'assign’.
  14458. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  14459. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:33:22 error: unknown property attribute 'strong'
  14460. 33 | @property (nullable, strong) __kindof NSFormatter *formatter;
  14461. | ^~~~~~
  14462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:33:30 error: '__kindof' has not been declared
  14463. 33 | @property (nullable, strong) __kindof NSFormatter *formatter;
  14464. | ^~~~~~~~
  14465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:48:21 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14466. 48 | - (BOOL)sendAction:(nullable SEL)action to:(nullable id)target;
  14467. | ^~~~~~~~
  14468. | cg_nullable
  14469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:48:45 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14470. 48 | - (BOOL)sendAction:(nullable SEL)action to:(nullable id)target;
  14471. | ^~~~~~~~
  14472. | cg_nullable
  14473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:49:27 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14474. 49 | - (void)takeIntValueFrom:(nullable id)sender;
  14475. | ^~~~~~~~
  14476. | cg_nullable
  14477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:50:29 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14478. 50 | - (void)takeFloatValueFrom:(nullable id)sender;
  14479. | ^~~~~~~~
  14480. | cg_nullable
  14481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:51:30 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14482. 51 | - (void)takeDoubleValueFrom:(nullable id)sender;
  14483. | ^~~~~~~~
  14484. | cg_nullable
  14485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:52:30 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14486. 52 | - (void)takeStringValueFrom:(nullable id)sender;
  14487. | ^~~~~~~~
  14488. | cg_nullable
  14489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:53:30 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14490. 53 | - (void)takeObjectValueFrom:(nullable id)sender;
  14491. | ^~~~~~~~
  14492. | cg_nullable
  14493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:54:31 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14494. 54 | - (void)takeIntegerValueFrom:(nullable id)sender API_AVAILABLE(macos(10.5));
  14495. | ^~~~~~~~
  14496. | cg_nullable
  14497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:57:23 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14498. 57 | - (void)performClick:(nullable id)sender;
  14499. | ^~~~~~~~
  14500. | cg_nullable
  14501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:89:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14502. 89 | - (nullable NSText *)currentEditor;
  14503. | ^~~~~~~~
  14504. | cg_nullable
  14505. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:93:71 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14506. 93 | - (void)editWithFrame:(NSRect)rect editor:(NSText *)textObj delegate:(nullable id)delegate event:(NSEvent *)event API_AVAILABLE(macos(10.10));
  14507. | ^~~~~~~~
  14508. | cg_nullable
  14509. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:94:73 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14510. 94 | - (void)selectWithFrame:(NSRect)rect editor:(NSText *)textObj delegate:(nullable id)delegate start:(NSInteger)selStart length:(NSInteger)selLength API_AVAILABLE(macos(10.10));
  14511. | ^~~~~~~~
  14512. | cg_nullable
  14513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:108:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14514. 108 | - (BOOL)control:(NSControl *)control didFailToFormatString:(NSString *)string errorDescription:(nullable NSString *)error;
  14515. | ^~~~~~~~
  14516. | cg_nullable
  14517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:109:106: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14518. 109 | - (void)control:(NSControl *)control didFailToValidatePartialString:(NSString *)string errorDescription:(nullable NSString *)error;
  14519. | ^~~~~~~~
  14520. | cg_nullable
  14521. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:110:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14522. 110 | - (BOOL)control:(NSControl *)control isValidObject:(nullable id)obj;
  14523. | ^~~~~~~~
  14524. | cg_nullable
  14525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:113:21: error: expected '>' before '*' token
  14526. 113 | - (NSArray<NSString *> *)control:(NSControl *)control textView:(NSTextView *)textView completions:(NSArray<NSString *> *)words forPartialWordRange:(NSRange)charRange indexOfSelectedItem:(NSInteger *)index;
  14527. | ^
  14528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:113:21: error: cannot find protocol declaration for 'NSString'
  14529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:113:22: error: expected ')' before '>' token
  14530. 113 | - (NSArray<NSString *> *)control:(NSControl *)control textView:(NSTextView *)textView completions:(NSArray<NSString *> *)words forPartialWordRange:(NSRange)charRange indexOfSelectedItem:(NSInteger *)index;
  14531. | ~ ^
  14532. | )
  14533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:113:22: error: objective-c++ method declaration is expected before '>' token
  14534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:129:22: error: unknown property attribute 'strong'
  14535. 129 | @property (nullable, strong) __kindof NSCell *cell;
  14536. | ^~~~~~
  14537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:129:30: error: '__kindof' has not been declared
  14538. 129 | @property (nullable, strong) __kindof NSCell *cell;
  14539. | ^~~~~~~~
  14540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:131:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14541. 131 | - (nullable __kindof NSCell *)selectedCell;
  14542. | ^~~~~~~~
  14543. | cg_nullable
  14544. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:9:
  14545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:48:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14546. 48 | - (instancetype)initImageCell:(nullable NSImage *)image NS_DESIGNATED_INITIALIZER;
  14547. | ^~~~~~~~
  14548. | cg_nullable
  14549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:63:22: error: unknown property attribute 'strong'
  14550. 63 | @property (nullable, strong) NSImage *alternateImage;
  14551. | ^~~~~~
  14552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:63:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14553. 63 | @property (nullable, strong) NSImage *alternateImage;
  14554. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  14555. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:78:22: error: unknown property attribute 'strong'
  14556. 78 | @property (nullable, strong) NSSound *sound;
  14557. | ^~~~~~
  14558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:78:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14559. 78 | @property (nullable, strong) NSSound *sound;
  14560. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  14561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:84:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14562. 84 | - (void)performClick:(nullable id)sender;
  14563. | ^~~~~~~~
  14564. | cg_nullable
  14565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:143:31: error: 'null_unspecified' does not name a type
  14566. 143 | - (void)setTitleWithMnemonic:(null_unspecified NSString *)stringWithAmpersand API_DEPRECATED("Mnemonics are not used on macOS. Set the title property directly instead.", macos(10.0,10.8));
  14567. | ^~~~~~~~~~~~~~~~
  14568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:144:40: error: 'null_unspecified' does not name a type
  14569. 144 | - (void)setAlternateTitleWithMnemonic:(null_unspecified NSString *)stringWithAmpersand API_DEPRECATED("Mnemonics are not used on macOS. Set the alternateTitle property directly instead.", macos(10.0,10.8));
  14570. | ^~~~~~~~~~~~~~~~
  14571. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:147:4: error: 'null_unspecified' does not name a type
  14572. 147 | - (null_unspecified NSString *)alternateMnemonic API_DEPRECATED("Mnemonics are not used on macOS. This property always returns an empty string.", macos(10.0,10.8));
  14573. | ^~~~~~~~~~~~~~~~
  14574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:150:22: error: unknown property attribute 'strong'
  14575. 150 | @property (nullable, strong) NSFont *keyEquivalentFont API_DEPRECATED("The keyEquivalentFont property is no longer used. It always returns the NSButtonCell's font, and setting it has no effect.", macos(10.0,10.15));
  14576. | ^~~~~~
  14577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:150:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14578. 150 | @property (nullable, strong) NSFont *keyEquivalentFont API_DEPRECATED("The keyEquivalentFont property is no longer used. It always returns the NSButtonCell's font, and setting it has no effect.", macos(10.0,10.15));
  14579. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  14580. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:11:
  14581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:36:85: error: expected '>' before '*' token
  14582. 36 | - (instancetype)initWithCompressionOptions:(NSSet<NSUserInterfaceCompressionOptions *> *)options NS_DESIGNATED_INITIALIZER;
  14583. | ^
  14584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:36:85: error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  14585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:36:86: error: expected ')' before '>' token
  14586. 36 | - (instancetype)initWithCompressionOptions:(NSSet<NSUserInterfaceCompressionOptions *> *)options NS_DESIGNATED_INITIALIZER;
  14587. | ~ ^
  14588. | )
  14589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:36:86: error: expected identifier before '>' token
  14590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:36:86: error: expected ';' before '>' token
  14591. 36 | - (instancetype)initWithCompressionOptions:(NSSet<NSUserInterfaceCompressionOptions *> *)options NS_DESIGNATED_INITIALIZER;
  14592. | ^
  14593. | ;
  14594. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:102:94: error: expected '>' before '*' token
  14595. 102 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions;
  14596. | ^
  14597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:102:94: error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  14598. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:102:95: error: expected ')' before '>' token
  14599. 102 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions;
  14600. | ~ ^
  14601. | )
  14602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:102:95: error: expected identifier before '>' token
  14603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:102:95: error: expected ';' before '>' token
  14604. 102 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions;
  14605. | ^
  14606. | ;
  14607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:110:99: error: expected '>' before '*' token
  14608. 110 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions;
  14609. | ^
  14610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:110:99: error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  14611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:110:100: error: expected ')' before '>' token
  14612. 110 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions;
  14613. | ~ ^
  14614. | )
  14615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:110:100: error: expected identifier before '>' token
  14616. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceCompression.h:110:100: error: expected ';' before '>' token
  14617. 110 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions;
  14618. | ^
  14619. | ;
  14620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:31:82:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14621. 31 | + (instancetype)buttonWithTitle:(NSString *)title image:(NSImage *)image target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14622. | ^~~~~~~~
  14623. | cg_nullable
  14624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:31:109 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14625. 31 | + (instancetype)buttonWithTitle:(NSString *)title image:(NSImage *)image target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14626. | ^~~~~~~~
  14627. | cg_nullable
  14628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:40:59:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14629. 40 | + (instancetype)buttonWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14630. | ^~~~~~~~
  14631. | cg_nullable
  14632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:40:86:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14633. 40 | + (instancetype)buttonWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14634. | ^~~~~~~~
  14635. | cg_nullable
  14636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:49:58:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14637. 49 | + (instancetype)buttonWithImage:(NSImage *)image target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14638. | ^~~~~~~~
  14639. | cg_nullable
  14640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:49:85:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14641. 49 | + (instancetype)buttonWithImage:(NSImage *)image target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14642. | ^~~~~~~~
  14643. | cg_nullable
  14644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:58:61:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14645. 58 | + (instancetype)checkboxWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14646. | ^~~~~~~~
  14647. | cg_nullable
  14648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:58:88:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14649. 58 | + (instancetype)checkboxWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14650. | ^~~~~~~~
  14651. | cg_nullable
  14652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:67:64:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14653. 67 | + (instancetype)radioButtonWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14654. | ^~~~~~~~
  14655. | cg_nullable
  14656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:67:91:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14657. 67 | + (instancetype)radioButtonWithTitle:(NSString *)title target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  14658. | ^~~~~~~~
  14659. | cg_nullable
  14660. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:90:22:error: unknown property attribute 'strong'
  14661. 90 | @property (nullable, strong) NSSound *sound;
  14662. | ^~~~~~
  14663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:90:39:note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14664. 90 | @property (nullable, strong) NSSound *sound;
  14665. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  14666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:119:22 error: unknown property attribute 'strong'
  14667. 119 | @property (nullable, strong) NSImage *image;
  14668. | ^~~~~~
  14669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:119:39 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14670. 119 | @property (nullable, strong) NSImage *image;
  14671. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  14672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:122:22 error: unknown property attribute 'strong'
  14673. 122 | @property (nullable, strong) NSImage *alternateImage;
  14674. | ^~~~~~
  14675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:122:39 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14676. 122 | @property (nullable, strong) NSImage *alternateImage;
  14677. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  14678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:171:94 error: expected '>' before '*' token
  14679. 171 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  14680. | ^
  14681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:171:94 error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  14682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:171:95 error: expected ')' before '>' token
  14683. 171 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  14684. | ~ ^
  14685. | )
  14686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:171:95 error: expected identifier before '>' token
  14687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:171:95 error: expected ';' before '>' token
  14688. 171 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  14689. | ^
  14690. | ;
  14691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:172:99 error: expected '>' before '*' token
  14692. 172 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  14693. | ^
  14694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:172:99 error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  14695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:172:100: error: expected ')' before '>' token
  14696. 172 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  14697. | ~ ^
  14698. | )
  14699. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:172:100: error: expected identifier before '>' token
  14700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:172:100: error: expected ';' before '>' token
  14701. 172 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  14702. | ^
  14703. | ;
  14704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButton.h:180:31 error: 'null_unspecified' does not name a type
  14705. 180 | - (void)setTitleWithMnemonic:(null_unspecified NSString *)stringWithAmpersand API_DEPRECATED("Mnemonics are not used on macOS. Set the title property directly instead.", macos(10.0,10.8));
  14706. | ^~~~~~~~~~~~~~~~
  14707. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:8,
  14708. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:8,
  14709. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:24:
  14710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBarItem.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14711. 36 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER API_AVAILABLE(ios(13.0));
  14712. | ^~~~~~~~
  14713. | cg_nullable
  14714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:31:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14715. 31 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  14716. | ^~~~~~~~
  14717. | cg_nullable
  14718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:47:50: error: cannot find protocol declaration for 'NSTouchBarItemIdentifier'
  14719. 47 | @property (copy) NSArray<NSTouchBarItemIdentifier> *customizationAllowedItemIdentifiers;
  14720. | ^
  14721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:54:50: error: cannot find protocol declaration for 'NSTouchBarItemIdentifier'
  14722. 54 | @property (copy) NSArray<NSTouchBarItemIdentifier> *customizationRequiredItemIdentifiers;
  14723. | ^
  14724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:64:50: error: cannot find protocol declaration for 'NSTouchBarItemIdentifier'
  14725. 64 | @property (copy) NSArray<NSTouchBarItemIdentifier> *defaultItemIdentifiers;
  14726. | ^
  14727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:71:60: error: cannot find protocol declaration for 'NSTouchBarItemIdentifier'
  14728. 71 | @property (copy, readonly) NSArray<NSTouchBarItemIdentifier> *itemIdentifiers;
  14729. | ^
  14730. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:91:39: error: expected '>' before '*' token
  14731. 91 | @property (copy) NSSet<NSTouchBarItem *> *templateItems;
  14732. | ^
  14733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:91:39: error: cannot find protocol declaration for 'NSTouchBarItem'
  14734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:91:40: error: expected unqualified-id before '>' token
  14735. 91 | @property (copy) NSSet<NSTouchBarItem *> *templateItems;
  14736. | ^
  14737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:98:22: error: unknown property attribute 'weak'
  14738. 98 | @property (nullable, weak) id <NSTouchBarDelegate> delegate;
  14739. | ^~~~
  14740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:98:52: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14741. 98 | @property (nullable, weak) id <NSTouchBarDelegate> delegate;
  14742. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14744. 111 | - (nullable __kindof NSTouchBarItem *)itemForIdentifier:(NSTouchBarItemIdentifier)identifier;
  14745. | ^~~~~~~~
  14746. | cg_nullable
  14747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:132:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14748. 132 | - (nullable NSTouchBarItem *)touchBar:(NSTouchBar *)touchBar makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier;
  14749. | ^~~~~~~~
  14750. | cg_nullable
  14751. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:174:12: error: unknown property attribute 'strong'
  14752. 174 | @property (strong, readonly, nullable) NSTouchBar *touchBar API_AVAILABLE(macos(10.12.2));
  14753. | ^~~~~~
  14754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:182:12: error: unknown property attribute 'strong'
  14755. 182 | @property (strong, readwrite, nullable) NSTouchBar *touchBar API_AVAILABLE(macos(10.12.2));
  14756. | ^~~~~~
  14757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:182:53: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14758. 182 | @property (strong, readwrite, nullable) NSTouchBar *touchBar API_AVAILABLE(macos(10.12.2));
  14759. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:187:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14761. 187 | - (nullable NSTouchBar *)makeTouchBar API_AVAILABLE(macos(10.12.2));
  14762. | ^~~~~~~~
  14763. | cg_nullable
  14764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTouchBar.h:195:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14765. 195 | - (IBAction)toggleTouchBarCustomizationPalette:(nullable id)sender API_AVAILABLE(macos(10.12.2));
  14766. | ^~~~~~~~
  14767. | cg_nullable
  14768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:24:53: error: cannot find protocol declaration for 'CandidateType'
  14769. 24 | @interface NSCandidateListTouchBarItem<CandidateType> : NSTouchBarItem
  14770. | ^
  14771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:24:55: error: expected unqualified-id before ':' token
  14772. 24 | @interface NSCandidateListTouchBarItem<CandidateType> : NSTouchBarItem
  14773. | ^
  14774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:30:22: error: unknown property attribute 'weak'
  14775. 30 | @property (nullable, weak) id <NSCandidateListTouchBarItemDelegate> delegate API_UNAVAILABLE(macCatalyst);
  14776. | ^~~~
  14777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:30:69: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14778. 30 | @property (nullable, weak) id <NSCandidateListTouchBarItemDelegate> delegate API_UNAVAILABLE(macCatalyst);
  14779. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:51:50: error: expected unqualified-id before '^' token
  14781. 51 | @property (nullable, copy) NSAttributedString * (^attributedStringForCandidate)(CandidateType candidate, NSInteger index) API_UNAVAILABLE(macCatalyst);
  14782. | ^
  14783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:51:50: error: expected ')' before '^' token
  14784. 51 | @property (nullable, copy) NSAttributedString * (^attributedStringForCandidate)(CandidateType candidate, NSInteger index) API_UNAVAILABLE(macCatalyst);
  14785. | ~^
  14786. | )
  14787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:54:49: error: cannot find protocol declaration for 'CandidateType'
  14788. 54 | @property (readonly, copy) NSArray<CandidateType> *candidates API_UNAVAILABLE(macCatalyst);
  14789. | ^
  14790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:57:45: error: cannot find protocol declaration for 'CandidateType'
  14791. 57 | - (void)setCandidates:(NSArray<CandidateType> *)candidates forSelectedRange:(NSRange)selectedRange inString:(nullable NSString *)originalString API_UNAVAILABLE(macCatalyst);
  14792. | ^
  14793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:57:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14794. 57 | - (void)setCandidates:(NSArray<CandidateType> *)candidates forSelectedRange:(NSRange)selectedRange inString:(nullable NSString *)originalString API_UNAVAILABLE(macCatalyst);
  14795. | ^~~~~~~~
  14796. | cg_nullable
  14797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCandidateListTouchBarItem.h:83:32: error: unknown property attribute 'strong'
  14798. 83 | @property (nullable, readonly, strong) NSCandidateListTouchBarItem *candidateListTouchBarItem API_AVAILABLE(macos(10.12.2));
  14799. | ^~~~~~
  14800. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:26:
  14801. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSClipView.h:22:22: error: unknown property attribute 'strong'
  14802. 22 | @property (nullable, strong) __kindof NSView *documentView;
  14803. | ^~~~~~
  14804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSClipView.h:22:30: error: '__kindof' has not been declared
  14805. 22 | @property (nullable, strong) __kindof NSView *documentView;
  14806. | ^~~~~~~~
  14807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSClipView.h:24:22: error: unknown property attribute 'strong'
  14808. 24 | @property (nullable, strong) NSCursor *documentCursor;
  14809. | ^~~~~~
  14810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSClipView.h:24:40: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14811. 24 | @property (nullable, strong) NSCursor *documentCursor;
  14812. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  14813. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:13,
  14814. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:9,
  14815. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:27:
  14816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:63:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14817. 63 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  14818. | ^~~~~~~~
  14819. | cg_nullable
  14820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:82:21 error: unknown property attribute 'weak'
  14821. 82 | @property(nullable, weak) IBOutlet id <NSPopoverDelegate> delegate;
  14822. | ^~~~
  14823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:82:59 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14824. 82 | @property(nullable, weak) IBOutlet id <NSPopoverDelegate> delegate;
  14825. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  14826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:93:22 error: unknown property attribute 'strong'
  14827. 93 | @property (nullable, strong) NSAppearance *appearance API_AVAILABLE(macos(10.10));
  14828. | ^~~~~~
  14829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:93:44 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14830. 93 | @property (nullable, strong) NSAppearance *appearance API_AVAILABLE(macos(10.10));
  14831. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  14832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:95:22 error: unknown property attribute 'strong'
  14833. 95 | @property (readonly, strong) NSAppearance *effectiveAppearance API_AVAILABLE(macos(10.10));
  14834. | ^~~~~~
  14835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:148:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14836. 148 | - (IBAction)performClose:(nullable id)sender;
  14837. | ^~~~~~~~
  14838. | cg_nullable
  14839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopover.h:222:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14840. 222 | - (nullable NSWindow *)detachableWindowForPopover:(NSPopover *)popover;
  14841. | ^~~~~~~~
  14842. | cg_nullable
  14843. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:14:
  14844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:17:23: error: expected unqualified-id before '^' token
  14845. 17 | typedef id _Nullable (^NSStoryboardControllerCreator)(NSCoder *coder);
  14846. | ^
  14847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:17:23: error: expected ')' before '^' token
  14848. 17 | typedef id _Nullable (^NSStoryboardControllerCreator)(NSCoder *coder);
  14849. | ~^
  14850. | )
  14851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:23:29: error: unknown property attribute 'strong'
  14852. 23 | @property (class, readonly, strong, nullable) NSStoryboard *mainStoryboard API_AVAILABLE(macos(10.13));
  14853. | ^~~~~~
  14854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:26:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14855. 26 | + (instancetype)storyboardWithName:(NSStoryboardName)name bundle:(nullable NSBundle *)storyboardBundleOrNil;
  14856. | ^~~~~~~~
  14857. | cg_nullable
  14858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14859. 29 | - (nullable id)instantiateInitialController;
  14860. | ^~~~~~~~
  14861. | cg_nullable
  14862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14863. 32 | - (nullable id)instantiateInitialControllerWithCreator:(nullable NS_NOESCAPE NSStoryboardControllerCreator)block API_AVAILABLE(macos(10.15));
  14864. | ^~~~~~~~
  14865. | cg_nullable
  14866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:32:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14867. 32 | - (nullable id)instantiateInitialControllerWithCreator:(nullable NS_NOESCAPE NSStoryboardControllerCreator)block API_AVAILABLE(macos(10.15));
  14868. | ^~~~~~~~
  14869. | cg_nullable
  14870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboard.h:38:92: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14871. 38 | - (id)instantiateControllerWithIdentifier:(NSStoryboardSceneIdentifier)identifier creator:(nullable NS_NOESCAPE NSStoryboardControllerCreator)block API_AVAILABLE(macos(10.15));
  14872. | ^~~~~~~~
  14873. | cg_nullable
  14874. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:15:
  14875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:20:163: error: expected ')' before '(' token
  14876. 20 | + (instancetype)segueWithIdentifier:(NSStoryboardSegueIdentifier)identifier source:(id)sourceController destination:(id)destinationController performHandler:(void (^)(void))performHandler;
  14877. | ~ ^~
  14878. | )
  14879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:20:164: error: expected identifier before '(' token
  14880. 20 | + (instancetype)segueWithIdentifier:(NSStoryboardSegueIdentifier)identifier source:(id)sourceController destination:(id)destinationController performHandler:(void (^)(void))performHandler;
  14881. | ^
  14882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:20:163: error: expected ';' before '(' token
  14883. 20 | + (instancetype)segueWithIdentifier:(NSStoryboardSegueIdentifier)identifier source:(id)sourceController destination:(id)destinationController performHandler:(void (^)(void))performHandler;
  14884. | ^~
  14885. | ;
  14886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:29:22: error: unknown property attribute 'strong'
  14887. 29 | @property (readonly, strong) id sourceController;
  14888. | ^~~~~~
  14889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:32:22: error: unknown property attribute 'strong'
  14890. 32 | @property (readonly, strong) id destinationController;
  14891. | ^~~~~~
  14892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:45:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14893. 45 | - (void)prepareForSegue:(NSStoryboardSegue *)segue sender:(nullable id)sender API_AVAILABLE(macos(10.10));
  14894. | ^~~~~~~~
  14895. | cg_nullable
  14896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:49:84: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14897. 49 | - (void)performSegueWithIdentifier:(NSStoryboardSegueIdentifier)identifier sender:(nullable id)sender API_AVAILABLE(macos(10.10));
  14898. | ^~~~~~~~
  14899. | cg_nullable
  14900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStoryboardSegue.h:53:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14901. 53 | - (BOOL)shouldPerformSegueWithIdentifier:(NSStoryboardSegueIdentifier)identifier sender:(nullable id)sender API_AVAILABLE(macos(10.10));
  14902. | ^~~~~~~~
  14903. | cg_nullable
  14904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:56:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14905. 56 | - (instancetype)initWithNibName:(nullable NSNibName)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil NS_DESIGNATED_INITIALIZER;
  14906. | ^~~~~~~~
  14907. | cg_nullable
  14908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:56:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14909. 56 | - (instancetype)initWithNibName:(nullable NSNibName)nibNameOrNil bundle:(nullable NSBundle *)nibBundleOrNil NS_DESIGNATED_INITIALIZER;
  14910. | ^~~~~~~~
  14911. | cg_nullable
  14912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:58:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14913. 58 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  14914. | ^~~~~~~~
  14915. | cg_nullable
  14916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:66:22: error: unknown property attribute 'strong'
  14917. 66 | @property (nullable, strong, readonly) NSBundle *nibBundle;
  14918. | ^~~~~~
  14919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:70:22: error: unknown property attribute 'strong'
  14920. 70 | @property (nullable, strong) id representedObject;
  14921. | ^~~~~~
  14922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:70:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14923. 70 | @property (nullable, strong) id representedObject;
  14924. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  14925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:78:12: error: unknown property attribute 'strong'
  14926. 78 | @property (strong) IBOutlet NSView *view;
  14927. | ^~~~~~
  14928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:78:37: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14929. 78 | @property (strong) IBOutlet NSView *view;
  14930. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  14931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:88:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14932. 88 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  14933. | ^~~~~~~~
  14934. | cg_nullable
  14935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:88:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14936. 88 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  14937. | ^~~~~~~~
  14938. | cg_nullable
  14939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:88:120: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14940. 88 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  14941. | ^~~~~~~~
  14942. | cg_nullable
  14943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:148:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  14944. 148 | - (IBAction)dismissController:(nullable id)sender API_AVAILABLE(macos(10.10));
  14945. | ^~~~~~~~
  14946. | cg_nullable
  14947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:152:49: error: expected '>' before 'NSViewController'
  14948. 152 | @property (nullable, readonly) NSArray<__kindof NSViewController *> *presentedViewControllers API_AVAILABLE(macos(10.10));
  14949. | ^~~~~~~~~~~~~~~~
  14950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:152:49: error: cannot find protocol declaration for '__kindof'
  14951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:152:49: error: nullability specifier 'nullable' cannot be applied to non-pointer type 'NSArray'
  14952. 152 | @property (nullable, readonly) NSArray<__kindof NSViewController *> *presentedViewControllers API_AVAILABLE(macos(10.10));
  14953. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  14954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:152:65: error: expected ';' before '*' token
  14955. 152 | @property (nullable, readonly) NSArray<__kindof NSViewController *> *presentedViewControllers API_AVAILABLE(macos(10.10));
  14956. | ^~
  14957. | ;
  14958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:158:1: error: cannot use an object as parameter to a method
  14959. 158 | @end
  14960. | ^~~~
  14961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:176:205: error: expected ')' before '(' token
  14962. 176 | - (void)transitionFromViewController:(NSViewController *)fromViewController toViewController:(NSViewController *)toViewController options:(NSViewControllerTransitionOptions)options completionHandler:(void (^ _Nullable)(void))completion API_AVAILABLE(macos(10.10));
  14963. | ~ ^~
  14964. | )
  14965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:176:206: error: expected identifier before '(' token
  14966. 176 | - (void)transitionFromViewController:(NSViewController *)fromViewController toViewController:(NSViewController *)toViewController options:(NSViewControllerTransitionOptions)options completionHandler:(void (^ _Nullable)(void))completion API_AVAILABLE(macos(10.10));
  14967. | ^
  14968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:176:205: error: expected ';' before '(' token
  14969. 176 | - (void)transitionFromViewController:(NSViewController *)fromViewController toViewController:(NSViewController *)toViewController options:(NSViewControllerTransitionOptions)options completionHandler:(void (^ _Nullable)(void))completion API_AVAILABLE(macos(10.10));
  14970. | ^~
  14971. | ;
  14972. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:189:35: error: expected '>' before 'NSViewController'
  14973. 189 | @property (copy) NSArray<__kindof NSViewController *> *childViewControllers API_AVAILABLE(macos(10.10));
  14974. | ^~~~~~~~~~~~~~~~
  14975. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:189:35: error: cannot find protocol declaration for '__kindof'
  14976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:189:35: error: 'copy' attribute is only valid for Objective-C objects
  14977. 189 | @property (copy) NSArray<__kindof NSViewController *> *childViewControllers API_AVAILABLE(macos(10.10));
  14978. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  14979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:152:49: note: originally specified here
  14980. 152 | @property (nullable, readonly) NSArray<__kindof NSViewController *> *presentedViewControllers API_AVAILABLE(macos(10.10));
  14981. | ^~~~~~~~~~~~~~~~
  14982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:189:51: error: expected ';' before '*' token
  14983. 189 | @property (copy) NSArray<__kindof NSViewController *> *childViewControllers API_AVAILABLE(macos(10.10));
  14984. | ^~
  14985. | ;
  14986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:240:31: error: unknown property attribute 'strong'
  14987. 240 | @property(nullable, readonly, strong) NSStoryboard *storyboard API_AVAILABLE(macos(10.10));
  14988. | ^~~~~~
  14989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:252:21: error: unknown property attribute 'strong'
  14990. 252 | @property(nullable, strong) IBOutlet NSView *sourceItemView API_AVAILABLE(macos(10.10));
  14991. | ^~~~~~
  14992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:252:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14993. 252 | @property(nullable, strong) IBOutlet NSView *sourceItemView API_AVAILABLE(macos(10.10));
  14994. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  14995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:87:22: error: unknown property attribute 'weak'
  14996. 87 | @property (nullable, weak) IBOutlet NSButton *sectionCollapseButton API_AVAILABLE(macos(10.12));
  14997. | ^~~~
  14998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:87:47: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  14999. 87 | @property (nullable, weak) IBOutlet NSButton *sectionCollapseButton API_AVAILABLE(macos(10.12));
  15000. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  15001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:99:32: error: unknown property attribute 'weak'
  15002. 99 | @property (readonly, nullable, weak) NSCollectionView *collectionView;
  15003. | ^~~~
  15004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:111:22: error: unknown property attribute 'weak'
  15005. 111 | @property (nullable, weak) IBOutlet NSImageView *imageView API_AVAILABLE(macos(10.7));
  15006. | ^~~~
  15007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:111:50: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15008. 111 | @property (nullable, weak) IBOutlet NSImageView *imageView API_AVAILABLE(macos(10.7));
  15009. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  15010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:115:22: error: unknown property attribute 'weak'
  15011. 115 | @property (nullable, weak) IBOutlet NSTextField *textField API_AVAILABLE(macos(10.7));
  15012. | ^~~~
  15013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:115:50: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15014. 115 | @property (nullable, weak) IBOutlet NSTextField *textField API_AVAILABLE(macos(10.7));
  15015. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  15016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:119:55: error: expected '>' before '*' token
  15017. 119 | @property (readonly) NSArray<NSDraggingImageComponent *> *draggingImageComponents API_AVAILABLE(macos(10.7));
  15018. | ^
  15019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:119:55: error: cannot find protocol declaration for 'NSDraggingImageComponent'
  15020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:119:56: error: expected unqualified-id before '>' token
  15021. 119 | @property (readonly) NSArray<NSDraggingImageComponent *> *draggingImageComponents API_AVAILABLE(macos(10.7));
  15022. | ^
  15023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:137:22: error: unknown property attribute 'weak'
  15024. 137 | @property (nullable, weak) id<NSCollectionViewDataSource> dataSource API_AVAILABLE(macos(10.11));
  15025. | ^~~~
  15026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:137:59: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15027. 137 | @property (nullable, weak) id<NSCollectionViewDataSource> dataSource API_AVAILABLE(macos(10.11));
  15028. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  15029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:141:22: error: unknown property attribute 'weak'
  15030. 141 | @property (nullable, weak) id<NSCollectionViewPrefetching> prefetchDataSource API_AVAILABLE(macos(10.13));
  15031. | ^~~~
  15032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:141:60: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15033. 141 | @property (nullable, weak) id<NSCollectionViewPrefetching> prefetchDataSource API_AVAILABLE(macos(10.13));
  15034. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  15035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:147:28: error: cannot find protocol declaration for 'id'
  15036. 147 | @property (copy) NSArray<id> *content;
  15037. | ^
  15038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:158:22: error: unknown property attribute 'weak'
  15039. 158 | @property (nullable, weak) id<NSCollectionViewDelegate> delegate;
  15040. | ^~~~
  15041. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:158:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15042. 158 | @property (nullable, weak) id<NSCollectionViewDelegate> delegate;
  15043. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  15044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:165:22: error: unknown property attribute 'strong'
  15045. 165 | @property (nullable, strong) NSView *backgroundView API_AVAILABLE(macos(10.11));
  15046. | ^~~~~~
  15047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:165:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15048. 165 | @property (nullable, strong) NSView *backgroundView API_AVAILABLE(macos(10.11));
  15049. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  15050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:178:22: error: unknown property attribute 'strong'
  15051. 178 | @property (nullable, strong) __kindof NSCollectionViewLayout *collectionViewLayout API_AVAILABLE(macos(10.11));
  15052. | ^~~~~~
  15053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:178:30: error: '__kindof' has not been declared
  15054. 178 | @property (nullable, strong) __kindof NSCollectionViewLayout *collectionViewLayout API_AVAILABLE(macos(10.11));
  15055. | ^~~~~~~~
  15056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:182:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15057. 182 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15058. | ^~~~~~~~
  15059. | cg_nullable
  15060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:188:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15061. 188 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForSupplementaryElementOfKind:(NSCollectionViewSupplementaryElementKind)kind atIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15062. | ^~~~~~~~
  15063. | cg_nullable
  15064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:200:51: error: expected '>' before '*' token
  15065. 200 | @property (null_resettable, copy) NSArray<NSColor *> *backgroundColors;
  15066. | ^
  15067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:200:51: error: cannot find protocol declaration for 'NSColor'
  15068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:200:52: error: expected unqualified-id before '>' token
  15069. 200 | @property (null_resettable, copy) NSArray<NSColor *> *backgroundColors;
  15070. | ^
  15071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:236:36: error: expected '>' before '*' token
  15072. 236 | @property (copy) NSSet<NSIndexPath *> *selectionIndexPaths API_AVAILABLE(macos(10.11));
  15073. | ^
  15074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:236:36: error: cannot find protocol declaration for 'NSIndexPath'
  15075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:236:37: error: expected unqualified-id before '>' token
  15076. 236 | @property (copy) NSSet<NSIndexPath *> *selectionIndexPaths API_AVAILABLE(macos(10.11));
  15077. | ^
  15078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:242:52: error: expected '>' before '*' token
  15079. 242 | - (void)selectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths scrollPosition:(NSCollectionViewScrollPosition)scrollPosition API_AVAILABLE(macos(10.11));
  15080. | ^
  15081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:242:52: error: cannot find protocol declaration for 'NSIndexPath'
  15082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:242:53: error: expected ')' before '>' token
  15083. 242 | - (void)selectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths scrollPosition:(NSCollectionViewScrollPosition)scrollPosition API_AVAILABLE(macos(10.11));
  15084. | ~ ^
  15085. | )
  15086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:242:53: error: expected identifier before '>' token
  15087. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:242:53: error: expected ';' before '>' token
  15088. 242 | - (void)selectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths scrollPosition:(NSCollectionViewScrollPosition)scrollPosition API_AVAILABLE(macos(10.11));
  15089. | ^
  15090. | ;
  15091. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:248:54: error: expected '>' before '*' token
  15092. 248 | - (void)deselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15093. | ^
  15094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:248:54: error: cannot find protocol declaration for 'NSIndexPath'
  15095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:248:55: error: expected ')' before '>' token
  15096. 248 | - (void)deselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15097. | ~ ^
  15098. | )
  15099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:248:55: error: expected identifier before '>' token
  15100. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:248:55: error: expected ';' before '>' token
  15101. 248 | - (void)deselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15102. | ^
  15103. | ;
  15104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:252:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15105. 252 | - (IBAction)selectAll:(nullable id)sender;
  15106. | ^~~~~~~~
  15107. | cg_nullable
  15108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:256:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15109. 256 | - (IBAction)deselectAll:(nullable id)sender;
  15110. | ^~~~~~~~
  15111. | cg_nullable
  15112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:261:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15113. 261 | - (void)registerClass:(nullable Class)itemClass forItemWithIdentifier:(NSUserInterfaceItemIdentifier)identifier API_AVAILABLE(macos(10.11));
  15114. | ^~~~~~~~
  15115. | cg_nullable
  15116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:262:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15117. 262 | - (void)registerNib:(nullable NSNib *)nib forItemWithIdentifier:(NSUserInterfaceItemIdentifier)identifier API_AVAILABLE(macos(10.11));
  15118. | ^~~~~~~~
  15119. | cg_nullable
  15120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:266:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15121. 266 | - (void)registerClass:(nullable Class)viewClass forSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)kind withIdentifier:(NSUserInterfaceItemIdentifier)identifier API_AVAILABLE(macos(10.11));
  15122. | ^~~~~~~~
  15123. | cg_nullable
  15124. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:267:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15125. 267 | - (void)registerNib:(nullable NSNib *)nib forSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)kind withIdentifier:(NSUserInterfaceItemIdentifier)identifier API_AVAILABLE(macos(10.11));
  15126. | ^~~~~~~~
  15127. | cg_nullable
  15128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:273:4: error: '__kindof' does not name a type
  15129. 273 | - (__kindof NSCollectionViewItem *)makeItemWithIdentifier:(NSUserInterfaceItemIdentifier)identifier forIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15130. | ^~~~~~~~
  15131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:279:4: error: '__kindof' does not name a type
  15132. 279 | - (__kindof NSView *)makeSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)elementKind withIdentifier:(NSUserInterfaceItemIdentifier)identifier forIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15133. | ^~~~~~~~
  15134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:285:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15135. 285 | - (nullable NSCollectionViewItem *)itemAtIndex:(NSUInteger)index API_AVAILABLE(macos(10.6));
  15136. | ^~~~~~~~
  15137. | cg_nullable
  15138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:289:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15139. 289 | - (nullable NSCollectionViewItem *)itemAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15140. | ^~~~~~~~
  15141. | cg_nullable
  15142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:293:33: error: expected '>' before '*' token
  15143. 293 | - (NSArray<NSCollectionViewItem *> *)visibleItems API_AVAILABLE(macos(10.11));
  15144. | ^
  15145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:293:33: error: cannot find protocol declaration for 'NSCollectionViewItem'
  15146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:293:34: error: expected ')' before '>' token
  15147. 293 | - (NSArray<NSCollectionViewItem *> *)visibleItems API_AVAILABLE(macos(10.11));
  15148. | ~ ^
  15149. | )
  15150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:293:34: error: objective-c++ method declaration is expected before '>' token
  15151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:297:22: error: expected '>' before '*' token
  15152. 297 | - (NSSet<NSIndexPath *> *)indexPathsForVisibleItems API_AVAILABLE(macos(10.11));
  15153. | ^
  15154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:297:22: error: cannot find protocol declaration for 'NSIndexPath'
  15155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:297:23: error: expected ')' before '>' token
  15156. 297 | - (NSSet<NSIndexPath *> *)indexPathsForVisibleItems API_AVAILABLE(macos(10.11));
  15157. | ~ ^
  15158. | )
  15159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:297:23: error: objective-c++ method declaration is expected before '>' token
  15160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:301:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15161. 301 | - (nullable NSIndexPath *)indexPathForItem:(NSCollectionViewItem *)item API_AVAILABLE(macos(10.11));
  15162. | ^~~~~~~~
  15163. | cg_nullable
  15164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:307:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15165. 307 | - (nullable NSIndexPath *)indexPathForItemAtPoint:(NSPoint)point API_AVAILABLE(macos(10.11));
  15166. | ^~~~~~~~
  15167. | cg_nullable
  15168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:314:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15169. 314 | - (nullable NSView<NSCollectionViewElement> *)supplementaryViewForElementKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15170. | ^~~~~~~~
  15171. | cg_nullable
  15172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:318:18: error: expected '>' before '<' token
  15173. 318 | - (NSArray<NSView<NSCollectionViewElement> *> *)visibleSupplementaryViewsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind API_AVAILABLE(macos(10.11));
  15174. | ^
  15175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:318:18: error: cannot find protocol declaration for 'NSView'
  15176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:318:18: error: expected ')' before '<' token
  15177. 318 | - (NSArray<NSView<NSCollectionViewElement> *> *)visibleSupplementaryViewsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind API_AVAILABLE(macos(10.11));
  15178. | ~ ^
  15179. | )
  15180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:318:18: error: objective-c++ method declaration is expected before '<' token
  15181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:322:22: error: expected '>' before '*' token
  15182. 322 | - (NSSet<NSIndexPath *> *)indexPathsForVisibleSupplementaryElementsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind API_AVAILABLE(macos(10.11));
  15183. | ^
  15184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:322:22: error: cannot find protocol declaration for 'NSIndexPath'
  15185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:322:23: error: expected ')' before '>' token
  15186. 322 | - (NSSet<NSIndexPath *> *)indexPathsForVisibleSupplementaryElementsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind API_AVAILABLE(macos(10.11));
  15187. | ~ ^
  15188. | )
  15189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:322:23: error: objective-c++ method declaration is expected before '>' token
  15190. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:366:52: error: expected '>' before '*' token
  15191. 366 | - (void)insertItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15192. | ^
  15193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:366:52: error: cannot find protocol declaration for 'NSIndexPath'
  15194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:366:53: error: expected ')' before '>' token
  15195. 366 | - (void)insertItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15196. | ~ ^
  15197. | )
  15198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:366:53: error: expected identifier before '>' token
  15199. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:366:53: error: expected ';' before '>' token
  15200. 366 | - (void)insertItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15201. | ^
  15202. | ;
  15203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:374:52: error: expected '>' before '*' token
  15204. 374 | - (void)deleteItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15205. | ^
  15206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:374:52: error: cannot find protocol declaration for 'NSIndexPath'
  15207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:374:53: error: expected ')' before '>' token
  15208. 374 | - (void)deleteItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15209. | ~ ^
  15210. | )
  15211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:374:53: error: expected identifier before '>' token
  15212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:374:53: error: expected ';' before '>' token
  15213. 374 | - (void)deleteItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15214. | ^
  15215. | ;
  15216. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:380:52: error: expected '>' before '*' token
  15217. 380 | - (void)reloadItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15218. | ^
  15219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:380:52: error: cannot find protocol declaration for 'NSIndexPath'
  15220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:380:53: error: expected ')' before '>' token
  15221. 380 | - (void)reloadItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15222. | ~ ^
  15223. | )
  15224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:380:53: error: expected identifier before '>' token
  15225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:380:53: error: expected ';' before '>' token
  15226. 380 | - (void)reloadItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15227. | ^
  15228. | ;
  15229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:398:34: error: expected ')' before '(' token
  15230. 398 | - (void)performBatchUpdates:(void (NS_NOESCAPE ^_Nullable)(void))updates completionHandler:(void (^_Nullable)(BOOL finished))completionHandler API_AVAILABLE(macos(10.11));
  15231. | ~ ^~
  15232. | )
  15233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:398:35: error: expected identifier before '(' token
  15234. 398 | - (void)performBatchUpdates:(void (NS_NOESCAPE ^_Nullable)(void))updates completionHandler:(void (^_Nullable)(BOOL finished))completionHandler API_AVAILABLE(macos(10.11));
  15235. | ^
  15236. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:398:34: error: expected ';' before '(' token
  15237. 398 | - (void)performBatchUpdates:(void (NS_NOESCAPE ^_Nullable)(void))updates completionHandler:(void (^_Nullable)(BOOL finished))completionHandler API_AVAILABLE(macos(10.11));
  15238. | ^~
  15239. | ;
  15240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:414:54: error: expected '>' before '*' token
  15241. 414 | - (void)scrollToItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths scrollPosition:(NSCollectionViewScrollPosition)scrollPosition API_AVAILABLE(macos(10.11));
  15242. | ^
  15243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:414:54: error: cannot find protocol declaration for 'NSIndexPath'
  15244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:414:55: error: expected ')' before '>' token
  15245. 414 | - (void)scrollToItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths scrollPosition:(NSCollectionViewScrollPosition)scrollPosition API_AVAILABLE(macos(10.11));
  15246. | ~ ^
  15247. | )
  15248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:414:55: error: expected identifier before '>' token
  15249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:414:55: error: expected ';' before '>' token
  15250. 414 | - (void)scrollToItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths scrollPosition:(NSCollectionViewScrollPosition)scrollPosition API_AVAILABLE(macos(10.11));
  15251. | ^
  15252. | ;
  15253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:425:67: error: expected '>' before '*' token
  15254. 425 | - (NSImage *)draggingImageForItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.11));
  15255. | ^
  15256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:425:67: error: cannot find protocol declaration for 'NSIndexPath'
  15257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:425:68: error: expected ')' before '>' token
  15258. 425 | - (NSImage *)draggingImageForItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.11));
  15259. | ~ ^
  15260. | )
  15261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:425:68: error: expected identifier before '>' token
  15262. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:425:68: error: expected ';' before '>' token
  15263. 425 | - (NSImage *)draggingImageForItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.11));
  15264. | ^
  15265. | ;
  15266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:479:106: error: expected '>' before '*' token
  15267. 479 | - (void)collectionView:(NSCollectionView *)collectionView prefetchItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  15268. | ^
  15269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:479:106: error: cannot find protocol declaration for 'NSIndexPath'
  15270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:479:107: error: expected ')' before '>' token
  15271. 479 | - (void)collectionView:(NSCollectionView *)collectionView prefetchItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  15272. | ~ ^
  15273. | )
  15274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:479:107: error: expected identifier before '>' token
  15275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:479:107: error: expected ';' before '>' token
  15276. 479 | - (void)collectionView:(NSCollectionView *)collectionView prefetchItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  15277. | ^
  15278. | ;
  15279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:485:118: error: expected '>' before '*' token
  15280. 485 | - (void)collectionView:(NSCollectionView *)collectionView cancelPrefetchingForItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  15281. | ^
  15282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:485:118: error: cannot find protocol declaration for 'NSIndexPath'
  15283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:485:119: error: expected ')' before '>' token
  15284. 485 | - (void)collectionView:(NSCollectionView *)collectionView cancelPrefetchingForItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  15285. | ~ ^
  15286. | )
  15287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:485:119: error: expected identifier before '>' token
  15288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:485:119: error: expected ';' before '>' token
  15289. 485 | - (void)collectionView:(NSCollectionView *)collectionView cancelPrefetchingForItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  15290. | ^
  15291. | ;
  15292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:500:103: error: expected '>' before '*' token
  15293. 500 | - (BOOL)collectionView:(NSCollectionView *)collectionView canDragItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event API_AVAILABLE(macos(10.11));
  15294. | ^
  15295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:500:103: error: cannot find protocol declaration for 'NSIndexPath'
  15296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:500:104: error: expected ')' before '>' token
  15297. 500 | - (BOOL)collectionView:(NSCollectionView *)collectionView canDragItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event API_AVAILABLE(macos(10.11));
  15298. | ~ ^
  15299. | )
  15300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:500:104: error: expected identifier before '>' token
  15301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:500:104: error: expected ';' before '>' token
  15302. 500 | - (BOOL)collectionView:(NSCollectionView *)collectionView canDragItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event API_AVAILABLE(macos(10.11));
  15303. | ^
  15304. | ;
  15305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:507:101: error: expected '>' before '*' token
  15306. 507 | - (BOOL)collectionView:(NSCollectionView *)collectionView writeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toPasteboard:(NSPasteboard *)pasteboard API_DEPRECATED("Use -collectionView:pasteboardWriterForItemAtIndexPath: instead", macos(10.11, 10.15));
  15307. | ^
  15308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:507:101: error: cannot find protocol declaration for 'NSIndexPath'
  15309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:507:102: error: expected ')' before '>' token
  15310. 507 | - (BOOL)collectionView:(NSCollectionView *)collectionView writeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toPasteboard:(NSPasteboard *)pasteboard API_DEPRECATED("Use -collectionView:pasteboardWriterForItemAtIndexPath: instead", macos(10.11, 10.15));
  15311. | ~ ^
  15312. | )
  15313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:507:102: error: expected identifier before '>' token
  15314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:507:102: error: expected ';' before '>' token
  15315. 507 | - (BOOL)collectionView:(NSCollectionView *)collectionView writeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toPasteboard:(NSPasteboard *)pasteboard API_DEPRECATED("Use -collectionView:pasteboardWriterForItemAtIndexPath: instead", macos(10.11, 10.15));
  15316. | ^
  15317. | ;
  15318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:516:21: error: expected '>' before '*' token
  15319. 516 | - (NSArray<NSString *> *)collectionView:(NSCollectionView *)collectionView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL forDraggedItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.11,10.13));
  15320. | ^
  15321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:516:21: error: cannot find protocol declaration for 'NSString'
  15322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:516:22: error: expected ')' before '>' token
  15323. 516 | - (NSArray<NSString *> *)collectionView:(NSCollectionView *)collectionView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL forDraggedItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.11,10.13));
  15324. | ~ ^
  15325. | )
  15326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:516:22: error: objective-c++ method declaration is expected before '>' token
  15327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:519:21: error: expected '>' before '*' token
  15328. 519 | - (NSArray<NSString *> *)collectionView:(NSCollectionView *)collectionView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL forDraggedItemsAtIndexes:(NSIndexSet *)indexes API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.6,10.13));
  15329. | ^
  15330. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:519:21: error: cannot find protocol declaration for 'NSString'
  15331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:519:22: error: expected ')' before '>' token
  15332. 519 | - (NSArray<NSString *> *)collectionView:(NSCollectionView *)collectionView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL forDraggedItemsAtIndexes:(NSIndexSet *)indexes API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.6,10.13));
  15333. | ~ ^
  15334. | )
  15335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:519:22: error: objective-c++ method declaration is expected before '>' token
  15336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:523:117: error: expected '>' before '*' token
  15337. 523 | - (NSImage *)collectionView:(NSCollectionView *)collectionView draggingImageForItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.11));
  15338. | ^
  15339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:523:117: error: cannot find protocol declaration for 'NSIndexPath'
  15340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:523:118: error: expected ')' before '>' token
  15341. 523 | - (NSImage *)collectionView:(NSCollectionView *)collectionView draggingImageForItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.11));
  15342. | ~ ^
  15343. | )
  15344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:523:118: error: expected identifier before '>' token
  15345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:523:118: error: expected ';' before '>' token
  15346. 523 | - (NSImage *)collectionView:(NSCollectionView *)collectionView draggingImageForItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.11));
  15347. | ^
  15348. | ;
  15349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:553:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15350. 553 | - (nullable id <NSPasteboardWriting>)collectionView:(NSCollectionView *)collectionView pasteboardWriterForItemAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.11));
  15351. | ^~~~~~~~
  15352. | cg_nullable
  15353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:556:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15354. 556 | - (nullable id <NSPasteboardWriting>)collectionView:(NSCollectionView *)collectionView pasteboardWriterForItemAtIndex:(NSUInteger)index;
  15355. | ^~~~~~~~
  15356. | cg_nullable
  15357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:560:182: error: expected '>' before '*' token
  15358. 560 | - (void)collectionView:(NSCollectionView *)collectionView draggingSession:(NSDraggingSession *)session willBeginAtPoint:(NSPoint)screenPoint forItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15359. | ^
  15360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:560:182: error: cannot find protocol declaration for 'NSIndexPath'
  15361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:560:183: error: expected ')' before '>' token
  15362. 560 | - (void)collectionView:(NSCollectionView *)collectionView draggingSession:(NSDraggingSession *)session willBeginAtPoint:(NSPoint)screenPoint forItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15363. | ~ ^
  15364. | )
  15365. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:560:183: error: expected identifier before '>' token
  15366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:560:183: error: expected ';' before '>' token
  15367. 560 | - (void)collectionView:(NSCollectionView *)collectionView draggingSession:(NSDraggingSession *)session willBeginAtPoint:(NSPoint)screenPoint forItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15368. | ^
  15369. | ;
  15370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:578:22: error: expected '>' before '*' token
  15371. 578 | - (NSSet<NSIndexPath *> *)collectionView:(NSCollectionView *)collectionView shouldChangeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toHighlightState:(NSCollectionViewItemHighlightState)highlightState API_AVAILABLE(macos(10.11));
  15372. | ^
  15373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:578:22: error: cannot find protocol declaration for 'NSIndexPath'
  15374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:578:23: error: expected ')' before '>' token
  15375. 578 | - (NSSet<NSIndexPath *> *)collectionView:(NSCollectionView *)collectionView shouldChangeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toHighlightState:(NSCollectionViewItemHighlightState)highlightState API_AVAILABLE(macos(10.11));
  15376. | ~ ^
  15377. | )
  15378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:578:23: error: objective-c++ method declaration is expected before '>' token
  15379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:581:105: error: expected '>' before '*' token
  15380. 581 | - (void)collectionView:(NSCollectionView *)collectionView didChangeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toHighlightState:(NSCollectionViewItemHighlightState)highlightState API_AVAILABLE(macos(10.11));
  15381. | ^
  15382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:581:105: error: cannot find protocol declaration for 'NSIndexPath'
  15383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:581:106: error: expected ')' before '>' token
  15384. 581 | - (void)collectionView:(NSCollectionView *)collectionView didChangeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toHighlightState:(NSCollectionViewItemHighlightState)highlightState API_AVAILABLE(macos(10.11));
  15385. | ~ ^
  15386. | )
  15387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:581:106: error: expected identifier before '>' token
  15388. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:581:106: error: expected ';' before '>' token
  15389. 581 | - (void)collectionView:(NSCollectionView *)collectionView didChangeItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths toHighlightState:(NSCollectionViewItemHighlightState)highlightState API_AVAILABLE(macos(10.11));
  15390. | ^
  15391. | ;
  15392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:585:22: error: expected '>' before '*' token
  15393. 585 | - (NSSet<NSIndexPath *> *)collectionView:(NSCollectionView *)collectionView shouldSelectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15394. | ^
  15395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:585:22: error: cannot find protocol declaration for 'NSIndexPath'
  15396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:585:23: error: expected ')' before '>' token
  15397. 585 | - (NSSet<NSIndexPath *> *)collectionView:(NSCollectionView *)collectionView shouldSelectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15398. | ~ ^
  15399. | )
  15400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:585:23: error: objective-c++ method declaration is expected before '>' token
  15401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:588:22: error: expected '>' before '*' token
  15402. 588 | - (NSSet<NSIndexPath *> *)collectionView:(NSCollectionView *)collectionView shouldDeselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15403. | ^
  15404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:588:22: error: cannot find protocol declaration for 'NSIndexPath'
  15405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:588:23: error: expected ')' before '>' token
  15406. 588 | - (NSSet<NSIndexPath *> *)collectionView:(NSCollectionView *)collectionView shouldDeselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15407. | ~ ^
  15408. | )
  15409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:588:23: error: objective-c++ method declaration is expected before '>' token
  15410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:592:105: error: expected '>' before '*' token
  15411. 592 | - (void)collectionView:(NSCollectionView *)collectionView didSelectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15412. | ^
  15413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:592:105: error: cannot find protocol declaration for 'NSIndexPath'
  15414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:592:106: error: expected ')' before '>' token
  15415. 592 | - (void)collectionView:(NSCollectionView *)collectionView didSelectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15416. | ~ ^
  15417. | )
  15418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:592:106: error: expected identifier before '>' token
  15419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:592:106: error: expected ';' before '>' token
  15420. 592 | - (void)collectionView:(NSCollectionView *)collectionView didSelectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15421. | ^
  15422. | ;
  15423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:596:107: error: expected '>' before '*' token
  15424. 596 | - (void)collectionView:(NSCollectionView *)collectionView didDeselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15425. | ^
  15426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:596:107: error: cannot find protocol declaration for 'NSIndexPath'
  15427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:596:108: error: expected ')' before '>' token
  15428. 596 | - (void)collectionView:(NSCollectionView *)collectionView didDeselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15429. | ~ ^
  15430. | )
  15431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:596:108: error: expected identifier before '>' token
  15432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:596:108: error: expected ';' before '>' token
  15433. 596 | - (void)collectionView:(NSCollectionView *)collectionView didDeselectItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15434. | ^
  15435. | ;
  15436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:644:70: error: expected '>' before '*' token
  15437. 644 | + (instancetype)setWithCollectionViewIndexPaths:(NSArray<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15438. | ^
  15439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:644:70: error: cannot find protocol declaration for 'NSIndexPath'
  15440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:644:71: error: expected ')' before '>' token
  15441. 644 | + (instancetype)setWithCollectionViewIndexPaths:(NSArray<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15442. | ~ ^
  15443. | )
  15444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:644:71: error: expected identifier before '>' token
  15445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:644:71: error: expected ';' before '>' token
  15446. 644 | + (instancetype)setWithCollectionViewIndexPaths:(NSArray<NSIndexPath *> *)indexPaths API_AVAILABLE(macos(10.11));
  15447. | ^
  15448. | ;
  15449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:648:83: error: expected ')' before '(' token
  15450. 648 | - (void)enumerateIndexPathsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSIndexPath *indexPath, BOOL *stop))block API_AVAILABLE(macos(10.11));
  15451. | ~ ^~
  15452. | )
  15453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:648:84: error: expected identifier before '(' token
  15454. 648 | - (void)enumerateIndexPathsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSIndexPath *indexPath, BOOL *stop))block API_AVAILABLE(macos(10.11));
  15455. | ^
  15456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:648:83: error: expected ';' before '(' token
  15457. 648 | - (void)enumerateIndexPathsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSIndexPath *indexPath, BOOL *stop))block API_AVAILABLE(macos(10.11));
  15458. | ^~
  15459. | ;
  15460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:664:22: error: unknown property attribute 'strong'
  15461. 664 | @property (nullable, strong) NSCollectionViewItem *itemPrototype API_DEPRECATED("Use -registerNib:forItemWithIdentifier: or -registerClass:forItemWithIdentifier: instead.", macos(10.5,10.14));
  15462. | ^~~~~~
  15463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:664:52: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15464. 664 | @property (nullable, strong) NSCollectionViewItem *itemPrototype API_DEPRECATED("Use -registerNib:forItemWithIdentifier: or -registerClass:forItemWithIdentifier: instead.", macos(10.5,10.14));
  15465. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  15466. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:28:
  15467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:47:22: error: unknown property attribute 'strong'
  15468. 47 | @property (nullable, strong) NSIndexPath *indexPath;
  15469. | ^~~~~~
  15470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:47:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15471. 47 | @property (nullable, strong) NSIndexPath *indexPath;
  15472. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  15473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:82:56: error: expected '>' before '*' token
  15474. 82 | - (void)invalidateItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15475. | ^
  15476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:82:56: error: cannot find protocol declaration for 'NSIndexPath'
  15477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:82:57: error: expected ')' before '>' token
  15478. 82 | - (void)invalidateItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15479. | ~ ^
  15480. | )
  15481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:82:57: error: expected identifier before '>' token
  15482. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:82:57: error: expected ';' before '>' token
  15483. 82 | - (void)invalidateItemsAtIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15484. | ^
  15485. | ;
  15486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:83:133: error: expected '>' before '*' token
  15487. 83 | - (void)invalidateSupplementaryElementsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15488. | ^
  15489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:83:133: error: cannot find protocol declaration for 'NSIndexPath'
  15490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:83:134: error: expected ')' before '>' token
  15491. 83 | - (void)invalidateSupplementaryElementsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15492. | ~ ^
  15493. | )
  15494. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:83:134: error: expected identifier before '>' token
  15495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:83:134: error: expected ';' before '>' token
  15496. 83 | - (void)invalidateSupplementaryElementsOfKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15497. | ^
  15498. | ;
  15499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:84:127: error: expected '>' before '*' token
  15500. 84 | - (void)invalidateDecorationElementsOfKind:(NSCollectionViewDecorationElementKind)elementKind atIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15501. | ^
  15502. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:84:127: error: cannot find protocol declaration for 'NSIndexPath'
  15503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:84:128: error: expected ')' before '>' token
  15504. 84 | - (void)invalidateDecorationElementsOfKind:(NSCollectionViewDecorationElementKind)elementKind atIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15505. | ~ ^
  15506. | )
  15507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:84:128: error: expected identifier before '>' token
  15508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:84:128: error: expected ';' before '>' token
  15509. 84 | - (void)invalidateDecorationElementsOfKind:(NSCollectionViewDecorationElementKind)elementKind atIndexPaths:(NSSet<NSIndexPath *> *)indexPaths;
  15510. | ^
  15511. | ;
  15512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:85:50: error: expected '>' before '*' token
  15513. 85 | @property (nullable, readonly) NSSet<NSIndexPath *> *invalidatedItemIndexPaths;
  15514. | ^
  15515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:85:50: error: cannot find protocol declaration for 'NSIndexPath'
  15516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:85:51: error: expected unqualified-id before '>' token
  15517. 85 | @property (nullable, readonly) NSSet<NSIndexPath *> *invalidatedItemIndexPaths;
  15518. | ^
  15519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:86:92: error: expected '>' before '<' token
  15520. 86 | @property (nullable, readonly) NSDictionary<NSCollectionViewSupplementaryElementKind, NSSet<NSIndexPath *> *> *invalidatedSupplementaryIndexPaths; // keys are element kind strings - values are NSSet<NSIndexPath *>
  15521. | ^
  15522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:86:92: error: cannot find protocol declaration for 'NSCollectionViewSupplementaryElementKind'
  15523. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:86:92: error: cannot find protocol declaration for 'NSSet'
  15524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:86:92: error: expected unqualified-id before '<' token
  15525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:87:89: error: expected '>' before '<' token
  15526. 87 | @property (nullable, readonly) NSDictionary<NSCollectionViewDecorationElementKind, NSSet<NSIndexPath *> *> *invalidatedDecorationIndexPaths; // keys are element kind strings - values are NSSet<NSIndexPath *>
  15527. | ^
  15528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:87:89: error: cannot find protocol declaration for 'NSCollectionViewDecorationElementKind'
  15529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:87:89: error: cannot find protocol declaration for 'NSSet'
  15530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:87:89: error: expected unqualified-id before '<' token
  15531. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:102:32: error: unknown property attribute 'weak'
  15532. 102 | @property (nullable, readonly, weak) NSCollectionView *collectionView;
  15533. | ^~~~
  15534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:109:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15535. 109 | - (void)registerClass:(nullable Class)viewClass forDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind;
  15536. | ^~~~~~~~
  15537. | cg_nullable
  15538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:110:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15539. 110 | - (void)registerNib:(nullable NSNib *)nib forDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind;
  15540. | ^~~~~~~~
  15541. | cg_nullable
  15542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:126:21: error: expected '>' before 'NSCollectionViewLayoutAttributes'
  15543. 126 | - (NSArray<__kindof NSCollectionViewLayoutAttributes *> *)layoutAttributesForElementsInRect:(NSRect)rect; // return an array layout attributes instances for all the views in the given rect
  15544. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:126:21: error: cannot find protocol declaration for '__kindof'
  15546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:126:4: error: two or more data types in declaration of 'type name'
  15547. 126 | - (NSArray<__kindof NSCollectionViewLayoutAttributes *> *)layoutAttributesForElementsInRect:(NSRect)rect; // return an array layout attributes instances for all the views in the given rect
  15548. | ^~~~~~~
  15549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:127:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15550. 127 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSIndexPath *)indexPath;
  15551. | ^~~~~~~~
  15552. | cg_nullable
  15553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:128:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15554. 128 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPath:(NSIndexPath *)indexPath;
  15555. | ^~~~~~~~
  15556. | cg_nullable
  15557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:129:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15558. 129 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind atIndexPath:(NSIndexPath *)indexPath;
  15559. | ^~~~~~~~
  15560. | cg_nullable
  15561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:133:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15562. 133 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForDropTargetAtPoint:(NSPoint)pointInCollectionView;
  15563. | ^~~~~~~~
  15564. | cg_nullable
  15565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:137:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15566. 137 | - (nullable NSCollectionViewLayoutAttributes *)layoutAttributesForInterItemGapBeforeIndexPath:(NSIndexPath *)indexPath;
  15567. | ^~~~~~~~
  15568. | cg_nullable
  15569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:157:77: error: expected '>' before '*' token
  15570. 157 | - (void)prepareForCollectionViewUpdates:(NSArray<NSCollectionViewUpdateItem *> *)updateItems;
  15571. | ^
  15572. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:157:77: error: cannot find protocol declaration for 'NSCollectionViewUpdateItem'
  15573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:157:78: error: expected ')' before '>' token
  15574. 157 | - (void)prepareForCollectionViewUpdates:(NSArray<NSCollectionViewUpdateItem *> *)updateItems;
  15575. | ~ ^
  15576. | )
  15577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:157:78: error: expected identifier before '>' token
  15578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:157:78: error: expected ';' before '>' token
  15579. 157 | - (void)prepareForCollectionViewUpdates:(NSArray<NSCollectionViewUpdateItem *> *)updateItems;
  15580. | ^
  15581. | ;
  15582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:171:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15583. 171 | - (nullable NSCollectionViewLayoutAttributes *)initialLayoutAttributesForAppearingItemAtIndexPath:(NSIndexPath *)itemIndexPath;
  15584. | ^~~~~~~~
  15585. | cg_nullable
  15586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:172:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15587. 172 | - (nullable NSCollectionViewLayoutAttributes *)finalLayoutAttributesForDisappearingItemAtIndexPath:(NSIndexPath *)itemIndexPath;
  15588. | ^~~~~~~~
  15589. | cg_nullable
  15590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:173:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15591. 173 | - (nullable NSCollectionViewLayoutAttributes *)initialLayoutAttributesForAppearingSupplementaryElementOfKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPath:(NSIndexPath *)elementIndexPath;
  15592. | ^~~~~~~~
  15593. | cg_nullable
  15594. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:174:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15595. 174 | - (nullable NSCollectionViewLayoutAttributes *)finalLayoutAttributesForDisappearingSupplementaryElementOfKind:(NSCollectionViewSupplementaryElementKind)elementKind atIndexPath:(NSIndexPath *)elementIndexPath;
  15596. | ^~~~~~~~
  15597. | cg_nullable
  15598. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:175:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15599. 175 | - (nullable NSCollectionViewLayoutAttributes *)initialLayoutAttributesForAppearingDecorationElementOfKind:(NSCollectionViewDecorationElementKind)elementKind atIndexPath:(NSIndexPath *)decorationIndexPath;
  15600. | ^~~~~~~~
  15601. | cg_nullable
  15602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:176:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15603. 176 | - (nullable NSCollectionViewLayoutAttributes *)finalLayoutAttributesForDisappearingDecorationElementOfKind:(NSCollectionViewDecorationElementKind)elementKind atIndexPath:(NSIndexPath *)decorationIndexPath;
  15604. | ^~~~~~~~
  15605. | cg_nullable
  15606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:180:22: error: expected '>' before '*' token
  15607. 180 | - (NSSet<NSIndexPath *> *)indexPathsToDeleteForSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)elementKind;
  15608. | ^
  15609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:180:22: error: cannot find protocol declaration for 'NSIndexPath'
  15610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:180:23: error: expected ')' before '>' token
  15611. 180 | - (NSSet<NSIndexPath *> *)indexPathsToDeleteForSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)elementKind;
  15612. | ~ ^
  15613. | )
  15614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:180:23: error: objective-c++ method declaration is expected before '>' token
  15615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:181:22: error: expected '>' before '*' token
  15616. 181 | - (NSSet<NSIndexPath *> *)indexPathsToDeleteForDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind;
  15617. | ^
  15618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:181:22: error: cannot find protocol declaration for 'NSIndexPath'
  15619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:181:23: error: expected ')' before '>' token
  15620. 181 | - (NSSet<NSIndexPath *> *)indexPathsToDeleteForDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind;
  15621. | ~ ^
  15622. | )
  15623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:181:23: error: objective-c++ method declaration is expected before '>' token
  15624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:182:22: error: expected '>' before '*' token
  15625. 182 | - (NSSet<NSIndexPath *> *)indexPathsToInsertForSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)elementKind;
  15626. | ^
  15627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:182:22: error: cannot find protocol declaration for 'NSIndexPath'
  15628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:182:23: error: expected ')' before '>' token
  15629. 182 | - (NSSet<NSIndexPath *> *)indexPathsToInsertForSupplementaryViewOfKind:(NSCollectionViewSupplementaryElementKind)elementKind;
  15630. | ~ ^
  15631. | )
  15632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:182:23: error: objective-c++ method declaration is expected before '>' token
  15633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:183:22: error: expected '>' before '*' token
  15634. 183 | - (NSSet<NSIndexPath *> *)indexPathsToInsertForDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind;
  15635. | ^
  15636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:183:22: error: cannot find protocol declaration for 'NSIndexPath'
  15637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:183:23: error: expected ')' before '>' token
  15638. 183 | - (NSSet<NSIndexPath *> *)indexPathsToInsertForDecorationViewOfKind:(NSCollectionViewDecorationElementKind)elementKind;
  15639. | ~ ^
  15640. | )
  15641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewLayout.h:183:23: error: objective-c++ method declaration is expected before '>' token
  15642. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:29:
  15643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:89:68: error: expected '>' before '*' token
  15644. 89 | @property(copy) NSArray<NSCollectionLayoutBoundarySupplementaryItem*> *boundarySupplementaryItems;
  15645. | ^
  15646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:89:68: error: cannot find protocol declaration for 'NSCollectionLayoutBoundarySupplementaryItem'
  15647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:89:69: error: expected unqualified-id before '>' token
  15648. 89 | @property(copy) NSArray<NSCollectionLayoutBoundarySupplementaryItem*> *boundarySupplementaryItems;
  15649. | ^
  15650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:92:48: error: expected unqualified-id before '^' token
  15651. 92 | typedef NSCollectionLayoutSection * _Nullable (^NSCollectionViewCompositionalLayoutSectionProvider)(NSInteger section, id<NSCollectionLayoutEnvironment>);
  15652. | ^
  15653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:92:48: error: expected ')' before '^' token
  15654. 92 | typedef NSCollectionLayoutSection * _Nullable (^NSCollectionViewCompositionalLayoutSectionProvider)(NSInteger section, id<NSCollectionLayoutEnvironment>);
  15655. | ~^
  15656. | )
  15657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:99:42: error: 'NSCollectionViewCompositionalLayoutSectionProvider' does not name a type; did you mean 'NSCollectionViewCompositionalLayoutConfiguration'?
  15658. 99 | - (instancetype)initWithSectionProvider:(NSCollectionViewCompositionalLayoutSectionProvider)sectionProvider;
  15659. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15660. | NSCollectionViewCompositionalLayoutConfiguration
  15661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:100:42: error: 'NSCollectionViewCompositionalLayoutSectionProvider' does not name a type; did you mean 'NSCollectionViewCompositionalLayoutConfiguration'?
  15662. 100 | - (instancetype)initWithSectionProvider:(NSCollectionViewCompositionalLayoutSectionProvider)sectionProvider configuration:(NSCollectionViewCompositionalLayoutConfiguration*)configuration;
  15663. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15664. | NSCollectionViewCompositionalLayoutConfiguration
  15665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:132:15: error: expected unqualified-id before '^' token
  15666. 132 | typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, NSPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment);
  15667. | ^
  15668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:132:15: error: expected ')' before '^' token
  15669. 132 | typedef void (^NSCollectionLayoutSectionVisibleItemsInvalidationHandler)(NSArray<id<NSCollectionLayoutVisibleItem>> *visibleItems, NSPoint contentOffset, id<NSCollectionLayoutEnvironment> layoutEnvironment);
  15670. | ~^
  15671. | )
  15672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:147:68: error: expected '>' before '*' token
  15673. 147 | @property(copy) NSArray<NSCollectionLayoutBoundarySupplementaryItem*> *boundarySupplementaryItems;
  15674. | ^
  15675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:147:68: error: cannot find protocol declaration for 'NSCollectionLayoutBoundarySupplementaryItem'
  15676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:147:69: error: expected unqualified-id before '>' token
  15677. 147 | @property(copy) NSArray<NSCollectionLayoutBoundarySupplementaryItem*> *boundarySupplementaryItems;
  15678. | ^
  15679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:153:26: error: 'NSCollectionLayoutSectionVisibleItemsInvalidationHandler' has not been declared
  15680. 153 | @property(copy,nullable) NSCollectionLayoutSectionVisibleItemsInvalidationHandler visibleItemsInvalidationHandler;
  15681. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:156:57: error: expected '>' before '*' token
  15683. 156 | @property(copy) NSArray<NSCollectionLayoutDecorationItem*> *decorationItems;
  15684. | ^
  15685. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:156:57: error: cannot find protocol declaration for 'NSCollectionLayoutDecorationItem'
  15686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:156:58: error: expected unqualified-id before '>' token
  15687. 156 | @property(copy) NSArray<NSCollectionLayoutDecorationItem*> *decorationItems;
  15688. | ^
  15689. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:163:135: error: expected '>' before '*' token
  15690. 163 | + (instancetype)itemWithLayoutSize:(NSCollectionLayoutSize*)layoutSize supplementaryItems:(NSArray<NSCollectionLayoutSupplementaryItem*>*)supplementaryItems;
  15691. | ^
  15692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:163:135: error: cannot find protocol declaration for 'NSCollectionLayoutSupplementaryItem'
  15693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:163:136: error: expected ')' before '>' token
  15694. 163 | + (instancetype)itemWithLayoutSize:(NSCollectionLayoutSize*)layoutSize supplementaryItems:(NSArray<NSCollectionLayoutSupplementaryItem*>*)supplementaryItems;
  15695. | ~ ^
  15696. | )
  15697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:163:136: error: expected identifier before '>' token
  15698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:163:136: error: expected ';' before '>' token
  15699. 163 | + (instancetype)itemWithLayoutSize:(NSCollectionLayoutSize*)layoutSize supplementaryItems:(NSArray<NSCollectionLayoutSupplementaryItem*>*)supplementaryItems;
  15700. | ^
  15701. | ;
  15702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:211:64: error: expected '>' before '*' token
  15703. 211 | @property(readonly) NSArray<NSCollectionLayoutSupplementaryItem*> *supplementaryItems;
  15704. | ^
  15705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:211:64: error: cannot find protocol declaration for 'NSCollectionLayoutSupplementaryItem'
  15706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:211:65: error: expected unqualified-id before '>' token
  15707. 211 | @property(readonly) NSArray<NSCollectionLayoutSupplementaryItem*> *supplementaryItems;
  15708. | ^
  15709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:226:50: error: expected '>' before '*' token
  15710. 226 | typedef NSArray<NSCollectionLayoutGroupCustomItem*> * _Nonnull(^NSCollectionLayoutGroupCustomItemProvider)(id<NSCollectionLayoutEnvironment> layoutEnvironment);
  15711. | ^
  15712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:226:50: error: cannot find protocol declaration for 'NSCollectionLayoutGroupCustomItem'
  15713. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:226:51: error: expected unqualified-id before '>' token
  15714. 226 | typedef NSArray<NSCollectionLayoutGroupCustomItem*> * _Nonnull(^NSCollectionLayoutGroupCustomItemProvider)(id<NSCollectionLayoutEnvironment> layoutEnvironment);
  15715. | ^
  15716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:248:123: error: expected '>' before '*' token
  15717. 248 | + (instancetype)horizontalGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize subitems:(NSArray<NSCollectionLayoutItem*>*)subitems;
  15718. | ^
  15719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:248:123: error: cannot find protocol declaration for 'NSCollectionLayoutItem'
  15720. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:248:124: error: expected ')' before '>' token
  15721. 248 | + (instancetype)horizontalGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize subitems:(NSArray<NSCollectionLayoutItem*>*)subitems;
  15722. | ~ ^
  15723. | )
  15724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:248:124: error: expected identifier before '>' token
  15725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:248:124: error: expected ';' before '>' token
  15726. 248 | + (instancetype)horizontalGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize subitems:(NSArray<NSCollectionLayoutItem*>*)subitems;
  15727. | ^
  15728. | ;
  15729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:273:121: error: expected '>' before '*' token
  15730. 273 | + (instancetype)verticalGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize subitems:(NSArray<NSCollectionLayoutItem*>*)subitems;
  15731. | ^
  15732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:273:121: error: cannot find protocol declaration for 'NSCollectionLayoutItem'
  15733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:273:122: error: expected ')' before '>' token
  15734. 273 | + (instancetype)verticalGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize subitems:(NSArray<NSCollectionLayoutItem*>*)subitems;
  15735. | ~ ^
  15736. | )
  15737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:273:122: error: expected identifier before '>' token
  15738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:273:122: error: expected ';' before '>' token
  15739. 273 | + (instancetype)verticalGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize subitems:(NSArray<NSCollectionLayoutItem*>*)subitems;
  15740. | ^
  15741. | ;
  15742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:279:93: error: 'NSCollectionLayoutGroupCustomItemProvider' does not name a type; did you mean 'NSCollectionLayoutGroupCustomItem'?
  15743. 279 | + (instancetype)customGroupWithLayoutSize:(NSCollectionLayoutSize*)layoutSize itemProvider:(NSCollectionLayoutGroupCustomItemProvider)itemProvider;
  15744. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15745. | NSCollectionLayoutGroupCustomItem
  15746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:285:60: error: expected '>' before '*' token
  15747. 285 | @property(copy) NSArray<NSCollectionLayoutSupplementaryItem*> *supplementaryItems;
  15748. | ^
  15749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:285:60: error: cannot find protocol declaration for 'NSCollectionLayoutSupplementaryItem'
  15750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:285:61: error: expected unqualified-id before '>' token
  15751. 285 | @property(copy) NSArray<NSCollectionLayoutSupplementaryItem*> *supplementaryItems;
  15752. | ^
  15753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:290:51: error: expected '>' before '*' token
  15754. 290 | @property(readonly) NSArray<NSCollectionLayoutItem*> *subitems;
  15755. | ^
  15756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:290:51: error: cannot find protocol declaration for 'NSCollectionLayoutItem'
  15757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:290:52: error: expected unqualified-id before '>' token
  15758. 290 | @property(readonly) NSArray<NSCollectionLayoutItem*> *subitems;
  15759. | ^
  15760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:373:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15761. 373 | + (instancetype)spacingForLeading:(nullable NSCollectionLayoutSpacing *)leading
  15762. | ^~~~~~~~
  15763. | cg_nullable
  15764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:374:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15765. 374 | top:(nullable NSCollectionLayoutSpacing *)top
  15766. | ^~~~~~~~
  15767. | cg_nullable
  15768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:375:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15769. 375 | trailing:(nullable NSCollectionLayoutSpacing *)trailing
  15770. | ^~~~~~~~
  15771. | cg_nullable
  15772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewCompositionalLayout.h:376:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15773. 376 | bottom:(nullable NSCollectionLayoutSpacing *)bottom;
  15774. | ^~~~~~~~
  15775. | cg_nullable
  15776. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:31:
  15777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewGridLayout.h:62:51: error: expected '>' before '*' token
  15778. 62 | @property (null_resettable, copy) NSArray<NSColor *> *backgroundColors;
  15779. | ^
  15780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewGridLayout.h:62:51: error: cannot find protocol declaration for 'NSColor'
  15781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionViewGridLayout.h:62:52: error: expected unqualified-id before '>' token
  15782. 62 | @property (null_resettable, copy) NSArray<NSColor *> *backgroundColors;
  15783. | ^
  15784. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:33:
  15785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSampler.h:29:46: error: expected ')' before '(' token
  15786. 29 | - (void)showSamplerWithSelectionHandler:(void (^)(NSColor * _Nullable selectedColor))selectionHandler;
  15787. | ~ ^~
  15788. | )
  15789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSampler.h:29:47: error: expected identifier before '(' token
  15790. 29 | - (void)showSamplerWithSelectionHandler:(void (^)(NSColor * _Nullable selectedColor))selectionHandler;
  15791. | ^
  15792. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSampler.h:29:46: error: expected ';' before '(' token
  15793. 29 | - (void)showSamplerWithSelectionHandler:(void (^)(NSColor * _Nullable selectedColor))selectionHandler;
  15794. | ^~
  15795. | ;
  15796. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:35:
  15797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:33:81: error: cannot find protocol declaration for 'SectionIdentifierType'
  15798. 33 | @interface NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCopying>
  15799. | ^
  15800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:33:81: error: cannot find protocol declaration for 'ItemIdentifierType'
  15801. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:33:83: error: expected unqualified-id before ':' token
  15802. 33 | @interface NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCopying>
  15803. | ^
  15804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:39:60: error: cannot find protocol declaration for 'SectionIdentifierType'
  15805. 39 | @property(nonatomic,readonly) NSArray<SectionIdentifierType> *sectionIdentifiers;
  15806. | ^
  15807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:40:57: error: cannot find protocol declaration for 'ItemIdentifierType'
  15808. 40 | @property(nonatomic,readonly) NSArray<ItemIdentifierType> *itemIdentifiers;
  15809. | ^
  15810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:42:38: error: 'SectionIdentifierType' does not name a type
  15811. 42 | - (NSInteger)numberOfItemsInSection:(SectionIdentifierType)sectionIdentifier;
  15812. | ^~~~~~~~~~~~~~~~~~~~~
  15813. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:43:30: error: cannot find protocol declaration for 'ItemIdentifierType'
  15814. 43 | - (NSArray<ItemIdentifierType> *)itemIdentifiersInSectionWithIdentifier:(SectionIdentifierType)sectionIdentifier;
  15815. | ^
  15816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:43:74: error: 'SectionIdentifierType' does not name a type
  15817. 43 | - (NSArray<ItemIdentifierType> *)itemIdentifiersInSectionWithIdentifier:(SectionIdentifierType)sectionIdentifier;
  15818. | ^~~~~~~~~~~~~~~~~~~~~
  15819. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:44:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15820. 44 | - (nullable SectionIdentifierType)sectionIdentifierForSectionContainingItemIdentifier:(ItemIdentifierType)itemIdentifier;
  15821. | ^~~~~~~~
  15822. | cg_nullable
  15823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:44:88: error: 'ItemIdentifierType' does not name a type
  15824. 44 | - (nullable SectionIdentifierType)sectionIdentifierForSectionContainingItemIdentifier:(ItemIdentifierType)itemIdentifier;
  15825. | ^~~~~~~~~~~~~~~~~~
  15826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:46:37: error: 'ItemIdentifierType' does not name a type
  15827. 46 | - (NSInteger)indexOfItemIdentifier:(ItemIdentifierType)itemIdentifier; // If item identifier is not present returns NSNotFound
  15828. | ^~~~~~~~~~~~~~~~~~
  15829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:47:40: error: 'SectionIdentifierType' does not name a type
  15830. 47 | - (NSInteger)indexOfSectionIdentifier:(SectionIdentifierType)sectionIdentifier; // If section identifier is not present returns NSNotFound
  15831. | ^~~~~~~~~~~~~~~~~~~~~
  15832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:51:63: error: cannot find protocol declaration for 'ItemIdentifierType'
  15833. 51 | - (void)appendItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers; // convenience: appends into last section
  15834. | ^
  15835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:52:63: error: cannot find protocol declaration for 'ItemIdentifierType'
  15836. 52 | - (void)appendItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers intoSectionWithIdentifier:(SectionIdentifierType)sectionIdentifier;
  15837. | ^
  15838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:52:106: error: 'SectionIdentifierType' does not name a type
  15839. 52 | - (void)appendItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers intoSectionWithIdentifier:(SectionIdentifierType)sectionIdentifier;
  15840. | ^~~~~~~~~~~~~~~~~~~~~
  15841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:54:63: error: cannot find protocol declaration for 'ItemIdentifierType'
  15842. 54 | - (void)insertItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers beforeItemWithIdentifier:(ItemIdentifierType)itemIdentifier;
  15843. | ^
  15844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:54:105: error: 'ItemIdentifierType' does not name a type
  15845. 54 | - (void)insertItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers beforeItemWithIdentifier:(ItemIdentifierType)itemIdentifier;
  15846. | ^~~~~~~~~~~~~~~~~~
  15847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:55:63: error: cannot find protocol declaration for 'ItemIdentifierType'
  15848. 55 | - (void)insertItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers afterItemWithIdentifier:(ItemIdentifierType)itemIdentifier;
  15849. | ^
  15850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:55:104: error: 'ItemIdentifierType' does not name a type
  15851. 55 | - (void)insertItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers afterItemWithIdentifier:(ItemIdentifierType)itemIdentifier;
  15852. | ^~~~~~~~~~~~~~~~~~
  15853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:57:63: error: cannot find protocol declaration for 'ItemIdentifierType'
  15854. 57 | - (void)deleteItemsWithIdentifiers:(NSArray<ItemIdentifierType> *)identifiers;
  15855. | ^
  15856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:60:33: error: 'ItemIdentifierType' does not name a type
  15857. 60 | - (void)moveItemWithIdentifier:(ItemIdentifierType)fromIdentifier beforeItemWithIdentifier:(ItemIdentifierType)toIdentifier;
  15858. | ^~~~~~~~~~~~~~~~~~
  15859. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:60:93: error: 'ItemIdentifierType' does not name a type
  15860. 60 | - (void)moveItemWithIdentifier:(ItemIdentifierType)fromIdentifier beforeItemWithIdentifier:(ItemIdentifierType)toIdentifier;
  15861. | ^~~~~~~~~~~~~~~~~~
  15862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:61:33: error: 'ItemIdentifierType' does not name a type
  15863. 61 | - (void)moveItemWithIdentifier:(ItemIdentifierType)fromIdentifier afterItemWithIdentifier:(ItemIdentifierType)toIdentifier;
  15864. | ^~~~~~~~~~~~~~~~~~
  15865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:61:92: error: 'ItemIdentifierType' does not name a type
  15866. 61 | - (void)moveItemWithIdentifier:(ItemIdentifierType)fromIdentifier afterItemWithIdentifier:(ItemIdentifierType)toIdentifier;
  15867. | ^~~~~~~~~~~~~~~~~~
  15868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:63:63: error: cannot find protocol declaration for 'ItemIdentifierType'
  15869. 63 | - (void)reloadItemsWithIdentifiers:(NSArray<ItemIdentifierType>*)identifiers;
  15870. | ^
  15871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:69:69: error: cannot find protocol declaration for 'SectionIdentifierType'
  15872. 69 | - (void)insertSectionsWithIdentifiers:(NSArray<SectionIdentifierType> *)sectionIdentifiers beforeSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15873. | ^
  15874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:69:121: error: 'SectionIdentifierType' does not name a type
  15875. 69 | - (void)insertSectionsWithIdentifiers:(NSArray<SectionIdentifierType> *)sectionIdentifiers beforeSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15876. | ^~~~~~~~~~~~~~~~~~~~~
  15877. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:70:69: error: cannot find protocol declaration for 'SectionIdentifierType'
  15878. 70 | - (void)insertSectionsWithIdentifiers:(NSArray<SectionIdentifierType> *)sectionIdentifiers afterSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15879. | ^
  15880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:70:120: error: 'SectionIdentifierType' does not name a type
  15881. 70 | - (void)insertSectionsWithIdentifiers:(NSArray<SectionIdentifierType> *)sectionIdentifiers afterSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15882. | ^~~~~~~~~~~~~~~~~~~~~
  15883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:72:69: error: cannot find protocol declaration for 'SectionIdentifierType'
  15884. 72 | - (void)deleteSectionsWithIdentifiers:(NSArray<SectionIdentifierType> *)sectionIdentifiers;
  15885. | ^
  15886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:74:36: error: 'SectionIdentifierType' does not name a type
  15887. 74 | - (void)moveSectionWithIdentifier:(SectionIdentifierType)fromSectionIdentifier beforeSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15888. | ^~~~~~~~~~~~~~~~~~~~~
  15889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:74:109: error: 'SectionIdentifierType' does not name a type
  15890. 74 | - (void)moveSectionWithIdentifier:(SectionIdentifierType)fromSectionIdentifier beforeSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15891. | ^~~~~~~~~~~~~~~~~~~~~
  15892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:75:36: error: 'SectionIdentifierType' does not name a type
  15893. 75 | - (void)moveSectionWithIdentifier:(SectionIdentifierType)fromSectionIdentifier afterSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15894. | ^~~~~~~~~~~~~~~~~~~~~
  15895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:75:108: error: 'SectionIdentifierType' does not name a type
  15896. 75 | - (void)moveSectionWithIdentifier:(SectionIdentifierType)fromSectionIdentifier afterSectionWithIdentifier:(SectionIdentifierType)toSectionIdentifier;
  15897. | ^~~~~~~~~~~~~~~~~~~~~
  15898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:77:69: error: cannot find protocol declaration for 'SectionIdentifierType'
  15899. 77 | - (void)reloadSectionsWithIdentifiers:(NSArray<SectionIdentifierType>*)sectionIdentifiers;
  15900. | ^
  15901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:84:87: error: cannot find protocol declaration for 'SectionIdentifierType'
  15902. 84 | @interface NSCollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCollectionViewDataSource>
  15903. | ^
  15904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:84:87: error: cannot find protocol declaration for 'ItemIdentifierType'
  15905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:84:89: error: expected unqualified-id before ':' token
  15906. 84 | @interface NSCollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<NSCollectionViewDataSource>
  15907. | ^
  15908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:88:29: error: expected unqualified-id before '^' token
  15909. 88 | typedef NSView * _Nullable (^NSCollectionViewDiffableDataSourceSupplementaryViewProvider)(NSCollectionView* _Nonnull, NSString * _Nonnull, NSIndexPath * _Nonnull);
  15910. | ^
  15911. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:88:29: error: expected ')' before '^' token
  15912. 88 | typedef NSView * _Nullable (^NSCollectionViewDiffableDataSourceSupplementaryViewProvider)(NSCollectionView* _Nonnull, NSString * _Nonnull, NSIndexPath * _Nonnull);
  15913. | ~^
  15914. | )
  15915. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:93:88: error: 'NSCollectionViewDiffableDataSourceItemProvider' does not name a type; did you mean 'NSCollectionViewDiffableDataSource'?
  15916. 93 | - (instancetype)initWithCollectionView:(NSCollectionView*)collectionView itemProvider:(NSCollectionViewDiffableDataSourceItemProvider)itemProvider;
  15917. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15918. | NSCollectionViewDiffableDataSource
  15919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:99:73: error: cannot find protocol declaration for 'SectionIdentifierType'
  15920. 99 | - (NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>*)snapshot;
  15921. | ^
  15922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:99:73: error: cannot find protocol declaration for 'ItemIdentifierType'
  15923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:104:93: error: cannot find protocol declaration for 'SectionIdentifierType'
  15924. 104 | - (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> *)snapshot animatingDifferences:(BOOL)animatingDifferences;
  15925. | ^
  15926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:104:93: error: cannot find protocol declaration for 'ItemIdentifierType'
  15927. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:107:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15928. 107 | - (nullable ItemIdentifierType)itemIdentifierForIndexPath:(NSIndexPath *)indexPath;
  15929. | ^~~~~~~~
  15930. | cg_nullable
  15931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:108:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15932. 108 | - (nullable NSIndexPath *)indexPathForItemIdentifier:(ItemIdentifierType)identifier;
  15933. | ^~~~~~~~
  15934. | cg_nullable
  15935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:108:55: error: 'ItemIdentifierType' does not name a type
  15936. 108 | - (nullable NSIndexPath *)indexPathForItemIdentifier:(ItemIdentifierType)identifier;
  15937. | ^~~~~~~~~~~~~~~~~~
  15938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDiffableDataSource.h:110:26: error: 'NSCollectionViewDiffableDataSourceSupplementaryViewProvider' has not been declared
  15939. 110 | @property(copy,nullable) NSCollectionViewDiffableDataSourceSupplementaryViewProvider supplementaryViewProvider;
  15940. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15941. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:36:
  15942. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDockTile.h:29:22: error: unknown property attribute 'strong'
  15943. 29 | @property (nullable, strong) NSView *contentView;
  15944. | ^~~~~~
  15945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDockTile.h:29:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  15946. 29 | @property (nullable, strong) NSView *contentView;
  15947. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  15948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDockTile.h:45:22: error: unknown property attribute 'weak'
  15949. 45 | @property (readonly, weak) id owner;
  15950. | ^~~~
  15951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDockTile.h:58:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15952. 58 | - (void)setDockTile:(nullable NSDockTile*)dockTile;
  15953. | ^~~~~~~~
  15954. | cg_nullable
  15955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDockTile.h:61:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15956. 61 | - (nullable NSMenu*)dockMenu;
  15957. | ^~~~~~~~
  15958. | cg_nullable
  15959. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:12,
  15960. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:37:
  15961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15962. 71 | - (nullable id)objectForKey:(NSFontDescriptorAttributeName)attribute;
  15963. | ^~~~~~~~
  15964. | cg_nullable
  15965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:73:74: error: cannot find protocol declaration for 'NSFontDescriptorAttributeName'
  15966. 73 | @property (readonly, copy) NSDictionary<NSFontDescriptorAttributeName, id> *fontAttributes;
  15967. | ^
  15968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:73:74: error: cannot find protocol declaration for 'id'
  15969. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:76:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15970. 76 | + (NSFontDescriptor *)fontDescriptorWithFontAttributes:(nullable NSDictionary<NSFontDescriptorAttributeName, id> *)attributes;
  15971. | ^~~~~~~~
  15972. | cg_nullable
  15973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:80:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15974. 80 | - (instancetype)initWithFontAttributes:(nullable NSDictionary<NSFontDescriptorAttributeName, id> *)attributes;
  15975. | ^~~~~~~~
  15976. | cg_nullable
  15977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:84:29: error: expected '>' before '*' token
  15978. 84 | - (NSArray<NSFontDescriptor *> *)matchingFontDescriptorsWithMandatoryKeys:(nullable NSSet<NSFontDescriptorAttributeName> *)mandatoryKeys;
  15979. | ^
  15980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:84:29: error: cannot find protocol declaration for 'NSFontDescriptor'
  15981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:84:30: error: expected ')' before '>' token
  15982. 84 | - (NSArray<NSFontDescriptor *> *)matchingFontDescriptorsWithMandatoryKeys:(nullable NSSet<NSFontDescriptorAttributeName> *)mandatoryKeys;
  15983. | ~ ^
  15984. | )
  15985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:84:30: error: objective-c++ method declaration is expected before '>' token
  15986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:88:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15987. 88 | - (nullable NSFontDescriptor *)matchingFontDescriptorWithMandatoryKeys:(nullable NSSet<NSFontDescriptorAttributeName> *)mandatoryKeys API_AVAILABLE(macos(10.5));
  15988. | ^~~~~~~~
  15989. | cg_nullable
  15990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:88:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15991. 88 | - (nullable NSFontDescriptor *)matchingFontDescriptorWithMandatoryKeys:(nullable NSSet<NSFontDescriptorAttributeName> *)mandatoryKeys API_AVAILABLE(macos(10.5));
  15992. | ^~~~~~~~
  15993. | cg_nullable
  15994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:90:103: error: cannot find protocol declaration for 'NSFontDescriptorAttributeName'
  15995. 90 | - (NSFontDescriptor *)fontDescriptorByAddingAttributes:(NSDictionary<NSFontDescriptorAttributeName, id> *)attributes; // the new attributes take precedence over the existing ones in the receiver
  15996. | ^
  15997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:90:103: error: cannot find protocol declaration for 'id'
  15998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:97:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  15999. 97 | - (nullable instancetype)fontDescriptorWithDesign:(NSFontDescriptorSystemDesign)design API_AVAILABLE(macos(10.15));
  16000. | ^~~~~~~~
  16001. | cg_nullable
  16002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:229:132: error: cannot find protocol declaration for 'NSFontTextStyleOptionKey'
  16003. 229 | + (NSFontDescriptor *)preferredFontDescriptorForTextStyle:(NSFontTextStyle)style options:(NSDictionary<NSFontTextStyleOptionKey, id> *)options API_AVAILABLE(macos(11.0));
  16004. | ^
  16005. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontDescriptor.h:229:132: error: cannot find protocol declaration for 'id'
  16006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16007. 28 | + (nullable NSFont *)fontWithName:(NSString *)fontName size:(CGFloat)fontSize;
  16008. | ^~~~~~~~
  16009. | cg_nullable
  16010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16011. 29 | + (nullable NSFont *)fontWithName:(NSString *)fontName matrix:(const CGFloat *)fontMatrix;
  16012. | ^~~~~~~~
  16013. | cg_nullable
  16014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16015. 32 | + (nullable NSFont *)fontWithDescriptor:(NSFontDescriptor *)fontDescriptor size:(CGFloat)fontSize;
  16016. | ^~~~~~~~
  16017. | cg_nullable
  16018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16019. 36 | + (nullable NSFont *)fontWithDescriptor:(NSFontDescriptor *)fontDescriptor textTransform:(nullable NSAffineTransform *)textTransform;
  16020. | ^~~~~~~~
  16021. | cg_nullable
  16022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:36:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16023. 36 | + (nullable NSFont *)fontWithDescriptor:(NSFontDescriptor *)fontDescriptor textTransform:(nullable NSAffineTransform *)textTransform;
  16024. | ^~~~~~~~
  16025. | cg_nullable
  16026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16027. 41 | + (nullable NSFont *)userFontOfSize:(CGFloat)fontSize; // Application font
  16028. | ^~~~~~~~
  16029. | cg_nullable
  16030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:42:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16031. 42 | + (nullable NSFont *)userFixedPitchFontOfSize:(CGFloat)fontSize; // fixed-pitch font
  16032. | ^~~~~~~~
  16033. | cg_nullable
  16034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:43:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16035. 43 | + (void)setUserFont:(nullable NSFont *)font; // set preference for Application font.
  16036. | ^~~~~~~~
  16037. | cg_nullable
  16038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:44:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16039. 44 | + (void)setUserFixedPitchFont:(nullable NSFont *)font; // set preference for fixed-pitch.
  16040. | ^~~~~~~~
  16041. | cg_nullable
  16042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:85:22: error: unknown property attribute 'strong'
  16043. 85 | @property (readonly, strong) NSFontDescriptor *fontDescriptor;
  16044. | ^~~~~~
  16045. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:91:22: error: unknown property attribute 'strong'
  16046. 91 | @property (readonly, strong) NSCharacterSet *coveredCharacterSet;
  16047. | ^~~~~~
  16048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:184:112:error: cannot find protocol declaration for 'NSFontTextStyleOptionKey'
  16049. 184 | + (NSFont *)preferredFontForTextStyle:(NSFontTextStyle)style options:(NSDictionary<NSFontTextStyleOptionKey, id> *)options API_AVAILABLE(macos(11.0));
  16050. | ^
  16051. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:184:112:error: cannot find protocol declaration for 'id'
  16052. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:38:
  16053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:39:67: error: expected '>' before '*' token
  16054. 39 | - (instancetype)initWithFontDescriptors:(NSArray<NSFontDescriptor *> *)fontDescriptors options:(NSFontAssetRequestOptions)options NS_DESIGNATED_INITIALIZER;
  16055. | ^
  16056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:39:67: error: cannot find protocol declaration for 'NSFontDescriptor'
  16057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:39:68: error: expected ')' before '>' token
  16058. 39 | - (instancetype)initWithFontDescriptors:(NSArray<NSFontDescriptor *> *)fontDescriptors options:(NSFontAssetRequestOptions)options NS_DESIGNATED_INITIALIZER;
  16059. | ~ ^
  16060. | )
  16061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:39:68: error: expected identifier before '>' token
  16062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:39:68: error: expected ';' before '>' token
  16063. 39 | - (instancetype)initWithFontDescriptors:(NSArray<NSFontDescriptor *> *)fontDescriptors options:(NSFontAssetRequestOptions)options NS_DESIGNATED_INITIALIZER;
  16064. | ^
  16065. | ;
  16066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:44:53: error: expected '>' before '*' token
  16067. 44 | @property (readonly, copy) NSArray<NSFontDescriptor *> *downloadedFontDescriptors;
  16068. | ^
  16069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:44:53: error: cannot find protocol declaration for 'NSFontDescriptor'
  16070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:44:54: error: expected unqualified-id before '>' token
  16071. 44 | @property (readonly, copy) NSArray<NSFontDescriptor *> *downloadedFontDescriptors;
  16072. | ^
  16073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:49:22: error: unknown property attribute 'strong'
  16074. 49 | @property (readonly, strong) NSProgress *progress;
  16075. | ^~~~~~
  16076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:54:54: error: expected ')' before '(' token
  16077. 54 | - (void)downloadFontAssetsWithCompletionHandler:(BOOL (^)(NSError * _Nullable error))completionHandler;
  16078. | ~ ^~
  16079. | )
  16080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:54:55: error: expected identifier before '(' token
  16081. 54 | - (void)downloadFontAssetsWithCompletionHandler:(BOOL (^)(NSError * _Nullable error))completionHandler;
  16082. | ^
  16083. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontAssetRequest.h:54:54: error: expected ';' before '(' token
  16084. 54 | - (void)downloadFontAssetsWithCompletionHandler:(BOOL (^)(NSError * _Nullable error))completionHandler;
  16085. | ^~
  16086. | ;
  16087. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:39:
  16088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:61:79: error: expected '>' before '*' token
  16089. 61 | + (NSFontCollection *)fontCollectionWithDescriptors:(NSArray<NSFontDescriptor *> *)queryDescriptors;
  16090. | ^
  16091. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:61:79: error: cannot find protocol declaration for 'NSFontDescriptor'
  16092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:61:80: error: expected ')' before '>' token
  16093. 61 | + (NSFontCollection *)fontCollectionWithDescriptors:(NSArray<NSFontDescriptor *> *)queryDescriptors;
  16094. | ~ ^
  16095. | )
  16096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:61:80: error: expected identifier before '>' token
  16097. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:61:80: error: expected ';' before '>' token
  16098. 61 | + (NSFontCollection *)fontCollectionWithDescriptors:(NSArray<NSFontDescriptor *> *)queryDescriptors;
  16099. | ^
  16100. | ;
  16101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16102. 67 | + (nullable NSFontCollection *)fontCollectionWithLocale:(NSLocale *)locale;
  16103. | ^~~~~~~~
  16104. | cg_nullable
  16105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:91:63: error: cannot find protocol declaration for 'NSFontCollectionName'
  16106. 91 | @property (class, readonly, copy) NSArray<NSFontCollectionName> *allFontCollectionNames;
  16107. | ^
  16108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:94:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16109. 94 | + (nullable NSFontCollection *)fontCollectionWithName:(NSFontCollectionName)name;
  16110. | ^~~~~~~~
  16111. | cg_nullable
  16112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:97:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16113. 97 | + (nullable NSFontCollection *)fontCollectionWithName:(NSFontCollectionName)name visibility:(NSFontCollectionVisibility)visibility;
  16114. | ^~~~~~~~
  16115. | cg_nullable
  16116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:104:63: error: expected '>' before '*' token
  16117. 104 | @property (nullable, readonly, copy) NSArray<NSFontDescriptor *> *queryDescriptors;
  16118. | ^
  16119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:104:63: error: cannot find protocol declaration for 'NSFontDescriptor'
  16120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:104:64: error: expected unqualified-id before '>' token
  16121. 104 | @property (nullable, readonly, copy) NSArray<NSFontDescriptor *> *queryDescriptors;
  16122. | ^
  16123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:107:63: error: expected '>' before '*' token
  16124. 107 | @property (nullable, readonly, copy) NSArray<NSFontDescriptor *> *exclusionDescriptors;
  16125. | ^
  16126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:107:63: error: cannot find protocol declaration for 'NSFontDescriptor'
  16127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:107:64: error: expected unqualified-id before '>' token
  16128. 107 | @property (nullable, readonly, copy) NSArray<NSFontDescriptor *> *exclusionDescriptors;
  16129. | ^
  16130. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:112:63: error: expected '>' before '*' token
  16131. 112 | @property (nullable, readonly, copy) NSArray<NSFontDescriptor *> *matchingDescriptors;
  16132. | ^
  16133. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:112:63: error: cannot find protocol declaration for 'NSFontDescriptor'
  16134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:112:64: error: expected unqualified-id before '>' token
  16135. 112 | @property (nullable, readonly, copy) NSArray<NSFontDescriptor *> *matchingDescriptors;
  16136. | ^
  16137. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:113:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16138. 113 | - (nullable NSArray<NSFontDescriptor *> *)matchingDescriptorsWithOptions:(nullable NSDictionary<NSFontCollectionMatchingOptionKey, NSNumber *> *)options;
  16139. | ^~~~~~~~
  16140. | cg_nullable
  16141. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:113:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16142. 113 | - (nullable NSArray<NSFontDescriptor *> *)matchingDescriptorsWithOptions:(nullable NSDictionary<NSFontCollectionMatchingOptionKey, NSNumber *> *)options;
  16143. | ^~~~~~~~
  16144. | cg_nullable
  16145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:116:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16146. 116 | - (nullable NSArray<NSFontDescriptor *> *)matchingDescriptorsForFamily:(NSString *)family;
  16147. | ^~~~~~~~
  16148. | cg_nullable
  16149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16150. 117 | - (nullable NSArray<NSFontDescriptor *> *)matchingDescriptorsForFamily:(NSString *)family options:(nullable NSDictionary<NSFontCollectionMatchingOptionKey, NSNumber *> *)options;
  16151. | ^~~~~~~~
  16152. | cg_nullable
  16153. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:117:100: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16154. 117 | - (nullable NSArray<NSFontDescriptor *> *)matchingDescriptorsForFamily:(NSString *)family options:(nullable NSDictionary<NSFontCollectionMatchingOptionKey, NSNumber *> *)options;
  16155. | ^~~~~~~~
  16156. | cg_nullable
  16157. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:128:86: error: expected '>' before '*' token
  16158. 128 | + (NSMutableFontCollection *)fontCollectionWithDescriptors:(NSArray<NSFontDescriptor *> *)queryDescriptors;
  16159. | ^
  16160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:128:86: error: cannot find protocol declaration for 'NSFontDescriptor'
  16161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:128:87: error: expected ')' before '>' token
  16162. 128 | + (NSMutableFontCollection *)fontCollectionWithDescriptors:(NSArray<NSFontDescriptor *> *)queryDescriptors;
  16163. | ~ ^
  16164. | )
  16165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:128:87: error: expected identifier before '>' token
  16166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:128:87: error: expected ';' before '>' token
  16167. 128 | + (NSMutableFontCollection *)fontCollectionWithDescriptors:(NSArray<NSFontDescriptor *> *)queryDescriptors;
  16168. | ^
  16169. | ;
  16170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:137:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16171. 137 | + (nullable NSMutableFontCollection *)fontCollectionWithName:(NSFontCollectionName)name;
  16172. | ^~~~~~~~
  16173. | cg_nullable
  16174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:140:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16175. 140 | + (nullable NSMutableFontCollection *)fontCollectionWithName:(NSFontCollectionName)name visibility:(NSFontCollectionVisibility)visibility;
  16176. | ^~~~~~~~
  16177. | cg_nullable
  16178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:142:53: error: expected '>' before '*' token
  16179. 142 | @property (nullable, copy) NSArray<NSFontDescriptor *> *queryDescriptors;
  16180. | ^
  16181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:142:53: error: cannot find protocol declaration for 'NSFontDescriptor'
  16182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:142:54: error: expected unqualified-id before '>' token
  16183. 142 | @property (nullable, copy) NSArray<NSFontDescriptor *> *queryDescriptors;
  16184. | ^
  16185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:144:53: error: expected '>' before '*' token
  16186. 144 | @property (nullable, copy) NSArray<NSFontDescriptor *> *exclusionDescriptors;
  16187. | ^
  16188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:144:53: error: cannot find protocol declaration for 'NSFontDescriptor'
  16189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:144:54: error: expected unqualified-id before '>' token
  16190. 144 | @property (nullable, copy) NSArray<NSFontDescriptor *> *exclusionDescriptors;
  16191. | ^
  16192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:147:58: error: expected '>' before '*' token
  16193. 147 | - (void)addQueryForDescriptors:(NSArray<NSFontDescriptor *> *)descriptors;
  16194. | ^
  16195. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:147:58: error: cannot find protocol declaration for 'NSFontDescriptor'
  16196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:147:59: error: expected ')' before '>' token
  16197. 147 | - (void)addQueryForDescriptors:(NSArray<NSFontDescriptor *> *)descriptors;
  16198. | ~ ^
  16199. | )
  16200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:147:59: error: expected identifier before '>' token
  16201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:147:59: error: expected ';' before '>' token
  16202. 147 | - (void)addQueryForDescriptors:(NSArray<NSFontDescriptor *> *)descriptors;
  16203. | ^
  16204. | ;
  16205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:150:61: error: expected '>' before '*' token
  16206. 150 | - (void)removeQueryForDescriptors:(NSArray<NSFontDescriptor *> *)descriptors;
  16207. | ^
  16208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:150:61: error: cannot find protocol declaration for 'NSFontDescriptor'
  16209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:150:62: error: expected ')' before '>' token
  16210. 150 | - (void)removeQueryForDescriptors:(NSArray<NSFontDescriptor *> *)descriptors;
  16211. | ~ ^
  16212. | )
  16213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:150:62: error: expected identifier before '>' token
  16214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontCollection.h:150:62: error: expected ';' before '>' token
  16215. 150 | - (void)removeQueryForDescriptors:(NSArray<NSFontDescriptor *> *)descriptors;
  16216. | ^
  16217. | ;
  16218. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:41:
  16219. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:63:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16220. 63 | + (void)setFontPanelFactory:(nullable Class)factoryId;
  16221. | ^~~~~~~~
  16222. | cg_nullable
  16223. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:64:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16224. 64 | + (void)setFontManagerFactory:(nullable Class)factoryId;
  16225. | ^~~~~~~~
  16226. | cg_nullable
  16227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:65:29: error: unknown property attribute 'strong'
  16228. 65 | @property (class, readonly, strong) NSFontManager *sharedFontManager;
  16229. | ^~~~~~
  16230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:68:32: error: unknown property attribute 'strong'
  16231. 68 | @property (nullable, readonly, strong) NSFont *selectedFont;
  16232. | ^~~~~~
  16233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16234. 71 | - (nullable NSMenu *)fontMenu:(BOOL)create;
  16235. | ^~~~~~~~
  16236. | cg_nullable
  16237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16238. 72 | - (nullable NSFontPanel *)fontPanel:(BOOL)create;
  16239. | ^~~~~~~~
  16240. | cg_nullable
  16241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:73:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16242. 73 | - (nullable NSFont *)fontWithFamily:(NSString *)family traits:(NSFontTraitMask)traits weight:(NSInteger)weight size:(CGFloat)size;
  16243. | ^~~~~~~~
  16244. | cg_nullable
  16245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:79:45: error: expected '>' before '*' token
  16246. 79 | @property (readonly, copy) NSArray<NSString *> *availableFonts;
  16247. | ^
  16248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:79:45: error: cannot find protocol declaration for 'NSString'
  16249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:79:46: error: expected unqualified-id before '>' token
  16250. 79 | @property (readonly, copy) NSArray<NSString *> *availableFonts;
  16251. | ^
  16252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:80:45: error: expected '>' before '*' token
  16253. 80 | @property (readonly, copy) NSArray<NSString *> *availableFontFamilies;
  16254. | ^
  16255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:80:45: error: cannot find protocol declaration for 'NSString'
  16256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:80:46: error: expected unqualified-id before '>' token
  16257. 80 | @property (readonly, copy) NSArray<NSString *> *availableFontFamilies;
  16258. | ^
  16259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:81:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16260. 81 | - (nullable NSArray<NSArray *> *)availableMembersOfFontFamily:(NSString *)fam;
  16261. | ^~~~~~~~
  16262. | cg_nullable
  16263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:85:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16264. 85 | - (nullable NSFont *)convertFont:(NSFont *)fontObj toFace:(NSString *)typeface;
  16265. | ^~~~~~~~
  16266. | cg_nullable
  16267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:97:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16268. 97 | - (NSString *) localizedNameForFamily:(NSString *)family face:(nullable NSString *)faceKey;
  16269. | ^~~~~~~~
  16270. | cg_nullable
  16271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:99:54: error: expected '>' before '*' token
  16272. 99 | - (void)setSelectedAttributes:(NSDictionary<NSString *, id> *)attributes isMultiple:(BOOL)flag;
  16273. | ^
  16274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:99:54: error: cannot find protocol declaration for 'NSString'
  16275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:99:55: error: expected ')' before ',' token
  16276. 99 | - (void)setSelectedAttributes:(NSDictionary<NSString *, id> *)attributes isMultiple:(BOOL)flag;
  16277. | ~ ^
  16278. | )
  16279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:99:55: error: expected identifier before ',' token
  16280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:99:59: error: expected ';' before '>' token
  16281. 99 | - (void)setSelectedAttributes:(NSDictionary<NSString *, id> *)attributes isMultiple:(BOOL)flag;
  16282. | ^
  16283. | ;
  16284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:100:26: error: expected '>' before '*' token
  16285. 100 | - (NSDictionary<NSString *, id> *)convertAttributes:(NSDictionary<NSString *, id> *)attributes;
  16286. | ^
  16287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:100:26: error: cannot find protocol declaration for 'NSString'
  16288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:100:27: error: expected ')' before ',' token
  16289. 100 | - (NSDictionary<NSString *, id> *)convertAttributes:(NSDictionary<NSString *, id> *)attributes;
  16290. | ~ ^
  16291. | )
  16292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:100:27: error: objective-c++ method declaration is expected before ',' token
  16293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:102:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16294. 102 | - (nullable NSArray *)availableFontNamesMatchingFontDescriptor:(NSFontDescriptor *)descriptor API_DEPRECATED("Use -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] instead", macos(10.0,10.11));
  16295. | ^~~~~~~~
  16296. | cg_nullable
  16297. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16298. 105 | - (nullable NSArray *)fontDescriptorsInCollection:(NSString *)collectionNames API_DEPRECATED("Use -[NSFontCollection matchingDescriptors] instead", macos(10.0,10.11));
  16299. | ^~~~~~~~
  16300. | cg_nullable
  16301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:120:22: error: unknown property attribute 'weak'
  16302. 120 | @property (nullable, weak) id target API_AVAILABLE(macos(10.5));
  16303. | ^~~~
  16304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:120:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16305. 120 | @property (nullable, weak) id target API_AVAILABLE(macos(10.5));
  16306. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  16307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:130:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16308. 130 | - (nullable NSArray<NSString *> *)availableFontNamesWithTraits:(NSFontTraitMask)someTraits;
  16309. | ^~~~~~~~
  16310. | cg_nullable
  16311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:134:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16312. 134 | - (void)addFontTrait:(nullable id)sender;
  16313. | ^~~~~~~~
  16314. | cg_nullable
  16315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:135:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16316. 135 | - (void)removeFontTrait:(nullable id)sender;
  16317. | ^~~~~~~~
  16318. | cg_nullable
  16319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:136:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16320. 136 | - (void)modifyFontViaPanel:(nullable id)sender;
  16321. | ^~~~~~~~
  16322. | cg_nullable
  16323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:137:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16324. 137 | - (void)modifyFont:(nullable id)sender;
  16325. | ^~~~~~~~
  16326. | cg_nullable
  16327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:138:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16328. 138 | - (void)orderFrontFontPanel:(nullable id)sender;
  16329. | ^~~~~~~~
  16330. | cg_nullable
  16331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:139:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16332. 139 | - (void)orderFrontStylesPanel:(nullable id)sender;
  16333. | ^~~~~~~~
  16334. | cg_nullable
  16335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontManager.h:153:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16336. 153 | - (void)changeFont:(nullable id)sender API_DEPRECATED("This is now an optional method of the NSFontChanging protocol.", macos(10.0, 11.0));
  16337. | ^~~~~~~~
  16338. | cg_nullable
  16339. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanel.h:8,
  16340. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:8,
  16341. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:42:
  16342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:215:162: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16343. 215 | - (instancetype)initWithContentRect:(NSRect)contentRect styleMask:(NSWindowStyleMask)style backing:(NSBackingStoreType)backingStoreType defer:(BOOL)flag screen:(nullable NSScreen *)screen;
  16344. | ^~~~~~~~
  16345. | cg_nullable
  16346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:247:35 error: expected '>' before 'NSTitlebarAccessoryViewController'
  16347. 247 | @property (copy) NSArray<__kindof NSTitlebarAccessoryViewController *> *titlebarAccessoryViewControllers API_AVAILABLE(macos(10.10));
  16348. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:247:35 error: cannot find protocol declaration for '__kindof'
  16350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:247:35 error: 'copy' attribute is only valid for Objective-C objects
  16351. 247 | @property (copy) NSArray<__kindof NSTitlebarAccessoryViewController *> *titlebarAccessoryViewControllers API_AVAILABLE(macos(10.10));
  16352. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:247:68 error: expected ';' before '*' token
  16354. 247 | @property (copy) NSArray<__kindof NSTitlebarAccessoryViewController *> *titlebarAccessoryViewControllers API_AVAILABLE(macos(10.10));
  16355. | ^~
  16356. | ;
  16357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:262:22 error: unknown property attribute 'strong'
  16358. 262 | @property (nullable, strong) __kindof NSView *contentView;
  16359. | ^~~~~~
  16360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:262:30 error: '__kindof' has not been declared
  16361. 262 | @property (nullable, strong) __kindof NSView *contentView;
  16362. | ^~~~~~~~
  16363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:263:22 error: unknown property attribute 'weak'
  16364. 263 | @property (nullable, weak) id<NSWindowDelegate> delegate;
  16365. | ^~~~
  16366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:263:49 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16367. 263 | @property (nullable, weak) id<NSWindowDelegate> delegate;
  16368. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  16369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:269:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16370. 269 | - (nullable NSText *)fieldEditor:(BOOL)createFlag forObject:(nullable id)object;
  16371. | ^~~~~~~~
  16372. | cg_nullable
  16373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:269:62 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16374. 269 | - (nullable NSText *)fieldEditor:(BOOL)createFlag forObject:(nullable id)object;
  16375. | ^~~~~~~~
  16376. | cg_nullable
  16377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:270:24 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16378. 270 | - (void)endEditingFor:(nullable id)object;
  16379. | ^~~~~~~~
  16380. | cg_nullable
  16381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:272:58 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16382. 272 | - (NSRect)constrainFrameRect:(NSRect)frameRect toScreen:(nullable NSScreen *)screen;
  16383. | ^~~~~~~~
  16384. | cg_nullable
  16385. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:306:29 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16386. 306 | - (BOOL)makeFirstResponder:(nullable NSResponder *)responder;
  16387. | ^~~~~~~~
  16388. | cg_nullable
  16389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:308:22 error: unknown property attribute 'weak'
  16390. 308 | @property (readonly, weak) NSResponder *firstResponder;
  16391. | ^~~~
  16392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:314:22 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16393. 314 | - (void)miniaturize:(nullable id)sender;
  16394. | ^~~~~~~~
  16395. | cg_nullable
  16396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:315:24 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16397. 315 | - (void)deminiaturize:(nullable id)sender;
  16398. | ^~~~~~~~
  16399. | cg_nullable
  16400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:317:15 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16401. 317 | - (void)zoom:(nullable id)sender;
  16402. | ^~~~~~~~
  16403. | cg_nullable
  16404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:319:40 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16405. 319 | - (BOOL)tryToPerform:(SEL)action with:(nullable id)object;
  16406. | ^~~~~~~~
  16407. | cg_nullable
  16408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:320:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16409. 320 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  16410. | ^~~~~~~~
  16411. | cg_nullable
  16412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:320:43 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16413. 320 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  16414. | ^~~~~~~~
  16415. | cg_nullable
  16416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:320:90 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16417. 320 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  16418. | ^~~~~~~~
  16419. | cg_nullable
  16420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:342:31 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16421. 342 | - (void)makeKeyAndOrderFront:(nullable id)sender;
  16422. | ^~~~~~~~
  16423. | cg_nullable
  16424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:343:21 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16425. 343 | - (void)orderFront:(nullable id)sender;
  16426. | ^~~~~~~~
  16427. | cg_nullable
  16428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:344:20 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16429. 344 | - (void)orderBack:(nullable id)sender;
  16430. | ^~~~~~~~
  16431. | cg_nullable
  16432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:345:19 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16433. 345 | - (void)orderOut:(nullable id)sender;
  16434. | ^~~~~~~~
  16435. | cg_nullable
  16436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:349:22 error: unknown property attribute 'strong'
  16437. 349 | @property (nullable, strong) NSImage *miniwindowImage;
  16438. | ^~~~~~
  16439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:349:39 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16440. 349 | @property (nullable, strong) NSImage *miniwindowImage;
  16441. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  16442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:352:22 error: unknown property attribute 'strong'
  16443. 352 | @property (readonly, strong) NSDockTile *dockTile API_AVAILABLE(macos(10.5));
  16444. | ^~~~~~
  16445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:390:23 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16446. 390 | - (void)performClose:(nullable id)sender;
  16447. | ^~~~~~~~
  16448. | cg_nullable
  16449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:391:29 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16450. 391 | - (void)performMiniaturize:(nullable id)sender;
  16451. | ^~~~~~~~
  16452. | cg_nullable
  16453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:392:22 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16454. 392 | - (void)performZoom:(nullable id)sender;
  16455. | ^~~~~~~~
  16456. | cg_nullable
  16457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:395:16 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16458. 395 | - (void)print:(nullable id)sender;
  16459. | ^~~~~~~~
  16460. | cg_nullable
  16461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:411:32 error: unknown property attribute 'strong'
  16462. 411 | @property (nullable, readonly, strong) NSScreen *screen;
  16463. | ^~~~~~
  16464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:412:32 error: unknown property attribute 'strong'
  16465. 412 | @property (nullable, readonly, strong) NSScreen *deepestScreen;
  16466. | ^~~~~~
  16467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:453:27 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16468. 453 | - (void)toggleFullScreen:(nullable id)sender API_AVAILABLE(macos(10.7));
  16469. | ^~~~~~~~
  16470. | cg_nullable
  16471. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:479:67 error: cannot find protocol declaration for 'NSDeviceDescriptionKey'
  16472. 479 | @property (readonly, copy) NSDictionary<NSDeviceDescriptionKey, id> *deviceDescription;
  16473. | ^
  16474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:479:67 error: cannot find protocol declaration for 'id'
  16475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:481:22 error: unknown property attribute 'weak'
  16476. 481 | @property (nullable, weak) __kindof NSWindowController *windowController;
  16477. | ^~~~
  16478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:481:28 error: '__kindof' has not been declared
  16479. 481 | @property (nullable, weak) __kindof NSWindowController *windowController;
  16480. | ^~~~~~~~
  16481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:489:67 error: expected ')' before '(' token
  16482. 489 | - (void)beginSheet:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  16483. | ~ ^~
  16484. | )
  16485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:489:68 error: expected identifier before '(' token
  16486. 489 | - (void)beginSheet:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  16487. | ^
  16488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:489:67 error: expected ';' before '(' token
  16489. 489 | - (void)beginSheet:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  16490. | ^~
  16491. | ;
  16492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:490:75 error: expected ')' before '(' token
  16493. 490 | - (void)beginCriticalSheet:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  16494. | ~ ^~
  16495. | )
  16496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:490:76 error: expected identifier before '(' token
  16497. 490 | - (void)beginCriticalSheet:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  16498. | ^
  16499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:490:75 error: expected ';' before '(' token
  16500. 490 | - (void)beginCriticalSheet:(NSWindow *)sheetWindow completionHandler:(void (^ _Nullable)(NSModalResponse returnCode))handler API_AVAILABLE(macos(10.9));
  16501. | ^~
  16502. | ;
  16503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:493:45 error: expected '>' before 'NSWindow'
  16504. 493 | @property (readonly, copy) NSArray<__kindof NSWindow *> *sheets API_AVAILABLE(macos(10.9)); // An ordered array of the sheets on the window. This consists of the presented sheets in top-to-bottom order, followed by queued sheets in the order they were queued. This does not include nested/sub-sheets.
  16505. | ^~~~~~~~
  16506. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:493:45 error: cannot find protocol declaration for '__kindof'
  16507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:493:45 error: 'copy' attribute is only valid for Objective-C objects
  16508. 493 | @property (readonly, copy) NSArray<__kindof NSWindow *> *sheets API_AVAILABLE(macos(10.9)); // An ordered array of the sheets on the window. This consists of the presented sheets in top-to-bottom order, followed by queued sheets in the order they were queued. This does not include nested/sub-sheets.
  16509. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  16510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:493:53 error: expected ';' before '*' token
  16511. 493 | @property (readonly, copy) NSArray<__kindof NSWindow *> *sheets API_AVAILABLE(macos(10.9)); // An ordered array of the sheets on the window. This consists of the presented sheets in top-to-bottom order, followed by queued sheets in the order they were queued. This does not include nested/sub-sheets.
  16512. | ^~
  16513. | ;
  16514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:494:32 error: unknown property attribute 'strong'
  16515. 494 | @property (nullable, readonly, strong) NSWindow *attachedSheet; // Returns the top-most sheet if there is one or more sheets, or nil if there is no sheet.
  16516. | ^~~~~~
  16517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:503:32 error: unknown property attribute 'strong'
  16518. 503 | @property (nullable, readonly, strong) NSWindow *sheetParent API_AVAILABLE(macos(10.9));
  16519. | ^~~~~~
  16520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:506:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16521. 506 | + (nullable NSButton *)standardWindowButton:(NSWindowButton)b forStyleMask:(NSWindowStyleMask)styleMask;
  16522. | ^~~~~~~~
  16523. | cg_nullable
  16524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:507:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16525. 507 | - (nullable NSButton *)standardWindowButton:(NSWindowButton)b;
  16526. | ^~~~~~~~
  16527. | cg_nullable
  16528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:511:55 error: expected '>' before 'NSWindow'
  16529. 511 | @property (nullable, readonly, copy) NSArray<__kindof NSWindow *> *childWindows;
  16530. | ^~~~~~~~
  16531. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:511:55 error: cannot find protocol declaration for '__kindof'
  16532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:511:55 error: 'copy' attribute is only valid for Objective-C objects
  16533. 511 | @property (nullable, readonly, copy) NSArray<__kindof NSWindow *> *childWindows;
  16534. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  16535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:511:1:error: redeclaration of property 'NSWindow'
  16536. 511 | @property (nullable, readonly, copy) NSArray<__kindof NSWindow *> *childWindows;
  16537. | ^~~~~~~~~
  16538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:493:45 note: originally specified here
  16539. 493 | @property (readonly, copy) NSArray<__kindof NSWindow *> *sheets API_AVAILABLE(macos(10.9)); // An ordered array of the sheets on the window. This consists of the presented sheets in top-to-bottom order, followed by queued sheets in the order they were queued. This does not include nested/sub-sheets.
  16540. | ^~~~~~~~
  16541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:511:63 error: expected ';' before '*' token
  16542. 511 | @property (nullable, readonly, copy) NSArray<__kindof NSWindow *> *childWindows;
  16543. | ^~
  16544. | ;
  16545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:513:22 error: unknown property attribute 'weak'
  16546. 513 | @property (nullable, weak) NSWindow *parentWindow;
  16547. | ^~~~
  16548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:513:38 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16549. 513 | @property (nullable, weak) NSWindow *parentWindow;
  16550. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  16551. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:516:12 error: unknown property attribute 'weak'
  16552. 516 | @property (weak, null_resettable) NSObject<NSAppearanceCustomization> *appearanceSource API_AVAILABLE(macos(10.14));
  16553. | ^~~~
  16554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:516:72 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16555. 516 | @property (weak, null_resettable) NSObject<NSAppearanceCustomization> *appearanceSource API_AVAILABLE(macos(10.14));
  16556. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  16557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:518:22 error: unknown property attribute 'strong'
  16558. 518 | @property (nullable, strong) NSColorSpace *colorSpace API_AVAILABLE(macos(10.6));
  16559. | ^~~~~~
  16560. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:518:44 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16561. 518 | @property (nullable, strong) NSColorSpace *colorSpace API_AVAILABLE(macos(10.6));
  16562. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  16563. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:533:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16564. 533 | + (nullable NSArray<NSNumber *> *)windowNumbersWithOptions:(NSWindowNumberListOptions)options API_AVAILABLE(macos(10.6));
  16565. | ^~~~~~~~
  16566. | cg_nullable
  16567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:552:22 error: unknown property attribute 'strong'
  16568. 552 | @property (nullable, strong) NSViewController *contentViewController API_AVAILABLE(macos(10.10));
  16569. | ^~~~~~
  16570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:552:48 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16571. 552 | @property (nullable, strong) NSViewController *contentViewController API_AVAILABLE(macos(10.10));
  16572. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  16573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:566:22 error: unknown property attribute 'weak'
  16574. 566 | @property (nullable, weak) NSView *initialFirstResponder;
  16575. | ^~~~
  16576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:566:36 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16577. 566 | @property (nullable, weak) NSView *initialFirstResponder;
  16578. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  16579. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:567:28 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16580. 567 | - (void)selectNextKeyView:(nullable id)sender;
  16581. | ^~~~~~~~
  16582. | cg_nullable
  16583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:568:32 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16584. 568 | - (void)selectPreviousKeyView:(nullable id)sender;
  16585. | ^~~~~~~~
  16586. | cg_nullable
  16587. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:580:22 error: unknown property attribute 'strong'
  16588. 580 | @property (nullable, strong) NSToolbar *toolbar;
  16589. | ^~~~~~
  16590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:580:41 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16591. 580 | @property (nullable, strong) NSToolbar *toolbar;
  16592. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  16593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:581:29 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16594. 581 | - (void)toggleToolbarShown:(nullable id)sender;
  16595. | ^~~~~~~~
  16596. | cg_nullable
  16597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:582:41 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16598. 582 | - (void)runToolbarCustomizationPalette:(nullable id)sender;
  16599. | ^~~~~~~~
  16600. | cg_nullable
  16601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:605:28 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16602. 605 | - (IBAction)selectNextTab:(nullable id)sender API_AVAILABLE(macos(10.12));
  16603. | ^~~~~~~~
  16604. | cg_nullable
  16605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:606:32 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16606. 606 | - (IBAction)selectPreviousTab:(nullable id)sender API_AVAILABLE(macos(10.12));
  16607. | ^~~~~~~~
  16608. | cg_nullable
  16609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:607:33 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16610. 607 | - (IBAction)moveTabToNewWindow:(nullable id)sender API_AVAILABLE(macos(10.12));
  16611. | ^~~~~~~~
  16612. | cg_nullable
  16613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:608:30 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16614. 608 | - (IBAction)mergeAllWindows:(nullable id)sender API_AVAILABLE(macos(10.12));
  16615. | ^~~~~~~~
  16616. | cg_nullable
  16617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:609:27 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16618. 609 | - (IBAction)toggleTabBar:(nullable id)sender API_AVAILABLE(macos(10.12));
  16619. | ^~~~~~~~
  16620. | cg_nullable
  16621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:612:32 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16622. 612 | - (IBAction)toggleTabOverview:(nullable id)sender API_AVAILABLE(macos(10.13));
  16623. | ^~~~~~~~
  16624. | cg_nullable
  16625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:616:55 error: expected '>' before '*' token
  16626. 616 | @property (readonly, copy, nullable) NSArray<NSWindow *> *tabbedWindows API_AVAILABLE(macos(10.12));
  16627. | ^
  16628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:616:55 error: cannot find protocol declaration for 'NSWindow'
  16629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:616:56 error: expected unqualified-id before '>' token
  16630. 616 | @property (readonly, copy, nullable) NSArray<NSWindow *> *tabbedWindows API_AVAILABLE(macos(10.12));
  16631. | ^
  16632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:624:12 error: unknown property attribute 'strong'
  16633. 624 | @property (strong, readonly) NSWindowTab *tab API_AVAILABLE(macos(10.13));
  16634. | ^~~~~~
  16635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:628:22 error: unknown property attribute 'weak'
  16636. 628 | @property (readonly, weak) NSWindowTabGroup *tabGroup API_AVAILABLE(macos(10.13));
  16637. | ^~~~
  16638. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:638:1:error: cannot use an object as parameter to a method
  16639. 638 | @end
  16640. | ^~~~
  16641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:638:1:error: cannot use an object as parameter to a method
  16642. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:638:1:error: cannot use an object as parameter to a method
  16643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:643:121: error: expected ')' before '(' token
  16644. 643 | - (void)trackEventsMatchingMask:(NSEventMask)mask timeout:(NSTimeInterval)timeout mode:(NSRunLoopMode)mode handler:(void (NS_NOESCAPE ^)(NSEvent *_Nullable event, BOOL *stop))trackingHandler API_AVAILABLE(macos(10.10));
  16645. | ~ ^~
  16646. | )
  16647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:643:122: error: expected identifier before '(' token
  16648. 643 | - (void)trackEventsMatchingMask:(NSEventMask)mask timeout:(NSTimeInterval)timeout mode:(NSRunLoopMode)mode handler:(void (NS_NOESCAPE ^)(NSEvent *_Nullable event, BOOL *stop))trackingHandler API_AVAILABLE(macos(10.10));
  16649. | ^
  16650. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:643:121: error: expected ';' before '(' token
  16651. 643 | - (void)trackEventsMatchingMask:(NSEventMask)mask timeout:(NSTimeInterval)timeout mode:(NSRunLoopMode)mode handler:(void (NS_NOESCAPE ^)(NSEvent *_Nullable event, BOOL *stop))trackingHandler API_AVAILABLE(macos(10.10));
  16652. | ^~
  16653. | ;
  16654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:644:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16655. 644 | - (nullable NSEvent *)nextEventMatchingMask:(NSEventMask)mask;
  16656. | ^~~~~~~~
  16657. | cg_nullable
  16658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:645:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16659. 645 | - (nullable NSEvent *)nextEventMatchingMask:(NSEventMask)mask untilDate:(nullable NSDate *)expiration inMode:(NSRunLoopMode)mode dequeue:(BOOL)deqFlag;
  16660. | ^~~~~~~~
  16661. | cg_nullable
  16662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:645:74 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16663. 645 | - (nullable NSEvent *)nextEventMatchingMask:(NSEventMask)mask untilDate:(nullable NSDate *)expiration inMode:(NSRunLoopMode)mode dequeue:(BOOL)deqFlag;
  16664. | ^~~~~~~~
  16665. | cg_nullable
  16666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:646:66 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16667. 646 | - (void)discardEventsMatchingMask:(NSEventMask)mask beforeEvent:(nullable NSEvent *)lastEvent;
  16668. | ^~~~~~~~
  16669. | cg_nullable
  16670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:650:32 error: unknown property attribute 'strong'
  16671. 650 | @property (nullable, readonly, strong) NSEvent *currentEvent;
  16672. | ^~~~~~
  16673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:668:58 error: cannot find protocol declaration for 'NSPasteboardType'
  16674. 668 | - (void)registerForDraggedTypes:(NSArray<NSPasteboardType> *)newTypes;
  16675. | ^
  16676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:676:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16677. 676 | - (nullable NSWindow *)initWithWindowRef:(void * /* WindowRef */)windowRef;
  16678. | ^~~~~~~~
  16679. | cg_nullable
  16680. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:687:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16681. 687 | - (nullable id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(nullable id)client;
  16682. | ^~~~~~~~
  16683. | cg_nullable
  16684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:687:73 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16685. 687 | - (nullable id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(nullable id)client;
  16686. | ^~~~~~~~
  16687. | cg_nullable
  16688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:691:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16689. 691 | - (nullable NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window;
  16690. | ^~~~~~~~
  16691. | cg_nullable
  16692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:711:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16693. 711 | - (nullable NSArray<NSWindow *> *)customWindowsToEnterFullScreenForWindow:(NSWindow *)window API_AVAILABLE(macos(10.7));
  16694. | ^~~~~~~~
  16695. | cg_nullable
  16696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:723:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16697. 723 | - (nullable NSArray<NSWindow *> *)customWindowsToExitFullScreenForWindow:(NSWindow *)window API_AVAILABLE(macos(10.7));
  16698. | ^~~~~~~~
  16699. | cg_nullable
  16700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:730:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16701. 730 | - (nullable NSArray<NSWindow *> *)customWindowsToEnterFullScreenForWindow:(NSWindow *)window onScreen:(NSScreen *)screen API_AVAILABLE(macos(10.9));
  16702. | ^~~~~~~~
  16703. | cg_nullable
  16704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:865:32 error: unknown property attribute 'strong'
  16705. 865 | @property (nullable, readonly, strong) NSGraphicsContext *graphicsContext API_DEPRECATED("Add instances of NSView to display content in a window.", macos(10.0,10.14));
  16706. | ^~~~~~
  16707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:36:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16708. 36 | - (void)changeFont:(nullable NSFontManager *)sender;
  16709. | ^~~~~~~~
  16710. | cg_nullable
  16711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:48:29: error: unknown property attribute 'strong'
  16712. 48 | @property (class, readonly, strong) NSFontPanel *sharedFontPanel;
  16713. | ^~~~~~
  16714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:51:22: error: unknown property attribute 'strong'
  16715. 51 | @property (nullable, strong) NSView *accessoryView;
  16716. | ^~~~~~
  16717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFontPanel.h:51:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16718. 51 | @property (nullable, strong) NSView *accessoryView;
  16719. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  16720. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSForm.h:8,
  16721. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:43:
  16722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:36:84:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16723. 36 | - (instancetype)initWithFrame:(NSRect)frameRect mode:(NSMatrixMode)mode cellClass:(nullable Class)factoryId numberOfRows:(NSInteger)rowsHigh numberOfColumns:(NSInteger)colsWide;
  16724. | ^~~~~~~~
  16725. | cg_nullable
  16726. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:127:35: note: originally specified here
  16727. 127 | @property (class, nullable) Class cellClass;
  16728. | ^~~~~~~~~
  16729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:40:28:error: '__kindof' has not been declared
  16730. 40 | @property (nullable, copy) __kindof NSCell *prototype;
  16731. | ^~~~~~~~
  16732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:45:43:error: expected '>' before '*' token
  16733. 45 | @property (readonly, copy) NSArray<NSCell *> *cells;
  16734. | ^
  16735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:45:43:error: cannot find protocol declaration for 'NSCell'
  16736. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:45:44:error: expected unqualified-id before '>' token
  16737. 45 | @property (readonly, copy) NSArray<NSCell *> *cells;
  16738. | ^
  16739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:47:97:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16740. 47 | - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(id, id, void * _Nullable))compare context:(nullable void *)context;
  16741. | ^~~~~~~~
  16742. | cg_nullable
  16743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:48:32:error: unknown property attribute 'strong'
  16744. 48 | @property (nullable, readonly, strong) __kindof NSCell *selectedCell;
  16745. | ^~~~~~
  16746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:48:40:error: '__kindof' has not been declared
  16747. 48 | @property (nullable, readonly, strong) __kindof NSCell *selectedCell;
  16748. | ^~~~~~~~
  16749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:49:45:error: expected '>' before 'NSCell'
  16750. 49 | @property (readonly, copy) NSArray<__kindof NSCell *> *selectedCells;
  16751. | ^~~~~~
  16752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:49:45:error: cannot find protocol declaration for '__kindof'
  16753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:49:45:error: 'copy' attribute is only valid for Objective-C objects
  16754. 49 | @property (readonly, copy) NSArray<__kindof NSCell *> *selectedCells;
  16755. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  16756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:49:51:error: expected ';' before '*' token
  16757. 49 | @property (readonly, copy) NSArray<__kindof NSCell *> *selectedCells;
  16758. | ^~
  16759. | ;
  16760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:57:20:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16761. 57 | - (void)selectAll:(nullable id)sender;
  16762. | ^~~~~~~~
  16763. | cg_nullable
  16764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:67:26:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16765. 67 | - (void)getNumberOfRows:(nullable NSInteger *)rowCount columns:(nullable NSInteger *)colCount;
  16766. | ^~~~~~~~
  16767. | cg_nullable
  16768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:67:65:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16769. 67 | - (void)getNumberOfRows:(nullable NSInteger *)rowCount columns:(nullable NSInteger *)colCount;
  16770. | ^~~~~~~~
  16771. | cg_nullable
  16772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:70:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16773. 70 | - (nullable __kindof NSCell *)cellAtRow:(NSInteger)row column:(NSInteger)col;
  16774. | ^~~~~~~~
  16775. | cg_nullable
  16776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:77:41:error: expected '>' before '*' token
  16777. 77 | - (void)addRowWithCells:(NSArray<NSCell *> *)newCells;
  16778. | ^
  16779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:77:41:error: cannot find protocol declaration for 'NSCell'
  16780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:77:42:error: expected ')' before '>' token
  16781. 77 | - (void)addRowWithCells:(NSArray<NSCell *> *)newCells;
  16782. | ~ ^
  16783. | )
  16784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:77:42:error: expected identifier before '>' token
  16785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:77:42:error: expected ';' before '>' token
  16786. 77 | - (void)addRowWithCells:(NSArray<NSCell *> *)newCells;
  16787. | ^
  16788. | ;
  16789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:79:45:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16790. 79 | - (void)insertRow:(NSInteger)row withCells:(nullable NSArray<NSCell *> *)newCells;
  16791. | ^~~~~~~~
  16792. | cg_nullable
  16793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:82:44:error: expected '>' before '*' token
  16794. 82 | - (void)addColumnWithCells:(NSArray<NSCell *> *)newCells;
  16795. | ^
  16796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:82:44:error: cannot find protocol declaration for 'NSCell'
  16797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:82:45:error: expected ')' before '>' token
  16798. 82 | - (void)addColumnWithCells:(NSArray<NSCell *> *)newCells;
  16799. | ~ ^
  16800. | )
  16801. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:82:45:error: expected identifier before '>' token
  16802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:82:45:error: expected ';' before '>' token
  16803. 82 | - (void)addColumnWithCells:(NSArray<NSCell *> *)newCells;
  16804. | ^
  16805. | ;
  16806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:84:51:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16807. 84 | - (void)insertColumn:(NSInteger)column withCells:(nullable NSArray<NSCell *> *)newCells;
  16808. | ^~~~~~~~
  16809. | cg_nullable
  16810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:86:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16811. 86 | - (nullable __kindof NSCell *)cellWithTag:(NSInteger)tag;
  16812. | ^~~~~~~~
  16813. | cg_nullable
  16814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:101:22 error: unknown property attribute 'weak'
  16815. 101 | @property (nullable, weak) id<NSMatrixDelegate> delegate;
  16816. | ^~~~
  16817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:101:49 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16818. 101 | @property (nullable, weak) id<NSMatrixDelegate> delegate;
  16819. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  16820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:107:21 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16821. 107 | - (void)selectText:(nullable id)sender;
  16822. | ^~~~~~~~
  16823. | cg_nullable
  16824. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:108:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16825. 108 | - (nullable __kindof NSCell *)selectTextAtRow:(NSInteger)row column:(NSInteger)col;
  16826. | ^~~~~~~~
  16827. | cg_nullable
  16828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:109:28 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16829. 109 | - (BOOL)acceptsFirstMouse:(nullable NSEvent *)event;
  16830. | ^~~~~~~~
  16831. | cg_nullable
  16832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:111:21 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16833. 111 | - (void)setToolTip:(nullable NSString *)toolTipString forCell:(NSCell *)cell;
  16834. | ^~~~~~~~
  16835. | cg_nullable
  16836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:112:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16837. 112 | - (nullable NSString *)toolTipForCell:(NSCell *)cell;
  16838. | ^~~~~~~~
  16839. | cg_nullable
  16840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:120:1:error: cannot use an object as parameter to a method
  16841. 120 | @end
  16842. | ^~~~
  16843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:124:22 error: unknown property attribute 'strong'
  16844. 124 | @property (nullable, strong) __kindof NSCell *keyCell;
  16845. | ^~~~~~
  16846. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMatrix.h:124:30 error: '__kindof' has not been declared
  16847. 124 | @property (nullable, strong) __kindof NSCell *keyCell;
  16848. | ^~~~~~~~
  16849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSForm.h:30:4: error: 'null_unspecified' does not name a type
  16850. 30 | - (null_unspecified id)cellAtIndex:(NSInteger)index;
  16851. | ^~~~~~~~~~~~~~~~
  16852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSForm.h:33:4: error: 'null_unspecified' does not name a type
  16853. 33 | - (null_unspecified NSFormCell *)insertEntry:(NSString *)title atIndex:(NSInteger)index;
  16854. | ^~~~~~~~~~~~~~~~
  16855. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:44:
  16856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFormCell.h:16:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16857. 16 | - (instancetype)initTextCell:(nullable NSString *)string NS_DESIGNATED_INITIALIZER;
  16858. | ^~~~~~~~
  16859. | cg_nullable
  16860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFormCell.h:18:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16861. 18 | - (instancetype)initImageCell:(nullable NSImage *)image NS_UNAVAILABLE;
  16862. | ^~~~~~~~
  16863. | cg_nullable
  16864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFormCell.h:23:12: error: unknown property attribute 'strong'
  16865. 23 | @property (strong) NSFont *titleFont;
  16866. | ^~~~~~
  16867. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFormCell.h:23:28: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  16868. 23 | @property (strong) NSFont *titleFont;
  16869. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  16870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFormCell.h:47:31: error: 'null_unspecified' does not name a type
  16871. 47 | - (void)setTitleWithMnemonic:(null_unspecified NSString *)stringWithAmpersand API_DEPRECATED("", macos(10.0,10.8));
  16872. | ^~~~~~~~~~~~~~~~
  16873. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:48,
  16874. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:48:
  16875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:33:55: error: expected '>' before '*' token
  16876. 33 | @property (class, readonly, copy) NSArray<NSColorList *> *availableColorLists;
  16877. | ^
  16878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:33:55: error: cannot find protocol declaration for 'NSColorList'
  16879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:33:56: error: expected unqualified-id before '>' token
  16880. 33 | @property (class, readonly, copy) NSArray<NSColorList *> *availableColorLists;
  16881. | ^
  16882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:37:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16883. 37 | + (nullable NSColorList *)colorListNamed:(NSColorListName)name;
  16884. | ^~~~~~~~
  16885. | cg_nullable
  16886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:42:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16887. 42 | - (nullable instancetype)initWithName:(NSColorListName)name fromFile:(nullable NSString *)path; /* Load initial contents */
  16888. | ^~~~~~~~
  16889. | cg_nullable
  16890. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:42:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16891. 42 | - (nullable instancetype)initWithName:(NSColorListName)name fromFile:(nullable NSString *)path; /* Load initial contents */
  16892. | ^~~~~~~~
  16893. | cg_nullable
  16894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16895. 62 | - (nullable NSColor *)colorWithKey:(NSColorName)key;
  16896. | ^~~~~~~~
  16897. | cg_nullable
  16898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:66:47: error: cannot find protocol declaration for 'NSColorName'
  16899. 66 | @property (readonly, copy) NSArray<NSColorName> *allKeys;
  16900. | ^
  16901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:74:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16902. 74 | - (BOOL)writeToURL:(nullable NSURL *)url error:(NSError **)errPtr API_AVAILABLE(macos(10.11));
  16903. | ^~~~~~~~
  16904. | cg_nullable
  16905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorList.h:80:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16906. 80 | - (BOOL)writeToFile:(nullable NSString *)path API_DEPRECATED("Use -writeToURL:error: instead", macos(10.0,10.14));
  16907. | ^~~~~~~~
  16908. | cg_nullable
  16909. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:51:
  16910. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:32:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16911. 32 | + (nullable instancetype)colorWithRed:(CGFloat)r green:(CGFloat)g blue:(CGFloat)b alpha:(CGFloat)a colorSpace:(CGColorSpaceRef)colorSpace NS_AVAILABLE(10_12, 10_0);
  16912. | ^~~~~~~~
  16913. | cg_nullable
  16914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:33:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16915. 33 | + (nullable instancetype)colorWithRed:(CGFloat)r green:(CGFloat)g blue:(CGFloat)b colorSpace:(CGColorSpaceRef)colorSpace NS_AVAILABLE(10_12, 10_0);
  16916. | ^~~~~~~~
  16917. | cg_nullable
  16918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:51:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16919. 51 | - (nullable instancetype)initWithRed:(CGFloat)r green:(CGFloat)g blue:(CGFloat)b alpha:(CGFloat)a colorSpace:(CGColorSpaceRef)colorSpace NS_AVAILABLE(10_12, 10_0);
  16920. | ^~~~~~~~
  16921. | cg_nullable
  16922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:52:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16923. 52 | - (nullable instancetype)initWithRed:(CGFloat)r green:(CGFloat)g blue:(CGFloat)b colorSpace:(CGColorSpaceRef)colorSpace NS_AVAILABLE(10_12, 10_0);
  16924. | ^~~~~~~~
  16925. | cg_nullable
  16926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:78:19: error: unknown property attribute 'strong'
  16927. 78 | @property (class, strong, readonly) CIColor *blackColor NS_AVAILABLE(10_12, 10_0);
  16928. | ^~~~~~
  16929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:79:19: error: unknown property attribute 'strong'
  16930. 79 | @property (class, strong, readonly) CIColor *whiteColor NS_AVAILABLE(10_12, 10_0);
  16931. | ^~~~~~
  16932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:80:19: error: unknown property attribute 'strong'
  16933. 80 | @property (class, strong, readonly) CIColor *grayColor NS_AVAILABLE(10_12, 10_0);
  16934. | ^~~~~~
  16935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:81:19: error: unknown property attribute 'strong'
  16936. 81 | @property (class, strong, readonly) CIColor *redColor NS_AVAILABLE(10_12, 10_0);
  16937. | ^~~~~~
  16938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:82:19: error: unknown property attribute 'strong'
  16939. 82 | @property (class, strong, readonly) CIColor *greenColor NS_AVAILABLE(10_12, 10_0);
  16940. | ^~~~~~
  16941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:83:19: error: unknown property attribute 'strong'
  16942. 83 | @property (class, strong, readonly) CIColor *blueColor NS_AVAILABLE(10_12, 10_0);
  16943. | ^~~~~~
  16944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:84:19: error: unknown property attribute 'strong'
  16945. 84 | @property (class, strong, readonly) CIColor *cyanColor NS_AVAILABLE(10_12, 10_0);
  16946. | ^~~~~~
  16947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:85:19: error: unknown property attribute 'strong'
  16948. 85 | @property (class, strong, readonly) CIColor *magentaColor NS_AVAILABLE(10_12, 10_0);
  16949. | ^~~~~~
  16950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:86:19: error: unknown property attribute 'strong'
  16951. 86 | @property (class, strong, readonly) CIColor *yellowColor NS_AVAILABLE(10_12, 10_0);
  16952. | ^~~~~~
  16953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIColor.h:87:19: error: unknown property attribute 'strong'
  16954. 87 | @property (class, strong, readonly) CIColor *clearColor NS_AVAILABLE(10_12, 10_0);
  16955. | ^~~~~~
  16956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:79:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16957. 79 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  16958. | ^~~~~~~~
  16959. | cg_nullable
  16960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16961. 109 | + (nullable NSColor *)colorWithCatalogName:(NSColorListName)listName colorName:(NSColorName)colorName;
  16962. | ^~~~~~~~
  16963. | cg_nullable
  16964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:113:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16965. 113 | + (nullable NSColor *)colorNamed:(NSColorName)name bundle:(nullable NSBundle *)bundle API_AVAILABLE(macos(10.13));
  16966. | ^~~~~~~~
  16967. | cg_nullable
  16968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:113:60:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16969. 113 | + (nullable NSColor *)colorNamed:(NSColorName)name bundle:(nullable NSBundle *)bundle API_AVAILABLE(macos(10.13));
  16970. | ^~~~~~~~
  16971. | cg_nullable
  16972. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:114:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16973. 114 | + (nullable NSColor *)colorNamed:(NSColorName)name API_AVAILABLE(macos(10.13));
  16974. | ^~~~~~~~
  16975. | cg_nullable
  16976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:122:29:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16977. 122 | + (NSColor *)colorWithName:(nullable NSColorName)colorName dynamicProvider:(NSColor * (^)(NSAppearance *))dynamicProvider API_AVAILABLE(macos(10.15));
  16978. | ^~~~~~~~
  16979. | cg_nullable
  16980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:122:86:error: expected ')' before '(' token
  16981. 122 | + (NSColor *)colorWithName:(nullable NSColorName)colorName dynamicProvider:(NSColor * (^)(NSAppearance *))dynamicProvider API_AVAILABLE(macos(10.15));
  16982. | ~ ^~
  16983. | )
  16984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:122:87:error: expected identifier before '(' token
  16985. 122 | + (NSColor *)colorWithName:(nullable NSColorName)colorName dynamicProvider:(NSColor * (^)(NSAppearance *))dynamicProvider API_AVAILABLE(macos(10.15));
  16986. | ^
  16987. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:122:86:error: expected ';' before '(' token
  16988. 122 | + (NSColor *)colorWithName:(nullable NSColorName)colorName dynamicProvider:(NSColor * (^)(NSAppearance *))dynamicProvider API_AVAILABLE(macos(10.15));
  16989. | ^~
  16990. | ;
  16991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:153:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16992. 153 | - (nullable NSColor *)colorUsingType:(NSColorType)type API_AVAILABLE(macos(10.13));
  16993. | ^~~~~~~~
  16994. | cg_nullable
  16995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:160:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  16996. 160 | - (nullable NSColor *)colorUsingColorSpace:(NSColorSpace *)space;
  16997. | ^~~~~~~~
  16998. | cg_nullable
  16999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:166:19:error: unknown property attribute 'strong'
  17000. 166 | @property (class, strong, readonly) NSColor *blackColor; /* 0.0 white */
  17001. | ^~~~~~
  17002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:167:19:error: unknown property attribute 'strong'
  17003. 167 | @property (class, strong, readonly) NSColor *darkGrayColor; /* 0.333 white */
  17004. | ^~~~~~
  17005. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:168:19:error: unknown property attribute 'strong'
  17006. 168 | @property (class, strong, readonly) NSColor *lightGrayColor; /* 0.667 white */
  17007. | ^~~~~~
  17008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:169:19:error: unknown property attribute 'strong'
  17009. 169 | @property (class, strong, readonly) NSColor *whiteColor; /* 1.0 white */
  17010. | ^~~~~~
  17011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:170:19:error: unknown property attribute 'strong'
  17012. 170 | @property (class, strong, readonly) NSColor *grayColor; /* 0.5 white */
  17013. | ^~~~~~
  17014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:171:19:error: unknown property attribute 'strong'
  17015. 171 | @property (class, strong, readonly) NSColor *redColor; /* 1.0, 0.0, 0.0 RGB */
  17016. | ^~~~~~
  17017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:172:19:error: unknown property attribute 'strong'
  17018. 172 | @property (class, strong, readonly) NSColor *greenColor; /* 0.0, 1.0, 0.0 RGB */
  17019. | ^~~~~~
  17020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:173:19:error: unknown property attribute 'strong'
  17021. 173 | @property (class, strong, readonly) NSColor *blueColor; /* 0.0, 0.0, 1.0 RGB */
  17022. | ^~~~~~
  17023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:174:19:error: unknown property attribute 'strong'
  17024. 174 | @property (class, strong, readonly) NSColor *cyanColor; /* 0.0, 1.0, 1.0 RGB */
  17025. | ^~~~~~
  17026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:175:19:error: unknown property attribute 'strong'
  17027. 175 | @property (class, strong, readonly) NSColor *yellowColor; /* 1.0, 1.0, 0.0 RGB */
  17028. | ^~~~~~
  17029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:176:19:error: unknown property attribute 'strong'
  17030. 176 | @property (class, strong, readonly) NSColor *magentaColor; /* 1.0, 0.0, 1.0 RGB */
  17031. | ^~~~~~
  17032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:177:19:error: unknown property attribute 'strong'
  17033. 177 | @property (class, strong, readonly) NSColor *orangeColor; /* 1.0, 0.5, 0.0 RGB */
  17034. | ^~~~~~
  17035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:178:19:error: unknown property attribute 'strong'
  17036. 178 | @property (class, strong, readonly) NSColor *purpleColor; /* 0.5, 0.0, 0.5 RGB */
  17037. | ^~~~~~
  17038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:179:19:error: unknown property attribute 'strong'
  17039. 179 | @property (class, strong, readonly) NSColor *brownColor; /* 0.6, 0.4, 0.2 RGB */
  17040. | ^~~~~~
  17041. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:180:19:error: unknown property attribute 'strong'
  17042. 180 | @property (class, strong, readonly) NSColor *clearColor; /* 0.0 white, 0.0 alpha */
  17043. | ^~~~~~
  17044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:189:19:error: unknown property attribute 'strong'
  17045. 189 | @property (class, strong, readonly) NSColor *labelColor API_AVAILABLE(macos(10.10)); // Foreground color for static text and related elements
  17046. | ^~~~~~
  17047. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:190:19:error: unknown property attribute 'strong'
  17048. 190 | @property (class, strong, readonly) NSColor *secondaryLabelColor API_AVAILABLE(macos(10.10)); // Foreground color for secondary static text and related elements
  17049. | ^~~~~~
  17050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:191:19:error: unknown property attribute 'strong'
  17051. 191 | @property (class, strong, readonly) NSColor *tertiaryLabelColor API_AVAILABLE(macos(10.10)); // Foreground color for disabled static text and related elements
  17052. | ^~~~~~
  17053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:192:19:error: unknown property attribute 'strong'
  17054. 192 | @property (class, strong, readonly) NSColor *quaternaryLabelColor API_AVAILABLE(macos(10.10)); // Foreground color for large secondary or disabled static text, separators, large glyphs/icons, etc
  17055. | ^~~~~~
  17056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:194:19:error: unknown property attribute 'strong'
  17057. 194 | @property (class, strong, readonly) NSColor *linkColor API_AVAILABLE(macos(10.10)); // Foreground color for standard system links
  17058. | ^~~~~~
  17059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:195:19:error: unknown property attribute 'strong'
  17060. 195 | @property (class, strong, readonly) NSColor *placeholderTextColor API_AVAILABLE(macos(10.10)); // Foreground color for placeholder text in controls or text views
  17061. | ^~~~~~
  17062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:196:19:error: unknown property attribute 'strong'
  17063. 196 | @property (class, strong, readonly) NSColor *windowFrameTextColor; // Foreground color on window chrome
  17064. | ^~~~~~
  17065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:197:19:error: unknown property attribute 'strong'
  17066. 197 | @property (class, strong, readonly) NSColor *selectedMenuItemTextColor; // Foreground color inside selected menu items. Equivalent to +labelColor in a NSBackgroundStyleEmphasized context.
  17067. | ^~~~~~
  17068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:198:19:error: unknown property attribute 'strong'
  17069. 198 | @property (class, strong, readonly) NSColor *alternateSelectedControlTextColor; // Foreground color inside emphasized and selected content: table views rows, collection views, etc. Equivalent to +labelColor in a NSBackgroundStyleEmphasized context.
  17070. | ^~~~~~
  17071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:199:19:error: unknown property attribute 'strong'
  17072. 199 | @property (class, strong, readonly) NSColor *headerTextColor; // Foreground color for header cells in Table/OutlineView
  17073. | ^~~~~~
  17074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:200:19:error: unknown property attribute 'strong'
  17075. 200 | @property (class, strong, readonly) NSColor *separatorColor API_AVAILABLE(macos(10.14)); // Foreground used for separators between sections of content. Not appropriate for use as split view or window chrome dividers.
  17076. | ^~~~~~
  17077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:201:19:error: unknown property attribute 'strong'
  17078. 201 | @property (class, strong, readonly) NSColor *gridColor; // Grids in controls
  17079. | ^~~~~~
  17080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:205:19:error: unknown property attribute 'strong'
  17081. 205 | @property (class, strong, readonly) NSColor *windowBackgroundColor; // Background for windows. This should not be used for drawing, and NSVisualEffectMaterialWindowBackground should be used instead.
  17082. | ^~~~~~
  17083. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:206:19:error: unknown property attribute 'strong'
  17084. 206 | @property (class, strong, readonly) NSColor *underPageBackgroundColor API_AVAILABLE(macos(10.8)); // Background areas revealed behind documents. This should not be used for drawing, and NSVisualEffectMaterialUnderPageBackground should be used instead.
  17085. | ^~~~~~
  17086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:207:19:error: unknown property attribute 'strong'
  17087. 207 | @property (class, strong, readonly) NSColor *controlBackgroundColor; // Background for content areas: scroll views, table views, collection views. This should not be used for drawing, and NSVisualEffectMaterialContentBackground should be used instead.
  17088. | ^~~~~~
  17089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:208:19:error: unknown property attribute 'strong'
  17090. 208 | @property (class, strong, readonly) NSColor *selectedContentBackgroundColor API_AVAILABLE(macos(10.14)); // The background color of selected and emphasized (focused) content: table views rows, collection views, etc. Alias for +alternateSelectedControlColor
  17091. | ^~~~~~
  17092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:209:19:error: unknown property attribute 'strong'
  17093. 209 | @property (class, strong, readonly) NSColor *unemphasizedSelectedContentBackgroundColor API_AVAILABLE(macos(10.14)); // The background color of selected and unemphasized content: table views rows, collection views, etc. Alias for +secondarySelectedControlColor
  17094. | ^~~~~~
  17095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:210:19:error: unknown property attribute 'strong'
  17096. 210 | @property (class, strong, readonly) NSArray<NSColor *> *alternatingContentBackgroundColors API_AVAILABLE(macos(10.14)); // The background colors for alternating content items: such as table view rows, collection view items. Alias for +controlAlternatingRowBackgroundColors
  17097. | ^~~~~~
  17098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:210:53:error: expected '>' before '*' token
  17099. 210 | @property (class, strong, readonly) NSArray<NSColor *> *alternatingContentBackgroundColors API_AVAILABLE(macos(10.14)); // The background colors for alternating content items: such as table view rows, collection view items. Alias for +controlAlternatingRowBackgroundColors
  17100. | ^
  17101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:210:53:error: cannot find protocol declaration for 'NSColor'
  17102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:210:54:error: expected unqualified-id before '>' token
  17103. 210 | @property (class, strong, readonly) NSArray<NSColor *> *alternatingContentBackgroundColors API_AVAILABLE(macos(10.14)); // The background colors for alternating content items: such as table view rows, collection view items. Alias for +controlAlternatingRowBackgroundColors
  17104. | ^
  17105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:211:19:error: unknown property attribute 'strong'
  17106. 211 | @property (class, strong, readonly) NSColor *findHighlightColor API_AVAILABLE(macos(10.13)); // Background color of find indicators: the bubbles that show inline search result hits
  17107. | ^~~~~~
  17108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:215:19:error: unknown property attribute 'strong'
  17109. 215 | @property (class, strong, readonly) NSColor *textColor; // Document text
  17110. | ^~~~~~
  17111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:216:19:error: unknown property attribute 'strong'
  17112. 216 | @property (class, strong, readonly) NSColor *textBackgroundColor; // Document text background
  17113. | ^~~~~~
  17114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:218:19:error: unknown property attribute 'strong'
  17115. 218 | @property (class, strong, readonly) NSColor *selectedTextColor; // Selected document text
  17116. | ^~~~~~
  17117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:219:19:error: unknown property attribute 'strong'
  17118. 219 | @property (class, strong, readonly) NSColor *selectedTextBackgroundColor; // Selected document text background
  17119. | ^~~~~~
  17120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:220:19:error: unknown property attribute 'strong'
  17121. 220 | @property (class, strong, readonly) NSColor *unemphasizedSelectedTextBackgroundColor API_AVAILABLE(macos(10.14)); // The background for unemphasized text selection (e.g. when the associated control/view/window is not key)
  17122. | ^~~~~~
  17123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:221:19:error: unknown property attribute 'strong'
  17124. 221 | @property (class, strong, readonly) NSColor *unemphasizedSelectedTextColor API_AVAILABLE(macos(10.14)); // The foreground for unemphasized text selection (e.g. when the associated control/view/window is not key)
  17125. | ^~~~~~
  17126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:224:19:error: unknown property attribute 'strong'
  17127. 224 | @property (class, strong, readonly) NSColor *controlColor; // Approximate background for the color of control faces (such as buttons).
  17128. | ^~~~~~
  17129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:225:19:error: unknown property attribute 'strong'
  17130. 225 | @property (class, strong, readonly) NSColor *controlTextColor; // Text on controls
  17131. | ^~~~~~
  17132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:226:19:error: unknown property attribute 'strong'
  17133. 226 | @property (class, strong, readonly) NSColor *selectedControlColor; // Control face for selected controls
  17134. | ^~~~~~
  17135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:227:19:error: unknown property attribute 'strong'
  17136. 227 | @property (class, strong, readonly) NSColor *selectedControlTextColor; // Text on selected controls
  17137. | ^~~~~~
  17138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:228:19:error: unknown property attribute 'strong'
  17139. 228 | @property (class, strong, readonly) NSColor *disabledControlTextColor; // Text on disabled controls
  17140. | ^~~~~~
  17141. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:229:19:error: unknown property attribute 'strong'
  17142. 229 | @property (class, strong, readonly) NSColor *keyboardFocusIndicatorColor; // Keyboard focus ring around controls
  17143. | ^~~~~~
  17144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:231:19:error: unknown property attribute 'strong'
  17145. 231 | @property (class, strong, readonly) NSColor *scrubberTexturedBackgroundColor API_AVAILABLE(macos(10.12.2)); // Patterned background color for use in NSScrubber
  17146. | ^~~~~~
  17147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:236:19:error: unknown property attribute 'strong'
  17148. 236 | @property (class, strong, readonly) NSColor *systemRedColor API_AVAILABLE(macos(10.10));
  17149. | ^~~~~~
  17150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:237:19:error: unknown property attribute 'strong'
  17151. 237 | @property (class, strong, readonly) NSColor *systemGreenColor API_AVAILABLE(macos(10.10));
  17152. | ^~~~~~
  17153. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:238:19:error: unknown property attribute 'strong'
  17154. 238 | @property (class, strong, readonly) NSColor *systemBlueColor API_AVAILABLE(macos(10.10));
  17155. | ^~~~~~
  17156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:239:19:error: unknown property attribute 'strong'
  17157. 239 | @property (class, strong, readonly) NSColor *systemOrangeColor API_AVAILABLE(macos(10.10));
  17158. | ^~~~~~
  17159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:240:19:error: unknown property attribute 'strong'
  17160. 240 | @property (class, strong, readonly) NSColor *systemYellowColor API_AVAILABLE(macos(10.10));
  17161. | ^~~~~~
  17162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:241:19:error: unknown property attribute 'strong'
  17163. 241 | @property (class, strong, readonly) NSColor *systemBrownColor API_AVAILABLE(macos(10.10));
  17164. | ^~~~~~
  17165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:242:19:error: unknown property attribute 'strong'
  17166. 242 | @property (class, strong, readonly) NSColor *systemPinkColor API_AVAILABLE(macos(10.10));
  17167. | ^~~~~~
  17168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:243:19:error: unknown property attribute 'strong'
  17169. 243 | @property (class, strong, readonly) NSColor *systemPurpleColor API_AVAILABLE(macos(10.10));
  17170. | ^~~~~~
  17171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:244:19:error: unknown property attribute 'strong'
  17172. 244 | @property (class, strong, readonly) NSColor *systemGrayColor API_AVAILABLE(macos(10.10));
  17173. | ^~~~~~
  17174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:245:19:error: unknown property attribute 'strong'
  17175. 245 | @property (class, strong, readonly) NSColor *systemTealColor API_AVAILABLE(macos(10.12));
  17176. | ^~~~~~
  17177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:246:19:error: unknown property attribute 'strong'
  17178. 246 | @property (class, strong, readonly) NSColor *systemIndigoColor API_AVAILABLE(macos(10.15));
  17179. | ^~~~~~
  17180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:250:19:error: unknown property attribute 'strong'
  17181. 250 | @property (class, strong, readonly) NSColor *controlAccentColor API_AVAILABLE(macos(10.14));
  17182. | ^~~~~~
  17183. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:255:19:error: unknown property attribute 'strong'
  17184. 255 | @property (class, strong, readonly) NSColor *highlightColor; // Highlight color for UI elements (this is abstract and defines the color all highlights tend toward)
  17185. | ^~~~~~
  17186. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:256:19:error: unknown property attribute 'strong'
  17187. 256 | @property (class, strong, readonly) NSColor *shadowColor; // Shadow color for UI elements (this is abstract and defines the color all shadows tend toward)
  17188. | ^~~~~~
  17189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:257:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17190. 257 | - (nullable NSColor *)highlightWithLevel:(CGFloat)val; // val = 0 => receiver, val = 1 => highlightColor
  17191. | ^~~~~~~~
  17192. | cg_nullable
  17193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:258:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17194. 258 | - (nullable NSColor *)shadowWithLevel:(CGFloat)val; // val = 0 => receiver, val = 1 => shadowColor
  17195. | ^~~~~~~~
  17196. | cg_nullable
  17197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:277:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17198. 277 | - (nullable NSColor *)blendedColorWithFraction:(CGFloat)fraction ofColor:(NSColor *)color;
  17199. | ^~~~~~~~
  17200. | cg_nullable
  17201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:305:17:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17202. 305 | - (void)getRed:(nullable CGFloat *)red green:(nullable CGFloat *)green blue:(nullable CGFloat *)blue alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17203. | ^~~~~~~~
  17204. | cg_nullable
  17205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:305:47:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17206. 305 | - (void)getRed:(nullable CGFloat *)red green:(nullable CGFloat *)green blue:(nullable CGFloat *)blue alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17207. | ^~~~~~~~
  17208. | cg_nullable
  17209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:305:78:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17210. 305 | - (void)getRed:(nullable CGFloat *)red green:(nullable CGFloat *)green blue:(nullable CGFloat *)blue alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17211. | ^~~~~~~~
  17212. | cg_nullable
  17213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:305:109 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17214. 305 | - (void)getRed:(nullable CGFloat *)red green:(nullable CGFloat *)green blue:(nullable CGFloat *)blue alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17215. | ^~~~~~~~
  17216. | cg_nullable
  17217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:312:17:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17218. 312 | - (void)getHue:(nullable CGFloat *)hue saturation:(nullable CGFloat *)saturation brightness:(nullable CGFloat *)brightness alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17219. | ^~~~~~~~
  17220. | cg_nullable
  17221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:312:52:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17222. 312 | - (void)getHue:(nullable CGFloat *)hue saturation:(nullable CGFloat *)saturation brightness:(nullable CGFloat *)brightness alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17223. | ^~~~~~~~
  17224. | cg_nullable
  17225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:312:94:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17226. 312 | - (void)getHue:(nullable CGFloat *)hue saturation:(nullable CGFloat *)saturation brightness:(nullable CGFloat *)brightness alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17227. | ^~~~~~~~
  17228. | cg_nullable
  17229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:312:131 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17230. 312 | - (void)getHue:(nullable CGFloat *)hue saturation:(nullable CGFloat *)saturation brightness:(nullable CGFloat *)brightness alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelRGB.
  17231. | ^~~~~~~~
  17232. | cg_nullable
  17233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:318:19:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17234. 318 | - (void)getWhite:(nullable CGFloat *)white alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelGray.
  17235. | ^~~~~~~~
  17236. | cg_nullable
  17237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:318:51:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17238. 318 | - (void)getWhite:(nullable CGFloat *)white alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelGray.
  17239. | ^~~~~~~~
  17240. | cg_nullable
  17241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:327:18:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17242. 327 | - (void)getCyan:(nullable CGFloat *)cyan magenta:(nullable CGFloat *)magenta yellow:(nullable CGFloat *)yellow black:(nullable CGFloat *)black alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelCMYK.
  17243. | ^~~~~~~~
  17244. | cg_nullable
  17245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:327:51:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17246. 327 | - (void)getCyan:(nullable CGFloat *)cyan magenta:(nullable CGFloat *)magenta yellow:(nullable CGFloat *)yellow black:(nullable CGFloat *)black alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelCMYK.
  17247. | ^~~~~~~~
  17248. | cg_nullable
  17249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:327:86:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17250. 327 | - (void)getCyan:(nullable CGFloat *)cyan magenta:(nullable CGFloat *)magenta yellow:(nullable CGFloat *)yellow black:(nullable CGFloat *)black alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelCMYK.
  17251. | ^~~~~~~~
  17252. | cg_nullable
  17253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:327:119 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17254. 327 | - (void)getCyan:(nullable CGFloat *)cyan magenta:(nullable CGFloat *)magenta yellow:(nullable CGFloat *)yellow black:(nullable CGFloat *)black alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelCMYK.
  17255. | ^~~~~~~~
  17256. | cg_nullable
  17257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:327:151 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17258. 327 | - (void)getCyan:(nullable CGFloat *)cyan magenta:(nullable CGFloat *)magenta yellow:(nullable CGFloat *)yellow black:(nullable CGFloat *)black alpha:(nullable CGFloat *)alpha; // Valid only on component based colors whose colorSpace model is NSColorSpaceModelCMYK.
  17259. | ^~~~~~~~
  17260. | cg_nullable
  17261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:332:22:error: unknown property attribute 'strong'
  17262. 332 | @property (readonly, strong) NSColorSpace *colorSpace;
  17263. | ^~~~~~
  17264. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:339:22:error: unknown property attribute 'strong'
  17265. 339 | @property (readonly, strong) NSImage *patternImage;
  17266. | ^~~~~~
  17267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:348:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17268. 348 | + (nullable NSColor *)colorFromPasteboard:(NSPasteboard *)pasteBoard;
  17269. | ^~~~~~~~
  17270. | cg_nullable
  17271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:359:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17272. 359 | + (nullable NSColor *)colorWithCGColor:(CGColorRef)cgColor API_AVAILABLE(macos(10.8)); // May return nil
  17273. | ^~~~~~~~
  17274. | cg_nullable
  17275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:374:19:error: unknown property attribute 'strong'
  17276. 374 | @property (class, strong, readonly) NSColor *controlHighlightColor API_DEPRECATED("Use a color that matches the semantics being used, such as `separatorColor`", macos(10.0, 11.0));
  17277. | ^~~~~~
  17278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:376:19:error: unknown property attribute 'strong'
  17279. 376 | @property (class, strong, readonly) NSColor *controlLightHighlightColor API_DEPRECATED("Use a color that matches the semantics being used, such as `separatorColor`", macos(10.0, 11.0));
  17280. | ^~~~~~
  17281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:378:19:error: unknown property attribute 'strong'
  17282. 378 | @property (class, strong, readonly) NSColor *controlShadowColor API_DEPRECATED("Use a color that matches the semantics being used, such as `separatorColor`", macos(10.0, 11.0));
  17283. | ^~~~~~
  17284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:380:19:error: unknown property attribute 'strong'
  17285. 380 | @property (class, strong, readonly) NSColor *controlDarkShadowColor API_DEPRECATED("Use a color that matches the semantics being used, such as `separatorColor`", macos(10.0, 11.0));
  17286. | ^~~~~~
  17287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:383:19:error: unknown property attribute 'strong'
  17288. 383 | @property (class, strong, readonly) NSColor *scrollBarColor API_DEPRECATED("Use NSScroller instead", macos(10.0, 11.0));
  17289. | ^~~~~~
  17290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:385:19:error: unknown property attribute 'strong'
  17291. 385 | @property (class, strong, readonly) NSColor *knobColor API_DEPRECATED("Use NSScroller instead", macos(10.0, 11.0));
  17292. | ^~~~~~
  17293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:387:19:error: unknown property attribute 'strong'
  17294. 387 | @property (class, strong, readonly) NSColor *selectedKnobColor API_DEPRECATED("Use NSScroller instead", macos(10.0, 11.0));
  17295. | ^~~~~~
  17296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:390:19:error: unknown property attribute 'strong'
  17297. 390 | @property (class, strong, readonly) NSColor *windowFrameColor API_DEPRECATED("Use NSVisualEffectMaterialTitlebar", macos(10.0, 11.0));
  17298. | ^~~~~~
  17299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:392:19:error: unknown property attribute 'strong'
  17300. 392 | @property (class, strong, readonly) NSColor *selectedMenuItemColor API_DEPRECATED("Use NSVisualEffectMaterialSelection", macos(10.0, 11.0));
  17301. | ^~~~~~
  17302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:394:19:error: unknown property attribute 'strong'
  17303. 394 | @property (class, strong, readonly) NSColor *headerColor API_DEPRECATED("Use NSVisualEffectMaterialHeaderView", macos(10.0, 11.0));
  17304. | ^~~~~~
  17305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:397:19:error: unknown property attribute 'strong'
  17306. 397 | @property (class, strong, readonly) NSColor *secondarySelectedControlColor API_DEPRECATED_WITH_REPLACEMENT("unemphasizedSelectedContentBackgroundColor", macos(10.1, 11.0));
  17307. | ^~~~~~
  17308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:399:19:error: unknown property attribute 'strong'
  17309. 399 | @property (class, strong, readonly) NSColor *alternateSelectedControlColor API_DEPRECATED_WITH_REPLACEMENT("selectedContentBackgroundColor", macos(10.2, 11.0));
  17310. | ^~~~~~
  17311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:401:19:error: unknown property attribute 'strong'
  17312. 401 | @property (class, strong, readonly) NSArray<NSColor *> *controlAlternatingRowBackgroundColors API_DEPRECATED_WITH_REPLACEMENT("alternatingContentBackgroundColors", macos(10.3, 11.0));
  17313. | ^~~~~~
  17314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:401:53:error: expected '>' before '*' token
  17315. 401 | @property (class, strong, readonly) NSArray<NSColor *> *controlAlternatingRowBackgroundColors API_DEPRECATED_WITH_REPLACEMENT("alternatingContentBackgroundColors", macos(10.3, 11.0));
  17316. | ^
  17317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:401:53:error: cannot find protocol declaration for 'NSColor'
  17318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:401:54:error: expected unqualified-id before '>' token
  17319. 401 | @property (class, strong, readonly) NSArray<NSColor *> *controlAlternatingRowBackgroundColors API_DEPRECATED_WITH_REPLACEMENT("alternatingContentBackgroundColors", macos(10.3, 11.0));
  17320. | ^
  17321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:416:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17322. 416 | - (nullable NSColor *)colorUsingColorSpaceName:(nullable NSColorSpaceName)name device:(nullable NSDictionary<NSDeviceDescriptionKey, id> *)deviceDescription API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14));
  17323. | ^~~~~~~~
  17324. | cg_nullable
  17325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:416:49:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17326. 416 | - (nullable NSColor *)colorUsingColorSpaceName:(nullable NSColorSpaceName)name device:(nullable NSDictionary<NSDeviceDescriptionKey, id> *)deviceDescription API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14));
  17327. | ^~~~~~~~
  17328. | cg_nullable
  17329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:416:88:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17330. 416 | - (nullable NSColor *)colorUsingColorSpaceName:(nullable NSColorSpaceName)name device:(nullable NSDictionary<NSDeviceDescriptionKey, id> *)deviceDescription API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14));
  17331. | ^~~~~~~~
  17332. | cg_nullable
  17333. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:417:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17334. 417 | - (nullable NSColor *)colorUsingColorSpaceName:(NSColorSpaceName)name API_DEPRECATED("Use -colorUsingType: or -colorUsingColorSpace: instead", macos(10.0,10.14));
  17335. | ^~~~~~~~
  17336. | cg_nullable
  17337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:428:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17338. 428 | - (nullable instancetype)initWithColor:(NSColor *)color;
  17339. | ^~~~~~~~
  17340. | cg_nullable
  17341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColor.h:435:4: error: 'null_unspecified' does not name a type
  17342. 435 | - (null_unspecified NSColor *)decodeNXColor API_DEPRECATED("", macos(10.0,10.9));
  17343. | ^~~~~~~~~~~~~~~~
  17344. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:49:
  17345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17346. 33 | - (nullable instancetype)initWithICCProfileData:(NSData *)iccData;
  17347. | ^~~~~~~~
  17348. | cg_nullable
  17349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:34:32: error: unknown property attribute 'strong'
  17350. 34 | @property (nullable, readonly, strong) NSData *ICCProfileData;
  17351. | ^~~~~~
  17352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17353. 36 | - (nullable instancetype)initWithColorSyncProfile:(void * /* ColorSyncProfileRef */)prof;
  17354. | ^~~~~~~~
  17355. | cg_nullable
  17356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17357. 41 | - (nullable instancetype)initWithCGColorSpace:(CGColorSpaceRef)cgColorSpace API_AVAILABLE(macos(10.5));
  17358. | ^~~~~~~~
  17359. | cg_nullable
  17360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:51:19: error: unknown property attribute 'strong'
  17361. 51 | @property (class, strong, readonly) NSColorSpace *sRGBColorSpace API_AVAILABLE(macos(10.5));
  17362. | ^~~~~~
  17363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:52:19: error: unknown property attribute 'strong'
  17364. 52 | @property (class, strong, readonly) NSColorSpace *genericGamma22GrayColorSpace API_AVAILABLE(macos(10.6)); // The grayscale color space with gamma 2.2, compatible with sRGB
  17365. | ^~~~~~
  17366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:54:19: error: unknown property attribute 'strong'
  17367. 54 | @property (class, strong, readonly) NSColorSpace *extendedSRGBColorSpace API_AVAILABLE(macos(10.12)); // sRGB compatible color space that allows specifying components beyond the range of [0.0, 1.0]
  17368. | ^~~~~~
  17369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:55:19: error: unknown property attribute 'strong'
  17370. 55 | @property (class, strong, readonly) NSColorSpace *extendedGenericGamma22GrayColorSpace API_AVAILABLE(macos(10.12)); // sRGB compatible gray color space that allows specifying components beyond the range of [0.0, 1.0]
  17371. | ^~~~~~
  17372. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:57:19: error: unknown property attribute 'strong'
  17373. 57 | @property (class, strong, readonly) NSColorSpace *displayP3ColorSpace API_AVAILABLE(macos(10.12)); // Standard DCI-P3 primaries, a D65 white point, and the same gamma curve as the sRGB IEC61966-2.1 color space
  17374. | ^~~~~~
  17375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:59:19: error: unknown property attribute 'strong'
  17376. 59 | @property (class, strong, readonly) NSColorSpace *adobeRGB1998ColorSpace API_AVAILABLE(macos(10.5));
  17377. | ^~~~~~
  17378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:61:19: error: unknown property attribute 'strong'
  17379. 61 | @property (class, strong, readonly) NSColorSpace *genericRGBColorSpace; // NSColorSpace corresponding to Cocoa color space name NSCalibratedRGBColorSpace
  17380. | ^~~~~~
  17381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:62:19: error: unknown property attribute 'strong'
  17382. 62 | @property (class, strong, readonly) NSColorSpace *genericGrayColorSpace; // NSColorSpace corresponding to Cocoa color space name NSCalibratedWhiteColorSpace
  17383. | ^~~~~~
  17384. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:63:19: error: unknown property attribute 'strong'
  17385. 63 | @property (class, strong, readonly) NSColorSpace *genericCMYKColorSpace;
  17386. | ^~~~~~
  17387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:64:19: error: unknown property attribute 'strong'
  17388. 64 | @property (class, strong, readonly) NSColorSpace *deviceRGBColorSpace; // NSColorSpace corresponding to Cocoa color space name NSDeviceRGBColorSpace
  17389. | ^~~~~~
  17390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:65:19: error: unknown property attribute 'strong'
  17391. 65 | @property (class, strong, readonly) NSColorSpace *deviceGrayColorSpace; // NSColorSpace corresponding to Cocoa color space name NSDeviceWhiteColorSpace
  17392. | ^~~~~~
  17393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:66:19: error: unknown property attribute 'strong'
  17394. 66 | @property (class, strong, readonly) NSColorSpace *deviceCMYKColorSpace; // NSColorSpace corresponding to Cocoa color space name NSDeviceCMYKColorSpace
  17395. | ^~~~~~
  17396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:70:25: error: expected '>' before '*' token
  17397. 70 | + (NSArray<NSColorSpace *> *)availableColorSpacesWithModel:(NSColorSpaceModel)model API_AVAILABLE(macos(10.6));
  17398. | ^
  17399. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:70:25: error: cannot find protocol declaration for 'NSColorSpace'
  17400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:70:26: error: expected ')' before '>' token
  17401. 70 | + (NSArray<NSColorSpace *> *)availableColorSpacesWithModel:(NSColorSpaceModel)model API_AVAILABLE(macos(10.6));
  17402. | ~ ^
  17403. | )
  17404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorSpace.h:70:26: error: objective-c++ method declaration is expected before '>' token
  17405. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:10,
  17406. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:50:
  17407. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:42:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17408. 42 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  17409. | ^~~~~~~~
  17410. | cg_nullable
  17411. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:49:207: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17412. 49 | - (BOOL)drawInRect:(NSRect)dstSpacePortionRect fromRect:(NSRect)srcSpacePortionRect operation:(NSCompositingOperation)op fraction:(CGFloat)requestedAlpha respectFlipped:(BOOL)respectContextIsFlipped hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6));
  17413. | ^~~~~~~~
  17414. | cg_nullable
  17415. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:69:48: error: cannot find protocol declaration for 'Class'
  17416. 69 | @property (class, readonly, copy) NSArray<Class> *registeredImageRepClasses;
  17417. | ^
  17418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:70:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17419. 70 | + (nullable Class)imageRepClassForFileType:(NSString *)type API_DEPRECATED("Use +imageRepClassForType: instead", macos(10.0,10.10));
  17420. | ^~~~~~~~
  17421. | cg_nullable
  17422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:71:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17423. 71 | + (nullable Class)imageRepClassForPasteboardType:(NSPasteboardType)type API_DEPRECATED("Use +imageRepClassForType: instead", macos(10.0,10.10));
  17424. | ^~~~~~~~
  17425. | cg_nullable
  17426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:72:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17427. 72 | + (nullable Class)imageRepClassForType:(NSString *)type API_AVAILABLE(macos(10.5));
  17428. | ^~~~~~~~
  17429. | cg_nullable
  17430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:73:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17431. 73 | + (nullable Class)imageRepClassForData:(NSData *)data;
  17432. | ^~~~~~~~
  17433. | cg_nullable
  17434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:81:21: error: expected '>' before '*' token
  17435. 81 | + (NSArray<NSString *> *)imageUnfilteredFileTypes API_DEPRECATED("Use +imageUnfilteredTypes instead", macos(10.0,10.10));
  17436. | ^
  17437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:81:21: error: cannot find protocol declaration for 'NSString'
  17438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:81:22: error: expected ')' before '>' token
  17439. 81 | + (NSArray<NSString *> *)imageUnfilteredFileTypes API_DEPRECATED("Use +imageUnfilteredTypes instead", macos(10.0,10.10));
  17440. | ~ ^
  17441. | )
  17442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:81:22: error: objective-c++ method declaration is expected before '>' token
  17443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:82:28: error: cannot find protocol declaration for 'NSPasteboardType'
  17444. 82 | + (NSArray<NSPasteboardType> *)imageUnfilteredPasteboardTypes API_DEPRECATED("Use +imageUnfilteredTypes instead", macos(10.0,10.10));
  17445. | ^
  17446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:86:21: error: expected '>' before '*' token
  17447. 86 | + (NSArray<NSString *> *)imageFileTypes API_DEPRECATED("Use +imageTypes instead", macos(10.0,10.10));
  17448. | ^
  17449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:86:21: error: cannot find protocol declaration for 'NSString'
  17450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:86:22: error: expected ')' before '>' token
  17451. 86 | + (NSArray<NSString *> *)imageFileTypes API_DEPRECATED("Use +imageTypes instead", macos(10.0,10.10));
  17452. | ~ ^
  17453. | )
  17454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:86:22: error: objective-c++ method declaration is expected before '>' token
  17455. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:87:28: error: cannot find protocol declaration for 'NSPasteboardType'
  17456. 87 | + (NSArray<NSPasteboardType> *)imagePasteboardTypes API_DEPRECATED("Use +imageTypes instead", macos(10.0,10.10));
  17457. | ^
  17458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:92:52: error: expected '>' before '*' token
  17459. 92 | @property (class, readonly, copy) NSArray<NSString *> *imageUnfilteredTypes API_AVAILABLE(macos(10.5));
  17460. | ^
  17461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:92:52: error: cannot find protocol declaration for 'NSString'
  17462. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:92:53: error: expected unqualified-id before '>' token
  17463. 92 | @property (class, readonly, copy) NSArray<NSString *> *imageUnfilteredTypes API_AVAILABLE(macos(10.5));
  17464. | ^
  17465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:96:52: error: expected '>' before '*' token
  17466. 96 | @property (class, readonly, copy) NSArray<NSString *> *imageTypes API_AVAILABLE(macos(10.5));
  17467. | ^
  17468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:96:52: error: cannot find protocol declaration for 'NSString'
  17469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:96:53: error: expected unqualified-id before '>' token
  17470. 96 | @property (class, readonly, copy) NSArray<NSString *> *imageTypes API_AVAILABLE(macos(10.5));
  17471. | ^
  17472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17473. 105 | + (nullable NSArray<NSImageRep *> *)imageRepsWithContentsOfFile:(NSString *)filename;
  17474. | ^~~~~~~~
  17475. | cg_nullable
  17476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:106:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17477. 106 | + (nullable NSImageRep *)imageRepWithContentsOfFile:(NSString *)filename;
  17478. | ^~~~~~~~
  17479. | cg_nullable
  17480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:107:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17481. 107 | + (nullable NSArray<NSImageRep *> *)imageRepsWithContentsOfURL:(NSURL *)url;
  17482. | ^~~~~~~~
  17483. | cg_nullable
  17484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:108:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17485. 108 | + (nullable NSImageRep *)imageRepWithContentsOfURL:(NSURL *)url;
  17486. | ^~~~~~~~
  17487. | cg_nullable
  17488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17489. 109 | + (nullable NSArray<NSImageRep *> *)imageRepsWithPasteboard:(NSPasteboard *)pasteboard;
  17490. | ^~~~~~~~
  17491. | cg_nullable
  17492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:110:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17493. 110 | + (nullable NSImageRep *)imageRepWithPasteboard:(NSPasteboard *)pasteboard;
  17494. | ^~~~~~~~
  17495. | cg_nullable
  17496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:122:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17497. 122 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  17498. | ^~~~~~~~
  17499. | cg_nullable
  17500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:122:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17501. 122 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  17502. | ^~~~~~~~
  17503. | cg_nullable
  17504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:122:92: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17505. 122 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  17506. | ^~~~~~~~
  17507. | cg_nullable
  17508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageRep.h:122:136: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17509. 122 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  17510. | ^~~~~~~~
  17511. | cg_nullable
  17512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:80:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17513. 80 | - (nullable instancetype)initWithFocusedViewRect:(NSRect)rect API_DEPRECATED("Use -[NSView cacheDisplayInRect:toBitmapImageRep:] to snapshot a view.", macos(10.0,10.14));
  17514. | ^~~~~~~~
  17515. | cg_nullable
  17516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17517. 82 | - (nullable instancetype)initWithBitmapDataPlanes:(unsigned char *_Nullable *_Nullable)planes pixelsWide:(NSInteger)width pixelsHigh:(NSInteger)height bitsPerSample:(NSInteger)bps samplesPerPixel:(NSInteger)spp hasAlpha:(BOOL)alpha isPlanar:(BOOL)isPlanar colorSpaceName:(NSColorSpaceName)colorSpaceName bytesPerRow:(NSInteger)rBytes bitsPerPixel:(NSInteger)pBits;
  17518. | ^~~~~~~~
  17519. | cg_nullable
  17520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17521. 83 | - (nullable instancetype)initWithBitmapDataPlanes:(unsigned char *_Nullable *_Nullable)planes pixelsWide:(NSInteger)width pixelsHigh:(NSInteger)height bitsPerSample:(NSInteger)bps samplesPerPixel:(NSInteger)spp hasAlpha:(BOOL)alpha isPlanar:(BOOL)isPlanar colorSpaceName:(NSColorSpaceName)colorSpaceName bitmapFormat:(NSBitmapFormat)bitmapFormat bytesPerRow:(NSInteger)rBytes bitsPerPixel:(NSInteger)pBits;
  17522. | ^~~~~~~~
  17523. | cg_nullable
  17524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:87:23: error: expected '>' before '*' token
  17525. 87 | + (NSArray<NSImageRep *> *)imageRepsWithData:(NSData *)data; /* some file formats can contain multiple images */
  17526. | ^
  17527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:87:23: error: cannot find protocol declaration for 'NSImageRep'
  17528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:87:24: error: expected ')' before '>' token
  17529. 87 | + (NSArray<NSImageRep *> *)imageRepsWithData:(NSData *)data; /* some file formats can contain multiple images */
  17530. | ~ ^
  17531. | )
  17532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:87:24: error: objective-c++ method declaration is expected before '>' token
  17533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:89:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17534. 89 | + (nullable instancetype)imageRepWithData:(NSData *)data; /* Convenience of initWithData: */
  17535. | ^~~~~~~~
  17536. | cg_nullable
  17537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:90:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17538. 90 | - (nullable instancetype)initWithData:(NSData *)data;
  17539. | ^~~~~~~~
  17540. | cg_nullable
  17541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:103:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17542. 103 | - (void)getCompression:(nullable NSTIFFCompression *)compression factor:(nullable float *)factor;
  17543. | ^~~~~~~~
  17544. | cg_nullable
  17545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:103:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17546. 103 | - (void)getCompression:(nullable NSTIFFCompression *)compression factor:(nullable float *)factor;
  17547. | ^~~~~~~~
  17548. | cg_nullable
  17549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:107:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17550. 107 | - (nullable NSData *)TIFFRepresentationUsingCompression:(NSTIFFCompression)comp factor:(float)factor;
  17551. | ^~~~~~~~
  17552. | cg_nullable
  17553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:109:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17554. 109 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array;
  17555. | ^~~~~~~~
  17556. | cg_nullable
  17557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:109:79: error: expected '>' before '*' token
  17558. 109 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array;
  17559. | ^
  17560. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:109:79: error: cannot find protocol declaration for 'NSImageRep'
  17561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:109:80: error: expected ')' before '>' token
  17562. 109 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array;
  17563. | ~ ^
  17564. | )
  17565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:109:80: error: expected identifier before '>' token
  17566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:109:80: error: expected ';' before '>' token
  17567. 109 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array;
  17568. | ^
  17569. | ;
  17570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:110:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17571. 110 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array usingCompression:(NSTIFFCompression)comp factor:(float)factor;
  17572. | ^~~~~~~~
  17573. | cg_nullable
  17574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:110:79: error: expected '>' before '*' token
  17575. 110 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array usingCompression:(NSTIFFCompression)comp factor:(float)factor;
  17576. | ^
  17577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:110:79: error: cannot find protocol declaration for 'NSImageRep'
  17578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:110:80: error: expected ')' before '>' token
  17579. 110 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array usingCompression:(NSTIFFCompression)comp factor:(float)factor;
  17580. | ~ ^
  17581. | )
  17582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:110:80: error: expected identifier before '>' token
  17583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:110:80: error: expected ';' before '>' token
  17584. 110 | + (nullable NSData *)TIFFRepresentationOfImageRepsInArray:(NSArray<NSImageRep *> *)array usingCompression:(NSTIFFCompression)comp factor:(float)factor;
  17585. | ^
  17586. | ;
  17587. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:113:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17588. 113 | + (nullable NSString *)localizedNameForTIFFCompressionType:(NSTIFFCompression)compression;
  17589. | ^~~~~~~~
  17590. | cg_nullable
  17591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:120:58: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17592. 120 | - (void)colorizeByMappingGray:(CGFloat)midPoint toColor:(nullable NSColor *)midPointColor blackMapping:(nullable NSColor *)shadowColor whiteMapping:(nullable NSColor *)lightColor;
  17593. | ^~~~~~~~
  17594. | cg_nullable
  17595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:120:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17596. 120 | - (void)colorizeByMappingGray:(CGFloat)midPoint toColor:(nullable NSColor *)midPointColor blackMapping:(nullable NSColor *)shadowColor whiteMapping:(nullable NSColor *)lightColor;
  17597. | ^~~~~~~~
  17598. | cg_nullable
  17599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:120:150: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17600. 120 | - (void)colorizeByMappingGray:(CGFloat)midPoint toColor:(nullable NSColor *)midPointColor blackMapping:(nullable NSColor *)shadowColor whiteMapping:(nullable NSColor *)lightColor;
  17601. | ^~~~~~~~
  17602. | cg_nullabl
  17603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:126:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17604. 126 | - (nullable NSColor *)colorAtX:(NSInteger)x y:(NSInteger)y;
  17605. | ^~~~~~~~
  17606. | cg_nullable
  17607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:134:22: error: unknown property attribute 'strong'
  17608. 134 | @property (readonly, strong) NSColorSpace *colorSpace API_AVAILABLE(macos(10.6));
  17609. | ^~~~~~
  17610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:136:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17611. 136 | - (nullable NSBitmapImageRep *)bitmapImageRepByConvertingToColorSpace:(NSColorSpace *)targetSpace renderingIntent:(NSColorRenderingIntent)renderingIntent API_AVAILABLE(macos(10.6));
  17612. | ^~~~~~~~
  17613. | cg_nullable
  17614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:137:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17615. 137 | - (nullable NSBitmapImageRep *)bitmapImageRepByRetaggingWithColorSpace:(NSColorSpace *)newSpace API_AVAILABLE(macos(10.6));
  17616. | ^~~~~~~~
  17617. | cg_nullable
  17618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:144:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17619. 144 | + (nullable NSData *)representationOfImageRepsInArray:(NSArray<NSImageRep *> *)imageReps usingType:(NSBitmapImageFileType)storageType properties:(NSDictionary<NSBitmapImageRepPropertyKey, id> *)properties;
  17620. | ^~~~~~~~
  17621. | cg_nullable
  17622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:144:75: error: expected '>' before '*' token
  17623. 144 | + (nullable NSData *)representationOfImageRepsInArray:(NSArray<NSImageRep *> *)imageReps usingType:(NSBitmapImageFileType)storageType properties:(NSDictionary<NSBitmapImageRepPropertyKey, id> *)properties;
  17624. | ^
  17625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:144:75: error: cannot find protocol declaration for 'NSImageRep'
  17626. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:144:76: error: expected ')' before '>' token
  17627. 144 | + (nullable NSData *)representationOfImageRepsInArray:(NSArray<NSImageRep *> *)imageReps usingType:(NSBitmapImageFileType)storageType properties:(NSDictionary<NSBitmapImageRepPropertyKey, id> *)properties;
  17628. | ~ ^
  17629. | )
  17630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:144:76: error: expected identifier before '>' token
  17631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:144:76: error: expected ';' before '>' token
  17632. 144 | + (nullable NSData *)representationOfImageRepsInArray:(NSArray<NSImageRep *> *)imageReps usingType:(NSBitmapImageFileType)storageType properties:(NSDictionary<NSBitmapImageRepPropertyKey, id> *)properties;
  17633. | ^
  17634. | ;
  17635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:146:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17636. 146 | - (nullable NSData *)representationUsingType:(NSBitmapImageFileType)storageType properties:(NSDictionary<NSBitmapImageRepPropertyKey, id> *)properties;
  17637. | ^~~~~~~~
  17638. | cg_nullable
  17639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:146:137: error: cannot find protocol declaration for 'NSBitmapImageRepPropertyKey'
  17640. 146 | - (nullable NSData *)representationUsingType:(NSBitmapImageFileType)storageType properties:(NSDictionary<NSBitmapImageRepPropertyKey, id> *)properties;
  17641. | ^
  17642. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:146:137: error: cannot find protocol declaration for 'id'
  17643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:148:70: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17644. 148 | - (void)setProperty:(NSBitmapImageRepPropertyKey)property withValue:(nullable id)value;
  17645. | ^~~~~~~~
  17646. | cg_nullable
  17647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBitmapImageRep.h:149:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17648. 149 | - (nullable id)valueForProperty:(NSBitmapImageRepPropertyKey)property;
  17649. | ^~~~~~~~
  17650. | cg_nullable
  17651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:127:35: note: originally specified here
  17652. 127 | @property (class, nullable) Class cellClass;
  17653. | ^~~~~~~~~
  17654. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:51:
  17655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:59:29 error: unknown property attribute 'strong'
  17656. 59 | @property (null_resettable, strong) id /* NSCell * */ cellPrototype;
  17657. | ^~~~~~
  17658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:59:55 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  17659. 59 | @property (null_resettable, strong) id /* NSCell * */ cellPrototype;
  17660. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  17661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:60:22 error: unknown property attribute 'weak'
  17662. 60 | @property (nullable, weak) id<NSBrowserDelegate> delegate;
  17663. | ^~~~
  17664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:60:50 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  17665. 60 | @property (nullable, weak) id<NSBrowserDelegate> delegate;
  17666. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  17667. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:80:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17668. 80 | - (nullable id)itemAtIndexPath:(NSIndexPath *)indexPath API_AVAILABLE(macos(10.6));
  17669. | ^~~~~~~~
  17670. | cg_nullable
  17671. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:84:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17672. 84 | - (nullable id)itemAtRow:(NSInteger)row inColumn:(NSInteger)column API_AVAILABLE(macos(10.6));
  17673. | ^~~~~~~~
  17674. | cg_nullable
  17675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:92:21 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17676. 92 | - (BOOL)isLeafItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17677. | ^~~~~~~~
  17678. | cg_nullable
  17679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:100:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17680. 100 | - (nullable id)parentForItemsInColumn:(NSInteger)column API_AVAILABLE(macos(10.6));
  17681. | ^~~~~~~~
  17682. | cg_nullable
  17683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:107:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17684. 107 | - (nullable NSString *)titleOfColumn:(NSInteger)column;
  17685. | ^~~~~~~~
  17686. | cg_nullable
  17687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:122:32: error: unknown property attribute 'strong'
  17688. 122 | @property (nullable, readonly, strong) id selectedCell;
  17689. | ^~~~~~
  17690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:123:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17691. 123 | - (nullable id)selectedCellInColumn:(NSInteger)column;
  17692. | ^~~~~~~~
  17693. | cg_nullable
  17694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:127:53: error: expected '>' before '*' token
  17695. 127 | @property (nullable, readonly, copy) NSArray<NSCell *> *selectedCells;
  17696. | ^
  17697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:127:53: error: cannot find protocol declaration for 'NSCell'
  17698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:127:54: error: expected unqualified-id before '>' token
  17699. 127 | @property (nullable, readonly, copy) NSArray<NSCell *> *selectedCells;
  17700. | ^
  17701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:139:38: error: expected '>' before '*' token
  17702. 139 | @property (copy) NSArray<NSIndexPath *> *selectionIndexPaths API_AVAILABLE(macos(10.6));
  17703. | ^
  17704. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:139:38: error: cannot find protocol declaration for 'NSIndexPath'
  17705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:139:39: error: expected unqualified-id before '>' token
  17706. 139 | @property (copy) NSArray<NSIndexPath *> *selectionIndexPaths API_AVAILABLE(macos(10.6));
  17707. | ^
  17708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:147:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17709. 147 | - (nullable NSIndexSet *)selectedRowIndexesInColumn:(NSInteger)column API_AVAILABLE(macos(10.5));
  17710. | ^~~~~~~~
  17711. | cg_nullable
  17712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:168:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17713. 168 | - (nullable id)loadedCellAtRow:(NSInteger)row column:(NSInteger)col;
  17714. | ^~~~~~~~
  17715. | cg_nullable
  17716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:169:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17717. 169 | - (void)selectAll:(nullable id)sender;
  17718. | ^~~~~~~~
  17719. | cg_nullable
  17720. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:171:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17721. 171 | - (void)doClick:(nullable id)sender;
  17722. | ^~~~~~~~
  17723. | cg_nullable
  17724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:172:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17725. 172 | - (void)doDoubleClick:(nullable id)sender;
  17726. | ^~~~~~~~
  17727. | cg_nullable
  17728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:187:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17729. 187 | - (BOOL)getRow:(nullable NSInteger *)row column:(nullable NSInteger *)column forPoint:(NSPoint)point API_AVAILABLE(macos(10.6));
  17730. | ^~~~~~~~
  17731. | cg_nullable
  17732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:187:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17733. 187 | - (BOOL)getRow:(nullable NSInteger *)row column:(nullable NSInteger *)column forPoint:(NSPoint)point API_AVAILABLE(macos(10.6));
  17734. | ^~~~~~~~
  17735. | cg_nullable
  17736. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:239:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17737. 239 | - (nullable NSImage *)draggingImageForRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column withEvent:(NSEvent *)event offset:(nullable NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.5));
  17738. | ^~~~~~~~
  17739. | cg_nullable
  17740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:239:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17741. 239 | - (nullable NSImage *)draggingImageForRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column withEvent:(NSEvent *)event offset:(nullable NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.5));
  17742. | ^~~~~~~~
  17743. | cg_nullable
  17744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:253:12: error: unknown property attribute 'strong'
  17745. 253 | @property (strong) NSColor *backgroundColor API_AVAILABLE(macos(10.5));
  17746. | ^~~~~~
  17747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:253:29: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  17748. 253 | @property (strong) NSColor *backgroundColor API_AVAILABLE(macos(10.5));
  17749. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  17750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:257:65: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17751. 257 | - (void)editItemAtIndexPath:(NSIndexPath *)indexPath withEvent:(nullable NSEvent *)event select:(BOOL)select API_AVAILABLE(macos(10.6));
  17752. | ^~~~~~~~
  17753. | cg_nullable
  17754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:293:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17755. 293 | - (NSInteger)browser:(NSBrowser *)browser numberOfChildrenOfItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17756. | ^~~~~~~~
  17757. | cg_nullable
  17758. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:297:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17759. 297 | - (id)browser:(NSBrowser *)browser child:(NSInteger)index ofItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17760. | ^~~~~~~~
  17761. | cg_nullable
  17762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:301:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17763. 301 | - (BOOL)browser:(NSBrowser *)browser isLeafItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17764. | ^~~~~~~~
  17765. | cg_nullable
  17766. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:305:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17767. 305 | - (nullable id)browser:(NSBrowser *)browser objectValueForItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17768. | ^~~~~~~~
  17769. | cg_nullable
  17770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:305:65: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17771. 305 | - (nullable id)browser:(NSBrowser *)browser objectValueForItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17772. | ^~~~~~~~
  17773. | cg_nullable
  17774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:317:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17775. 317 | - (nullable id)rootItemForBrowser:(NSBrowser *)browser API_AVAILABLE(macos(10.6));
  17776. | ^~~~~~~~
  17777. | cg_nullable
  17778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:322:54: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17779. 322 | - (void)browser:(NSBrowser *)browser setObjectValue:(nullable id)object forItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17780. | ^~~~~~~~
  17781. | cg_nullable
  17782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:322:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17783. 322 | - (void)browser:(NSBrowser *)browser setObjectValue:(nullable id)object forItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17784. | ^~~~~~~~
  17785. | cg_nullable
  17786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:327:54: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17787. 327 | - (BOOL)browser:(NSBrowser *)browser shouldEditItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17788. | ^~~~~~~~
  17789. | cg_nullable
  17790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:336:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17791. 336 | - (nullable NSString *)browser:(NSBrowser *)sender titleOfColumn:(NSInteger)column;
  17792. | ^~~~~~~~
  17793. | cg_nullable
  17794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:389:21: error: expected '>' before '*' token
  17795. 389 | - (NSArray<NSString *> *)browser:(NSBrowser *)browser namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.5,10.13));
  17796. | ^
  17797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:389:21: error: cannot find protocol declaration for 'NSString'
  17798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:389:22: error: expected ')' before '>' token
  17799. 389 | - (NSArray<NSString *> *)browser:(NSBrowser *)browser namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.5,10.13));
  17800. | ~ ^
  17801. | )
  17802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:389:22: error: objective-c++ method declaration is expected before '>' token
  17803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:397:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17804. 397 | - (nullable NSImage *)browser:(NSBrowser *)browser draggingImageForRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset API_AVAILABLE(macos(10.5));
  17805. | ^~~~~~~~
  17806. | cg_nullable
  17807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:420:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17808. 420 | - (nullable NSString *)browser:(NSBrowser *)browser typeSelectStringForRow:(NSInteger)row inColumn:(NSInteger)column API_AVAILABLE(macos(10.5));
  17809. | ^~~~~~~~
  17810. | cg_nullable
  17811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:425:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17812. 425 | - (BOOL)browser:(NSBrowser *)browser shouldTypeSelectForEvent:(NSEvent *)event withCurrentSearchString:(nullable NSString *)searchString API_AVAILABLE(macos(10.5));
  17813. | ^~~~~~~~
  17814. | cg_nullable
  17815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:430:152: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17816. 430 | - (NSInteger)browser:(NSBrowser *)browser nextTypeSelectMatchFromRow:(NSInteger)startRow toRow:(NSInteger)endRow inColumn:(NSInteger)column forString:(nullable NSString *)searchString API_AVAILABLE(macos(10.5));
  17817. | ^~~~~~~~
  17818. | cg_nullable
  17819. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:437:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17820. 437 | - (nullable NSViewController *)browser:(NSBrowser *)browser previewViewControllerForLeafItem:(id)item API_AVAILABLE(macos(10.6));
  17821. | ^~~~~~~~
  17822. | cg_nullable
  17823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:442:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17824. 442 | - (nullable NSViewController *)browser:(NSBrowser *)browser headerViewControllerForItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17825. | ^~~~~~~~
  17826. | cg_nullable
  17827. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:442:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17828. 442 | - (nullable NSViewController *)browser:(NSBrowser *)browser headerViewControllerForItem:(nullable id)item API_AVAILABLE(macos(10.6));
  17829. | ^~~~~~~~
  17830. | cg_nullable
  17831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:474:28: error: 'null_unspecified' does not name a type
  17832. 474 | - (void)scrollViaScroller:(null_unspecified NSScroller *)sender API_DEPRECATED("", macos(10.0,10.3));
  17833. | ^~~~~~~~~~~~~~~~
  17834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h:485:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17835. 485 | - (nullable NSMatrix *)matrixInColumn:(NSInteger)column API_DEPRECATED("Use the item based NSBrowser instead", macos(10.0,10.10));
  17836. | ^~~~~~~~
  17837. | cg_nullable
  17838. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:52:
  17839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:19:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17840. 19 | - (instancetype)initImageCell:(nullable NSImage *)image NS_DESIGNATED_INITIALIZER;
  17841. | ^~~~~~~~
  17842. | cg_nullable
  17843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:22:39: error: unknown property attribute 'strong'
  17844. 22 | @property (class, readonly, nullable, strong) NSImage *branchImage;
  17845. | ^~~~~~
  17846. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:23:39: error: unknown property attribute 'strong'
  17847. 23 | @property (class, readonly, nullable, strong) NSImage *highlightedBranchImage;
  17848. | ^~~~~~
  17849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17850. 25 | - (nullable NSColor *)highlightColorInView:(NSView *)controlView;
  17851. | ^~~~~~~~
  17852. | cg_nullable
  17853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:31:22: error: unknown property attribute 'strong'
  17854. 31 | @property (nullable, strong) NSImage *image;
  17855. | ^~~~~~
  17856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:31:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  17857. 31 | @property (nullable, strong) NSImage *image;
  17858. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  17859. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:32:22: error: unknown property attribute 'strong'
  17860. 32 | @property (nullable, strong) NSImage *alternateImage;
  17861. | ^~~~~~
  17862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBrowserCell.h:32:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  17863. 32 | @property (nullable, strong) NSImage *alternateImage;
  17864. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  17865. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:25,
  17866. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10,
  17867. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:11,
  17868. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:54:
  17869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVDisplayLink.h:152:92: error: 'CVDisplayLinkOutputHandler' has not been declared
  17870. 152 | CV_EXPORT CVReturn CVDisplayLinkSetOutputHandler( CVDisplayLinkRef CV_NONNULL displayLink, CVDisplayLinkOutputHandler CV_NONNULL handler );
  17871. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  17872. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:149:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17873. 149 | options:(nullable NSDictionary<CIImageOption, id> *)options;
  17874. | ^~~~~~~~
  17875. | cg_nullable
  17876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:154:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17877. 154 | options:(nullable NSDictionary<CIImageOption, id> *)dict NS_AVAILABLE(10_15, 13_0);
  17878. | ^~~~~~~~
  17879. | cg_nullable
  17880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:159:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17881. 159 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_DEPRECATED_MAC(10_4,10_11);
  17882. | ^~~~~~~~
  17883. | cg_nullable
  17884. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:169:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17885. 169 | colorSpace:(nullable CGColorSpaceRef)colorSpace;
  17886. | ^~~~~~~~
  17887. | cg_nullable
  17888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:179:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17889. 179 | colorSpace:(nullable CGColorSpaceRef)colorSpace CI_GL_DEPRECATED(10_4,10_14, 6_0,12_0);
  17890. | ^~~~~~~~
  17891. | cg_nullable
  17892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:189:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17893. 189 | options:(nullable NSDictionary<CIImageOption, id> *)options CI_GL_DEPRECATED_MAC(10_9,10_14);
  17894. | ^~~~~~~~
  17895. | cg_nullable
  17896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:194:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17897. 194 | + (nullable CIImage *)imageWithMTLTexture:(id<MTLTexture>)texture
  17898. | ^~~~~~~~
  17899. | cg_nullable
  17900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:195:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17901. 195 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_11, 9_0);
  17902. | ^~~~~~~~
  17903. | cg_nullable
  17904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:197:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17905. 197 | + (nullable CIImage *)imageWithContentsOfURL:(NSURL *)url;
  17906. | ^~~~~~~~
  17907. | cg_nullable
  17908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:198:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17909. 198 | + (nullable CIImage *)imageWithContentsOfURL:(NSURL *)url
  17910. | ^~~~~~~~
  17911. | cg_nullable
  17912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:199:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17913. 199 | options:(nullable NSDictionary<CIImageOption, id> *)options;
  17914. | ^~~~~~~~
  17915. | cg_nullable
  17916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:201:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17917. 201 | + (nullable CIImage *)imageWithData:(NSData *)data;
  17918. | ^~~~~~~~
  17919. | cg_nullable
  17920. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:202:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17921. 202 | + (nullable CIImage *)imageWithData:(NSData *)data
  17922. | ^~~~~~~~
  17923. | cg_nullable
  17924. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:203:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17925. 203 | options:(nullable NSDictionary<CIImageOption, id> *)options;
  17926. | ^~~~~~~~
  17927. | cg_nullable
  17928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:208:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17929. 208 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_4, 9_0);
  17930. | ^~~~~~~~
  17931. | cg_nullable
  17932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:213:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17933. 213 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_11, 5_0);
  17934. | ^~~~~~~~
  17935. | cg_nullable
  17936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:219:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17937. 219 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_6, 5_0);
  17938. | ^~~~~~~~
  17939. | cg_nullable
  17940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:230:19: error: unknown property attribute 'strong'
  17941. 230 | @property (class, strong, readonly) CIImage *blackImage NS_AVAILABLE(10_15, 13_0);
  17942. | ^~~~~~
  17943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:231:19: error: unknown property attribute 'strong'
  17944. 231 | @property (class, strong, readonly) CIImage *whiteImage NS_AVAILABLE(10_15, 13_0);
  17945. | ^~~~~~
  17946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:232:19: error: unknown property attribute 'strong'
  17947. 232 | @property (class, strong, readonly) CIImage *grayImage NS_AVAILABLE(10_15, 13_0);
  17948. | ^~~~~~
  17949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:233:19: error: unknown property attribute 'strong'
  17950. 233 | @property (class, strong, readonly) CIImage *redImage NS_AVAILABLE(10_15, 13_0);
  17951. | ^~~~~~
  17952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:234:19: error: unknown property attribute 'strong'
  17953. 234 | @property (class, strong, readonly) CIImage *greenImage NS_AVAILABLE(10_15, 13_0);
  17954. | ^~~~~~
  17955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:235:19: error: unknown property attribute 'strong'
  17956. 235 | @property (class, strong, readonly) CIImage *blueImage NS_AVAILABLE(10_15, 13_0);
  17957. | ^~~~~~
  17958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:236:19: error: unknown property attribute 'strong'
  17959. 236 | @property (class, strong, readonly) CIImage *cyanImage NS_AVAILABLE(10_15, 13_0);
  17960. | ^~~~~~
  17961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:237:19: error: unknown property attribute 'strong'
  17962. 237 | @property (class, strong, readonly) CIImage *magentaImage NS_AVAILABLE(10_15, 13_0);
  17963. | ^~~~~~
  17964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:238:19: error: unknown property attribute 'strong'
  17965. 238 | @property (class, strong, readonly) CIImage *yellowImage NS_AVAILABLE(10_15, 13_0);
  17966. | ^~~~~~
  17967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:239:19: error: unknown property attribute 'strong'
  17968. 239 | @property (class, strong, readonly) CIImage *clearImage NS_AVAILABLE(10_15, 13_0);
  17969. | ^~~~~~
  17970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:245:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17971. 245 | options:(nullable NSDictionary<CIImageOption, id> *)options;
  17972. | ^~~~~~~~
  17973. | cg_nullable
  17974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:249:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17975. 249 | options:(nullable NSDictionary<CIImageOption, id> *)dict NS_AVAILABLE(10_15, 13_0);
  17976. | ^~~~~~~~
  17977. | cg_nullable
  17978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:254:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17979. 254 | options:(nullable NSDictionary<CIImageOption, id> *)options
  17980. | ^~~~~~~~
  17981. | cg_nullable
  17982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:257:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17983. 257 | - (nullable instancetype)initWithData:(NSData *)data;
  17984. | ^~~~~~~~
  17985. | cg_nullable
  17986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:258:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17987. 258 | - (nullable instancetype)initWithData:(NSData *)data
  17988. | ^~~~~~~~
  17989. | cg_nullable
  17990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:259:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17991. 259 | options:(nullable NSDictionary<CIImageOption, id> *)options;
  17992. | ^~~~~~~~
  17993. | cg_nullable
  17994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:265:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17995. 265 | colorSpace:(nullable CGColorSpaceRef)colorSpace;
  17996. | ^~~~~~~~
  17997. | cg_nullable
  17998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:270:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  17999. 270 | colorSpace:(nullable CGColorSpaceRef)colorSpace CI_GL_DEPRECATED(10_4,10_14, 6_0,12_0);
  18000. | ^~~~~~~~
  18001. | cg_nullable
  18002. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:275:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18003. 275 | options:(nullable NSDictionary<CIImageOption, id> *)options CI_GL_DEPRECATED_MAC(10_9,10_14);
  18004. | ^~~~~~~~
  18005. | cg_nullable
  18006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:278:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18007. 278 | - (nullable instancetype)initWithMTLTexture:(id<MTLTexture>)texture
  18008. | ^~~~~~~~
  18009. | cg_nullable
  18010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:279:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18011. 279 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_11, 9_0);
  18012. | ^~~~~~~~
  18013. | cg_nullable
  18014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:281:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18015. 281 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url;
  18016. | ^~~~~~~~
  18017. | cg_nullable
  18018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:282:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18019. 282 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url
  18020. | ^~~~~~~~
  18021. | cg_nullable
  18022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:283:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18023. 283 | options:(nullable NSDictionary<CIImageOption, id> *)options;
  18024. | ^~~~~~~~
  18025. | cg_nullable
  18026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:289:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18027. 289 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_6, 5_0);
  18028. | ^~~~~~~~
  18029. | cg_nullable
  18030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:296:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18031. 296 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_DEPRECATED_MAC(10_9,10_11);
  18032. | ^~~~~~~~
  18033. | cg_nullable
  18034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:301:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18035. 301 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_4, 9_0);
  18036. | ^~~~~~~~
  18037. | cg_nullable
  18038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:305:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18039. 305 | options:(nullable NSDictionary<CIImageOption, id> *)options NS_AVAILABLE(10_11, 5_0);
  18040. | ^~~~~~~~
  18041. | cg_nullable
  18042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:352:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18043. 352 | withInputParameters:(nullable NSDictionary<NSString *,id> *)params NS_AVAILABLE(10_10, 8_0);
  18044. | ^~~~~~~~
  18045. | cg_nullable
  18046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:363:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18047. 363 | - (nullable CIImage *)imageByColorMatchingColorSpaceToWorkingSpace:(CGColorSpaceRef)colorSpace NS_AVAILABLE(10_12, 10_0);
  18048. | ^~~~~~~~
  18049. | cg_nullable
  18050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:367:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18051. 367 | - (nullable CIImage *)imageByColorMatchingWorkingSpaceToColorSpace:(CGColorSpaceRef)colorSpace NS_AVAILABLE(10_12, 10_0);
  18052. | ^~~~~~~~
  18053. | cg_nullable
  18054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:404:52: error: expected '>' before '*' token
  18055. 404 | @property (atomic, readonly) NSDictionary<NSString *,id> *properties NS_AVAILABLE(10_8, 5_0);
  18056. | ^
  18057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:404:52: error: cannot find protocol declaration for 'NSString'
  18058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:404:53: error: expected unqualified-id before ',' token
  18059. 404 | @property (atomic, readonly) NSDictionary<NSString *,id> *properties NS_AVAILABLE(10_8, 5_0);
  18060. | ^
  18061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:480:21: error: expected '>' before '*' token
  18062. 480 | - (NSArray<CIFilter *> *)autoAdjustmentFilters NS_AVAILABLE(10_8, 5_0);
  18063. | ^
  18064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:480:21: error: cannot find protocol declaration for 'CIFilter'
  18065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:480:22: error: expected ')' before '>' token
  18066. 480 | - (NSArray<CIFilter *> *)autoAdjustmentFilters NS_AVAILABLE(10_8, 5_0);
  18067. | ~ ^
  18068. | )
  18069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:480:22: error: objective-c++ method declaration is expected before '>' token
  18070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:481:21: error: expected '>' before '*' token
  18071. 481 | - (NSArray<CIFilter *> *)autoAdjustmentFiltersWithOptions:(nullable NSDictionary<CIImageAutoAdjustmentOption, id> *)options
  18072. | ^
  18073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:481:21: error: cannot find protocol declaration for 'CIFilter'
  18074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:481:22: error: expected ')' before '>' token
  18075. 481 | - (NSArray<CIFilter *> *)autoAdjustmentFiltersWithOptions:(nullable NSDictionary<CIImageAutoAdjustmentOption, id> *)options
  18076. | ~ ^
  18077. | )
  18078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:481:22: error: objective-c++ method declaration is expected before '>' token
  18079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:492:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18080. 492 | -(nullable instancetype) initWithDepthData:(AVDepthData *)data
  18081. | ^~~~~~~~
  18082. | cg_nullable
  18083. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:493:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18084. 493 | options:(nullable NSDictionary<NSString *,id> *)options NS_AVAILABLE(10_13, 11_0);
  18085. | ^~~~~~~~
  18086. | cg_nullable
  18087. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:495:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18088. 495 | -(nullable instancetype)initWithDepthData:(AVDepthData *)data NS_AVAILABLE(10_13, 11_0);
  18089. | ^~~~~~~~
  18090. | cg_nullable
  18091. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:497:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18092. 497 | +(nullable instancetype)imageWithDepthData:(AVDepthData *)data
  18093. | ^~~~~~~~
  18094. | cg_nullable
  18095. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:498:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18096. 498 | options:(nullable NSDictionary<NSString *,id> *)options NS_AVAILABLE(10_13, 11_0);
  18097. | ^~~~~~~~
  18098. | cg_nullable
  18099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:500:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18100. 500 | +(nullable instancetype)imageWithDepthData:(AVDepthData *)data NS_AVAILABLE(10_13, 11_0);
  18101. | ^~~~~~~~
  18102. | cg_nullable
  18103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:511:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18104. 511 | -(nullable instancetype) initWithPortaitEffectsMatte:(AVPortraitEffectsMatte *)matte
  18105. | ^~~~~~~~
  18106. | cg_nullable
  18107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:512:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18108. 512 | options:(nullable NSDictionary<CIImageOption,id> *)options NS_AVAILABLE(10_14, 12_0);
  18109. | ^~~~~~~~
  18110. | cg_nullable
  18111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:514:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18112. 514 | -(nullable instancetype)initWithPortaitEffectsMatte:(AVPortraitEffectsMatte *)matte NS_AVAILABLE(10_13, 11_0);
  18113. | ^~~~~~~~
  18114. | cg_nullable
  18115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:516:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18116. 516 | +(nullable instancetype)imageWithPortaitEffectsMatte:(AVPortraitEffectsMatte *)matte
  18117. | ^~~~~~~~
  18118. | cg_nullable
  18119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:517:54: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18120. 517 | options:(nullable NSDictionary<CIImageOption,id> *)options NS_AVAILABLE(10_14, 12_0);
  18121. | ^~~~~~~~
  18122. | cg_nullable
  18123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:519:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18124. 519 | +(nullable instancetype)imageWithPortaitEffectsMatte:(AVPortraitEffectsMatte *)matte NS_AVAILABLE(10_14, 12_0);
  18125. | ^~~~~~~~
  18126. | cg_nullable
  18127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:529:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18128. 529 | -(nullable instancetype)initWithSemanticSegmentationMatte:(AVSemanticSegmentationMatte *)matte
  18129. | ^~~~~~~~
  18130. | cg_nullable
  18131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:530:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18132. 530 | options:(nullable NSDictionary<CIImageOption,id> *)options NS_AVAILABLE(10_15, 13_0);
  18133. | ^~~~~~~~
  18134. | cg_nullable
  18135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:532:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18136. 532 | -(nullable instancetype)initWithSemanticSegmentationMatte:(AVSemanticSegmentationMatte *)matte NS_AVAILABLE(10_15, 13_0);
  18137. | ^~~~~~~~
  18138. | cg_nullable
  18139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:534:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18140. 534 | +(nullable instancetype)imageWithSemanticSegmentationMatte:(AVSemanticSegmentationMatte *)matte
  18141. | ^~~~~~~~
  18142. | cg_nullable
  18143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:535:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18144. 535 | options:(nullable NSDictionary<CIImageOption,id> *)options NS_AVAILABLE(10_15, 13_0);
  18145. | ^~~~~~~~
  18146. | cg_nullable
  18147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:537:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18148. 537 | +(nullable instancetype)imageWithSemanticSegmentationMatte:(AVSemanticSegmentationMatte *)matte NS_AVAILABLE(10_15, 13_0);
  18149. | ^~~~~~~~
  18150. | cg_nullable
  18151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:21:22: error: unknown property attribute 'strong'
  18152. 21 | @property (readonly, strong) CIImage *CIImage;
  18153. | ^~~~~~
  18154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCIImageRep.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18155. 25 | - (nullable instancetype)initWithBitmapImageRep:(NSBitmapImageRep *)bitmapImageRep;
  18156. | ^~~~~~~~
  18157. | cg_nullable
  18158. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:56:
  18159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:46:29: error: unknown property attribute 'strong'
  18160. 46 | @property (class, readonly, strong) NSColorPanel *sharedColorPanel;
  18161. | ^~~~~~
  18162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:52:22: error: unknown property attribute 'strong'
  18163. 52 | @property (nullable, strong) NSView *accessoryView;
  18164. | ^~~~~~
  18165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:52:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18166. 52 | @property (nullable, strong) NSView *accessoryView;
  18167. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  18168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:58:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18169. 58 | - (void)setAction:(nullable SEL)selector;
  18170. | ^~~~~~~~
  18171. | cg_nullable
  18172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:59:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18173. 59 | - (void)setTarget:(nullable id)target;
  18174. | ^~~~~~~~
  18175. | cg_nullable
  18176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:65:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18177. 65 | - (void)orderFrontColorPanel:(nullable id)sender;
  18178. | ^~~~~~~~
  18179. | cg_nullable
  18180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:69:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18181. 69 | - (void)changeColor:(nullable NSColorPanel *)sender;
  18182. | ^~~~~~~~
  18183. | cg_nullable
  18184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPanel.h:74:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18185. 74 | - (void)changeColor:(nullable id)sender API_DEPRECATED("This is now a method of the NSColorChanging protocol.", macos(10.0, 11.0));
  18186. | ^~~~~~~~
  18187. | cg_nullable
  18188. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:57:
  18189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicking.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18190. 36 | - (nullable instancetype)initWithPickerMask:(NSUInteger)mask colorPanel:(NSColorPanel *)owningColorPanel;
  18191. | ^~~~~~~~
  18192. | cg_nullable
  18193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicking.h:42:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18194. 42 | - (void)viewSizeChanged:(nullable id)sender;
  18195. | ^~~~~~~~
  18196. | cg_nullable
  18197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicking.h:43:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18198. 43 | - (void)alphaControlAddedOrRemoved:(nullable id)sender;
  18199. | ^~~~~~~~
  18200. | cg_nullable
  18201. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:58:
  18202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicker.h:15:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18203. 15 | - (nullable instancetype)initWithPickerMask:(NSUInteger)mask colorPanel:(NSColorPanel *)owningColorPanel;
  18204. | ^~~~~~~~
  18205. | cg_nullable
  18206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicker.h:16:22: error: unknown property attribute 'strong'
  18207. 16 | @property (readonly, strong) NSColorPanel *colorPanel;
  18208. | ^~~~~~
  18209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicker.h:17:22: error: unknown property attribute 'strong'
  18210. 17 | @property (readonly, strong) NSImage *provideNewButtonImage;
  18211. | ^~~~~~
  18212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPicker.h:19:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18213. 19 | - (void)viewSizeChanged:(nullable id)sender;
  18214. | ^~~~~~~~
  18215. | cg_nullable
  18216. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:59:
  18217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:46:49: error: expected '>' before '*' token
  18218. 46 | @property (copy, nullable) NSArray<NSColorSpace *> *allowedColorSpaces API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18219. | ^
  18220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:46:49: error: cannot find protocol declaration for 'NSColorSpace'
  18221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:46:50: error: expected unqualified-id before '>' token
  18222. 46 | @property (copy, nullable) NSArray<NSColorSpace *> *allowedColorSpaces API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18223. | ^
  18224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:49:12: error: unknown property attribute 'strong'
  18225. 49 | @property (strong, null_resettable) NSColorList *colorList API_UNAVAILABLE(ios);
  18226. | ^~~~~~
  18227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:49:50: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18228. 49 | @property (strong, null_resettable) NSColorList *colorList API_UNAVAILABLE(ios);
  18229. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  18230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:54:12: error: unknown property attribute 'weak'
  18231. 54 | @property (weak, nullable) id target;
  18232. | ^~~~
  18233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorPickerTouchBarItem.h:54:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18234. 54 | @property (weak, nullable) id target;
  18235. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  18236. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:60:
  18237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSColorWell.h:24:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18238. 24 | - (void)takeColorFrom:(nullable id)sender;
  18239. | ^~~~~~~~
  18240. | cg_nullable
  18241. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:62:
  18242. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:25:29:error: unknown property attribute 'strong'
  18243. 25 | @property (class, readonly, strong) NSCursor *currentCursor;
  18244. | ^~~~~~
  18245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:33:39:error: unknown property attribute 'strong'
  18246. 33 | @property (class, readonly, nullable, strong) NSCursor *currentSystemCursor API_AVAILABLE(macos(10.6));
  18247. | ^~~~~~
  18248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:35:29:error: unknown property attribute 'strong'
  18249. 35 | @property (class, readonly, strong) NSCursor *arrowCursor;
  18250. | ^~~~~~
  18251. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:36:29:error: unknown property attribute 'strong'
  18252. 36 | @property (class, readonly, strong) NSCursor *IBeamCursor;
  18253. | ^~~~~~
  18254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:37:29:error: unknown property attribute 'strong'
  18255. 37 | @property (class, readonly, strong) NSCursor *pointingHandCursor;
  18256. | ^~~~~~
  18257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:38:29:error: unknown property attribute 'strong'
  18258. 38 | @property (class, readonly, strong) NSCursor *closedHandCursor;
  18259. | ^~~~~~
  18260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:39:29:error: unknown property attribute 'strong'
  18261. 39 | @property (class, readonly, strong) NSCursor *openHandCursor;
  18262. | ^~~~~~
  18263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:40:29:error: unknown property attribute 'strong'
  18264. 40 | @property (class, readonly, strong) NSCursor *resizeLeftCursor;
  18265. | ^~~~~~
  18266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:41:29:error: unknown property attribute 'strong'
  18267. 41 | @property (class, readonly, strong) NSCursor *resizeRightCursor;
  18268. | ^~~~~~
  18269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:42:29:error: unknown property attribute 'strong'
  18270. 42 | @property (class, readonly, strong) NSCursor *resizeLeftRightCursor;
  18271. | ^~~~~~
  18272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:43:29:error: unknown property attribute 'strong'
  18273. 43 | @property (class, readonly, strong) NSCursor *resizeUpCursor;
  18274. | ^~~~~~
  18275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:44:29:error: unknown property attribute 'strong'
  18276. 44 | @property (class, readonly, strong) NSCursor *resizeDownCursor;
  18277. | ^~~~~~
  18278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:45:29:error: unknown property attribute 'strong'
  18279. 45 | @property (class, readonly, strong) NSCursor *resizeUpDownCursor;
  18280. | ^~~~~~
  18281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:46:29:error: unknown property attribute 'strong'
  18282. 46 | @property (class, readonly, strong) NSCursor *crosshairCursor;
  18283. | ^~~~~~
  18284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:47:29:error: unknown property attribute 'strong'
  18285. 47 | @property (class, readonly, strong) NSCursor *disappearingItemCursor;
  18286. | ^~~~~~
  18287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:48:29:error: unknown property attribute 'strong'
  18288. 48 | @property (class, readonly, strong) NSCursor *operationNotAllowedCursor API_AVAILABLE(macos(10.5));
  18289. | ^~~~~~
  18290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:49:29:error: unknown property attribute 'strong'
  18291. 49 | @property (class, readonly, strong) NSCursor *dragLinkCursor API_AVAILABLE(macos(10.6));
  18292. | ^~~~~~
  18293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:50:29:error: unknown property attribute 'strong'
  18294. 50 | @property (class, readonly, strong) NSCursor *dragCopyCursor API_AVAILABLE(macos(10.6));
  18295. | ^~~~~~
  18296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:51:29:error: unknown property attribute 'strong'
  18297. 51 | @property (class, readonly, strong) NSCursor *contextualMenuCursor API_AVAILABLE(macos(10.6));
  18298. | ^~~~~~
  18299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:52:29:error: unknown property attribute 'strong'
  18300. 52 | @property (class, readonly, strong) NSCursor *IBeamCursorForVerticalLayout API_AVAILABLE(macos(10.7));
  18301. | ^~~~~~
  18302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:67:22:error: unknown property attribute 'strong'
  18303. 67 | @property (readonly, strong) NSImage *image;
  18304. | ^~~~~~
  18305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:82:72:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18306. 82 | - (instancetype)initWithImage:(NSImage *)newImage foregroundColorHint:(nullable NSColor *)fg backgroundColorHint:(nullable NSColor *)bg hotSpot:(NSPoint)hotSpot API_DEPRECATED("Color hints are ignored. Use -initWithImage:hotSpot: instead", macos(10.0,10.12));
  18307. | ^~~~~~~~
  18308. | cg_nullable
  18309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCursor.h:82:115 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18310. 82 | - (instancetype)initWithImage:(NSImage *)newImage foregroundColorHint:(nullable NSColor *)fg backgroundColorHint:(nullable NSColor *)bg hotSpot:(NSPoint)hotSpot API_DEPRECATED("Color hints are ignored. Use -initWithImage:hotSpot: instead", macos(10.0,10.12));
  18311. | ^~~~~~~~
  18312. | cg_nullable
  18313. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:63:
  18314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h:17:124: error: expected ')' before '(' token
  18315. 17 | - (instancetype)initWithSize:(NSSize)size flipped:(BOOL)drawingHandlerShouldBeCalledWithFlippedContext drawingHandler:(BOOL (^)(NSRect dstRect))drawingHandler API_AVAILABLE(macos(10.8));
  18316. | ~ ^~
  18317. | )
  18318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h:17:125: error: expected identifier before '(' token
  18319. 17 | - (instancetype)initWithSize:(NSSize)size flipped:(BOOL)drawingHandlerShouldBeCalledWithFlippedContext drawingHandler:(BOOL (^)(NSRect dstRect))drawingHandler API_AVAILABLE(macos(10.8));
  18320. | ^
  18321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h:17:124: error: expected ';' before '(' token
  18322. 17 | - (instancetype)initWithSize:(NSSize)size flipped:(BOOL)drawingHandlerShouldBeCalledWithFlippedContext drawingHandler:(BOOL (^)(NSRect dstRect))drawingHandler API_AVAILABLE(macos(10.8));
  18323. | ^~
  18324. | ;
  18325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h:18:44: error: expected unqualified-id before '^' token
  18326. 18 | @property (nullable, readonly, copy) BOOL (^drawingHandler)(NSRect) API_AVAILABLE(macos(10.8));
  18327. | ^
  18328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h:18:44: error: expected ')' before '^' token
  18329. 18 | @property (nullable, readonly, copy) BOOL (^drawingHandler)(NSRect) API_AVAILABLE(macos(10.8));
  18330. | ~^
  18331. | )
  18332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomImageRep.h:22:32: error: unknown property attribute 'weak'
  18333. 22 | @property (nullable, readonly, weak) id delegate;
  18334. | ^~~~
  18335. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:64:
  18336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomTouchBarItem.h:22:23: error: unknown property attribute 'strong'
  18337. 22 | @property (readwrite, strong) __kindof NSView *view;
  18338. | ^~~~~~
  18339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomTouchBarItem.h:22:31: error: '__kindof' has not been declared
  18340. 22 | @property (readwrite, strong) __kindof NSView *view;
  18341. | ^~~~~~~~
  18342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomTouchBarItem.h:29:23: error: unknown property attribute 'strong'
  18343. 29 | @property (readwrite, strong, nullable) __kindof NSViewController *viewController;
  18344. | ^~~~~~
  18345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCustomTouchBarItem.h:29:41: error: '__kindof' has not been declared
  18346. 29 | @property (readwrite, strong, nullable) __kindof NSViewController *viewController;
  18347. | ^~~~~~~~
  18348. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:66:
  18349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:28:29: error: unknown property attribute 'strong'
  18350. 28 | @property (class, readonly, strong) __kindof NSDocumentController *sharedDocumentController;
  18351. | ^~~~~~
  18352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:28:37: error: '__kindof' has not been declared
  18353. 28 | @property (class, readonly, strong) __kindof NSDocumentController *sharedDocumentController;
  18354. | ^~~~~~~~
  18355. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18356. 33 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  18357. | ^~~~~~~~
  18358. | cg_nullable
  18359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:39:45: error: expected '>' before 'NSDocument'
  18360. 39 | @property (readonly, copy) NSArray<__kindof NSDocument *> *documents;
  18361. | ^~~~~~~~~~
  18362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:39:45: error: cannot find protocol declaration for '__kindof'
  18363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:39:45: error: 'copy' attribute is only valid for Objective-C objects
  18364. 39 | @property (readonly, copy) NSArray<__kindof NSDocument *> *documents;
  18365. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  18366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:39:55: error: expected ';' before '*' token
  18367. 39 | @property (readonly, copy) NSArray<__kindof NSDocument *> *documents;
  18368. | ^~
  18369. | ;
  18370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:43:32: error: unknown property attribute 'strong'
  18371. 43 | @property (nullable, readonly, strong) __kindof NSDocument *currentDocument;
  18372. | ^~~~~~
  18373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:43:40: error: '__kindof' has not been declared
  18374. 43 | @property (nullable, readonly, strong) __kindof NSDocument *currentDocument;
  18375. | ^~~~~~~~
  18376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18377. 53 | - (nullable __kindof NSDocument *)documentForURL:(NSURL *)url;
  18378. | ^~~~~~~~
  18379. | cg_nullable
  18380. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:57:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18381. 57 | - (nullable __kindof NSDocument *)documentForWindow:(NSWindow *)window;
  18382. | ^~~~~~~~
  18383. | cg_nullable
  18384. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:68:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18385. 68 | - (IBAction)newDocument:(nullable id)sender;
  18386. | ^~~~~~~~
  18387. | cg_nullable
  18388. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18389. 76 | - (nullable __kindof NSDocument *)openUntitledDocumentAndDisplay:(BOOL)displayDocument error:(NSError **)outError;
  18390. | ^~~~~~~~
  18391. | cg_nullable
  18392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18393. 82 | - (nullable __kindof NSDocument *)makeUntitledDocumentOfType:(NSString *)typeName error:(NSError **)outError;
  18394. | ^~~~~~~~
  18395. | cg_nullable
  18396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:88:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18397. 88 | - (IBAction)openDocument:(nullable id)sender;
  18398. | ^~~~~~~~
  18399. | cg_nullable
  18400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:92:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18401. 92 | - (nullable NSArray<NSURL *> *)URLsFromRunningOpenPanel;
  18402. | ^~~~~~~~
  18403. | cg_nullable
  18404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:96:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18405. 96 | - (NSInteger)runModalOpenPanel:(NSOpenPanel *)openPanel forTypes:(nullable NSArray<NSString *> *)types;
  18406. | ^~~~~~~~
  18407. | cg_nullable
  18408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:102:50: error: expected ')' before '(' token
  18409. 102 | - (void)beginOpenPanelWithCompletionHandler:(void (^)(NSArray<NSURL *> * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  18410. | ~ ^~
  18411. | )
  18412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:102:51: error: expected identifier before '(' token
  18413. 102 | - (void)beginOpenPanelWithCompletionHandler:(void (^)(NSArray<NSURL *> * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  18414. | ^
  18415. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:102:50: error: expected ';' before '(' token
  18416. 102 | - (void)beginOpenPanelWithCompletionHandler:(void (^)(NSArray<NSURL *> * _Nullable))completionHandler API_AVAILABLE(macos(10.8));
  18417. | ^~
  18418. | ;
  18419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:108:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18420. 108 | - (void)beginOpenPanel:(NSOpenPanel *)openPanel forTypes:(nullable NSArray<NSString *> *)inTypes completionHandler:(void (^)(NSInteger result))completionHandler API_AVAILABLE(macos(10.8));
  18421. | ^~~~~~~~
  18422. | cg_nullable
  18423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:108:121: error: expected ')' before '(' token
  18424. 108 | - (void)beginOpenPanel:(NSOpenPanel *)openPanel forTypes:(nullable NSArray<NSString *> *)inTypes completionHandler:(void (^)(NSInteger result))completionHandler API_AVAILABLE(macos(10.8));
  18425. | ~ ^~
  18426. | )
  18427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:108:122: error: expected identifier before '(' token
  18428. 108 | - (void)beginOpenPanel:(NSOpenPanel *)openPanel forTypes:(nullable NSArray<NSString *> *)inTypes completionHandler:(void (^)(NSInteger result))completionHandler API_AVAILABLE(macos(10.8));
  18429. | ^
  18430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:108:121: error: expected ';' before '(' token
  18431. 108 | - (void)beginOpenPanel:(NSOpenPanel *)openPanel forTypes:(nullable NSArray<NSString *> *)inTypes completionHandler:(void (^)(NSInteger result))completionHandler API_AVAILABLE(macos(10.8));
  18432. | ^~
  18433. | ;
  18434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:122:105: error: expected ')' before '(' token
  18435. 122 | - (void)openDocumentWithContentsOfURL:(NSURL *)url display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18436. | ~ ^~
  18437. | )
  18438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:122:106: error: expected identifier before '(' token
  18439. 122 | - (void)openDocumentWithContentsOfURL:(NSURL *)url display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18440. | ^
  18441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:122:105: error: expected ';' before '(' token
  18442. 122 | - (void)openDocumentWithContentsOfURL:(NSURL *)url display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18443. | ^~
  18444. | ;
  18445. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:128:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18446. 128 | - (nullable __kindof NSDocument *)makeDocumentWithContentsOfURL:(NSURL *)url ofType:(NSString *)typeName error:(NSError **)outError;
  18447. | ^~~~~~~~
  18448. | cg_nullable
  18449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:142:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18450. 142 | - (void)reopenDocumentForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18451. | ^~~~~~~~
  18452. | cg_nullable
  18453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:142:149: error: expected ')' before '(' token
  18454. 142 | - (void)reopenDocumentForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18455. | ~ ^~
  18456. | )
  18457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:142:150: error: expected identifier before '(' token
  18458. 142 | - (void)reopenDocumentForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18459. | ^
  18460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:142:149: error: expected ';' before '(' token
  18461. 142 | - (void)reopenDocumentForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL display:(BOOL)displayDocument completionHandler:(void (^)(NSDocument * _Nullable document, BOOL documentWasAlreadyOpen, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.7));
  18462. | ^~
  18463. | ;
  18464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:146:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18465. 146 | - (nullable __kindof NSDocument *)makeDocumentForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL ofType:(NSString *)typeName error:(NSError **)outError;
  18466. | ^~~~~~~~
  18467. | cg_nullable
  18468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:146:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18469. 146 | - (nullable __kindof NSDocument *)makeDocumentForURL:(nullable NSURL *)urlOrNil withContentsOfURL:(NSURL *)contentsURL ofType:(NSString *)typeName error:(NSError **)outError;
  18470. | ^~~~~~~~
  18471. | cg_nullable
  18472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:158:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18473. 158 | - (IBAction)saveAllDocuments:(nullable id)sender;
  18474. | ^~~~~~~~
  18475. | cg_nullable
  18476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:170:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18477. 170 | - (void)reviewUnsavedDocumentsWithAlertTitle:(nullable NSString *)title cancellable:(BOOL)cancellable delegate:(nullable id)delegate didReviewAllSelector:(nullable SEL)didReviewAllSelector contextInfo:(nullable void *)contextInfo;
  18478. | ^~~~~~~~
  18479. | cg_nullable
  18480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:170:113: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18481. 170 | - (void)reviewUnsavedDocumentsWithAlertTitle:(nullable NSString *)title cancellable:(BOOL)cancellable delegate:(nullable id)delegate didReviewAllSelector:(nullable SEL)didReviewAllSelector contextInfo:(nullable void *)contextInfo;
  18482. | ^~~~~~~~
  18483. | cg_nullable
  18484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:170:156: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18485. 170 | - (void)reviewUnsavedDocumentsWithAlertTitle:(nullable NSString *)title cancellable:(BOOL)cancellable delegate:(nullable id)delegate didReviewAllSelector:(nullable SEL)didReviewAllSelector contextInfo:(nullable void *)contextInfo;
  18486. | ^~~~~~~~
  18487. | cg_nullable
  18488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:170:203: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18489. 170 | - (void)reviewUnsavedDocumentsWithAlertTitle:(nullable NSString *)title cancellable:(BOOL)cancellable delegate:(nullable id)delegate didReviewAllSelector:(nullable SEL)didReviewAllSelector contextInfo:(nullable void *)contextInfo;
  18490. | ^~~~~~~~
  18491. | cg_nullable
  18492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:176:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18493. 176 | - (void)closeAllDocumentsWithDelegate:(nullable id)delegate didCloseAllSelector:(nullable SEL)didCloseAllSelector contextInfo:(nullable void *)contextInfo;
  18494. | ^~~~~~~~
  18495. | cg_nullable
  18496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:176:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18497. 176 | - (void)closeAllDocumentsWithDelegate:(nullable id)delegate didCloseAllSelector:(nullable SEL)didCloseAllSelector contextInfo:(nullable void *)contextInfo;
  18498. | ^~~~~~~~
  18499. | cg_nullable
  18500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:176:128: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18501. 176 | - (void)closeAllDocumentsWithDelegate:(nullable id)delegate didCloseAllSelector:(nullable SEL)didCloseAllSelector contextInfo:(nullable void *)contextInfo;
  18502. | ^~~~~~~~
  18503. | cg_nullable
  18504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:190:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18505. 190 | - (nullable __kindof NSDocument *)duplicateDocumentWithContentsOfURL:(NSURL *)url copying:(BOOL)duplicateByCopying displayName:(nullable NSString *)displayNameOrNil error:(NSError **)outError API_AVAILABLE(macos(10.7));
  18506. | ^~~~~~~~
  18507. | cg_nullable
  18508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:190:129: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18509. 190 | - (nullable __kindof NSDocument *)duplicateDocumentWithContentsOfURL:(NSURL *)url copying:(BOOL)duplicateByCopying displayName:(nullable NSString *)displayNameOrNil error:(NSError **)outError API_AVAILABLE(macos(10.7));
  18510. | ^~~~~~~~
  18511. | cg_nullable
  18512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:216:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18513. 216 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  18514. | ^~~~~~~~
  18515. | cg_nullable
  18516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:216:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18517. 216 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  18518. | ^~~~~~~~
  18519. | cg_nullable
  18520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:216:169: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18521. 216 | - (void)presentError:(NSError *)error modalForWindow:(NSWindow *)window delegate:(nullable id)delegate didPresentSelector:(nullable SEL)didPresentSelector contextInfo:(nullable void *)contextInfo;
  18522. | ^~~~~~~~
  18523. | cg_nullable
  18524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:228:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18525. 228 | - (IBAction)clearRecentDocuments:(nullable id)sender;
  18526. | ^~~~~~~~
  18527. | cg_nullable
  18528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:240:42: error: expected '>' before '*' token
  18529. 240 | @property (readonly, copy) NSArray<NSURL *> *recentDocumentURLs;
  18530. | ^
  18531. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:240:42: error: cannot find protocol declaration for 'NSURL'
  18532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:240:43: error: expected unqualified-id before '>' token
  18533. 240 | @property (readonly, copy) NSArray<NSURL *> *recentDocumentURLs;
  18534. | ^
  18535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:252:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18536. 252 | - (nullable NSString *)typeForContentsOfURL:(NSURL *)url error:(NSError **)outError;
  18537. | ^~~~~~~~
  18538. | cg_nullable
  18539. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:256:45: error: expected '>' before '*' token
  18540. 256 | @property (readonly, copy) NSArray<NSString *> *documentClassNames;
  18541. | ^
  18542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:256:45: error: cannot find protocol declaration for 'NSString'
  18543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:256:46: error: expected unqualified-id before '>' token
  18544. 256 | @property (readonly, copy) NSArray<NSString *> *documentClassNames;
  18545. | ^
  18546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:260:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18547. 260 | - (nullable Class)documentClassForType:(NSString *)typeName;
  18548. | ^~~~~~~~
  18549. | cg_nullable
  18550. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:264:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18551. 264 | - (nullable NSString *)displayNameForType:(NSString *)typeName;
  18552. | ^~~~~~~~
  18553. | cg_nullable
  18554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:272:1: error: cannot use an object as parameter to a method
  18555. 272 | @end
  18556. | ^~~~
  18557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:280:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18558. 280 | - (nullable id)openDocumentWithContentsOfURL:(NSURL *)url display:(BOOL)displayDocument error:(NSError **)outError API_DEPRECATED("Use -openDocumentWithContentsOfURL:display:completionHandler: instead", macos(10.4,10.7));
  18559. | ^~~~~~~~
  18560. | cg_nullable
  18561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:281:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18562. 281 | - (BOOL)reopenDocumentForURL:(nullable NSURL *)url withContentsOfURL:(NSURL *)contentsURL error:(NSError **)outError API_DEPRECATED("Use -reopenDocumentForURL:withContentsOfURL:display:completionHandler: instead", macos(10.4,10.7));
  18563. | ^~~~~~~~
  18564. | cg_nullable
  18565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:285:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18566. 285 | - (nullable NSArray *)fileExtensionsFromType:(NSString *)typeName API_DEPRECATED("", macos(10.0,10.5));
  18567. | ^~~~~~~~
  18568. | cg_nullable
  18569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:286:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18570. 286 | - (nullable NSString *)typeFromFileExtension:(NSString *)fileNameExtensionOrHFSFileType API_DEPRECATED("", macos(10.0,10.5));
  18571. | ^~~~~~~~
  18572. | cg_nullable
  18573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:290:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18574. 290 | - (nullable id)documentForFileName:(NSString *)fileName API_DEPRECATED("", macos(10.0,10.4));
  18575. | ^~~~~~~~
  18576. | cg_nullable
  18577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:291:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18578. 291 | - (nullable NSArray *)fileNamesFromRunningOpenPanel API_DEPRECATED("", macos(10.0,10.4));
  18579. | ^~~~~~~~
  18580. | cg_nullable
  18581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:292:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18582. 292 | - (nullable id)makeDocumentWithContentsOfFile:(NSString *)fileName ofType:(NSString *)type API_DEPRECATED("", macos(10.0,10.4));
  18583. | ^~~~~~~~
  18584. | cg_nullable
  18585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:293:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18586. 293 | - (nullable id)makeDocumentWithContentsOfURL:(NSURL *)url ofType:(null_unspecified NSString *)type API_DEPRECATED("", macos(10.0,10.4));
  18587. | ^~~~~~~~
  18588. | cg_nullable
  18589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:293:67: error: 'null_unspecified' does not name a type
  18590. 293 | - (nullable id)makeDocumentWithContentsOfURL:(NSURL *)url ofType:(null_unspecified NSString *)type API_DEPRECATED("", macos(10.0,10.4));
  18591. | ^~~~~~~~~~~~~~~~
  18592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:294:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18593. 294 | - (nullable id)makeUntitledDocumentOfType:(NSString *)type API_DEPRECATED("", macos(10.0,10.4));
  18594. | ^~~~~~~~
  18595. | cg_nullable
  18596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:295:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18597. 295 | - (nullable id)openDocumentWithContentsOfFile:(NSString *)fileName display:(BOOL)display API_DEPRECATED("", macos(10.0,10.4));
  18598. | ^~~~~~~~
  18599. | cg_nullable
  18600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:296:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18601. 296 | - (nullable id)openDocumentWithContentsOfURL:(NSURL *)url display:(BOOL)display API_DEPRECATED("", macos(10.0,10.4));
  18602. | ^~~~~~~~
  18603. | cg_nullable
  18604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentController.h:297:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18605. 297 | - (nullable id)openUntitledDocumentOfType:(NSString*)type display:(BOOL)display API_DEPRECATED("", macos(10.0,10.4));
  18606. | ^~~~~~~~
  18607. | cg_nullable
  18608. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:68:
  18609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:38:22: error: unknown property attribute 'strong'
  18610. 38 | @property (nullable, strong) id contents;
  18611. | ^~~~~~
  18612. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:38:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18613. 38 | @property (nullable, strong) id contents;
  18614. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  18615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:56:22: error: unknown property attribute 'strong'
  18616. 56 | @property (readonly, strong) id item;
  18617. | ^~~~~~
  18618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:64:61: error: expected '>' before '*' token
  18619. 64 | @property (nullable, copy) NSArray<NSDraggingImageComponent *> * _Nonnull (^imageComponentsProvider)(void);
  18620. | ^
  18621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:64:61: error: cannot find protocol declaration for 'NSDraggingImageComponent'
  18622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:64:62: error: expected unqualified-id before '>' token
  18623. 64 | @property (nullable, copy) NSArray<NSDraggingImageComponent *> * _Nonnull (^imageComponentsProvider)(void);
  18624. | ^
  18625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:68:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18626. 68 | - (void)setDraggingFrame:(NSRect)frame contents:(nullable id)contents;
  18627. | ^~~~~~~~
  18628. | cg_nullable
  18629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:72:71: error: expected '>' before '*' token
  18630. 72 | @property (nullable, readonly, copy) NSArray<NSDraggingImageComponent *> *imageComponents;
  18631. | ^
  18632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:72:71: error: cannot find protocol declaration for 'NSDraggingImageComponent'
  18633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingItem.h:72:72: error: expected unqualified-id before '>' token
  18634. 72 | @property (nullable, readonly, copy) NSArray<NSDraggingImageComponent *> *imageComponents;
  18635. | ^
  18636. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:69:
  18637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18638. 49 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (NS_NOESCAPE ^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block;
  18639. | ^~~~~~~~
  18640. | cg_nullable
  18641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:140: error: cannot find protocol declaration for 'Class'
  18642. 49 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (NS_NOESCAPE ^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block;
  18643. | ^
  18644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:215: error: cannot find protocol declaration for 'NSPasteboardReadingOptionKey'
  18645. 49 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (NS_NOESCAPE ^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block;
  18646. | ^
  18647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:215: error: cannot find protocol declaration for 'id'
  18648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:249: error: expected ')' before '(' token
  18649. 49 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (NS_NOESCAPE ^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block;
  18650. | ~ ^~
  18651. | )
  18652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:250: error: expected identifier before '(' token
  18653. 49 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (NS_NOESCAPE ^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block;
  18654. | ^
  18655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDraggingSession.h:49:249: error: expected ';' before '(' token
  18656. 49 | - (void)enumerateDraggingItemsWithOptions:(NSDraggingItemEnumerationOptions)enumOpts forView:(nullable NSView *)view classes:(NSArray<Class> *)classArray searchOptions:(NSDictionary<NSPasteboardReadingOptionKey, id> *)searchOptions usingBlock:(void (NS_NOESCAPE ^)(NSDraggingItem *draggingItem, NSInteger idx, BOOL *stop))block;
  18657. | ^~
  18658. | ;
  18659. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:70:
  18660. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:26:11: error: unknown property attribute 'weak'
  18661. 26 | @property(weak, nullable) id <NSFilePromiseProviderDelegate> delegate;
  18662. | ^~~~
  18663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:26:62: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18664. 26 | @property(weak, nullable) id <NSFilePromiseProviderDelegate> delegate;
  18665. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  18666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:29:11: error: unknown property attribute 'strong'
  18667. 29 | @property(strong, nullable) id userInfo;
  18668. | ^~~~~~
  18669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:29:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18670. 29 | @property(strong, nullable) id userInfo;
  18671. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  18672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:45:127: error: expected ')' before '(' token
  18673. 45 | - (void)filePromiseProvider:(NSFilePromiseProvider*)filePromiseProvider writePromiseToURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  18674. | ~ ^~
  18675. | )
  18676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:45:128: error: expected identifier before '(' token
  18677. 45 | - (void)filePromiseProvider:(NSFilePromiseProvider*)filePromiseProvider writePromiseToURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  18678. | ^
  18679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseProvider.h:45:127: error: expected ';' before '(' token
  18680. 45 | - (void)filePromiseProvider:(NSFilePromiseProvider*)filePromiseProvider writePromiseToURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler;
  18681. | ^~
  18682. | ;
  18683. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:71:
  18684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:23:52: error: expected '>' before '*' token
  18685. 23 | @property (class, readonly, copy) NSArray<NSString *> *readableDraggedTypes;
  18686. | ^
  18687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:23:52: error: cannot find protocol declaration for 'NSString'
  18688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:23:53: error: expected unqualified-id before '>' token
  18689. 23 | @property (class, readonly, copy) NSArray<NSString *> *readableDraggedTypes;
  18690. | ^
  18691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:27:43: error: expected '>' before '*' token
  18692. 27 | @property(copy, readonly) NSArray<NSString*> *fileTypes;
  18693. | ^
  18694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:27:43: error: cannot find protocol declaration for 'NSString'
  18695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:27:44: error: expected unqualified-id before '>' token
  18696. 27 | @property(copy, readonly) NSArray<NSString*> *fileTypes;
  18697. | ^
  18698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:32:43: error: expected '>' before '*' token
  18699. 32 | @property(copy, readonly) NSArray<NSString*> *fileNames;
  18700. | ^
  18701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:32:43: error: cannot find protocol declaration for 'NSString'
  18702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:32:44: error: expected unqualified-id before '>' token
  18703. 32 | @property(copy, readonly) NSArray<NSString*> *fileNames;
  18704. | ^
  18705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:41:161: error: expected ')' before '(' token
  18706. 41 | - (void)receivePromisedFilesAtDestination:(NSURL *)destinationDir options:(NSDictionary *)options operationQueue:(NSOperationQueue *)operationQueue reader:(voi(^)(NSURL *fileURL, NSError * _Nullable errorOrNil))reader;
  18707. | ~ ^
  18708. | )
  18709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:41:161: error: expected identifier before '(' token
  18710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFilePromiseReceiver.h:41:161: error: expected ';' before '(' token
  18711. 41 | - (void)receivePromisedFilesAtDestination:(NSURL *)destinationDir options:(NSDictionary *)options operationQueue:(NSOperationQueue *)operationQueue reader:(voi(^)(NSURL *fileURL, NSError * _Nullable errorOrNil))reader;
  18712. | ^
  18713. | ;
  18714. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:72:
  18715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEPSImageRep.h:18:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18716. 18 | + (nullable instancetype)imageRepWithData:(NSData *)epsData; /* Convenience of initWithData: */
  18717. | ^~~~~~~~
  18718. | cg_nullable
  18719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEPSImageRep.h:19:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18720. 19 | - (nullable instancetype)initWithData:(NSData *)epsData;
  18721. | ^~~~~~~~
  18722. | cg_nullable
  18723. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:75:
  18724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFileWrapperExtensions.h:20:22: error: unknown property attribute 'strong'
  18725. 20 | @property (nullable, strong) NSImage *icon;
  18726. | ^~~~~~
  18727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFileWrapperExtensions.h:20:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18728. 20 | @property (nullable, strong) NSImage *icon;
  18729. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  18730. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:77:
  18731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:53:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18732. 53 | - (nullable instancetype)initWithStartingColor:(NSColor *)startingColor endingColor:(NSColor *)endingColor;
  18733. | ^~~~~~~~
  18734. | cg_nullable
  18735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:58:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18736. 58 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray;
  18737. | ^~~~~~~~
  18738. | cg_nullable
  18739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:58:58: error: expected '>' before '*' token
  18740. 58 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray;
  18741. | ^
  18742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:58:58: error: cannot find protocol declaration for 'NSColor'
  18743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:58:59: error: expected ')' before '>' token
  18744. 58 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray;
  18745. | ~ ^
  18746. | )
  18747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:58:59: error: expected identifier before '>' token
  18748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:58:59: error: expected ';' before '>' token
  18749. 58 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray;
  18750. | ^
  18751. | ;
  18752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:67:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18753. 67 | - (nullable instancetype)initWithColorsAndLocations:(NSColor *)firstColor, ... NS_REQUIRES_NIL_TERMINATION;
  18754. | ^~~~~~~~
  18755. | cg_nullable
  18756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:72:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18757. 72 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray atLocations:(nullable const CGFloat *)locations colorSpace:(NSColorSpace *)colorSpace NS_DESIGNATED_INITIALIZER;
  18758. | ^~~~~~~~
  18759. | cg_nullable
  18760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:72:58: error: expected '>' before '*' token
  18761. 72 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray atLocations:(nullable const CGFloat *)locations colorSpace:(NSColorSpace *)colorSpace NS_DESIGNATED_INITIALIZER;
  18762. | ^
  18763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:72:58: error: cannot find protocol declaration for 'NSColor'
  18764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:72:59: error: expected ')' before '>' token
  18765. 72 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray atLocations:(nullable const CGFloat *)locations colorSpace:(NSColorSpace *)colorSpace NS_DESIGNATED_INITIALIZER;
  18766. | ~ ^
  18767. | )
  18768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:72:59: error: expected identifier before '>' token
  18769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:72:59: error: expected ';' before '>' token
  18770. 72 | - (nullable instancetype)initWithColors:(NSArray<NSColor *> *)colorArray atLocations:(nullable const CGFloat *)locations colorSpace:(NSColorSpace *)colorSpace NS_DESIGNATED_INITIALIZER;
  18771. | ^
  18772. | ;
  18773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:121:22: error: unknown property attribute 'strong'
  18774. 121 | @property (readonly, strong) NSColorSpace *colorSpace;
  18775. | ^~~~~~
  18776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGradient.h:129:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18777. 129 | - (void)getColor:(NSColor * _Nonnull * _Nullable)color location:(nullable CGFloat *)location atIndex:(NSInteger)index;
  18778. | ^~~~~~~~
  18779. | cg_nullable
  18780. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:79:
  18781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:21:108: error: expected '>' before '*' token
  18782. 21 | + (instancetype)groupItemWithIdentifier:(NSTouchBarItemIdentifier)identifier items:(NSArray<NSTouchBarItem *> *)items;
  18783. | ^
  18784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:21:108: error: cannot find protocol declaration for 'NSTouchBarItem'
  18785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:21:109: error: expected ')' before '>' token
  18786. 21 | + (instancetype)groupItemWithIdentifier:(NSTouchBarItemIdentifier)identifier items:(NSArray<NSTouchBarItem *> *)items;
  18787. | ~ ^
  18788. | )
  18789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:21:109: error: expected identifier before '>' token
  18790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:21:109: error: expected ';' before '>' token
  18791. 21 | + (instancetype)groupItemWithIdentifier:(NSTouchBarItemIdentifier)identifier items:(NSArray<NSTouchBarItem *> *)items;
  18792. | ^
  18793. | ;
  18794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:28:108: error: expected '>' before '*' token
  18795. 28 | + (instancetype)groupItemWithIdentifier:(NSTouchBarItemIdentifier)identifier items:(NSArray<NSTouchBarItem *> *)items allowedCompressionOptions:(NSUserInterfaceCompressionOptions *)allowedCompressionOptions API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18796. | ^
  18797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:28:108: error: cannot find protocol declaration for 'NSTouchBarItem'
  18798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:28:109: error: expected ')' before '>' token
  18799. 28 | + (instancetype)groupItemWithIdentifier:(NSTouchBarItemIdentifier)identifier items:(NSArray<NSTouchBarItem *> *)items allowedCompressionOptions:(NSUserInterfaceCompressionOptions *)allowedCompressionOptions API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18800. | ~ ^
  18801. | )
  18802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:28:109: error: expected identifier before '>' token
  18803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:28:109: error: expected ';' before '>' token
  18804. 28 | + (instancetype)groupItemWithIdentifier:(NSTouchBarItemIdentifier)identifier items:(NSArray<NSTouchBarItem *> *)items allowedCompressionOptions:(NSUserInterfaceCompressionOptions *)allowedCompressionOptions API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18805. | ^
  18806. | ;
  18807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:42:12: error: unknown property attribute 'strong'
  18808. 42 | @property (strong) NSTouchBar *groupTouchBar;
  18809. | ^~~~~~
  18810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:42:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18811. 42 | @property (strong) NSTouchBar *groupTouchBar;
  18812. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  18813. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:79:60: error: expected '>' before '*' token
  18814. 79 | @property (copy) NSArray<NSUserInterfaceCompressionOptions *> *prioritizedCompressionOptions API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18815. | ^
  18816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:79:60: error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  18817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGroupTouchBarItem.h:79:61: error: expected unqualified-id before '>' token
  18818. 79 | @property (copy) NSArray<NSUserInterfaceCompressionOptions *> *prioritizedCompressionOptions API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios);
  18819. | ^
  18820. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:80:
  18821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:41:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18822. 41 | - (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER;
  18823. | ^~~~~~~~
  18824. | cg_nullable
  18825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:41:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18826. 41 | - (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER;
  18827. | ^~~~~~~~
  18828. | cg_nullable
  18829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:42:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18830. 42 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  18831. | ^~~~~~~~
  18832. | cg_nullable
  18833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:44:22: error: unknown property attribute 'weak'
  18834. 44 | @property (nullable, weak) id target;
  18835. | ^~~~
  18836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:44:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18837. 44 | @property (nullable, weak) id target;
  18838. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  18839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:51:22: error: unknown property attribute 'weak'
  18840. 51 | @property (nullable, weak) id <NSGestureRecognizerDelegate> delegate;
  18841. | ^~~~
  18842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:51:61: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18843. 51 | @property (nullable, weak) id <NSGestureRecognizerDelegate> delegate;
  18844. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  18845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:62:12: error: unknown property attribute 'strong'
  18846. 62 | @property (strong) NSPressureConfiguration *pressureConfiguration API_AVAILABLE(macos(10.11));
  18847. | ^~~~~~
  18848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:62:45: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  18849. 62 | @property (strong) NSPressureConfiguration *pressureConfiguration API_AVAILABLE(macos(10.11));
  18850. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  18851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGestureRecognizer.h:74:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18852. 74 | - (NSPoint)locationInView:(nullable NSView*)view;
  18853. | ^~~~~~~~
  18854. | cg_nullable
  18855. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:82:
  18856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanGestureRecognizer.h:24:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18857. 24 | - (NSPoint)translationInView:(nullable NSView *)view;
  18858. | ^~~~~~~~
  18859. | cg_nullable
  18860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanGestureRecognizer.h:25:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18861. 25 | - (void)setTranslation:(NSPoint)translation inView:(nullable NSView *)view;
  18862. | ^~~~~~~~
  18863. | cg_nullable
  18864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPanGestureRecognizer.h:28:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18865. 28 | - (NSPoint)velocityInView:(nullable NSView*)view;
  18866. | ^~~~~~~~
  18867. | cg_nullable
  18868. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:17,
  18869. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:86:
  18870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:33:37: error: cannot find protocol declaration for 'AnchorType'
  18871. 33 | @interface NSLayoutAnchor<AnchorType> : NSObject
  18872. | ^
  18873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:33:39: error: expected unqualified-id before ':' token
  18874. 33 | @interface NSLayoutAnchor<AnchorType> : NSObject
  18875. | ^
  18876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:43:88: error: cannot find protocol declaration for 'AnchorType'
  18877. 43 | - (NSLayoutConstraint *)constraintGreaterThanOrEqualToAnchor:(NSLayoutAnchor<AnchorType> *)anchor __attribute__((warn_unused_result));
  18878. | ^
  18879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:44:85: error: cannot find protocol declaration for 'AnchorType'
  18880. 44 | - (NSLayoutConstraint *)constraintLessThanOrEqualToAnchor:(NSLayoutAnchor<AnchorType> *)anchor __attribute__((warn_unused_result));
  18881. | ^
  18882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:47:75: error: cannot find protocol declaration for 'AnchorType'
  18883. 47 | - (NSLayoutConstraint *)constraintEqualToAnchor:(NSLayoutAnchor<AnchorType> *)anchor constant:(CGFloat)c __attribute__((warn_unused_result));
  18884. | ^
  18885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:48:88: error: cannot find protocol declaration for 'AnchorType'
  18886. 48 | - (NSLayoutConstraint *)constraintGreaterThanOrEqualToAnchor:(NSLayoutAnchor<AnchorType> *)anchor constant:(CGFloat)c __attribute__((warn_unused_result));
  18887. | ^
  18888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:49:85: error: cannot find protocol declaration for 'AnchorType'
  18889. 49 | - (NSLayoutConstraint *)constraintLessThanOrEqualToAnchor:(NSLayoutAnchor<AnchorType> *)anchor constant:(CGFloat)c __attribute__((warn_unused_result));
  18890. | ^
  18891. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:53:32: error: unknown property attribute 'weak'
  18892. 53 | @property (readonly, nullable, weak) id item API_AVAILABLE(macos(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
  18893. | ^~~~
  18894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:55:49: error: expected '>' before '*' token
  18895. 55 | @property (readonly) NSArray<NSLayoutConstraint *> *constraintsAffectingLayout API_AVAILABLE(macos(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
  18896. | ^
  18897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:55:49: error: cannot find protocol declaration for 'NSLayoutConstraint'
  18898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:55:50: error: expected unqualified-id before '>' token
  18899. 55 | @property (readonly) NSArray<NSLayoutConstraint *> *constraintsAffectingLayout API_AVAILABLE(macos(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
  18900. | ^
  18901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:63:69: error: expected '>' before '*' token
  18902. 63 | @interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
  18903. | ^
  18904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:63:69: error: cannot find protocol declaration for 'NSLayoutXAxisAnchor'
  18905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:63:70: error: expected unqualified-id before '>' token
  18906. 63 | @interface NSLayoutXAxisAnchor : NSLayoutAnchor<NSLayoutXAxisAnchor *>
  18907. | ^
  18908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:80:69: error: expected '>' before '*' token
  18909. 80 | @interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
  18910. | ^
  18911. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:80:69: error: cannot find protocol declaration for 'NSLayoutYAxisAnchor'
  18912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:80:70: error: expected unqualified-id before '>' token
  18913. 80 | @interface NSLayoutYAxisAnchor : NSLayoutAnchor<NSLayoutYAxisAnchor *>
  18914. | ^
  18915. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:98:65: error: expected '>' before '*' token
  18916. 98 | @interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
  18917. | ^
  18918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:98:65: error: cannot find protocol declaration for 'NSLayoutDimension'
  18919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutAnchor.h:98:66: error: expected unqualified-id before '>' token
  18920. 98 | @interface NSLayoutDimension : NSLayoutAnchor<NSLayoutDimension *>
  18921. | ^
  18922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:138:31: error: expected '>' before '*' token
  18923. 138 | + (NSArray<NSLayoutConstraint *> *)constraintsWithVisualFormat:(NSString *)format options:(NSLayoutFormatOptions)opts metrics:(nullable NSDictionary<NSString *, id> *)metrics views:(NSDictionary<NSString *, id> *)views API_AVAILABLE(macos(10.7), ios(6.0), tvos(9.0));
  18924. | ^
  18925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:138:31: error: cannot find protocol declaration for 'NSLayoutConstraint'
  18926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:138:32: error: expected ')' before '>' token
  18927. 138 | + (NSArray<NSLayoutConstraint *> *)constraintsWithVisualFormat:(NSString *)format options:(NSLayoutFormatOptions)opts metrics:(nullable NSDictionary<NSString *, id> *)metrics views:(NSDictionary<NSString *, id> *)views API_AVAILABLE(macos(10.7), ios(6.0), tvos(9.0));
  18928. | ~ ^
  18929. | )
  18930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:138:32: error: objective-c++ method declaration is expected before '>' token
  18931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:144:49: error: expected '>' before '*' token
  18932. 144 | NSLAYOUTCONSTRAINT_EXTERN NSDictionary<NSString *, id> *_NSDictionaryOfVariableBindings(NSString *commaSeparatedKeysString, __nullable id firstValue, ...) API_AVAILABLE(macos(10.7), ios(6.0)); // not for direct use
  18933. | ^
  18934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:144:49: error: cannot find protocol declaration for 'NSString'
  18935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:144:50: error: expected unqualified-id before ',' token
  18936. 144 | NSLAYOUTCONSTRAINT_EXTERN NSDictionary<NSString *, id> *_NSDictionaryOfVariableBindings(NSString *commaSeparatedKeysString, __nullable id firstValue, ...) API_AVAILABLE(macos(10.7), ios(6.0)); // not for direct use
  18937. | ^
  18938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:144:54: error: expected initializer before '>' token
  18939. 144 | NSLAYOUTCONSTRAINT_EXTERN NSDictionary<NSString *, id> *_NSDictionaryOfVariableBindings(NSString *commaSeparatedKeysString, __nullable id firstValue, ...) API_AVAILABLE(macos(10.7), ios(6.0)); // not for direct use
  18940. | ^
  18941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:150:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  18942. 150 | + (instancetype)constraintWithItem:(id)view1 attribute:(NSLayoutAttribute)attr1 relatedBy:(NSLayoutRelation)relation toItem:(nullable id)view2 attribute:(NSLayoutAttribute)attr2 multiplier:(CGFloat)multiplier constant:(CGFloat)c API_AVAILABLE(macos(10.7), ios(6.0), tvos(9.0));
  18943. | ^~~~~~~~
  18944. | cg_nullable
  18945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:192:57: error: expected '>' before '*' token
  18946. 192 | + (void)activateConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.10), ios(8.0));
  18947. | ^
  18948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:192:57: error: cannot find protocol declaration for 'NSLayoutConstraint'
  18949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:192:58: error: expected ')' before '>' token
  18950. 192 | + (void)activateConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.10), ios(8.0));
  18951. | ~ ^
  18952. | )
  18953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:192:58: error: expected identifier before '>' token
  18954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:192:58: error: expected ';' before '>' token
  18955. 192 | + (void)activateConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.10), ios(8.0));
  18956. | ^
  18957. | ;
  18958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:195:59: error: expected '>' before '*' token
  18959. 195 | + (void)deactivateConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.10), ios(8.0));
  18960. | ^
  18961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:195:59: error: cannot find protocol declaration for 'NSLayoutConstraint'
  18962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:195:60: error: expected ')' before '>' token
  18963. 195 | + (void)deactivateConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.10), ios(8.0));
  18964. | ~ ^
  18965. | )
  18966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:195:60: error: expected identifier before '>' token
  18967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:195:60: error: expected ';' before '>' token
  18968. 195 | + (void)deactivateConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.10), ios(8.0));
  18969. | ^
  18970. | ;
  18971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:22: error: unknown property attribute 'strong'
  18972. 224 | @property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
  18973. | ^~~~~~
  18974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:22: error: unknown property attribute 'strong'
  18975. 225 | @property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
  18976. | ^~~~~~
  18977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:226:22: error: unknown property attribute 'strong'
  18978. 226 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
  18979. | ^~~~~~
  18980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:227:22: error: unknown property attribute 'strong'
  18981. 227 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
  18982. | ^~~~~~
  18983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:228:22: error: unknown property attribute 'strong'
  18984. 228 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
  18985. | ^~~~~~
  18986. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:22: error: unknown property attribute 'strong'
  18987. 229 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
  18988. | ^~~~~~
  18989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:230:22: error: unknown property attribute 'strong'
  18990. 230 | @property (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
  18991. | ^~~~~~
  18992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:231:22: error: unknown property attribute 'strong'
  18993. 231 | @property (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
  18994. | ^~~~~~
  18995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:232:22: error: unknown property attribute 'strong'
  18996. 232 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
  18997. | ^~~~~~
  18998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:22: error: unknown property attribute 'strong'
  18999. 233 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
  19000. | ^~~~~~
  19001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:234:22: error: unknown property attribute 'strong'
  19002. 234 | @property (readonly, strong) NSLayoutYAxisAnchor *firstBaselineAnchor API_AVAILABLE(macos(10.11));
  19003. | ^~~~~~
  19004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:235:22: error: unknown property attribute 'strong'
  19005. 235 | @property (readonly, strong) NSLayoutYAxisAnchor *lastBaselineAnchor API_AVAILABLE(macos(10.11));
  19006. | ^~~~~~
  19007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:237:55: error: expected '>' before '*' token
  19008. 237 | @property (readonly, copy) NSArray<NSLayoutConstraint *> *constraints API_AVAILABLE(macos(10.7)); // This property is deprecated and should be avoided.  Instead, create IB outlets or otherwise maintain references to constraints you need to reference directly.
  19009. | ^
  19010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:237:55: error: cannot find protocol declaration for 'NSLayoutConstraint'
  19011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:237:56: error: expected unqualified-id before '>' token
  19012. 237 | @property (readonly, copy) NSArray<NSLayoutConstraint *> *constraints API_AVAILABLE(macos(10.7)); // This property is deprecated and should be avoided.  Instead, create IB outlets or otherwise maintain references to constraints you need to reference directly.
  19013. | ^
  19014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:240:52: error: expected '>' before '*' token
  19015. 240 | - (void)addConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7)); // This method is deprecated and should be avoided.  Instead use +[NSLayoutConstraint activateConstraints:].
  19016. | ^
  19017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:240:52: error: cannot find protocol declaration for 'NSLayoutConstraint'
  19018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:240:53: error: expected ')' before '>' token
  19019. 240 | - (void)addConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7)); // This method is deprecated and should be avoided.  Instead use +[NSLayoutConstraint activateConstraints:].
  19020. | ~ ^
  19021. | )
  19022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:240:53: error: expected identifier before '>' token
  19023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:240:53: error: expected ';' before '>' token
  19024. 240 | - (void)addConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7)); // This method is deprecated and should be avoided.  Instead use +[NSLayoutConstraint activateConstraints:].
  19025. | ^
  19026. | ;
  19027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:242:55: error: expected '>' before '*' token
  19028. 242 | - (void)removeConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7)); // This method is deprecated and should be avoided.  Instead use +[NSLayoutConstraint deactivateConstraints:].
  19029. | ^
  19030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:242:55: error: cannot find protocol declaration for 'NSLayoutConstraint'
  19031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:242:56: error: expected ')' before '>' token
  19032. 242 | - (void)removeConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7)); // This method is deprecated and should be avoided.  Instead use +[NSLayoutConstraint deactivateConstraints:].
  19033. | ~ ^
  19034. | )
  19035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:242:56: error: expected identifier before '>' token
  19036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:242:56: error: expected ';' before '>' token
  19037. 242 | - (void)removeConstraints:(NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7)); // This method is deprecated and should be avoided.  Instead use +[NSLayoutConstraint deactivateConstraints:].
  19038. | ^
  19039. | ;
  19040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:390:31: error: expected '>' before '*' token
  19041. 390 | - (NSArray<NSLayoutConstraint *> *)constraintsAffectingLayoutForOrientation:(NSLayoutConstraintOrientation)orientation API_AVAILABLE(macos(10.7));
  19042. | ^
  19043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:390:31: error: cannot find protocol declaration for 'NSLayoutConstraint'
  19044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:390:32: error: expected ')' before '>' token
  19045. 390 | - (NSArray<NSLayoutConstraint *> *)constraintsAffectingLayoutForOrientation:(NSLayoutConstraintOrientation)orientation API_AVAILABLE(macos(10.7));
  19046. | ~ ^
  19047. | )
  19048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:390:32: error: objective-c++ method declaration is expected before '>' token
  19049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:406:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19050. 406 | - (void)visualizeConstraints:(nullable NSArray<NSLayoutConstraint *> *)constraints API_AVAILABLE(macos(10.7));
  19051. | ^~~~~~~~
  19052. | cg_nullable
  19053. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:87:
  19054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:31:12: error: unknown property attribute 'weak'
  19055. 31 | @property (weak, nullable) NSView *owningView;
  19056. | ^~~~
  19057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:31:36: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19058. 31 | @property (weak, nullable) NSView *owningView;
  19059. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  19060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:43:22: error: unknown property attribute 'strong'
  19061. 43 | @property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor;
  19062. | ^~~~~~
  19063. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:44:22: error: unknown property attribute 'strong'
  19064. 44 | @property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor;
  19065. | ^~~~~~
  19066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:45:22: error: unknown property attribute 'strong'
  19067. 45 | @property (readonly, strong) NSLayoutXAxisAnchor *leftAnchor;
  19068. | ^~~~~~
  19069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:46:22: error: unknown property attribute 'strong'
  19070. 46 | @property (readonly, strong) NSLayoutXAxisAnchor *rightAnchor;
  19071. | ^~~~~~
  19072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:47:22: error: unknown property attribute 'strong'
  19073. 47 | @property (readonly, strong) NSLayoutYAxisAnchor *topAnchor;
  19074. | ^~~~~~
  19075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:48:22: error: unknown property attribute 'strong'
  19076. 48 | @property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor;
  19077. | ^~~~~~
  19078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:49:22: error: unknown property attribute 'strong'
  19079. 49 | @property (readonly, strong) NSLayoutDimension *widthAnchor;
  19080. | ^~~~~~
  19081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:50:22: error: unknown property attribute 'strong'
  19082. 50 | @property (readonly, strong) NSLayoutDimension *heightAnchor;
  19083. | ^~~~~~
  19084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:51:22: error: unknown property attribute 'strong'
  19085. 51 | @property (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor;
  19086. | ^~~~~~
  19087. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:52:22: error: unknown property attribute 'strong'
  19088. 52 | @property (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor;
  19089. | ^~~~~~
  19090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:57:31: error: expected '>' before '*' token
  19091. 57 | - (NSArray<NSLayoutConstraint *> *)constraintsAffectingLayoutForOrientation:(NSLayoutConstraintOrientation)orientation API_AVAILABLE(macos(10.12));
  19092. | ^
  19093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:57:31: error: cannot find protocol declaration for 'NSLayoutConstraint'
  19094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:57:32: error: expected ')' before '>' token
  19095. 57 | - (NSArray<NSLayoutConstraint *> *)constraintsAffectingLayoutForOrientation:(NSLayoutConstraintOrientation)orientation API_AVAILABLE(macos(10.12));
  19096. | ~ ^
  19097. | )
  19098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:57:32: error: objective-c++ method declaration is expected before '>' token
  19099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:70:50: error: expected '>' before '*' token
  19100. 70 | @property (readonly, copy) NSArray<NSLayoutGuide *> *layoutGuides API_AVAILABLE(macos(10.11)); // This array may contain guides owned by the system, and the ordering is not guaranteed. Please be careful.
  19101. | ^
  19102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:70:50: error: cannot find protocol declaration for 'NSLayoutGuide'
  19103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutGuide.h:70:51: error: expected unqualified-id before '>' token
  19104. 70 | @property (readonly, copy) NSArray<NSLayoutGuide *> *layoutGuides API_AVAILABLE(macos(10.11)); // This array may contain guides owned by the system, and the ordering is not guaranteed. Please be careful.
  19105. | ^
  19106. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:89:
  19107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:75:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19108. 75 | + (nullable NSImage *)imageNamed:(NSImageName)name; /* If this finds & creates the image, only name is saved when archived */
  19109. | ^~~~~~~~
  19110. | cg_nullable
  19111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:77:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19112. 77 | + (nullable instancetype)imageWithSystemSymbolName:(NSString *)symbolName accessibilityDescription:(nullable NSString *)description API_AVAILABLE(macos(11.0));
  19113. | ^~~~~~~~
  19114. | cg_nullable
  19115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:77:101:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19116. 77 | + (nullable instancetype)imageWithSystemSymbolName:(NSString *)symbolName accessibilityDescription:(nullable NSString *)description API_AVAILABLE(macos(11.0));
  19117. | ^~~~~~~~
  19118. | cg_nullable
  19119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19120. 82 | - (nullable instancetype)initWithData:(NSData *)data; /* When archived, saves contents */
  19121. | ^~~~~~~~
  19122. | cg_nullable
  19123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19124. 83 | - (nullable instancetype)initWithContentsOfFile:(NSString *)fileName; /* When archived, saves contents */
  19125. | ^~~~~~~~
  19126. | cg_nullable
  19127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:84:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19128. 84 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url; /* When archived, saves contents */
  19129. | ^~~~~~~~
  19130. | cg_nullable
  19131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:85:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19132. 85 | - (nullable instancetype)initByReferencingFile:(NSString *)fileName; /* When archived, saves fileName */
  19133. | ^~~~~~~~
  19134. | cg_nullable
  19135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:87:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19136. 87 | - (nullable instancetype)initWithPasteboard:(NSPasteboard *)pasteboard;
  19137. | ^~~~~~~~
  19138. | cg_nullable
  19139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:90:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19140. 90 | - (nullable instancetype)initWithDataIgnoringOrientation:(NSData *)data API_AVAILABLE(macos(10.6));
  19141. | ^~~~~~~~
  19142. | cg_nullable
  19143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:93:125:error: expected ')' before '(' token
  19144. 93 | + (instancetype)imageWithSize:(NSSize)size flipped:(BOOL)drawingHandlerShouldBeCalledWithFlippedContext drawingHandler:(BOOL (^)(NSRect dstRect))drawingHandler API_AVAILABLE(macos(10.8));
  19145. | ~ ^~
  19146. | )
  19147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:93:126:error: expected identifier before '(' token
  19148. 93 | + (instancetype)imageWithSize:(NSSize)size flipped:(BOOL)drawingHandlerShouldBeCalledWithFlippedContext drawingHandler:(BOOL (^)(NSRect dstRect))drawingHandler API_AVAILABLE(macos(10.8));
  19149. | ^
  19150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:93:125:error: expected ';' before '(' token
  19151. 93 | + (instancetype)imageWithSize:(NSSize)size flipped:(BOOL)drawingHandlerShouldBeCalledWithFlippedContext drawingHandler:(BOOL (^)(NSRect dstRect))drawingHandler API_AVAILABLE(macos(10.8));
  19152. | ^~
  19153. | ;
  19154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:96:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19155. 96 | - (BOOL)setName:(nullable NSImageName)string;
  19156. | ^~~~~~~~
  19157. | cg_nullable
  19158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:97:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19159. 97 | - (nullable NSImageName)name;
  19160. | ^~~~~~~~
  19161. | cg_nullable
  19162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:106:207 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19163. 106 | - (void)drawInRect:(NSRect)dstSpacePortionRect fromRect:(NSRect)srcSpacePortionRect operation:(NSCompositingOperation)op fraction:(CGFloat)requestedAlpha respectFlipped:(BOOL)respectContextIsFlipped hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6));
  19164. | ^~~~~~~~
  19165. | cg_nullable
  19166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:114:32:error: unknown property attribute 'strong'
  19167. 114 | @property (nullable, readonly, strong) NSData *TIFFRepresentation;
  19168. | ^~~~~~
  19169. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:115:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19170. 115 | - (nullable NSData *)TIFFRepresentationUsingCompression:(NSTIFFCompression)comp factor:(float)factor;
  19171. | ^~~~~~~~
  19172. | cg_nullable
  19173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:117:47:error: expected '>' before '*' token
  19174. 117 | @property (readonly, copy) NSArray<NSImageRep *> *representations;
  19175. | ^
  19176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:117:47:error: cannot find protocol declaration for 'NSImageRep'
  19177. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:117:48:error: expected unqualified-id before '>' token
  19178. 117 | @property (readonly, copy) NSArray<NSImageRep *> *representations;
  19179. | ^
  19180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:118:48:error: expected '>' before '*' token
  19181. 118 | - (void)addRepresentations:(NSArray<NSImageRep *> *)imageReps;
  19182. | ^
  19183. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:118:48:error: cannot find protocol declaration for 'NSImageRep'
  19184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:118:49:error: expected ')' before '>' token
  19185. 118 | - (void)addRepresentations:(NSArray<NSImageRep *> *)imageReps;
  19186. | ~ ^
  19187. | )
  19188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:118:49:error: expected identifier before '>' token
  19189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:118:49:error: expected ';' before '>' token
  19190. 118 | - (void)addRepresentations:(NSArray<NSImageRep *> *)imageReps;
  19191. | ^
  19192. | ;
  19193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:127:22:error: unknown property attribute 'weak'
  19194. 127 | @property (nullable, weak) id<NSImageDelegate> delegate;
  19195. | ^~~~
  19196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:127:48:note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19197. 127 | @property (nullable, weak) id<NSImageDelegate> delegate;
  19198. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19199. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:129:52:error: expected '>' before '*' token
  19200. 129 | @property (class, readonly, copy) NSArray<NSString *> *imageTypes API_AVAILABLE(macos(10.5));
  19201. | ^
  19202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:129:52:error: cannot find protocol declaration for 'NSString'
  19203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:129:53:error: expected unqualified-id before '>' token
  19204. 129 | @property (class, readonly, copy) NSArray<NSString *> *imageTypes API_AVAILABLE(macos(10.5));
  19205. | ^
  19206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:130:52:error: expected '>' before '*' token
  19207. 130 | @property (class, readonly, copy) NSArray<NSString *> *imageUnfilteredTypes API_AVAILABLE(macos(10.5));
  19208. | ^
  19209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:130:52:error: cannot find protocol declaration for 'NSString'
  19210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:130:53:error: expected unqualified-id before '>' token
  19211. 130 | @property (class, readonly, copy) NSArray<NSString *> *imageUnfilteredTypes API_AVAILABLE(macos(10.5));
  19212. | ^
  19213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:192:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19214. 192 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  19215. | ^~~~~~~~
  19216. | cg_nullable
  19217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:192:48:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19218. 192 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  19219. | ^~~~~~~~
  19220. | cg_nullable
  19221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:192:92:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19222. 192 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  19223. | ^~~~~~~~
  19224. | cg_nullable
  19225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:192:145 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19226. 192 | - (nullable CGImageRef)CGImageForProposedRect:(nullable NSRect *)proposedDestRect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6)) CF_RETURNS_NOT_RETAINED;
  19227. | ^~~~~~~~
  19228. | cg_nullable
  19229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:196:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19230. 196 | - (nullable NSImageRep *)bestRepresentationForRect:(NSRect)rect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6));
  19231. | ^~~~~~~~
  19232. | cg_nullable
  19233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:196:74:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19234. 196 | - (nullable NSImageRep *)bestRepresentationForRect:(NSRect)rect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6));
  19235. | ^~~~~~~~
  19236. | cg_nullable
  19237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:196:127 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19238. 196 | - (nullable NSImageRep *)bestRepresentationForRect:(NSRect)rect context:(nullable NSGraphicsContext *)referenceContext hints:(nullable NSDictionary<NSImageHintKey, id> *)hints API_AVAILABLE(macos(10.6));
  19239. | ^~~~~~~~
  19240. | cg_nullable
  19241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:200:108 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19242. 200 | - (BOOL)hitTestRect:(NSRect)testRectDestSpace withImageDestinationRect:(NSRect)imageRectDestSpace context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary<NSImageHintKey, id> *)hints flipped:(BOOL)flipped API_AVAILABLE(macos(10.6));
  19243. | ^~~~~~~~
  19244. | cg_nullable
  19245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:200:152 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19246. 200 | - (BOOL)hitTestRect:(NSRect)testRectDestSpace withImageDestinationRect:(NSRect)imageRectDestSpace context:(nullable NSGraphicsContext *)context hints:(nullable NSDictionary<NSImageHintKey, id> *)hints flipped:(BOOL)flipped API_AVAILABLE(macos(10.6));
  19247. | ^~~~~~~~
  19248. | cg_nullable
  19249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:208:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19250. 208 | - (nullable NSImage *)imageWithSymbolConfiguration:(NSImageSymbolConfiguration *)configuration API_AVAILABLE(macos(11.0));
  19251. | ^~~~~~~~
  19252. | cg_nullable
  19253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:219:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19254. 219 | - (nullable NSImage *)imageDidNotDraw:(NSImage *)sender inRect:(NSRect)rect;
  19255. | ^~~~~~~~
  19256. | cg_nullable
  19257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:228:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19258. 228 | - (nullable NSImage *)imageForResource:(NSImageName)name API_AVAILABLE(macos(10.7)); /* May return nil if no file found */
  19259. | ^~~~~~~~
  19260. | cg_nullable
  19261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:232:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19262. 232 | - (nullable NSString *)pathForImageResource:(NSImageName)name; /* May return nil if no file found */
  19263. | ^~~~~~~~
  19264. | cg_nullable
  19265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:233:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19266. 233 | - (nullable NSURL *)URLForImageResource:(NSImageName)name API_AVAILABLE(macos(10.6)); /* May return nil if no file found */
  19267. | ^~~~~~~~
  19268. | cg_nullable
  19269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:240:4: error: 'null_unspecified' does not name a type
  19270. 240 | - (null_unspecified NSImageRep *)bestRepresentationForDevice:(null_unspecified NSDictionary *)deviceDescription API_DEPRECATED("Use -[NSImage bestRepresentationForRect:context:hints:] instead. Any deviceDescription dictionary is also a valid hints dictionary.", macos(10.0,10.6));
  19271. | ^~~~~~~~~~~~~~~~
  19272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:240:63:error: 'null_unspecified' does not name a type
  19273. 240 | - (null_unspecified NSImageRep *)bestRepresentationForDevice:(null_unspecified NSDictionary *)deviceDescription API_DEPRECATED("Use -[NSImage bestRepresentationForRect:context:hints:] instead. Any deviceDescription dictionary is also a valid hints dictionary.", macos(10.0,10.6));
  19274. | ^~~~~~~~~~~~~~~~
  19275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:244:21:error: expected '>' before '*' token
  19276. 244 | + (NSArray<NSString *> *)imageUnfilteredFileTypes API_DEPRECATED("Use +imageUnfilteredTypes instead", macos(10.0,10.10));
  19277. | ^
  19278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:244:21:error: cannot find protocol declaration for 'NSString'
  19279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:244:22:error: expected ')' before '>' token
  19280. 244 | + (NSArray<NSString *> *)imageUnfilteredFileTypes API_DEPRECATED("Use +imageUnfilteredTypes instead", macos(10.0,10.10));
  19281. | ~ ^
  19282. | )
  19283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:244:22:error: objective-c++ method declaration is expected before '>' token
  19284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:245:28:error: cannot find protocol declaration for 'NSPasteboardType'
  19285. 245 | + (NSArray<NSPasteboardType> *)imageUnfilteredPasteboardTypes API_DEPRECATED("Use +imageUnfilteredTypes instead", macos(10.0,10.10));
  19286. | ^
  19287. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:246:21:error: expected '>' before '*' token
  19288. 246 | + (NSArray<NSString *> *)imageFileTypes API_DEPRECATED("Use +imageTypes instead", macos(10.0,10.10));
  19289. | ^
  19290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:246:21:error: cannot find protocol declaration for 'NSString'
  19291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:246:22:error: expected ')' before '>' token
  19292. 246 | + (NSArray<NSString *> *)imageFileTypes API_DEPRECATED("Use +imageTypes instead", macos(10.0,10.10));
  19293. | ~ ^
  19294. | )
  19295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:246:22:error: objective-c++ method declaration is expected before '>' token
  19296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:247:28:error: cannot find protocol declaration for 'NSPasteboardType'
  19297. 247 | + (NSArray<NSPasteboardType> *)imagePasteboardTypes API_DEPRECATED("Use +imageTypes instead", macos(10.0,10.10));
  19298. | ^
  19299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:265:36:error: 'null_unspecified' does not name a type
  19300. 265 | - (void)lockFocusOnRepresentation:(null_unspecified NSImageRep *)imageRepresentation API_DEPRECATED("Use -lockFocus followed by -[NSImageRep drawInRect:] instead. See documentation for more info.", macos(10.0,10.6));
  19301. | ^~~~~~~~~~~~~~~~
  19302. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:92:
  19303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageView.h:27:22: error: unknown property attribute 'strong'
  19304. 27 | @property (nullable, strong) NSImage *image;
  19305. | ^~~~~~
  19306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImageView.h:27:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19307. 27 | @property (nullable, strong) NSImage *image;
  19308. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  19309. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:94:
  19310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:20:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19311. 20 | - (BOOL)loadNibNamed:(NSNibName)nibName owner:(nullable id)owner topLevelObjects:(NSArray * _Nullable * _Nullable)topLevelObjects API_AVAILABLE(macos(10.8));
  19312. | ^~~~~~~~
  19313. | cg_nullable
  19314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:32:22: error: 'null_unspecified' does not name a type
  19315. 32 | + (BOOL)loadNibFile:(null_unspecified NSString *)fileName externalNameTable:(null_unspecified NSDictionary *)context withZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.8));
  19316. | ^~~~~~~~~~~~~~~~
  19317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:32:78: error: 'null_unspecified' does not name a type
  19318. 32 | + (BOOL)loadNibFile:(null_unspecified NSString *)fileName externalNameTable:(null_unspecified NSDictionary *)context withZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.8));
  19319. | ^~~~~~~~~~~~~~~~
  19320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:32:128: error: 'null_unspecified' does not name a type
  19321. 32 | + (BOOL)loadNibFile:(null_unspecified NSString *)fileName externalNameTable:(null_unspecified NSDictionary *)context withZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.8));
  19322. | ^~~~~~~~~~~~~~~~
  19323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:33:23: error: 'null_unspecified' does not name a type
  19324. 33 | + (BOOL)loadNibNamed:(null_unspecified NSString *)nibName owner:(null_unspecified id)owner API_DEPRECATED("", macos(10.0,10.8));
  19325. | ^~~~~~~~~~~~~~~~
  19326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:33:66: error: 'null_unspecified' does not name a type
  19327. 33 | + (BOOL)loadNibNamed:(null_unspecified NSString *)nibName owner:(null_unspecified id)owner API_DEPRECATED("", macos(10.0,10.8));
  19328. | ^~~~~~~~~~~~~~~~
  19329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:34:22: error: 'null_unspecified' does not name a type
  19330. 34 | - (BOOL)loadNibFile:(null_unspecified NSString *)fileName externalNameTable:(null_unspecified NSDictionary *)context withZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.8));
  19331. | ^~~~~~~~~~~~~~~~
  19332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:34:78: error: 'null_unspecified' does not name a type
  19333. 34 | - (BOOL)loadNibFile:(null_unspecified NSString *)fileName externalNameTable:(null_unspecified NSDictionary *)context withZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.8));
  19334. | ^~~~~~~~~~~~~~~~
  19335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNibLoading.h:34:128: error: 'null_unspecified' does not name a type
  19336. 34 | - (BOOL)loadNibFile:(null_unspecified NSString *)fileName externalNameTable:(null_unspecified NSDictionary *)context withZone:(null_unspecified NSZone *)zone API_DEPRECATED("", macos(10.0,10.8));
  19337. | ^~~~~~~~~~~~~~~~
  19338. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:96:
  19339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:21:4 error: '__kindof' does not name a type
  19340. 21 | - (__kindof NSScrubberItemView *)scrubber:(NSScrubber *)scrubber viewForItemAtIndex:(NSInteger)index API_AVAILABLE(macos(10.12.2));
  19341. | ^~~~~~~~
  19342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:75:19: error: unknown property attribute 'strong'
  19343. 75 | @property (class, strong, readonly) NSScrubberSelectionStyle *outlineOverlayStyle;
  19344. | ^~~~~~
  19345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:76:19: error: unknown property attribute 'strong'
  19346. 76 | @property (class, strong, readonly) NSScrubberSelectionStyle *roundedBackgroundStyle;
  19347. | ^~~~~~
  19348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:83:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19349. 83 | - (nullable __kindof NSScrubberSelectionView *)makeSelectionView;
  19350. | ^~~~~~~~
  19351. | cg_nullable
  19352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:103:12: error: unknown property attribute 'weak'
  19353. 103 | @property (weak, nullable) id<NSScrubberDataSource> dataSource;
  19354. | ^~~~
  19355. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:103:53: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19356. 103 | @property (weak, nullable) id<NSScrubberDataSource> dataSource;
  19357. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  19358. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:104:12: error: unknown property attribute 'weak'
  19359. 104 | @property (weak, nullable) id<NSScrubberDelegate> delegate;
  19360. | ^~~~
  19361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:104:51: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19362. 104 | @property (weak, nullable) id<NSScrubberDelegate> delegate;
  19363. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:105:12: error: unknown property attribute 'strong'
  19365. 105 | @property (strong) __kindof NSScrubberLayout *scrubberLayout;
  19366. | ^~~~~~
  19367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:105:20: error: '__kindof' has not been declared
  19368. 105 | @property (strong) __kindof NSScrubberLayout *scrubberLayout;
  19369. | ^~~~~~~~
  19370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:129:12: error: unknown property attribute 'strong'
  19371. 129 | @property (strong, nullable) NSScrubberSelectionStyle *selectionBackgroundStyle;
  19372. | ^~~~~~
  19373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:129:56: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19374. 129 | @property (strong, nullable) NSScrubberSelectionStyle *selectionBackgroundStyle;
  19375. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  19376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:132:12: error: unknown property attribute 'strong'
  19377. 132 | @property (strong, nullable) NSScrubberSelectionStyle *selectionOverlayStyle;
  19378. | ^~~~~~
  19379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:132:56: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19380. 132 | @property (strong, nullable) NSScrubberSelectionStyle *selectionOverlayStyle;
  19381. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  19382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:144:12: error: unknown property attribute 'strong'
  19383. 144 | @property (strong, nullable) NSView *backgroundView;
  19384. | ^~~~~~
  19385. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:144:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19386. 144 | @property (strong, nullable) NSView *backgroundView;
  19387. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  19388. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:157:44: error: expected ')' before '(' token
  19389. 157 | - (void)performSequentialBatchUpdates:(void(NS_NOESCAPE ^)(void))updateBlock;
  19390. | ~ ^
  19391. | )
  19392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:157:44: error: expected identifier before '(' token
  19393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:157:44: error: expected ';' before '(' token
  19394. 157 | - (void)performSequentialBatchUpdates:(void(NS_NOESCAPE ^)(void))updateBlock;
  19395. | ^
  19396. | ;
  19397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:177:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19398. 177 | - (nullable __kindof NSScrubberItemView *)itemViewForItemAtIndex:(NSInteger)index;
  19399. | ^~~~~~~~
  19400. | cg_nullable
  19401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:182:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19402. 182 | - (void)registerClass:(nullable Class)itemViewClass forItemIdentifier:(NSUserInterfaceItemIdentifier)itemIdentifier;
  19403. | ^~~~~~~~
  19404. | cg_nullable
  19405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:185:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19406. 185 | - (void)registerNib:(nullable NSNib *)nib forItemIdentifier:(NSUserInterfaceItemIdentifier)itemIdentifier;
  19407. | ^~~~~~~~
  19408. | cg_nullable
  19409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:188:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19410. 188 | - (nullable __kindof NSScrubberItemView *)makeItemWithIdentifier:(NSUserInterfaceItemIdentifier)itemIdentifier owner:(nullable id)owner;
  19411. | ^~~~~~~~
  19412. | cg_nullable
  19413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubber.h:188:119: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19414. 188 | - (nullable __kindof NSScrubberItemView *)makeItemWithIdentifier:(NSUserInterfaceItemIdentifier)itemIdentifier owner:(nullable id)owner;
  19415. | ^~~~~~~~
  19416. | cg_nullable
  19417. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:97:
  19418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberItemView.h:26:32: error: '__kindof' does not name a type
  19419. 26 | - (void)applyLayoutAttributes:(__kindof NSScrubberLayoutAttributes *)layoutAttributes NS_REQUIRES_SUPER;
  19420. | ^~~~~~~~
  19421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberItemView.h:60:12: error: unknown property attribute 'strong'
  19422. 60 | @property (strong, readonly) NSTextField *textField;
  19423. | ^~~~~~
  19424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberItemView.h:75:12: error: unknown property attribute 'strong'
  19425. 75 | @property (strong, readonly) NSImageView *imageView;
  19426. | ^~~~~~
  19427. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:98:
  19428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberLayout.h:53:12: error: unknown property attribute 'weak'
  19429. 53 | @property (weak, nullable, readonly) NSScrubber *scrubber;
  19430. | ^~~~
  19431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberLayout.h:76:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19432. 76 | - (nullable __kindof NSScrubberLayoutAttributes *)layoutAttributesForItemAtIndex:(NSInteger)index;
  19433. | ^~~~~~~~
  19434. | cg_nullable
  19435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberLayout.h:79:19: error: expected '>' before 'NSScrubberLayoutAttributes'
  19436. 79 | - (NSSet<__kindof NSScrubberLayoutAttributes *> *)layoutAttributesForItemsInRect:(NSRect)rect;
  19437. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  19438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberLayout.h:79:19: error: cannot find protocol declaration for '__kindof'
  19439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrubberLayout.h:79:4: error: two or more data types in declaration of 'type name'
  19440. 79 | - (NSSet<__kindof NSScrubberLayoutAttributes *> *)layoutAttributesForItemsInRect:(NSRect)rect;
  19441. | ^~~~~
  19442. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:9,
  19443. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:99:
  19444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:64:22: error: unknown property attribute 'weak'
  19445. 64 | @property (nullable, weak) id <NSSharingServiceDelegate> delegate;
  19446. | ^~~~
  19447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:64:58: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19448. 64 | @property (nullable, weak) id <NSSharingServiceDelegate> delegate;
  19449. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:66:22: error: unknown property attribute 'strong'
  19451. 66 | @property (readonly, strong) NSImage *image;
  19452. | ^~~~~~
  19453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:67:32: error: unknown property attribute 'strong'
  19454. 67 | @property (nullable, readonly, strong) NSImage *alternateImage;
  19455. | ^~~~~~
  19456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:74:45: error: expected '>' before '*' token
  19457. 74 | @property (nullable, copy) NSArray<NSString *> *recipients API_AVAILABLE(macos(10.9)); // NSArray of NSString objects representing handles (example: email adresses)
  19458. | ^
  19459. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:74:45: error: cannot find protocol declaration for 'NSString'
  19460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:74:46: error: expected unqualified-id before '>' token
  19461. 74 | @property (nullable, copy) NSArray<NSString *> *recipients API_AVAILABLE(macos(10.9)); // NSArray of NSString objects representing handles (example: email adresses)
  19462. | ^
  19463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:86:52: error: expected '>' before '*' token
  19464. 86 | @property (nullable, readonly, copy) NSArray<NSURL *> *attachmentFileURLs API_AVAILABLE(macos(10.9));
  19465. | ^
  19466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:86:52: error: cannot find protocol declaration for 'NSURL'
  19467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:86:53: error: expected unqualified-id before '>' token
  19468. 86 | @property (nullable, readonly, copy) NSArray<NSURL *> *attachmentFileURLs API_AVAILABLE(macos(10.9));
  19469. | ^
  19470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:93:29: error: expected '>' before '*' token
  19471. 93 | + (NSArray<NSSharingService *> *)sharingServicesForItems:(NSArray *)items;
  19472. | ^
  19473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:93:29: error: cannot find protocol declaration for 'NSSharingService'
  19474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:93:30: error: expected ')' before '>' token
  19475. 93 | + (NSArray<NSSharingService *> *)sharingServicesForItems:(NSArray *)items;
  19476. | ~ ^
  19477. | )
  19478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:93:30: error: objective-c++ method declaration is expected before '>' token
  19479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:98:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19480. 98 | + (nullable NSSharingService *)sharingServiceNamed:(NSSharingServiceName)serviceName;
  19481. | ^~~~~~~~
  19482. | cg_nullable
  19483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:103:88: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19484. 103 | - (instancetype)initWithTitle:(NSString *)title image:(NSImage *)image alternateImage:(nullable NSImage *)alternateImage handler:(void (^)(void))block NS_DESIGNATED_INITIALIZER;
  19485. | ^~~~~~~~
  19486. | cg_nullable
  19487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:103:135: error: expected ')' before '(' token
  19488. 103 | - (instancetype)initWithTitle:(NSString *)title image:(NSImage *)image alternateImage:(nullable NSImage *)alternateImage handler:(void (^)(void))block NS_DESIGNATED_INITIALIZER;
  19489. | ~ ^~
  19490. | )
  19491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:103:136: error: expected identifier before '(' token
  19492. 103 | - (instancetype)initWithTitle:(NSString *)title image:(NSImage *)image alternateImage:(nullable NSImage *)alternateImage handler:(void (^)(void))block NS_DESIGNATED_INITIALIZER;
  19493. | ^
  19494. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:103:135: error: expected ';' before '(' token
  19495. 103 | - (instancetype)initWithTitle:(NSString *)title image:(NSImage *)image alternateImage:(nullable NSImage *)alternateImage handler:(void (^)(void))block NS_DESIGNATED_INITIALIZER;
  19496. | ^~
  19497. | ;
  19498. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:112:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19499. 112 | - (BOOL)canPerformWithItems:(nullable NSArray *)items;
  19500. | ^~~~~~~~
  19501. | cg_nullable
  19502. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:148:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19503. 148 | - (nullable NSImage *)sharingService:(NSSharingService *)sharingService transitionImageForShareItem:(id)item contentRect:(NSRect *)contentRect;
  19504. | ^~~~~~~~
  19505. | cg_nullable
  19506. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:149:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19507. 149 | - (nullable NSWindow *)sharingService:(NSSharingService *)sharingService sourceWindowForShareItems:(NSArray *)items sharingContentScope:(NSSharingContentScope *)sharingContentScope;
  19508. | ^~~~~~~~
  19509. | cg_nullable
  19510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:155:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19511. 155 | - (nullable NSView *)anchoringViewForSharingService:(NSSharingService *)sharingService showRelativeToRect:(NSRect *)positioningRect preferredEdge:(NSRectEdge *)preferredEdge;
  19512. | ^~~~~~~~
  19513. | cg_nullable
  19514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:176:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19515. 176 | - (void)sharingService:(NSSharingService *)sharingService didCompleteForItems:(NSArray *)items error:(nullable NSError *)error;
  19516. | ^~~~~~~~
  19517. | cg_nullable
  19518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:200:58: error: expected ')' before '(' token
  19519. 200 | - (void)registerCloudKitShareWithPreparationHandler:(void (^_Nonnull)(void (^ _Nonnull preparationCompletionHandler)(CKShare * _Nullable, CKContainer * _Nullable, NSError * _Nullable)))preparationHandler API_AVAILABLE(macos(10.12));
  19520. | ~ ^~
  19521. | )
  19522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:200:59: error: expected identifier before '(' token
  19523. 200 | - (void)registerCloudKitShareWithPreparationHandler:(void (^_Nonnull)(void (^ _Nonnull preparationCompletionHandler)(CKShare * _Nullable, CKContainer * _Nullable, NSError * _Nullable)))preparationHandler API_AVAILABLE(macos(10.12));
  19524. | ^
  19525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:200:58: error: expected ';' before '(' token
  19526. 200 | - (void)registerCloudKitShareWithPreparationHandler:(void (^_Nonnull)(void (^ _Nonnull preparationCompletionHandler)(CKShare * _Nullable, CKContainer * _Nullable, NSError * _Nullable)))preparationHandler API_AVAILABLE(macos(10.12));
  19527. | ^~
  19528. | ;
  19529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:216:22: error: unknown property attribute 'weak'
  19530. 216 | @property (nullable, weak) id <NSSharingServicePickerDelegate> delegate;
  19531. | ^~~~
  19532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:216:64: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19533. 216 | @property (nullable, weak) id <NSSharingServicePickerDelegate> delegate;
  19534. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:247:29: error: expected '>' before '*' token
  19536. 247 | - (NSArray<NSSharingService *> *)sharingServicePicker:(NSSharingServicePicker *)sharingServicePicker sharingServicesForItems:(NSArray *)items proposedSharingServices:(NSArray<NSSharingService *> *)proposedServices;
  19537. | ^
  19538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:247:29: error: cannot find protocol declaration for 'NSSharingService'
  19539. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:247:30: error: expected ')' before '>' token
  19540. 247 | - (NSArray<NSSharingService *> *)sharingServicePicker:(NSSharingServicePicker *)sharingServicePicker sharingServicesForItems:(NSArray *)items proposedSharingServices:(NSArray<NSSharingService *> *)proposedServices;
  19541. | ~ ^
  19542. | )
  19543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:247:30: error: objective-c++ method declaration is expected before '>' token
  19544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:252:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19545. 252 | - (nullable id <NSSharingServiceDelegate>)sharingServicePicker:(NSSharingServicePicker *)sharingServicePicker delegateForSharingService:(NSSharingService *)sharingService;
  19546. | ^~~~~~~~
  19547. | cg_nullable
  19548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:257:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19549. 257 | - (void)sharingServicePicker:(NSSharingServicePicker *)sharingServicePicker didChooseSharingService:(nullable NSSharingService *)service;
  19550. | ^~~~~~~~
  19551. | cg_nullable
  19552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:28:12: error: unknown property attribute 'weak'
  19553. 28 | @property (weak) id<NSSharingServicePickerTouchBarItemDelegate> delegate;
  19554. | ^~~~
  19555. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:28:65: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19556. 28 | @property (weak) id<NSSharingServicePickerTouchBarItemDelegate> delegate;
  19557. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:39:22: error: unknown property attribute 'strong'
  19559. 39 | @property (nullable, strong) NSImage *buttonImage;
  19560. | ^~~~~~
  19561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:39:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19562. 39 | @property (nullable, strong) NSImage *buttonImage;
  19563. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  19564. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:100:
  19565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderAccessory.h:55:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19566. 55 | + (NSSliderAccessoryBehavior *)behaviorWithTarget:(nullable id)target action:(SEL)action;
  19567. | ^~~~~~~~
  19568. | cg_nullable
  19569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderAccessory.h:58:57: error: expected ')' before '(' token
  19570. 58 | + (NSSliderAccessoryBehavior *)behaviorWithHandler:(void(^)(NSSliderAccessory *))handler;
  19571. | ~ ^
  19572. | )
  19573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderAccessory.h:58:57: error: expected identifier before '(' token
  19574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderAccessory.h:58:57: error: expected ';' before '(' token
  19575. 58 | + (NSSliderAccessoryBehavior *)behaviorWithHandler:(void(^)(NSSliderAccessory *))handler;
  19576. | ^
  19577. | ;
  19578. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:101:
  19579. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:27:12: error: unknown property attribute 'strong'
  19580. 27 | @property (strong) NSSlider *slider API_UNAVAILABLE(ios);
  19581. | ^~~~~~
  19582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:27:30: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19583. 27 | @property (strong) NSSlider *slider API_UNAVAILABLE(ios);
  19584. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  19585. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:41:12: error: unknown property attribute 'strong'
  19586. 41 | @property (strong, nullable) NSSliderAccessory *minimumValueAccessory;
  19587. | ^~~~~~
  19588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:41:49: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19589. 41 | @property (strong, nullable) NSSliderAccessory *minimumValueAccessory;
  19590. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  19591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:43:12: error: unknown property attribute 'strong'
  19592. 43 | @property (strong, nullable) NSSliderAccessory *maximumValueAccessory;
  19593. | ^~~~~~
  19594. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:43:49: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19595. 43 | @property (strong, nullable) NSSliderAccessory *maximumValueAccessory;
  19596. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  19597. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:48:12: error: unknown property attribute 'weak'
  19598. 48 | @property (weak, nullable) id target;
  19599. | ^~~~
  19600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderTouchBarItem.h:48:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19601. 48 | @property (weak, nullable) id target;
  19602. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  19603. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:102:
  19604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19605. 21 | - (nullable instancetype)init;
  19606. | ^~~~~~~~
  19607. | cg_nullable
  19608. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h:26:22: error: unknown property attribute 'weak'
  19609. 26 | @property (nullable, weak) id<NSSpeechRecognizerDelegate> delegate;
  19610. | ^~~~
  19611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h:26:59: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19612. 26 | @property (nullable, weak) id<NSSpeechRecognizerDelegate> delegate;
  19613. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h:28:45: error: expected '>' before '*' token
  19615. 28 | @property (nullable, copy) NSArray<NSString *> *commands;
  19616. | ^
  19617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h:28:45: error: cannot find protocol declaration for 'NSString'
  19618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechRecognizer.h:28:46: error: expected unqualified-id before '>' token
  19619. 28 | @property (nullable, copy) NSArray<NSString *> *commands;
  19620. | ^
  19621. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:103:
  19622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:80:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19623. 80 | - (nullable instancetype)initWithVoice:(nullable NSSpeechSynthesizerVoiceName)voice;
  19624. | ^~~~~~~~
  19625. | cg_nullable
  19626. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:80:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19627. 80 | - (nullable instancetype)initWithVoice:(nullable NSSpeechSynthesizerVoiceName)voice;
  19628. | ^~~~~~~~
  19629. | cg_nullable
  19630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:91:22: error: unknown property attribute 'weak'
  19631. 91 | @property (nullable, weak) id<NSSpeechSynthesizerDelegate> delegate;
  19632. | ^~~~
  19633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:91:60: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19634. 91 | @property (nullable, weak) id<NSSpeechSynthesizerDelegate> delegate;
  19635. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19636. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:92:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19637. 92 | - (nullable NSSpeechSynthesizerVoiceName)voice;
  19638. | ^~~~~~~~
  19639. | cg_nullable
  19640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:93:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19641. 93 | - (BOOL)setVoice:(nullable NSSpeechSynthesizerVoiceName)voice;
  19642. | ^~~~~~~~
  19643. | cg_nullable
  19644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:98:68: error: cannot find protocol declaration for 'NSSpeechDictionaryKey'
  19645. 98 | - (void)addSpeechDictionary:(NSDictionary<NSSpeechDictionaryKey, id> *)speechDictionary API_AVAILABLE(macos(10.5));
  19646. | ^
  19647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:98:68: error: cannot find protocol declaration for 'id'
  19648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:101:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19649. 101 | - (nullable id)objectForProperty:(NSSpeechPropertyKey)property error:(NSError **)outError API_AVAILABLE(macos(10.5));
  19650. | ^~~~~~~~
  19651. | cg_nullable
  19652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:102:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19653. 102 | - (BOOL)setObject:(nullable id)object forProperty:(NSSpeechPropertyKey)property error:(NSError **)outError API_AVAILABLE(macos(10.5));
  19654. | ^~~~~~~~
  19655. | cg_nullable
  19656. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:106:71: error: cannot find protocol declaration for 'NSSpeechSynthesizerVoiceName'
  19657. 106 | @property (class, readonly, copy) NSArray<NSSpeechSynthesizerVoiceName> *availableVoices;
  19658. | ^
  19659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:107:40: error: cannot find protocol declaration for 'NSVoiceAttributeKey'
  19660. 107 | + (NSDictionary<NSVoiceAttributeKey, id> *)attributesForVoice:(NSSpeechSynthesizerVoiceName)voice;
  19661. | ^
  19662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpeechSynthesizer.h:107:40: error: cannot find protocol declaration for 'id'
  19663. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:104:
  19664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:45:29: error: unknown property attribute 'strong'
  19665. 45 | @property (class, readonly, strong) NSSpellChecker *sharedSpellChecker;
  19666. | ^~~~~~
  19667. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:52:107: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19668. 52 | - (NSRange)checkSpellingOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset language:(nullable NSString *)language wrap:(BOOL)wrapFlag inSpellDocumentWithTag:(NSInteger)tag wordCount:(nullable NSInteger *)wordCount;
  19669. | ^~~~~~~~
  19670. | cg_nullable
  19671. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:52:205: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19672. 52 | - (NSRange)checkSpellingOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset language:(nullable NSString *)language wrap:(BOOL)wrapFlag inSpellDocumentWithTag:(NSInteger)tag wordCount:(nullable NSInteger *)wordCount;
  19673. | ^~~~~~~~
  19674. | cg_nullable
  19675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:57:69: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19676. 57 | - (NSInteger)countWordsInString:(NSString *)stringToCount language:(nullable NSString *)language;
  19677. | ^~~~~~~~
  19678. | cg_nullable
  19679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:106: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19680. 60 | - (NSRange)checkGrammarOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset language:(nullable NSString *)language wrap:(BOOL)wrapFlag inSpellDocumentWithTag:(NSInteger)tag details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5));
  19681. | ^~~~~~~~
  19682. | cg_nullable
  19683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:222: error: expected '>' before '<' token
  19684. 60 | - (NSRange)checkGrammarOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset language:(nullable NSString *)language wrap:(BOOL)wrapFlag inSpellDocumentWithTag:(NSInteger)tag details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5));
  19685. | ^
  19686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:222: error: cannot find protocol declaration for 'NSDictionary'
  19687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:222: error: expected ')' before '<' token
  19688. 60 | - (NSRange)checkGrammarOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset language:(nullable NSString *)language wrap:(BOOL)wrapFlag inSpellDocumentWithTag:(NSInteger)tag details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5));
  19689. | ~ ^
  19690. | )
  19691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:222: error: expected identifier before '<' token
  19692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:222: error: cannot use an object as parameter to a method
  19693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:60:222: error: expected ';' before '<' token
  19694. 60 | - (NSRange)checkGrammarOfString:(NSString *)stringToCheck startingAt:(NSInteger)startingOffset language:(nullable NSString *)language wrap:(BOOL)wrapFlag inSpellDocumentWithTag:(NSInteger)tag details:(NSArray<NSDictionary<NSString *, id> *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5));
  19695. | ^
  19696. | ;
  19697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:63:33: error: expected '>' before '*' token
  19698. 63 | - (NSArray<NSTextCheckingResult *> *)checkString:(NSString *)stringToCheck range:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag orthography:(NSOrthography * _Nullable * _Nullable)orthography wordCount:(nullable NSInteger *)wordCount API_AVAILABLE(macos(10.6));
  19699. | ^
  19700. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:63:33: error: cannot find protocol declaration for 'NSTextCheckingResult'
  19701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:63:34: error: expected ')' before '>' token
  19702. 63 | - (NSArray<NSTextCheckingResult *> *)checkString:(NSString *)stringToCheck range:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag orthography:(NSOrthography * _Nullable * _Nullable)orthography wordCount:(nullable NSInteger *)wordCount API_AVAILABLE(macos(10.6));
  19703. | ~ ^
  19704. | )
  19705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:63:34: error: objective-c++ method declaration is expected before '>' token
  19706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:66:135: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19707. 66 | - (NSInteger)requestCheckingOfString:(NSString *)stringToCheck range:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *results, NSOrthography *orthography, NSInteger wordCount))completionHandler API_AVAILABLE(macos(10.6));
  19708. | ^~~~~~~~
  19709. | cg_nullable
  19710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:66:257: error: expected ')' before '(' token
  19711. 66 | - (NSInteger)requestCheckingOfString:(NSString *)stringToCheck range:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *results, NSOrthography *orthography, NSInteger wordCount))completionHandler API_AVAILABLE(macos(10.6));
  19712. | ~ ^~
  19713. | )
  19714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:66:258: error: expected identifier before '(' token
  19715. 66 | - (NSInteger)requestCheckingOfString:(NSString *)stringToCheck range:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *results, NSOrthography *orthography, NSInteger wordCount))completionHandler API_AVAILABLE(macos(10.6));
  19716. | ^
  19717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:66:257: error: expected ';' before '(' token
  19718. 66 | - (NSInteger)requestCheckingOfString:(NSString *)stringToCheck range:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *results, NSOrthography *orthography, NSInteger wordCount))completionHandler API_AVAILABLE(macos(10.6));
  19719. | ^~
  19720. | ;
  19721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:69:156: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19722. 69 | - (NSInteger)requestCandidatesForSelectedRange:(NSRange)selectedRange inString:(NSString *)stringToCheck types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *candidates))completionHandler API_AVAILABLE(macos(10.12.2));
  19723. | ^~~~~~~~
  19724. | cg_nullable
  19725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:69:278: error: expected ')' before '(' token
  19726. 69 | - (NSInteger)requestCandidatesForSelectedRange:(NSRange)selectedRange inString:(NSString *)stringToCheck types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *candidates))completionHandler API_AVAILABLE(macos(10.12.2));
  19727. | ~ ^~
  19728. | )
  19729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:69:279: error: expected identifier before '(' token
  19730. 69 | - (NSInteger)requestCandidatesForSelectedRange:(NSRange)selectedRange inString:(NSString *)stringToCheck types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *candidates))completionHandler API_AVAILABLE(macos(10.12.2));
  19731. | ^
  19732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:69:278: error: expected ';' before '(' token
  19733. 69 | - (NSInteger)requestCandidatesForSelectedRange:(NSRange)selectedRange inString:(NSString *)stringToCheck types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options inSpellDocumentWithTag:(NSInteger)tag completionHandler:(void (^ _Nullable)(NSInteger sequenceNumber, NSArray<NSTextCheckingResult *> *candidates))completionHandler API_AVAILABLE(macos(10.12.2));
  19734. | ^~
  19735. | ;
  19736. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19737. 72 | - (nullable NSMenu *)menuForResult:(NSTextCheckingResult *)result string:(NSString *)checkedString options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options atLocation:(NSPoint)location inView:(NSView *)view API_AVAILABLE(macos(10.6));
  19738. | ^~~~~~~~
  19739. | cg_nullable
  19740. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:72:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19741. 72 | - (nullable NSMenu *)menuForResult:(NSTextCheckingResult *)result string:(NSString *)checkedString options:(nullable NSDictionary<NSTextCheckingOptionKey, id> *)options atLocation:(NSPoint)location inView:(NSView *)view API_AVAILABLE(macos(10.6));
  19742. | ^~~~~~~~
  19743. | cg_nullable
  19744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:75:21: error: expected '>' before '*' token
  19745. 75 | - (NSArray<NSString *> *)userQuotesArrayForLanguage:(NSString *)language API_AVAILABLE(macos(10.6));
  19746. | ^
  19747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:75:21: error: cannot find protocol declaration for 'NSString'
  19748. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:75:22: error: expected ')' before '>' token
  19749. 75 | - (NSArray<NSString *> *)userQuotesArrayForLanguage:(NSString *)language API_AVAILABLE(macos(10.6));
  19750. | ~ ^
  19751. | )
  19752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:75:22: error: objective-c++ method declaration is expected before '>' token
  19753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:76:50: error: expected '>' before '*' token
  19754. 76 | @property (readonly, copy) NSDictionary<NSString *, NSString *> *userReplacementsDictionary API_AVAILABLE(macos(10.6));
  19755. | ^
  19756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:76:50: error: cannot find protocol declaration for 'NSString'
  19757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:76:51: error: expected unqualified-id before ',' token
  19758. 76 | @property (readonly, copy) NSDictionary<NSString *, NSString *> *userReplacementsDictionary API_AVAILABLE(macos(10.6));
  19759. | ^
  19760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:82:95: error: expected '>' before '*' token
  19761. 82 | - (void)updateSpellingPanelWithGrammarString:(NSString *)string detail:(NSDictionary<NSString *, id> *)detail API_AVAILABLE(macos(10.5));
  19762. | ^
  19763. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:82:95: error: cannot find protocol declaration for 'NSString'
  19764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:82:96: error: expected ')' before ',' token
  19765. 82 | - (void)updateSpellingPanelWithGrammarString:(NSString *)string detail:(NSDictionary<NSString *, id> *)detail API_AVAILABLE(macos(10.5));
  19766. | ~ ^
  19767. | )
  19768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:82:96: error: expected identifier before ',' token
  19769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:82:100: error: expected ';' before '>' token
  19770. 82 | - (void)updateSpellingPanelWithGrammarString:(NSString *)string detail:(NSDictionary<NSString *, id> *)detail API_AVAILABLE(macos(10.5));
  19771. | ^
  19772. | ;
  19773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:85:22: error: unknown property attribute 'strong'
  19774. 85 | @property (readonly, strong) NSPanel *spellingPanel;
  19775. | ^~~~~~
  19776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:86:22: error: unknown property attribute 'strong'
  19777. 86 | @property (nullable, strong) NSView *accessoryView;
  19778. | ^~~~~~
  19779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:86:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19780. 86 | @property (nullable, strong) NSView *accessoryView;
  19781. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  19782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:89:22: error: unknown property attribute 'strong'
  19783. 89 | @property (readonly, strong) NSPanel *substitutionsPanel API_AVAILABLE(macos(10.6));
  19784. | ^~~~~~
  19785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:90:22: error: unknown property attribute 'strong'
  19786. 90 | @property (nullable, strong) NSViewController *substitutionsPanelAccessoryViewController API_AVAILABLE(macos(10.6));
  19787. | ^~~~~~
  19788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:90:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19789. 90 | @property (nullable, strong) NSViewController *substitutionsPanelAccessoryViewController API_AVAILABLE(macos(10.6));
  19790. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:98:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19792. 98 | - (nullable NSArray<NSString *> *)ignoredWordsInSpellDocumentWithTag:(NSInteger)tag;
  19793. | ^~~~~~~~
  19794. | cg_nullable
  19795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:99:43: error: expected '>' before '*' token
  19796. 99 | - (void)setIgnoredWords:(NSArray<NSString *> *)words inSpellDocumentWithTag:(NSInteger)tag;
  19797. | ^
  19798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:99:43: error: cannot find protocol declaration for 'NSString'
  19799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:99:44: error: expected ')' before '>' token
  19800. 99 | - (void)setIgnoredWords:(NSArray<NSString *> *)words inSpellDocumentWithTag:(NSInteger)tag;
  19801. | ~ ^
  19802. | )
  19803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:99:44: error: expected identifier before '>' token
  19804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:99:44: error: expected ';' before '>' token
  19805. 99 | - (void)setIgnoredWords:(NSArray<NSString *> *)words inSpellDocumentWithTag:(NSInteger)tag;
  19806. | ^
  19807. | ;
  19808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:102:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19809. 102 | - (nullable NSArray<NSString *> *)guessesForWordRange:(NSRange)range inString:(NSString *)string language:(nullable NSString *)language inSpellDocumentWithTag:(NSInteger)tag API_AVAILABLE(macos(10.6));
  19810. | ^~~~~~~~
  19811. | cg_nullable
  19812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:102:108: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19813. 102 | - (nullable NSArray<NSString *> *)guessesForWordRange:(NSRange)range inString:(NSString *)string language:(nullable NSString *)language inSpellDocumentWithTag:(NSInteger)tag API_AVAILABLE(macos(10.6));
  19814. | ^~~~~~~~
  19815. | cg_nullable
  19816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:105:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19817. 105 | - (nullable NSString *)correctionForWordRange:(NSRange)range inString:(NSString *)string language:(NSString *)language inSpellDocumentWithTag:(NSInteger)tag API_AVAILABLE(macos(10.7));
  19818. | ^~~~~~~~
  19819. | cg_nullable
  19820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:108:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19821. 108 | - (nullable NSArray<NSString *> *)completionsForPartialWordRange:(NSRange)range inString:(NSString *)string language:(nullable NSString *)language inSpellDocumentWithTag:(NSInteger)tag;
  19822. | ^~~~~~~~
  19823. | cg_nullable
  19824. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:108:119: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19825. 108 | - (nullable NSArray<NSString *> *)completionsForPartialWordRange:(NSRange)range inString:(NSString *)string language:(nullable NSString *)language inSpellDocumentWithTag:(NSInteger)tag;
  19826. | ^~~~~~~~
  19827. | cg_nullable
  19828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:111:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19829. 111 | - (nullable NSString *)languageForWordRange:(NSRange)range inString:(NSString *)string orthography:(nullable NSOrthography *)orthography API_AVAILABLE(macos(10.7));
  19830. | ^~~~~~~~
  19831. | cg_nullable
  19832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:111:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19833. 111 | - (nullable NSString *)languageForWordRange:(NSRange)range inString:(NSString *)string orthography:(nullable NSOrthography *)orthography API_AVAILABLE(macos(10.7));
  19834. | ^~~~~~~~
  19835. | cg_nullable
  19836. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:126:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19837. 126 | - (void)recordResponse:(NSCorrectionResponse)response toCorrection:(NSString *)correction forWord:(NSString *)word language:(nullable NSString *)language inSpellDocumentWithTag:(NSInteger)tag API_AVAILABLE(macos(10.7));
  19838. | ^~~~~~~~
  19839. | cg_nullable
  19840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:135:148: error: expected '>' before '*' token
  19841. 135 | - (void)showCorrectionIndicatorOfType:(NSCorrectionIndicatorType)type primaryString:(NSString *)primaryString alternativeStrings:(NSArray<NSString *> *)alternativeStrings forStringInRect:(NSRect)rectOfTypedString view:(NSView *)view completionHandler:(void (^ _Nullable)(NSString * _Null_unspecified acceptedString))completionBlock API_AVAILABLE(macos(10.7));
  19842. | ^
  19843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:135:148: error: cannot find protocol declaration for 'NSString'
  19844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:135:149: error: expected ')' before '>' token
  19845. 135 | - (void)showCorrectionIndicatorOfType:(NSCorrectionIndicatorType)type primaryString:(NSString *)primaryString alternativeStrings:(NSArray<NSString *> *)alternativeStrings forStringInRect:(NSRect)rectOfTypedString view:(NSView *)view completionHandler:(void (^ _Nullable)(NSString * _Null_unspecified acceptedString))completionBlock API_AVAILABLE(macos(10.7));
  19846. | ~ ^
  19847. | )
  19848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:135:149: error: expected identifier before '>' token
  19849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:135:149: error: expected ';' before '>' token
  19850. 135 | - (void)showCorrectionIndicatorOfType:(NSCorrectionIndicatorType)type primaryString:(NSString *)primaryString alternativeStrings:(NSArray<NSString *> *)alternativeStrings forStringInRect:(NSRect)rectOfTypedString view:(NSView *)view completionHandler:(void (^ _Nullable)(NSString * _Null_unspecified acceptedString))completionBlock API_AVAILABLE(macos(10.7));
  19851. | ^
  19852. | ;
  19853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:140:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19854. 140 | - (BOOL)preventsAutocorrectionBeforeString:(NSString *)string language:(nullable NSString *)language API_AVAILABLE(macos(10.12));
  19855. | ^~~~~~~~
  19856. | cg_nullable
  19857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:143:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19858. 143 | - (BOOL)deletesAutospaceBetweenString:(NSString *)precedingString andString:(NSString *)followingString language:(nullable NSString *)language API_AVAILABLE(macos(10.12.2));
  19859. | ^~~~~~~~
  19860. | cg_nullable
  19861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:146:45: error: expected '>' before '*' token
  19862. 146 | @property (readonly, copy) NSArray<NSString *> *availableLanguages API_AVAILABLE(macos(10.5));
  19863. | ^
  19864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:146:45: error: cannot find protocol declaration for 'NSString'
  19865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:146:46: error: expected unqualified-id before '>' token
  19866. 146 | @property (readonly, copy) NSArray<NSString *> *availableLanguages API_AVAILABLE(macos(10.5));
  19867. | ^
  19868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:147:45: error: expected '>' before '*' token
  19869. 147 | @property (readonly, copy) NSArray<NSString *> *userPreferredLanguages API_AVAILABLE(macos(10.6));
  19870. | ^
  19871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:147:45: error: cannot find protocol declaration for 'NSString'
  19872. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:147:46: error: expected unqualified-id before '>' token
  19873. 147 | @property (readonly, copy) NSArray<NSString *> *userPreferredLanguages API_AVAILABLE(macos(10.6));
  19874. | ^
  19875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:186:4: error: 'null_unspecified' does not name a type
  19876. 186 | - (null_unspecified NSArray *)guessesForWord:(null_unspecified NSString *)word API_DEPRECATED("Use -guessesForWordRange:inString:language:inSpellDocumentWithTag instead", macos(10.0,10.6));
  19877. | ^~~~~~~~~~~~~~~~
  19878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:186:47: error: 'null_unspecified' does not name a type
  19879. 186 | - (null_unspecified NSArray *)guessesForWord:(null_unspecified NSString *)word API_DEPRECATED("Use -guessesForWordRange:inString:language:inSpellDocumentWithTag instead", macos(10.0,10.6));
  19880. | ^~~~~~~~~~~~~~~~
  19881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSpellChecker.h:187:21: error: 'null_unspecified' does not name a type
  19882. 187 | - (void)forgetWord:(null_unspecified NSString *)word API_DEPRECATED_WITH_REPLACEMENT("unlearnWord:", macos(10.0,10.5));
  19883. | ^~~~~~~~~~~~~~~~
  19884. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:105:
  19885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h:46:22: error: unknown property attribute 'weak'
  19886. 46 | @property (nullable, weak) id<NSSplitViewDelegate> delegate;
  19887. | ^~~~
  19888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h:46:52: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19889. 46 | @property (nullable, weak) id<NSSplitViewDelegate> delegate;
  19890. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19891. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h:106:45: error: expected '>' before 'NSView'
  19892. 106 | @property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
  19893. | ^~~~~~
  19894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h:106:45: error: cannot find protocol declaration for '__kindof'
  19895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h:106:45: error: 'copy' attribute is only valid for Objective-C objects
  19896. 106 | @property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
  19897. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  19898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: note: originally specified here
  19899. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  19900. | ^~~~~~
  19901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitView.h:106:51: error: expected ';' before '*' token
  19902. 106 | @property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
  19903. | ^~
  19904. | ;
  19905. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:9,
  19906. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:106:
  19907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewItem.h:83:12: error: unknown property attribute 'strong'
  19908. 83 | @property (strong) NSViewController *viewController;
  19909. | ^~~~~~
  19910. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewItem.h:83:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19911. 83 | @property (strong) NSViewController *viewController;
  19912. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  19913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:33:12: error: unknown property attribute 'strong'
  19914. 33 | @property (strong) NSSplitView *splitView;
  19915. | ^~~~~~
  19916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:33:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19917. 33 | @property (strong) NSSplitView *splitView;
  19918. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  19919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:36:35: error: expected '>' before 'NSSplitViewItem'
  19920. 36 | @property (copy) NSArray<__kindof NSSplitViewItem *> *splitViewItems;
  19921. | ^~~~~~~~~~~~~~~
  19922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:36:35: error: cannot find protocol declaration for '__kindof'
  19923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:36:35: error: 'copy' attribute is only valid for Objective-C objects
  19924. 36 | @property (copy) NSArray<__kindof NSSplitViewItem *> *splitViewItems;
  19925. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  19926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:36:50: error: expected ';' before '*' token
  19927. 36 | @property (copy) NSArray<__kindof NSSplitViewItem *> *splitViewItems;
  19928. | ^~
  19929. | ;
  19930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19931. 62 | - (nullable NSSplitViewItem *)splitViewItemForViewController:(NSViewController *)viewController;
  19932. | ^~~~~~~~
  19933. | cg_nullable
  19934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:83:1: error: cannot use an object as parameter to a method
  19935. 83 | @end
  19936. | ^~~~
  19937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:83:1: error: cannot use an object as parameter to a method
  19938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSplitViewController.h:88:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19939. 88 | - (IBAction)toggleSidebar:(nullable id)sender API_AVAILABLE(macos(10.11));
  19940. | ^~~~~~~~
  19941. | cg_nullable
  19942. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:9,
  19943. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:107:
  19944. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:52:33: error: expected '>' before '*' token
  19945. 52 | @property (copy) NSArray<UTType *> *allowedContentTypes API_AVAILABLE(macos(11.0));
  19946. | ^
  19947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:52:33: error: cannot find protocol declaration for 'UTType'
  19948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:52:34: error: expected unqualified-id before '>' token
  19949. 52 | @property (copy) NSArray<UTType *> *allowedContentTypes API_AVAILABLE(macos(11.0));
  19950. | ^
  19951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:61:22: error: unknown property attribute 'strong'
  19952. 61 | @property (nullable, strong) NSView *accessoryView;
  19953. | ^~~~~~
  19954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:61:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19955. 61 | @property (nullable, strong) NSView *accessoryView;
  19956. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  19957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:68:22: error: unknown property attribute 'weak'
  19958. 68 | @property (nullable, weak) id<NSOpenSavePanelDelegate> delegate;
  19959. | ^~~~
  19960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:68:56: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  19961. 68 | @property (nullable, weak) id<NSOpenSavePanelDelegate> delegate;
  19962. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  19963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:45: error: expected '>' before '*' token
  19964. 132 | @property (nullable, copy) NSArray<NSString *> *tagNames API_AVAILABLE(macos(10.9));
  19965. | ^
  19966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:45: error: cannot find protocol declaration for 'NSString'
  19967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:132:46: error: expected unqualified-id before '>' token
  19968. 132 | @property (nullable, copy) NSArray<NSString *> *tagNames API_AVAILABLE(macos(10.9));
  19969. | ^
  19970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:137:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19971. 137 | - (IBAction)ok:(nullable id)sender;
  19972. | ^~~~~~~~
  19973. | cg_nullable
  19974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:138:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  19975. 138 | - (IBAction)cancel:(nullable id)sender;
  19976. | ^~~~~~~~
  19977. | cg_nullable
  19978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:145:76: error: expected ')' before '(' token
  19979. 145 | - (void)beginSheetModalForWindow:(NSWindow *)window completionHandler:(void (^)(NSModalResponse result))handler API_AVAILABLE(macos(10.6));
  19980. | ~ ^~
  19981. | )
  19982. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:145:77: error: expected identifier before '(' token
  19983. 145 | - (void)beginSheetModalForWindow:(NSWindow *)window completionHandler:(void (^)(NSModalResponse result))handler API_AVAILABLE(macos(10.6));
  19984. | ^
  19985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:145:76: error: expected ';' before '(' token
  19986. 145 | - (void)beginSheetModalForWindow:(NSWindow *)window completionHandler:(void (^)(NSModalResponse result))handler API_AVAILABLE(macos(10.6));
  19987. | ^~
  19988. | ;
  19989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:149:41: error: expected ')' before '(' token
  19990. 149 | - (void)beginWithCompletionHandler:(void (^)(NSModalResponse result))handler API_AVAILABLE(macos(10.6));
  19991. | ~ ^~
  19992. | )
  19993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:149:42: error: expected identifier before '(' token
  19994. 149 | - (void)beginWithCompletionHandler:(void (^)(NSModalResponse result))handler API_AVAILABLE(macos(10.6));
  19995. | ^
  19996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:149:41: error: expected ';' before '(' token
  19997. 149 | - (void)beginWithCompletionHandler:(void (^)(NSModalResponse result))handler API_AVAILABLE(macos(10.6));
  19998. | ^~
  19999. | ;
  20000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:175:51: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20001. 175 | - (void)panel:(id)sender didChangeToDirectoryURL:(nullable NSURL *)url API_AVAILABLE(macos(10.6));
  20002. | ^~~~~~~~
  20003. | cg_nullable
  20004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:179:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20005. 179 | - (nullable NSString *)panel:(id)sender userEnteredFilename:(NSString *)filename confirmed:(BOOL)okFlag;
  20006. | ^~~~~~~~
  20007. | cg_nullable
  20008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:187:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20009. 187 | - (void)panelSelectionDidChange:(nullable id)sender;
  20010. | ^~~~~~~~
  20011. | cg_nullable
  20012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:204:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20013. 204 | - (void)setDirectory:(nullable NSString *)path API_DEPRECATED("Use -setDirectoryURL: instead", macos(10.0,10.6));
  20014. | ^~~~~~~~
  20015. | cg_nullable
  20016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:205:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20017. 205 | - (nullable NSString *)requiredFileType API_DEPRECATED("Use -allowedFileTypes instead", macos(10.0,10.6));
  20018. | ^~~~~~~~
  20019. | cg_nullable
  20020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:206:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20021. 206 | - (void)setRequiredFileType:(nullable NSString *)type API_DEPRECATED("Use -setAllowedFileTypes: instead", macos(10.0,10.6));
  20022. | ^~~~~~~~
  20023. | cg_nullable
  20024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:207:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20025. 207 | - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20026. | ^~~~~~~~
  20027. | cg_nullable
  20028. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:207:96: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20029. 207 | - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20030. | ^~~~~~~~
  20031. | cg_nullable
  20032. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:207:141: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20033. 207 | - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20034. | ^~~~~~~~
  20035. | cg_nullable
  20036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:207:178: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20037. 207 | - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20038. | ^~~~~~~~
  20039. | cg_nullable
  20040. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:207:219: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20041. 207 | - (void)beginSheetForDirectory:(NSString *)path file:(nullable NSString *)name modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("Use beginSheetModalForWindow:completionHandler: instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20042. | ^~~~~~~~
  20043. | cg_nullable
  20044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:208:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20045. 208 | - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name API_DEPRECATED("Use -runModal instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20046. | ^~~~~~~~
  20047. | cg_nullable
  20048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:208:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20049. 208 | - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name API_DEPRECATED("Use -runModal instead. The following parameters are replaced by properties: 'path' is replaced by 'directoryURL' and 'name' by 'nameFieldStringValue'.", macos(10.0,10.6));
  20050. | ^~~~~~~~
  20051. | cg_nullable
  20052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:209:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20053. 209 | - (IBAction)selectText:(nullable id)sender API_DEPRECATED("Default implementation does nothing.", macos(10.0,10.3));
  20054. | ^~~~~~~~
  20055. | cg_nullable
  20056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:45: error: expected '>' before '*' token
  20057. 215 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,API_TO_BE_DEPRECATED));
  20058. | ^
  20059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:45: error: cannot find protocol declaration for 'NSString'
  20060. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSavePanel.h:215:46: error: expected unqualified-id before '>' token
  20061. 215 | @property (nullable, copy) NSArray<NSString *> *allowedFileTypes API_DEPRECATED("Use -allowedContentTypes instead", macos(10.3,API_TO_BE_DEPRECATED));
  20062. | ^
  20063. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:24:42: error: expected '>' before '*' token
  20064. 24 | @property (readonly, copy) NSArray<NSURL *> *URLs;
  20065. | ^
  20066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:24:42: error: cannot find protocol declaration for 'NSURL'
  20067. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:24:43: error: expected unqualified-id before '>' token
  20068. 24 | @property (readonly, copy) NSArray<NSURL *> *URLs;
  20069. | ^
  20070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20071. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20072. | ^~~~~~~~
  20073. | cg_nullable
  20074. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20075. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20076. | ^~~~~~~~
  20077. | cg_nullable
  20078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:96: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20079. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20080. | ^~~~~~~~
  20081. | cg_nullable
  20082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:141: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20083. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20084. | ^~~~~~~~
  20085. | cg_nullable
  20086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:186: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20087. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20088. | ^~~~~~~~
  20089. | cg_nullable
  20090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:223: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20091. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20092. | ^~~~~~~~
  20093. | cg_nullable
  20094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:63:264: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20095. 63 | - (void)beginSheetForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modalForWindow:(nullable NSWindow *)docWindow modalDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20096. | ^~~~~~~~
  20097. | cg_nullable
  20098. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:69:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20099. 69 | - (void)beginForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modelessDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20100. | ^~~~~~~~
  20101. | cg_nullable
  20102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:69:59: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20103. 69 | - (void)beginForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modelessDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20104. | ^~~~~~~~
  20105. | cg_nullable
  20106. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:69:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20107. 69 | - (void)beginForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modelessDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20108. | ^~~~~~~~
  20109. | cg_nullable
  20110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:69:138: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20111. 69 | - (void)beginForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modelessDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20112. | ^~~~~~~~
  20113. | cg_nullable
  20114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:69:175: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20115. 69 | - (void)beginForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modelessDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20116. | ^~~~~~~~
  20117. | cg_nullable
  20118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:69:216: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20119. 69 | - (void)beginForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes modelessDelegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo API_DEPRECATED("", macos(10.0,10.6));
  20120. | ^~~~~~~~
  20121. | cg_nullable
  20122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:75:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20123. 75 | - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes API_DEPRECATED("", macos(10.0,10.6));
  20124. | ^~~~~~~~
  20125. | cg_nullable
  20126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:75:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20127. 75 | - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes API_DEPRECATED("", macos(10.0,10.6));
  20128. | ^~~~~~~~
  20129. | cg_nullable
  20130. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:75:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20131. 75 | - (NSInteger)runModalForDirectory:(nullable NSString *)path file:(nullable NSString *)name types:(nullable NSArray *)fileTypes API_DEPRECATED("", macos(10.0,10.6));
  20132. | ^~~~~~~~
  20133. | cg_nullable
  20134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenPanel.h:80:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20135. 80 | - (NSInteger)runModalForTypes:(nullable NSArray *)fileTypes API_DEPRECATED("", macos(10.0,10.6));
  20136. | ^~~~~~~~
  20137. | cg_nullable
  20138. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:108:
  20139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:28:45: error: expected '>' before 'NSViewController'
  20140. 28 | @property (readonly, copy) NSArray<__kindof NSViewController *> *accessoryControllers API_AVAILABLE(macos(10.5));
  20141. | ^~~~~~~~~~~~~~~~
  20142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:28:45: error: cannot find protocol declaration for '__kindof'
  20143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:28:45: error: 'copy' attribute is only valid for Objective-C objects
  20144. 28 | @property (readonly, copy) NSArray<__kindof NSViewController *> *accessoryControllers API_AVAILABLE(macos(10.5));
  20145. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  20146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:28:61: error: expected ';' before '*' token
  20147. 28 | @property (readonly, copy) NSArray<__kindof NSViewController *> *accessoryControllers API_AVAILABLE(macos(10.5));
  20148. | ^~
  20149. | ;
  20150. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:35:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20151. 35 | - (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo;
  20152. | ^~~~~~~~
  20153. | cg_nullable
  20154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:35:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20155. 35 | - (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo;
  20156. | ^~~~~~~~
  20157. | cg_nullable
  20158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:35:183: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20159. 35 | - (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo;
  20160. | ^~~~~~~~
  20161. | cg_nullable
  20162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:44:32: error: unknown property attribute 'strong'
  20163. 44 | @property (nullable, readonly, strong) NSPrintInfo *printInfo;
  20164. | ^~~~~~
  20165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:46:1: error: cannot use an object as parameter to a method
  20166. 46 | @end
  20167. | ^~~~
  20168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:52:27: error: 'null_unspecified' does not name a type
  20169. 52 | - (void)setAccessoryView:(null_unspecified NSView *)accessoryView API_DEPRECATED("", macos(10.0,10.5));
  20170. | ^~~~~~~~~~~~~~~~
  20171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:53:4: error: 'null_unspecified' does not name a type
  20172. 53 | - (null_unspecified NSView *)accessoryView API_DEPRECATED("", macos(10.0,10.5));
  20173. | ^~~~~~~~~~~~~~~~
  20174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageLayout.h:64:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20175. 64 | - (void)runPageLayout:(nullable id)sender;
  20176. | ^~~~~~~~
  20177. | cg_nullable
  20178. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:111:
  20179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:41:52: error: cannot find protocol declaration for 'NSPasteboardType'
  20180. 41 | @property (readonly, copy) NSArray<NSPasteboardType> *types;
  20181. | ^
  20182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:45:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20183. 45 | - (nullable NSPasteboardType)availableTypeFromArray:(NSArray<NSPasteboardType> *)types;
  20184. | ^~~~~~~~
  20185. | cg_nullable
  20186. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:45:78: error: cannot find protocol declaration for 'NSPasteboardType'
  20187. 45 | - (nullable NSPasteboardType)availableTypeFromArray:(NSArray<NSPasteboardType> *)types;
  20188. | ^
  20189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:49:106: error: cannot find protocol declaration for 'NSPasteboardType'
  20190. 49 | - (BOOL)setDataProvider:(id<NSPasteboardItemDataProvider>)dataProvider forTypes:(NSArray<NSPasteboardType> *)types;
  20191. | ^
  20192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:59:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20193. 59 | - (nullable NSData *)dataForType:(NSPasteboardType)type;
  20194. | ^~~~~~~~
  20195. | cg_nullable
  20196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:60:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20197. 60 | - (nullable NSString *)stringForType:(NSPasteboardType)type;
  20198. | ^~~~~~~~
  20199. | cg_nullable
  20200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:61:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20201. 61 | - (nullable id)propertyListForType:(NSPasteboardType)type;
  20202. | ^~~~~~~~
  20203. | cg_nullable
  20204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboardItem.h:71:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20205. 71 | - (void)pasteboard:(nullable NSPasteboard *)pasteboard item:(NSPasteboardItem *)item provideDataForType:(NSPasteboardType)type;
  20206. | ^~~~~~~~
  20207. | cg_nullable
  20208. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:112:
  20209. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:22:12: error: unknown property attribute 'strong'
  20210. 22 | @property (strong) NSTouchBar *popoverTouchBar;
  20211. | ^~~~~~
  20212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:22:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20213. 22 | @property (strong) NSTouchBar *popoverTouchBar;
  20214. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  20215. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:32:12: error: unknown property attribute 'strong'
  20216. 32 | @property (strong) __kindof NSView *collapsedRepresentation API_UNAVAILABLE(ios);
  20217. | ^~~~~~
  20218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:32:20: error: '__kindof' has not been declared
  20219. 32 | @property (strong) __kindof NSView *collapsedRepresentation API_UNAVAILABLE(ios);
  20220. | ^~~~~~~~
  20221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:38:12: error: unknown property attribute 'strong'
  20222. 38 | @property (strong, nullable) NSImage *collapsedRepresentationImage;
  20223. | ^~~~~~
  20224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:38:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20225. 38 | @property (strong, nullable) NSImage *collapsedRepresentationImage;
  20226. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:46:12: error: unknown property attribute 'strong'
  20228. 46 | @property (strong) NSString *collapsedRepresentationLabel;
  20229. | ^~~~~~
  20230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:46:30: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20231. 46 | @property (strong) NSString *collapsedRepresentationLabel;
  20232. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:53:12: error: unknown property attribute 'strong'
  20234. 53 | @property (strong, nullable) NSTouchBar *pressAndHoldTouchBar;
  20235. | ^~~~~~
  20236. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:53:42: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20237. 53 | @property (strong, nullable) NSTouchBar *pressAndHoldTouchBar;
  20238. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  20239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:63:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20240. 63 | - (void)showPopover:(nullable id)sender;
  20241. | ^~~~~~~~
  20242. | cg_nullable
  20243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopoverTouchBarItem.h:68:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20244. 68 | - (void)dismissPopover:(nullable id)sender;
  20245. | ^~~~~~~~
  20246. | cg_nullable
  20247. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:10,
  20248. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:113:
  20249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:21:22: error: unknown property attribute 'strong'
  20250. 21 | @property (nullable, strong) NSMenuItem *menuItem;
  20251. | ^~~~~~
  20252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuItemCell.h:21:42: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20253. 21 | @property (nullable, strong) NSMenuItem *menuItem;
  20254. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  20255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:24:22: error: unknown property attribute 'strong'
  20256. 24 | @property (nullable, strong) NSMenu *menu;
  20257. | ^~~~~~
  20258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:24:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20259. 24 | @property (nullable, strong) NSMenu *menu;
  20260. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  20261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:36:46: error: expected '>' before '*' token
  20262. 36 | - (void)addItemsWithTitles:(NSArray<NSString *> *)itemTitles;
  20263. | ^
  20264. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:36:46: error: cannot find protocol declaration for 'NSString'
  20265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:36:47: error: expected ')' before '>' token
  20266. 36 | - (void)addItemsWithTitles:(NSArray<NSString *> *)itemTitles;
  20267. | ~ ^
  20268. | )
  20269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:36:47: error: expected identifier before '>' token
  20270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:36:47: error: expected ';' before '>' token
  20271. 36 | - (void)addItemsWithTitles:(NSArray<NSString *> *)itemTitles;
  20272. | ^
  20273. | ;
  20274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:45:47: error: expected '>' before '*' token
  20275. 45 | @property (readonly, copy) NSArray<NSMenuItem *> *itemArray;
  20276. | ^
  20277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:45:48: error: expected unqualified-id before '>' token
  20278. 45 | @property (readonly, copy) NSArray<NSMenuItem *> *itemArray;
  20279. | ^
  20280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:51:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20281. 51 | - (NSInteger)indexOfItemWithRepresentedObject:(nullable id)obj;
  20282. | ^~~~~~~~
  20283. | cg_nullable
  20284. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:52:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20285. 52 | - (NSInteger)indexOfItemWithTarget:(nullable id)target andAction:(nullable SEL)actionSelector;
  20286. | ^~~~~~~~
  20287. | cg_nullable
  20288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:52:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20289. 52 | - (NSInteger)indexOfItemWithTarget:(nullable id)target andAction:(nullable SEL)actionSelector;
  20290. | ^~~~~~~~
  20291. | cg_nullable
  20292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:54:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20293. 54 | - (nullable NSMenuItem *)itemAtIndex:(NSInteger)index;
  20294. | ^~~~~~~~
  20295. | cg_nullable
  20296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:55:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20297. 55 | - (nullable NSMenuItem *)itemWithTitle:(NSString *)title;
  20298. | ^~~~~~~~
  20299. | cg_nullable
  20300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:56:32: error: unknown property attribute 'strong'
  20301. 56 | @property (nullable, readonly, strong) NSMenuItem *lastItem;
  20302. | ^~~~~~
  20303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:60:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20304. 60 | - (void)selectItem:(nullable NSMenuItem *)item;
  20305. | ^~~~~~~~
  20306. | cg_nullable
  20307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:66:32: error: unknown property attribute 'strong'
  20308. 66 | @property (nullable, readonly, strong) NSMenuItem *selectedItem;
  20309. | ^~~~~~
  20310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:73:45: error: expected '>' before '*' token
  20311. 73 | @property (readonly, copy) NSArray<NSString *> *itemTitles;
  20312. | ^
  20313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:73:45: error: cannot find protocol declaration for 'NSString'
  20314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButton.h:73:46: error: expected unqualified-id before '>' token
  20315. 73 | @property (readonly, copy) NSArray<NSString *> *itemTitles;
  20316. | ^
  20317. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:115:
  20318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:56:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20319. 56 | + (NSPrintOperation *)EPSOperationWithView:(NSView *)view insideRect:(NSRect)rect toData:(nullable NSMutableData *)data;
  20320. | ^~~~~~~~
  20321. | cg_nullable
  20322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:60:29: error: unknown property attribute 'strong'
  20323. 60 | @property (class, nullable, strong) NSPrintOperation *currentOperation;
  20324. | ^~~~~~
  20325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:60:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20326. 60 | @property (class, nullable, strong) NSPrintOperation *currentOperation;
  20327. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  20328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:84:12: error: unknown property attribute 'strong'
  20329. 84 | @property (strong) NSPrintPanel *printPanel;
  20330. | ^~~~~~
  20331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:84:34: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20332. 84 | @property (strong) NSPrintPanel *printPanel;
  20333. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  20334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:88:12: error: unknown property attribute 'strong'
  20335. 88 | @property (strong) NSPDFPanel *PDFPanel API_AVAILABLE(macos(10.9));
  20336. | ^~~~~~
  20337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:88:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20338. 88 | @property (strong) NSPDFPanel *PDFPanel API_AVAILABLE(macos(10.9));
  20339. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  20340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:104:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20341. 104 | - (void)runOperationModalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  20342. | ^~~~~~~~
  20343. | cg_nullable
  20344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:104:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20345. 104 | - (void)runOperationModalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  20346. | ^~~~~~~~
  20347. | cg_nullable
  20348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:104:146: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20349. 104 | - (void)runOperationModalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didRunSelector:(nullable SEL)didRunSelector contextInfo:(nullable void *)contextInfo;
  20350. | ^~~~~~~~
  20351. | cg_nullable
  20352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:112:32: error: unknown property attribute 'strong'
  20353. 112 | @property (nullable, readonly, strong) NSView *view;
  20354. | ^~~~~~
  20355. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:120:32: error: unknown property attribute 'strong'
  20356. 120 | @property (nullable, readonly, strong) NSGraphicsContext *context;
  20357. | ^~~~~~
  20358. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:133:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20359. 133 | - (nullable NSGraphicsContext *)createContext;
  20360. | ^~~~~~~~
  20361. | cg_nullable
  20362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:142:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20363. 142 | - (void)setAccessoryView:(nullable NSView *)view API_DEPRECATED("Use -[NSPrintPanel addAccessoryController:] and -[NSPrintPanel removeAccessoryController:] instead", macos(10.0,10.5));
  20364. | ^~~~~~~~
  20365. | cg_nullable
  20366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:143:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20367. 143 | - (nullable NSView *)accessoryView API_DEPRECATED("Use -[NSPrintPanel accessoryControllers] instead", macos(10.0,10.5));
  20368. | ^~~~~~~~
  20369. | cg_nullable
  20370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:145:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20371. 145 | - (void)setJobStyleHint:(nullable NSString *)hint API_DEPRECATED("", macos(10.2,10.5));
  20372. | ^~~~~~~~
  20373. | cg_nullable
  20374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintOperation.h:146:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20375. 146 | - (nullable NSString *)jobStyleHint API_DEPRECATED("", macos(10.2,10.5));
  20376. | ^~~~~~~~
  20377. | cg_nullable
  20378. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:116:
  20379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:63:24: error: expected '>' before '<' token
  20380. 63 | - (NSArray<NSDictionary<NSPrintPanelAccessorySummaryKey, NSString *> *> *)localizedSummaryItems;
  20381. | ^
  20382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:63:24: error: cannot find protocol declaration for 'NSDictionary'
  20383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:63:24: error: expected ')' before '<' token
  20384. 63 | - (NSArray<NSDictionary<NSPrintPanelAccessorySummaryKey, NSString *> *> *)localizedSummaryItems;
  20385. | ~ ^
  20386. | )
  20387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:63:24: error: objective-c++ method declaration is expected before '<' token
  20388. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:69:19: error: expected '>' before '*' token
  20389. 69 | - (NSSet<NSString *> *)keyPathsForValuesAffectingPreview;
  20390. | ^
  20391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:69:19: error: cannot find protocol declaration for 'NSString'
  20392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:69:20: error: expected ')' before '>' token
  20393. 69 | - (NSSet<NSString *> *)keyPathsForValuesAffectingPreview;
  20394. | ~ ^
  20395. | )
  20396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:69:20: error: objective-c++ method declaration is expected before '>' token
  20397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:85:45: error: expected '>' before 'NSViewController'
  20398. 85 | @property (readonly, copy) NSArray<__kindof NSViewController *> *accessoryControllers API_AVAILABLE(macos(10.5));
  20399. | ^~~~~~~~~~~~~~~~
  20400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:85:45: error: cannot find protocol declaration for '__kindof'
  20401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:85:45: error: 'copy' attribute is only valid for Objective-C objects
  20402. 85 | @property (readonly, copy) NSArray<__kindof NSViewController *> *accessoryControllers API_AVAILABLE(macos(10.5));
  20403. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  20404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:85:61: error: expected ';' before '*' token
  20405. 85 | @property (readonly, copy) NSArray<__kindof NSViewController *> *accessoryControllers API_AVAILABLE(macos(10.5));
  20406. | ^~
  20407. | ;
  20408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:93:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20409. 93 | - (void)setDefaultButtonTitle:(nullable NSString *)defaultButtonTitle API_AVAILABLE(macos(10.5));
  20410. | ^~~~~~~~
  20411. | cg_nullable
  20412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:94:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20413. 94 | - (nullable NSString *)defaultButtonTitle API_AVAILABLE(macos(10.5));
  20414. | ^~~~~~~~
  20415. | cg_nullable
  20416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:110:105: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20417. 110 | - (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo;
  20418. | ^~~~~~~~
  20419. | cg_nullable
  20420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:110:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20421. 110 | - (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo;
  20422. | ^~~~~~~~
  20423. | cg_nullable
  20424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:110:183: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20425. 110 | - (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(nullable id)delegate didEndSelector:(nullable SEL)didEndSelector contextInfo:(nullable void *)contextInfo;
  20426. | ^~~~~~~~
  20427. | cg_nullable
  20428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:120:22: error: unknown property attribute 'strong'
  20429. 120 | @property (readonly, strong) NSPrintInfo *printInfo API_AVAILABLE(macos(10.5));
  20430. | ^~~~~~
  20431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:123:1: error: cannot use an object as parameter to a method
  20432. 123 | @end
  20433. | ^~~~
  20434. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:127:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20435. 127 | - (void)setAccessoryView:(nullable NSView *)accessoryView API_DEPRECATED("Use -addAccessoryController instead", macos(10.0,10.5));
  20436. | ^~~~~~~~
  20437. | cg_nullable
  20438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h:128:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20439. 128 | - (nullable NSView *)accessoryView API_DEPRECATED("Use -accessoryControllers instead. For compatibility this returns the view of the first accessory controller, or nil", macos(10.0,10.5));
  20440. | ^~~~~~~~
  20441. | cg_nullable
  20442. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:117:
  20443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFInfo.h:25:35 error: expected '>' before '*' token
  20444. 25 | @property (copy) NSArray<NSString *> *tagNames;
  20445. | ^
  20446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFInfo.h:25:35 error: cannot find protocol declaration for 'NSString'
  20447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFInfo.h:25:36 error: expected unqualified-id before '>' token
  20448. 25 | @property (copy) NSArray<NSString *> *tagNames;
  20449. | ^
  20450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFInfo.h:28:69 error: cannot find protocol declaration for 'NSPrintInfoAttributeKey'
  20451. 28 | @property (readonly) NSMutableDictionary<NSPrintInfoAttributeKey, id> *attributes;
  20452. | ^
  20453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFInfo.h:28:69 error: cannot find protocol declaration for 'id'
  20454. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:118:
  20455. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFPanel.h:32:22: error: unknown property attribute 'strong'
  20456. 32 | @property (nullable, strong) NSViewController *accessoryController;
  20457. | ^~~~~~
  20458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFPanel.h:32:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20459. 32 | @property (nullable, strong) NSViewController *accessoryController;
  20460. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  20461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFPanel.h:44:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20462. 44 | - (void)beginSheetWithPDFInfo:(NSPDFInfo *)pdfInfo modalForWindow:(nullable NSWindow *)docWindow completionHandler:(void (^)(NSInteger))completionHandler;
  20463. | ^~~~~~~~
  20464. | cg_nullable
  20465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFPanel.h:44:121: error: expected ')' before '(' token
  20466. 44 | - (void)beginSheetWithPDFInfo:(NSPDFInfo *)pdfInfo modalForWindow:(nullable NSWindow *)docWindow completionHandler:(void (^)(NSInteger))completionHandler;
  20467. | ~ ^~
  20468. | )
  20469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFPanel.h:44:122: error: expected identifier before '(' token
  20470. 44 | - (void)beginSheetWithPDFInfo:(NSPDFInfo *)pdfInfo modalForWindow:(nullable NSWindow *)docWindow completionHandler:(void (^)(NSInteger))completionHandler;
  20471. | ^
  20472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFPanel.h:44:121: error: expected ';' before '(' token
  20473. 44 | - (void)beginSheetWithPDFInfo:(NSPDFInfo *)pdfInfo modalForWindow:(nullable NSWindow *)docWindow completionHandler:(void (^)(NSInteger))completionHandler;
  20474. | ^~
  20475. | ;
  20476. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:121:
  20477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMediaLibraryBrowserController.h:49:29: error: unknown property attribute 'strong'
  20478. 49 | @property (class, readonly, strong) NSMediaLibraryBrowserController *sharedMediaLibraryBrowserController;
  20479. | ^~~~~~
  20480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMediaLibraryBrowserController.h:50:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20481. 50 | - (IBAction)togglePanel:(nullable id)sender;
  20482. | ^~~~~~~~
  20483. | cg_nullable
  20484. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:122:
  20485. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:23:52:error: expected '>' before '*' token
  20486. 23 | @property (class, readonly, copy) NSArray<NSScreen *> *screens; /* All screens; first one is "zero" screen */
  20487. | ^
  20488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:23:52:error: cannot find protocol declaration for 'NSScreen'
  20489. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:23:53:error: expected unqualified-id before '>' token
  20490. 23 | @property (class, readonly, copy) NSArray<NSScreen *> *screens; /* All screens; first one is "zero" screen */
  20491. | ^
  20492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:24:39:error: unknown property attribute 'strong'
  20493. 24 | @property (class, readonly, nullable, strong) NSScreen *mainScreen; /* Screen with key window */
  20494. | ^~~~~~
  20495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:25:39:error: unknown property attribute 'strong'
  20496. 25 | @property (class, readonly, nullable, strong) NSScreen *deepestScreen;
  20497. | ^~~~~~
  20498. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:34:67:error: cannot find protocol declaration for 'NSDeviceDescriptionKey'
  20499. 34 | @property (readonly, copy) NSDictionary<NSDeviceDescriptionKey, id> *deviceDescription;
  20500. | ^
  20501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:34:67:error: cannot find protocol declaration for 'id'
  20502. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScreen.h:35:32:error: unknown property attribute 'strong'
  20503. 35 | @property (nullable, readonly, strong) NSColorSpace *colorSpace API_AVAILABLE(macos(10.6));
  20504. | ^~~~~~
  20505. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:11,
  20506. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:123:
  20507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:87:44: error: expected '>' before '*' token
  20508. 87 | @property (readonly, copy) NSArray<NSValue *> *incrementalMatchRanges;
  20509. | ^
  20510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:87:44: error: cannot find protocol declaration for 'NSValue'
  20511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:87:45: error: expected unqualified-id before '>' token
  20512. 87 | @property (readonly, copy) NSArray<NSValue *> *incrementalMatchRanges;
  20513. | ^
  20514. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:117:22: error: unknown property attribute 'strong'
  20515. 117 | @property (readonly, strong) NSString *string;
  20516. | ^~~~~~
  20517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:136:34: error: expected '>' before '*' token
  20518. 136 | @property (copy) NSArray<NSValue *> *selectedRanges;
  20519. | ^
  20520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:136:34: error: cannot find protocol declaration for 'NSValue'
  20521. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:136:35: error: expected unqualified-id before '>' token
  20522. 136 | @property (copy) NSArray<NSValue *> *selectedRanges;
  20523. | ^
  20524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:142:58: error: expected '>' before '*' token
  20525. 142 | - (BOOL)shouldReplaceCharactersInRanges:(NSArray<NSValue *> *)ranges withStrings:(NSArray<NSString *> *)strings;
  20526. | ^
  20527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:142:58: error: cannot find protocol declaration for 'NSValue'
  20528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:142:59: error: expected ')' before '>' token
  20529. 142 | - (BOOL)shouldReplaceCharactersInRanges:(NSArray<NSValue *> *)ranges withStrings:(NSArray<NSString *> *)strings;
  20530. | ~ ^
  20531. | )
  20532. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:142:59: error: expected identifier before '>' token
  20533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:142:59: error: expected ';' before '>' token
  20534. 142 | - (BOOL)shouldReplaceCharactersInRanges:(NSArray<NSValue *> *)ranges withStrings:(NSArray<NSString *> *)strings;
  20535. | ^
  20536. | ;
  20537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:151:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20538. 151 | - (nullable NSArray<NSValue *> *)rectsForCharacterRange:(NSRange)range;
  20539. | ^~~~~~~~
  20540. | cg_nullable
  20541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:154:44: error: expected '>' before '*' token
  20542. 154 | @property (readonly, copy) NSArray<NSValue *> *visibleCharacterRanges;
  20543. | ^
  20544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:154:44: error: cannot find protocol declaration for 'NSValue'
  20545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:154:45: error: expected unqualified-id before '>' token
  20546. 154 | @property (readonly, copy) NSArray<NSValue *> *visibleCharacterRanges;
  20547. | ^
  20548. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:167:22: error: unknown property attribute 'strong'
  20549. 167 | @property (nullable, strong) NSView *findBarView;
  20550. | ^~~~~~
  20551. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:167:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20552. 167 | @property (nullable, strong) NSView *findBarView;
  20553. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  20554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFinder.h:178:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20555. 178 | - (nullable NSView *)contentView;
  20556. | ^~~~~~~~
  20557. | cg_nullable
  20558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20559. 28 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  20560. | ^~~~~~~~
  20561. | cg_nullable
  20562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:32:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20563. 32 | + (NSSize)frameSizeForContentSize:(NSSize)cSize horizontalScrollerClass:(nullable Class)horizontalScrollerClass verticalScrollerClass:(nullable Class)verticalScrollerClass borderType:(NSBorderType)type controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle API_AVAILABLE(macos(10.7));
  20564. | ^~~~~~~~
  20565. | cg_nullable
  20566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:32:136: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20567. 32 | + (NSSize)frameSizeForContentSize:(NSSize)cSize horizontalScrollerClass:(nullable Class)horizontalScrollerClass verticalScrollerClass:(nullable Class)verticalScrollerClass borderType:(NSBorderType)type controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle API_AVAILABLE(macos(10.7));
  20568. | ^~~~~~~~
  20569. | cg_nullable
  20570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:36:74: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20571. 36 | + (NSSize)contentSizeForFrameSize:(NSSize)fSize horizontalScrollerClass:(nullable Class)horizontalScrollerClass verticalScrollerClass:(nullable Class)verticalScrollerClass borderType:(NSBorderType)type controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle API_AVAILABLE(macos(10.7));
  20572. | ^~~~~~~~
  20573. | cg_nullable
  20574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:36:136: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20575. 36 | + (NSSize)contentSizeForFrameSize:(NSSize)fSize horizontalScrollerClass:(nullable Class)horizontalScrollerClass verticalScrollerClass:(nullable Class)verticalScrollerClass borderType:(NSBorderType)type controlSize:(NSControlSize)controlSize scrollerStyle:(NSScrollerStyle)scrollerStyle API_AVAILABLE(macos(10.7));
  20576. | ^~~~~~~~
  20577. | cg_nullable
  20578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:48:22: error: unknown property attribute 'strong'
  20579. 48 | @property (nullable, strong) __kindof NSView *documentView;
  20580. | ^~~~~~
  20581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:48:30: error: '__kindof' has not been declared
  20582. 48 | @property (nullable, strong) __kindof NSView *documentView;
  20583. | ^~~~~~~~
  20584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:49:12: error: unknown property attribute 'strong'
  20585. 49 | @property (strong) NSClipView *contentView;
  20586. | ^~~~~~
  20587. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:49:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20588. 49 | @property (strong) NSClipView *contentView;
  20589. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  20590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:50:22: error: unknown property attribute 'strong'
  20591. 50 | @property (nullable, strong) NSCursor *documentCursor;
  20592. | ^~~~~~
  20593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:50:40: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20594. 50 | @property (nullable, strong) NSCursor *documentCursor;
  20595. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  20596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:56:22: error: unknown property attribute 'strong'
  20597. 56 | @property (nullable, strong) NSScroller *verticalScroller;
  20598. | ^~~~~~
  20599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:56:42: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20600. 56 | @property (nullable, strong) NSScroller *verticalScroller;
  20601. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  20602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:57:22: error: unknown property attribute 'strong'
  20603. 57 | @property (nullable, strong) NSScroller *horizontalScroller;
  20604. | ^~~~~~
  20605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:57:42: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20606. 57 | @property (nullable, strong) NSScroller *horizontalScroller;
  20607. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  20608. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:170:22: error: unknown property attribute 'strong'
  20609. 170 | @property (nullable, strong) NSRulerView *horizontalRulerView;
  20610. | ^~~~~~
  20611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:170:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20612. 170 | @property (nullable, strong) NSRulerView *horizontalRulerView;
  20613. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  20614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:171:22: error: unknown property attribute 'strong'
  20615. 171 | @property (nullable, strong) NSRulerView *verticalRulerView;
  20616. | ^~~~~~
  20617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScrollView.h:171:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20618. 171 | @property (nullable, strong) NSRulerView *verticalRulerView;
  20619. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  20620. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:125:
  20621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:64:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20622. 64 | - (void)setImage:(nullable NSImage *)image forSegment:(NSInteger)segment;
  20623. | ^~~~~~~~
  20624. | cg_nullable
  20625. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20626. 65 | - (nullable NSImage *)imageForSegment:(NSInteger)segment;
  20627. | ^~~~~~~~
  20628. | cg_nullable
  20629. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20630. 71 | - (nullable NSString *)labelForSegment:(NSInteger)segment;
  20631. | ^~~~~~~~
  20632. | cg_nullable
  20633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:73:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20634. 73 | - (void)setMenu:(nullable NSMenu *)menu forSegment:(NSInteger)segment;
  20635. | ^~~~~~~~
  20636. | cg_nullable
  20637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:74:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20638. 74 | - (nullable NSMenu *)menuForSegment:(NSInteger)segment;
  20639. | ^~~~~~~~
  20640. | cg_nullable
  20641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:82:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20642. 82 | - (void)setToolTip:(nullable NSString *)toolTip forSegment:(NSInteger)segment API_AVAILABLE(macos(10.13));
  20643. | ^~~~~~~~
  20644. | cg_nullable
  20645. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20646. 83 | - (nullable NSString *)toolTipForSegment:(NSInteger)segment API_AVAILABLE(macos(10.13));
  20647. | ^~~~~~~~
  20648. | cg_nullable
  20649. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:112:94: error: expected '>' before '*' token
  20650. 112 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  20651. | ^
  20652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:112:94: error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  20653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:112:95: error: expected ')' before '>' token
  20654. 112 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  20655. | ~ ^
  20656. | )
  20657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:112:95: error: expected identifier before '>' token
  20658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:112:95: error: expected ';' before '>' token
  20659. 112 | - (void)compressWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  20660. | ^
  20661. | ;
  20662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:113:99: error: expected '>' before '*' token
  20663. 113 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  20664. | ^
  20665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:113:99: error: cannot find protocol declaration for 'NSUserInterfaceCompressionOptions'
  20666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:113:100: error: expected ')' before '>' token
  20667. 113 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  20668. | ~ ^
  20669. | )
  20670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:113:100: error: expected identifier before '>' token
  20671. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:113:100: error: expected ';' before '>' token
  20672. 113 | - (NSSize)minimumSizeWithPrioritizedCompressionOptions:(NSArray<NSUserInterfaceCompressionOptions *> *)prioritizedOptions API_AVAILABLE(macos(10.13));
  20673. | ^
  20674. | ;
  20675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:128:62: error: expected '>' before '*' token
  20676. 128 | + (instancetype)segmentedControlWithLabels:(NSArray<NSString *> *)labels trackingMode:(NSSegmentSwitchTracking)trackingMode target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20677. | ^
  20678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:128:62: error: cannot find protocol declaration for 'NSString'
  20679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:128:63: error: expected ')' before '>' token
  20680. 128 | + (instancetype)segmentedControlWithLabels:(NSArray<NSString *> *)labels trackingMode:(NSSegmentSwitchTracking)trackingMode target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20681. | ~ ^
  20682. | )
  20683. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:128:63: error: expected identifier before '>' token
  20684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:128:63: error: expected ';' before '>' token
  20685. 128 | + (instancetype)segmentedControlWithLabels:(NSArray<NSString *> *)labels trackingMode:(NSSegmentSwitchTracking)trackingMode target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20686. | ^
  20687. | ;
  20688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:138:61: error: expected '>' before '*' token
  20689. 138 | + (instancetype)segmentedControlWithImages:(NSArray<NSImage *> *)images trackingMode:(NSSegmentSwitchTracking)trackingMode target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20690. | ^
  20691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:138:61: error: cannot find protocol declaration for 'NSImage'
  20692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:138:62: error: expected ')' before '>' token
  20693. 138 | + (instancetype)segmentedControlWithImages:(NSArray<NSImage *> *)images trackingMode:(NSSegmentSwitchTracking)trackingMode target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20694. | ~ ^
  20695. | )
  20696. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:138:62: error: expected identifier before '>' token
  20697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:138:62: error: expected ';' before '>' token
  20698. 138 | + (instancetype)segmentedControlWithImages:(NSArray<NSImage *> *)images trackingMode:(NSSegmentSwitchTracking)trackingMode target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20699. | ^
  20700. | ;
  20701. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:126:
  20702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:44:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20703. 44 | - (void)setImage:(nullable NSImage *)image forSegment:(NSInteger)segment;
  20704. | ^~~~~~~~
  20705. | cg_nullable
  20706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:45:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20707. 45 | - (nullable NSImage *)imageForSegment:(NSInteger)segment;
  20708. | ^~~~~~~~
  20709. | cg_nullable
  20710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20711. 53 | - (nullable NSString *)labelForSegment:(NSInteger)segment;
  20712. | ^~~~~~~~
  20713. | cg_nullable
  20714. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:61:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20715. 61 | - (void)setMenu:(nullable NSMenu *)menu forSegment:(NSInteger)segment;
  20716. | ^~~~~~~~
  20717. | cg_nullable
  20718. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20719. 62 | - (nullable NSMenu *)menuForSegment:(NSInteger)segment;
  20720. | ^~~~~~~~
  20721. | cg_nullable
  20722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:64:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20723. 64 | - (void)setToolTip:(nullable NSString *)toolTip forSegment:(NSInteger)segment;
  20724. | ^~~~~~~~
  20725. | cg_nullable
  20726. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedCell.h:65:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20727. 65 | - (nullable NSString *)toolTipForSegment:(NSInteger)segment;
  20728. | ^~~~~~~~
  20729. | cg_nullable
  20730. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:9,
  20731. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:128:
  20732. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:33:47: note: originally specified here
  20733. 33 | @property (readwrite, getter=isVertical) BOOL vertical API_AVAILABLE(macos(10.11));
  20734. | ^~~~~~~~
  20735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:87:23: error: 'null_unspecified' does not name a type
  20736. 87 | - (void)setTitleCell:(null_unspecified NSCell *)cell API_DEPRECATED("-setTitleCell: had no effect since 10.0", macos(10.0,10.9));
  20737. | ^~~~~~~~~~~~~~~~
  20738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:88:4: error: 'null_unspecified' does not name a type
  20739. 88 | - (null_unspecified id)titleCell API_DEPRECATED("-titleCell has returned nil since 10.0", macos(10.0,10.9));
  20740. | ^~~~~~~~~~~~~~~~
  20741. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:89:24: error: 'null_unspecified' does not name a type
  20742. 89 | - (void)setTitleColor:(null_unspecified NSColor *)newColor API_DEPRECATED("-setTitleColor: had no effect since 10.0", macos(10.0,10.9));
  20743. | ^~~~~~~~~~~~~~~~
  20744. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:90:4: error: 'null_unspecified' does not name a type
  20745. 90 | - (null_unspecified NSColor *)titleColor API_DEPRECATED("-titleColor has returned nil since 10.0", macos(10.0,10.9));
  20746. | ^~~~~~~~~~~~~~~~
  20747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:91:23: error: 'null_unspecified' does not name a type
  20748. 91 | - (void)setTitleFont:(null_unspecified NSFont *)fontObj API_DEPRECATED("-setTitleFont: had no effect since 10.0", macos(10.0,10.9));
  20749. | ^~~~~~~~~~~~~~~~
  20750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:92:4: error: 'null_unspecified' does not name a type
  20751. 92 | - (null_unspecified NSFont *)titleFont API_DEPRECATED("-titleFont has returned nil since 10.0", macos(10.0,10.9));
  20752. | ^~~~~~~~~~~~~~~~
  20753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:93:4: error: 'null_unspecified' does not name a type
  20754. 93 | - (null_unspecified NSString *)title API_DEPRECATED("-title has returned nil since 10.0", macos(10.0,10.9));
  20755. | ^~~~~~~~~~~~~~~~
  20756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:94:19: error: 'null_unspecified' does not name a type
  20757. 94 | - (void)setTitle:(null_unspecified NSString *)string API_DEPRECATED("-setTitle: had no effect since 10.0", macos(10.0,10.9));
  20758. | ^~~~~~~~~~~~~~~~
  20759. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:96:19: error: 'null_unspecified' does not name a type
  20760. 96 | - (void)setImage:(null_unspecified NSImage *)backgroundImage API_DEPRECATED("-setImage: had no effect since 10.0", macos(10.0,10.9));
  20761. | ^~~~~~~~~~~~~~~~
  20762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:97:4: error: 'null_unspecified' does not name a type
  20763. 97 | - (null_unspecified NSImage *)image API_DEPRECATED("-image has returned nil since 10.0", macos(10.0,10.9));
  20764. | ^~~~~~~~~~~~~~~~
  20765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:23:28:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20766. 23 | - (BOOL)acceptsFirstMouse:(nullable NSEvent *)event;
  20767. | ^~~~~~~~
  20768. | cg_nullable
  20769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:24:47:note: originally specified here
  20770. 24 | @property (readwrite, getter=isVertical) BOOL vertical API_AVAILABLE(macos(10.12));
  20771. | ^~~~~~~~
  20772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:74:35:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20773. 74 | + (instancetype)sliderWithTarget:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20774. | ^~~~~~~~
  20775. | cg_nullable
  20776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:74:62:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20777. 74 | + (instancetype)sliderWithTarget:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20778. | ^~~~~~~~
  20779. | cg_nullable
  20780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:85:107 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20781. 85 | + (instancetype)sliderWithValue:(double)value minValue:(double)minValue maxValue:(double)maxValue target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20782. | ^~~~~~~~
  20783. | cg_nullable
  20784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:85:134 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20785. 85 | + (instancetype)sliderWithValue:(double)value minValue:(double)minValue maxValue:(double)maxValue target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.12));
  20786. | ^~~~~~~~
  20787. | cg_nullable
  20788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:90:23:error: 'null_unspecified' does not name a type
  20789. 90 | - (void)setTitleCell:(null_unspecified NSCell *)cell API_DEPRECATED("-setTitleCell: had no effect since 10.0", macos(10.0,10.9));
  20790. | ^~~~~~~~~~~~~~~~
  20791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:91:4: error: 'null_unspecified' does not name a type
  20792. 91 | - (null_unspecified id)titleCell API_DEPRECATED("-titleCell has returned nil since 10.0", macos(10.0,10.9));
  20793. | ^~~~~~~~~~~~~~~~
  20794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:92:24:error: 'null_unspecified' does not name a type
  20795. 92 | - (void)setTitleColor:(null_unspecified NSColor *)newColor API_DEPRECATED("-setTitleColor: had no effect since 10.0", macos(10.0,10.9));
  20796. | ^~~~~~~~~~~~~~~~
  20797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:93:4: error: 'null_unspecified' does not name a type
  20798. 93 | - (null_unspecified NSColor *)titleColor API_DEPRECATED("-titleColor has returned nil since 10.0", macos(10.0,10.9));
  20799. | ^~~~~~~~~~~~~~~~
  20800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:94:23:error: 'null_unspecified' does not name a type
  20801. 94 | - (void)setTitleFont:(null_unspecified NSFont *)fontObj API_DEPRECATED("-setTitleFont: had no effect since 10.0", macos(10.0,10.9));
  20802. | ^~~~~~~~~~~~~~~~
  20803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:95:4: error: 'null_unspecified' does not name a type
  20804. 95 | - (null_unspecified NSFont *)titleFont API_DEPRECATED("-titleFont has returned nil since 10.0", macos(10.0,10.9));
  20805. | ^~~~~~~~~~~~~~~~
  20806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:96:4: error: 'null_unspecified' does not name a type
  20807. 96 | - (null_unspecified NSString *)title API_DEPRECATED("-title has returned nil since 10.0", macos(10.0,10.9));
  20808. | ^~~~~~~~~~~~~~~~
  20809. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:97:19:error: 'null_unspecified' does not name a type
  20810. 97 | - (void)setTitle:(null_unspecified NSString *)string API_DEPRECATED("-setTitle: had no effect since 10.0", macos(10.0,10.9));
  20811. | ^~~~~~~~~~~~~~~~
  20812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:99:19:error: 'null_unspecified' does not name a type
  20813. 99 | - (void)setImage:(null_unspecified NSImage *)backgroundImage API_DEPRECATED("-setImage: had no effect since 10.0", macos(10.0,10.9));
  20814. | ^~~~~~~~~~~~~~~~
  20815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSlider.h:100:4:error: 'null_unspecified' does not name a type
  20816. 100 | - (null_unspecified NSImage *)image API_DEPRECATED("-image has returned nil since 10.0", macos(10.0,10.9));
  20817. | ^~~~~~~~~~~~~~~~
  20818. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:131:
  20819. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:106:52: error: expected '>' before '*' token
  20820. 106 | + (instancetype)stackViewWithViews:(NSArray<NSView *> *)views; // Returns an autoreleased horizontal StackView with the provided views set as the leading views, and has translatesAutoresizingMaskIntoConstraints set to NO.
  20821. | ^
  20822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:106:52: error: cannot find protocol declaration for 'NSView'
  20823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:106:53: error: expected ')' before '>' token
  20824. 106 | + (instancetype)stackViewWithViews:(NSArray<NSView *> *)views; // Returns an autoreleased horizontal StackView with the provided views set as the leading views, and has translatesAutoresizingMaskIntoConstraints set to NO.
  20825. | ~ ^
  20826. | )
  20827. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:106:53: error: expected identifier before '>' token
  20828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:106:53: error: expected ';' before '>' token
  20829. 106 | + (instancetype)stackViewWithViews:(NSArray<NSView *> *)views; // Returns an autoreleased horizontal StackView with the provided views set as the leading views, and has translatesAutoresizingMaskIntoConstraints set to NO.
  20830. | ^
  20831. | ;
  20832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:110:22: error: unknown property attribute 'weak'
  20833. 110 | @property (nullable, weak) id<NSStackViewDelegate> delegate;
  20834. | ^~~~
  20835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:110:52: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  20836. 110 | @property (nullable, weak) id<NSStackViewDelegate> delegate;
  20837. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  20838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:45: error: expected '>' before 'NSView'
  20839. 146 | @property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
  20840. | ^~~~~~
  20841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:45: error: cannot find protocol declaration for '__kindof'
  20842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:45: error: 'copy' attribute is only valid for Objective-C objects
  20843. 146 | @property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
  20844. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  20845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: note: originally specified here
  20846. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  20847. | ^~~~~~
  20848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:146:51: error: expected ';' before '*' token
  20849. 146 | @property (readonly, copy) NSArray<__kindof NSView *> *arrangedSubviews API_AVAILABLE(macos(10.11));
  20850. | ^~
  20851. | ;
  20852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:167:45: error: expected '>' before 'NSView'
  20853. 167 | @property (readonly, copy) NSArray<__kindof NSView *> *detachedViews;
  20854. | ^~~~~~
  20855. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:167:45: error: cannot find protocol declaration for '__kindof'
  20856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:167:45: error: 'copy' attribute is only valid for Objective-C objects
  20857. 167 | @property (readonly, copy) NSArray<__kindof NSView *> *detachedViews;
  20858. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  20859. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: note: originally specified here
  20860. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  20861. | ^~~~~~
  20862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:167:51: error: expected ';' before '*' token
  20863. 167 | @property (readonly, copy) NSArray<__kindof NSView *> *detachedViews;
  20864. | ^~
  20865. | ;
  20866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:218:76: error: expected '>' before '*' token
  20867. 218 | - (void)stackView:(NSStackView *)stackView willDetachViews:(NSArray<NSView *> *)views;
  20868. | ^
  20869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:218:76: error: cannot find protocol declaration for 'NSView'
  20870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:218:77: error: expected ')' before '>' token
  20871. 218 | - (void)stackView:(NSStackView *)stackView willDetachViews:(NSArray<NSView *> *)views;
  20872. | ~ ^
  20873. | )
  20874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:218:77: error: expected identifier before '>' token
  20875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:218:77: error: expected ';' before '>' token
  20876. 218 | - (void)stackView:(NSStackView *)stackView willDetachViews:(NSArray<NSView *> *)views;
  20877. | ^
  20878. | ;
  20879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:219:77: error: expected '>' before '*' token
  20880. 219 | - (void)stackView:(NSStackView *)stackView didReattachViews:(NSArray<NSView *> *)views;
  20881. | ^
  20882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:219:77: error: cannot find protocol declaration for 'NSView'
  20883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:219:78: error: expected ')' before '>' token
  20884. 219 | - (void)stackView:(NSStackView *)stackView didReattachViews:(NSArray<NSView *> *)views;
  20885. | ~ ^
  20886. | )
  20887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:219:78: error: expected identifier before '>' token
  20888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:219:78: error: expected ';' before '>' token
  20889. 219 | - (void)stackView:(NSStackView *)stackView didReattachViews:(NSArray<NSView *> *)views;
  20890. | ^
  20891. | ;
  20892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:247:21: error: expected '>' before 'NSView'
  20893. 247 | - (NSArray<__kindof NSView *> *)viewsInGravity:(NSStackViewGravity)gravity; // Getters will return the views that are contained by the corresponding gravity area, regardless of detach-status.
  20894. | ^~~~~~
  20895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:247:21: error: cannot find protocol declaration for '__kindof'
  20896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:247:4: error: two or more data types in declaration of 'type name'
  20897. 247 | - (NSArray<__kindof NSView *> *)viewsInGravity:(NSStackViewGravity)gravity; // Getters will return the views that are contained by the corresponding gravity area, regardless of detach-status.
  20898. | ^~~~~~~
  20899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:248:34: error: expected '>' before '*' token
  20900. 248 | - (void)setViews:(NSArray<NSView *> *)views inGravity:(NSStackViewGravity)gravity; // Setters will update the views and the layout for that gravity area.
  20901. | ^
  20902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:248:34: error: cannot find protocol declaration for 'NSView'
  20903. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:248:35: error: expected ')' before '>' token
  20904. 248 | - (void)setViews:(NSArray<NSView *> *)views inGravity:(NSStackViewGravity)gravity; // Setters will update the views and the layout for that gravity area.
  20905. | ~ ^
  20906. | )
  20907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:248:35: error: expected identifier before '>' token
  20908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:248:35: error: expected ';' before '>' token
  20909. 248 | - (void)setViews:(NSArray<NSView *> *)views inGravity:(NSStackViewGravity)gravity; // Setters will update the views and the layout for that gravity area.
  20910. | ^
  20911. | ;
  20912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:254:45: error: expected '>' before 'NSView'
  20913. 254 | @property (readonly, copy) NSArray<__kindof NSView *> *views;
  20914. | ^~~~~~
  20915. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:254:45: error: cannot find protocol declaration for '__kindof'
  20916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:254:45: error: 'copy' attribute is only valid for Objective-C objects
  20917. 254 | @property (readonly, copy) NSArray<__kindof NSView *> *views;
  20918. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  20919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:88:35: note: originally specified here
  20920. 88 | @property (copy) NSArray<__kindof NSView *> *subviews;
  20921. | ^~~~~~
  20922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStackView.h:254:51: error: expected ';' before '*' token
  20923. 254 | @property (readonly, copy) NSArray<__kindof NSView *> *views;
  20924. | ^~
  20925. | ;
  20926. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:133:
  20927. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:54:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20928. 54 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  20929. | ^~~~~~~~
  20930. | cg_nullable
  20931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:57:51: error: expected '>' before '<' token
  20932. 57 | + (instancetype)gridViewWithViews:(NSArray<NSArray<NSView *> *> *)rows; // Convenience initializer for an autoreleased GridView large enough to hold the provided rows. Each element in 'rows' is an array of views for that row.
  20933. | ^
  20934. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:57:51: error: cannot find protocol declaration for 'NSArray'
  20935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:57:51: error: expected ')' before '<' token
  20936. 57 | + (instancetype)gridViewWithViews:(NSArray<NSArray<NSView *> *> *)rows; // Convenience initializer for an autoreleased GridView large enough to hold the provided rows. Each element in 'rows' is an array of views for that row.
  20937. | ~ ^
  20938. | )
  20939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:57:51: error: expected identifier before '<' token
  20940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:57:51: error: cannot use an object as parameter to a method
  20941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:57:51: error: expected ';' before '<' token
  20942. 57 | + (instancetype)gridViewWithViews:(NSArray<NSArray<NSView *> *> *)rows; // Convenience initializer for an autoreleased GridView large enough to hold the provided rows. Each element in 'rows' is an array of views for that row.
  20943. | ^
  20944. | ;
  20945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:69:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  20946. 69 | - (nullable NSGridCell *)cellForView:(NSView*)view; // returns the cell from the receiver that contains the given view or one of its ancestors.
  20947. | ^~~~~~~~
  20948. | cg_nullable
  20949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:72:48: error: expected '>' before '*' token
  20950. 72 | - (NSGridRow *)addRowWithViews:(NSArray<NSView *> *)views;
  20951. | ^
  20952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:72:48: error: cannot find protocol declaration for 'NSView'
  20953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:72:49: error: expected ')' before '>' token
  20954. 72 | - (NSGridRow *)addRowWithViews:(NSArray<NSView *> *)views;
  20955. | ~ ^
  20956. | )
  20957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:72:49: error: expected identifier before '>' token
  20958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:72:49: error: expected ';' before '>' token
  20959. 72 | - (NSGridRow *)addRowWithViews:(NSArray<NSView *> *)views;
  20960. | ^
  20961. | ;
  20962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:73:76: error: expected '>' before '*' token
  20963. 73 | - (NSGridRow *)insertRowAtIndex:(NSInteger)index withViews:(NSArray<NSView *> *)views;
  20964. | ^
  20965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:73:76: error: cannot find protocol declaration for 'NSView'
  20966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:73:77: error: expected ')' before '>' token
  20967. 73 | - (NSGridRow *)insertRowAtIndex:(NSInteger)index withViews:(NSArray<NSView *> *)views;
  20968. | ~ ^
  20969. | )
  20970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:73:77: error: expected identifier before '>' token
  20971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:73:77: error: expected ';' before '>' token
  20972. 73 | - (NSGridRow *)insertRowAtIndex:(NSInteger)index withViews:(NSArray<NSView *> *)views;
  20973. | ^
  20974. | ;
  20975. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:77:54: error: expected '>' before '*' token
  20976. 77 | - (NSGridColumn *)addColumnWithViews:(NSArray<NSView *> *)views;
  20977. | ^
  20978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:77:54: error: cannot find protocol declaration for 'NSView'
  20979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:77:55: error: expected ')' before '>' token
  20980. 77 | - (NSGridColumn *)addColumnWithViews:(NSArray<NSView *> *)views;
  20981. | ~ ^
  20982. | )
  20983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:77:55: error: expected identifier before '>' token
  20984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:77:55: error: expected ';' before '>' token
  20985. 77 | - (NSGridColumn *)addColumnWithViews:(NSArray<NSView *> *)views;
  20986. | ^
  20987. | ;
  20988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:78:82: error: expected '>' before '*' token
  20989. 78 | - (NSGridColumn *)insertColumnAtIndex:(NSInteger)index withViews:(NSArray<NSView *> *)views;
  20990. | ^
  20991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:78:82: error: cannot find protocol declaration for 'NSView'
  20992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:78:83: error: expected ')' before '>' token
  20993. 78 | - (NSGridColumn *)insertColumnAtIndex:(NSInteger)index withViews:(NSArray<NSView *> *)views;
  20994. | ~ ^
  20995. | )
  20996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:78:83: error: expected identifier before '>' token
  20997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:78:83: error: expected ';' before '>' token
  20998. 78 | - (NSGridColumn *)insertColumnAtIndex:(NSInteger)index withViews:(NSArray<NSView *> *)views;
  20999. | ^
  21000. | ;
  21001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:103:21: error: unknown property attribute 'weak'
  21002. 103 | @property (readonly,weak) NSGridView *gridView;
  21003. | ^~~~
  21004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:126:21: error: unknown property attribute 'weak'
  21005. 126 | @property (readonly,weak) NSGridView *gridView;
  21006. | ^~~~
  21007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:147:12: error: unknown property attribute 'strong'
  21008. 147 | @property (strong,nullable) __kindof NSView *contentView; // The view whose placement will be managed by this cell.
  21009. | ^~~~~~
  21010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:147:29: error: '__kindof' has not been declared
  21011. 147 | @property (strong,nullable) __kindof NSView *contentView; // The view whose placement will be managed by this cell.
  21012. | ^~~~~~~~
  21013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:149:29: error: unknown property attribute 'strong'
  21014. 149 | @property (class, readonly, strong) NSView *emptyContentView; // This view is used as a marker in NSGridView's "...WithViews:" methods to indicate a cell whose contentView should be nil.
  21015. | ^~~~~~
  21016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:151:21: error: unknown property attribute 'weak'
  21017. 151 | @property (readonly,weak) NSGridRow *row;
  21018. | ^~~~
  21019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:152:21: error: unknown property attribute 'weak'
  21020. 152 | @property (readonly,weak) NSGridColumn *column;
  21021. | ^~~~
  21022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:161:45: error: expected '>' before '*' token
  21023. 161 | @property (copy) NSArray<NSLayoutConstraint *> *customPlacementConstraints;
  21024. | ^
  21025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:161:45: error: cannot find protocol declaration for 'NSLayoutConstraint'
  21026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGridView.h:161:46: error: expected unqualified-id before '>' token
  21027. 161 | @property (copy) NSArray<NSLayoutConstraint *> *customPlacementConstraints;
  21028. | ^
  21029. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:15,
  21030. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:135:
  21031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:52:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21032. 52 | - (nullable NSAttributedString *)attributedSubstringForProposedRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange;
  21033. | ^~~~~~~~
  21034. | cg_nullable
  21035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:52:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21036. 52 | - (nullable NSAttributedString *)attributedSubstringForProposedRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange;
  21037. | ^~~~~~~~
  21038. | cg_nullable
  21039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:56:33: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21040. 56 | - (NSArray<NSAttributedStringKey> *)validAttributesForMarkedText;
  21041. | ^
  21042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputClient.h:60:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21043. 60 | - (NSRect)firstRectForCharacterRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange;
  21044. | ^~~~~~~~
  21045. | cg_nullable
  21046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21047. 53 | - (nullable NSAttributedString *)annotatedSubstringForProposedRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange;
  21048. | ^~~~~~~~
  21049. | cg_nullable
  21050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:53:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21051. 53 | - (nullable NSAttributedString *)annotatedSubstringForProposedRange:(NSRange)range actualRange:(nullable NSRangePointer)actualRange;
  21052. | ^~~~~~~~
  21053. | cg_nullable
  21054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:57:70: error: expected '>' before '*' token
  21055. 57 | - (void)setAnnotations:(NSDictionary<NSAttributedStringKey, NSString *> *)annotations range:(NSRange)range;
  21056. | ^
  21057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:57:70: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:57:70: error: cannot find protocol declaration for 'NSString'
  21059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:57:71: error: expected ')' before '>' token
  21060. 57 | - (void)setAnnotations:(NSDictionary<NSAttributedStringKey, NSString *> *)annotations range:(NSRange)range;
  21061. | ~ ^
  21062. | )
  21063. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:57:71: error: expected identifier before '>' token
  21064. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:57:71: error: expected ';' before '>' token
  21065. 57 | - (void)setAnnotations:(NSDictionary<NSAttributedStringKey, NSString *> *)annotations range:(NSRange)range;
  21066. | ^
  21067. | ;
  21068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:61:70: error: expected '>' before '*' token
  21069. 61 | - (void)addAnnotations:(NSDictionary<NSAttributedStringKey, NSString *> *)annotations range:(NSRange)range;
  21070. | ^
  21071. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:61:70: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:61:70: error: cannot find protocol declaration for 'NSString'
  21073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:61:71: error: expected ')' before '>' token
  21074. 61 | - (void)addAnnotations:(NSDictionary<NSAttributedStringKey, NSString *> *)annotations range:(NSRange)range;
  21075. | ~ ^
  21076. | )
  21077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:61:71: error: expected identifier before '>' token
  21078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:61:71: error: expected ';' before '>' token
  21079. 61 | - (void)addAnnotations:(NSDictionary<NSAttributedStringKey, NSString *> *)annotations range:(NSRange)range;
  21080. | ^
  21081. | ;
  21082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:77:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21083. 77 | - (nullable NSView *)viewForRange:(NSRange)range firstRect:(nullable NSRectPointer)firstRect actualRange:(nullable NSRangePointer)actualRange;
  21084. | ^~~~~~~~
  21085. | cg_nullable
  21086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:77:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21087. 77 | - (nullable NSView *)viewForRange:(NSRange)range firstRect:(nullable NSRectPointer)firstRect actualRange:(nullable NSRangePointer)actualRange;
  21088. | ^~~~~~~~
  21089. | cg_nullable
  21090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:77:107: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21091. 77 | - (nullable NSView *)viewForRange:(NSRange)range firstRect:(nullable NSRectPointer)firstRect actualRange:(nullable NSRangePointer)actualRange;
  21092. | ^~~~~~~~
  21093. | cg_nullable
  21094. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingClient.h:81:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21095. 81 | - (nullable NSCandidateListTouchBarItem *)candidateListTouchBarItem;
  21096. | ^~~~~~~~
  21097. | cg_nullable
  21098. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:136:
  21099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:49:131: error: cannot find protocol declaration for 'NSTextCheckingOptionKey'
  21100. 49 | - (void)checkTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options;
  21101. | ^
  21102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:49:131: error: cannot find protocol declaration for 'id'
  21103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:52:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21104. 52 | - (void)checkTextInSelection:(nullable id)sender;
  21105. | ^~~~~~~~
  21106. | cg_nullable
  21107. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:53:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21108. 53 | - (void)checkTextInDocument:(nullable id)sender;
  21109. | ^~~~~~~~
  21110. | cg_nullable
  21111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:54:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21112. 54 | - (void)orderFrontSubstitutionsPanel:(nullable id)sender;
  21113. | ^~~~~~~~
  21114. | cg_nullable
  21115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:55:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21116. 55 | - (void)checkSpelling:(nullable id)sender;
  21117. | ^~~~~~~~
  21118. | cg_nullable
  21119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:56:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21120. 56 | - (void)showGuessPanel:(nullable id)sender;
  21121. | ^~~~~~~~
  21122. | cg_nullable
  21123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:57:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21124. 57 | - (void)changeSpelling:(nullable id)sender;
  21125. | ^~~~~~~~
  21126. | cg_nullable
  21127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:58:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21128. 58 | - (void)ignoreSpelling:(nullable id)sender;
  21129. | ^~~~~~~~
  21130. | cg_nullable
  21131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:64:33: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21132. 64 | - (NSArray<NSAttributedStringKey> *)validAnnotations;
  21133. | ^
  21134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextCheckingController.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21135. 67 | - (nullable NSMenu *)menuAtIndex:(NSUInteger)location clickedOnSelection:(BOOL)clickedOnSelection effectiveRange:(NSRangePointer)effectiveRange;
  21136. | ^~~~~~~~
  21137. | cg_nullable
  21138. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:9,
  21139. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:137:
  21140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFieldCell.h:26:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21141. 26 | - (instancetype)initImageCell:(nullable NSImage *)image NS_UNAVAILABLE; // Use the designated initializer initTextCell:
  21142. | ^~~~~~~~
  21143. | cg_nullable
  21144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFieldCell.h:42:45: error: expected '>' before '*' token
  21145. 42 | @property (nullable, copy) NSArray<NSString *> *allowedInputSourceLocales API_AVAILABLE(macos(10.5));
  21146. | ^
  21147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFieldCell.h:42:45: error: cannot find protocol declaration for 'NSString'
  21148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextFieldCell.h:42:46: error: expected unqualified-id before '>' token
  21149. 42 | @property (nullable, copy) NSArray<NSString *> *allowedInputSourceLocales API_AVAILABLE(macos(10.5));
  21150. | ^
  21151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:32:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21152. 32 | - (void)selectText:(nullable id)sender;
  21153. | ^~~~~~~~
  21154. | cg_nullable
  21155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:33:22: error: unknown property attribute 'weak'
  21156. 33 | @property (nullable, weak) id<NSTextFieldDelegate> delegate;
  21157. | ^~~~
  21158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:33:52: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21159. 33 | @property (nullable, weak) id<NSTextFieldDelegate> delegate;
  21160. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:110:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21162. 110 | - (nullable NSArray *)textField:(NSTextField *)textField textView:(NSTextView *)textView candidatesForSelectedRange:(NSRange)selectedRange API_AVAILABLE(macos(10.12.2));
  21163. | ^~~~~~~~
  21164. | cg_nullable
  21165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:112:33: error: expected '>' before '*' token
  21166. 112 | - (NSArray<NSTextCheckingResult *> *)textField:(NSTextField *)textField textView:(NSTextView *)textView candidates:(NSArray<NSTextCheckingResult *> *)candidates forSelectedRange:(NSRange)selectedRange API_AVAILABLE(macos(10.12.2));
  21167. | ^
  21168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:112:33: error: cannot find protocol declaration for 'NSTextCheckingResult'
  21169. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:112:34: error: expected ')' before '>' token
  21170. 112 | - (NSArray<NSTextCheckingResult *> *)textField:(NSTextField *)textField textView:(NSTextView *)textView candidates:(NSArray<NSTextCheckingResult *> *)candidates forSelectedRange:(NSRange)selectedRange API_AVAILABLE(macos(10.12.2));
  21171. | ~ ^
  21172. | )
  21173. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:112:34: error: objective-c++ method declaration is expected before '>' token
  21174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextField.h:121:31: error: 'null_unspecified' does not name a type
  21175. 121 | - (void)setTitleWithMnemonic:(null_unspecified NSString *)stringWithAmpersand API_DEPRECATED("", macos(10.0,10.8));
  21176. | ^~~~~~~~~~~~~~~~
  21177. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h:10,
  21178. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:10,
  21179. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:11,
  21180. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:8,
  21181. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:140:
  21182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:226:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21183. 226 | - (nullable instancetype)initWithURL:(NSURL *)url options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.4), ios(9.0), watchos(2.0), tvos(9.0));
  21184. | ^~~~~~~~
  21185. | cg_nullable
  21186. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:226:119: error: cannot find protocol declaration for 'NSAttributedStringDocumentReadingOptionKey'
  21187. 226 | - (nullable instancetype)initWithURL:(NSURL *)url options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.4), ios(9.0), watchos(2.0), tvos(9.0));
  21188. | ^
  21189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:226:119: error: cannot find protocol declaration for 'id'
  21190. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:226:206: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21191. 226 | - (nullable instancetype)initWithURL:(NSURL *)url options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.4), ios(9.0), watchos(2.0), tvos(9.0));
  21192. | ^
  21193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:226:206: error: cannot find protocol declaration for 'id'
  21194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:227:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21195. 227 | - (nullable instancetype)initWithData:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21196. | ^~~~~~~~
  21197. | cg_nullable
  21198. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:227:122: error: cannot find protocol declaration for 'NSAttributedStringDocumentReadingOptionKey'
  21199. 227 | - (nullable instancetype)initWithData:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21200. | ^
  21201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:227:122: error: cannot find protocol declaration for 'id'
  21202. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:227:209: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21203. 227 | - (nullable instancetype)initWithData:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21204. | ^
  21205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:227:209: error: cannot find protocol declaration for 'id'
  21206. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:230:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21207. 230 | - (nullable NSData *)dataFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21208. | ^~~~~~~~
  21209. | cg_nullable
  21210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:230:126: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21211. 230 | - (nullable NSData *)dataFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21212. | ^
  21213. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:230:126: error: cannot find protocol declaration for 'id'
  21214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:233:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21215. 233 | - (nullable NSFileWrapper *)fileWrapperFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21216. | ^~~~~~~~
  21217. | cg_nullable
  21218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:233:140: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21219. 233 | - (nullable NSFileWrapper *)fileWrapperFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21220. | ^
  21221. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:233:140: error: cannot find protocol declaration for 'id'
  21222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:235:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21223. 235 | - (nullable instancetype)initWithRTF:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21224. | ^~~~~~~~
  21225. | cg_nullable
  21226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:235:128: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21227. 235 | - (nullable instancetype)initWithRTF:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21228. | ^
  21229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:235:128: error: cannot find protocol declaration for 'id'
  21230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:236:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21231. 236 | - (nullable instancetype)initWithRTFD:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21232. | ^~~~~~~~
  21233. | cg_nullable
  21234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:236:129: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21235. 236 | - (nullable instancetype)initWithRTFD:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21236. | ^
  21237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:236:129: error: cannot find protocol declaration for 'id'
  21238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:237:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21239. 237 | - (nullable instancetype)initWithHTML:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21240. | ^~~~~~~~
  21241. | cg_nullable
  21242. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:237:129: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21243. 237 | - (nullable instancetype)initWithHTML:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21244. | ^
  21245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:237:129: error: cannot find protocol declaration for 'id'
  21246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:238:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21247. 238 | - (nullable instancetype)initWithHTML:(NSData *)data baseURL:(NSURL *)base documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21248. | ^~~~~~~~
  21249. | cg_nullable
  21250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:238:151: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21251. 238 | - (nullable instancetype)initWithHTML:(NSData *)data baseURL:(NSURL *)base documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21252. | ^
  21253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:238:151: error: cannot find protocol declaration for 'id'
  21254. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:239:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21255. 239 | - (nullable instancetype)initWithDocFormat:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21256. | ^~~~~~~~
  21257. | cg_nullable
  21258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:239:134: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21259. 239 | - (nullable instancetype)initWithDocFormat:(NSData *)data documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21260. | ^
  21261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:239:134: error: cannot find protocol declaration for 'id'
  21262. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:240:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21263. 240 | - (nullable instancetype)initWithHTML:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21264. | ^~~~~~~~
  21265. | cg_nullable
  21266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:240:122: error: cannot find protocol declaration for 'NSAttributedStringDocumentReadingOptionKey'
  21267. 240 | - (nullable instancetype)initWithHTML:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21268. | ^
  21269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:240:122: error: cannot find protocol declaration for 'id'
  21270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:240:209: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21271. 240 | - (nullable instancetype)initWithHTML:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)options documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21272. | ^
  21273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:240:209: error: cannot find protocol declaration for 'id'
  21274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:241:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21275. 241 | - (nullable instancetype)initWithRTFDFileWrapper:(NSFileWrapper *)wrapper documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21276. | ^~~~~~~~
  21277. | cg_nullable
  21278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:241:150: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21279. 241 | - (nullable instancetype)initWithRTFDFileWrapper:(NSFileWrapper *)wrapper documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict;
  21280. | ^
  21281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:241:150: error: cannot find protocol declaration for 'id'
  21282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:242:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21283. 242 | - (nullable NSData *)RTFFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21284. | ^~~~~~~~
  21285. | cg_nullable
  21286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:242:125: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21287. 242 | - (nullable NSData *)RTFFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21288. | ^
  21289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:242:125: error: cannot find protocol declaration for 'id'
  21290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:243:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21291. 243 | - (nullable NSData *)RTFDFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21292. | ^~~~~~~~
  21293. | cg_nullable
  21294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:243:126: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21295. 243 | - (nullable NSData *)RTFDFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21296. | ^
  21297. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:243:126: error: cannot find protocol declaration for 'id'
  21298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:244:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21299. 244 | - (nullable NSFileWrapper *)RTFDFileWrapperFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21300. | ^~~~~~~~
  21301. | cg_nullable
  21302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:244:144: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21303. 244 | - (nullable NSFileWrapper *)RTFDFileWrapperFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21304. | ^
  21305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:244:144: error: cannot find protocol declaration for 'id'
  21306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:245:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21307. 245 | - (nullable NSData *)docFormatFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21308. | ^~~~~~~~
  21309. | cg_nullable
  21310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:245:131: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21311. 245 | - (nullable NSData *)docFormatFromRange:(NSRange)range documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> *)dict;
  21312. | ^
  21313. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:245:131: error: cannot find protocol declaration for 'id'
  21314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:250:102: error: cannot find protocol declaration for 'NSAttributedStringDocumentReadingOptionKey'
  21315. 250 | - (BOOL)readFromURL:(NSURL *)url options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)opts documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.5), ios(9.0), watchos(2.0), tvos(9.0));
  21316. | ^
  21317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:250:102: error: cannot find protocol declaration for 'id'
  21318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:250:186: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21319. 250 | - (BOOL)readFromURL:(NSURL *)url options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)opts documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.5), ios(9.0), watchos(2.0), tvos(9.0));
  21320. | ^
  21321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:250:186: error: cannot find protocol declaration for 'id'
  21322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:251:105: error: cannot find protocol declaration for 'NSAttributedStringDocumentReadingOptionKey'
  21323. 251 | - (BOOL)readFromData:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)opts documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21324. | ^
  21325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:251:105: error: cannot find protocol declaration for 'id'
  21326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:251:189: error: cannot find protocol declaration for 'NSAttributedStringDocumentAttributeKey'
  21327. 251 | - (BOOL)readFromData:(NSData *)data options:(NSDictionary<NSAttributedStringDocumentReadingOptionKey, id> *)opts documentAttributes:(NSDictionary<NSAttributedStringDocumentAttributeKey, id> * _Nullable * _Nullable)dict error:(NSError **)error API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  21328. | ^
  21329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:251:189: error: cannot find protocol declaration for 'id'
  21330. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:258:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21331. 258 | - (NSDictionary<NSAttributedStringKey, id> *)fontAttributesInRange:(NSRange)range;
  21332. | ^
  21333. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:258:42: error: cannot find protocol declaration for 'id'
  21334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:261:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21335. 261 | - (NSDictionary<NSAttributedStringKey, id> *)rulerAttributesInRange:(NSRange)range;
  21336. | ^
  21337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:261:42: error: cannot find protocol declaration for 'id'
  21338. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:283:51: error: expected '>' before '*' token
  21339. 283 | @property(class, readonly, copy) NSArray<NSString *> *textTypes API_AVAILABLE(macos(10.5));
  21340. | ^
  21341. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:283:51: error: cannot find protocol declaration for 'NSString'
  21342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:283:52: error: expected unqualified-id before '>' token
  21343. 283 | @property(class, readonly, copy) NSArray<NSString *> *textTypes API_AVAILABLE(macos(10.5));
  21344. | ^
  21345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:284:51: error: expected '>' before '*' token
  21346. 284 | @property(class, readonly, copy) NSArray<NSString *> *textUnfilteredTypes API_AVAILABLE(macos(10.5));
  21347. | ^
  21348. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:284:51: error: cannot find protocol declaration for 'NSString'
  21349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:284:52: error: expected unqualified-id before '>' token
  21350. 284 | @property(class, readonly, copy) NSArray<NSString *> *textUnfilteredTypes API_AVAILABLE(macos(10.5));
  21351. | ^
  21352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:327:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21353. 327 | - (nullable instancetype)initWithURL:(NSURL *)url documentAttributes:(NSDictionary* _Nullable * _Nullable)dict API_DEPRECATED("Use -initWithURL:options:documentAttributes:error: instead", macos(10.0,10.11));
  21354. | ^~~~~~~~
  21355. | cg_nullable
  21356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:328:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21357. 328 | - (nullable instancetype)initWithPath:(NSString *)path documentAttributes:(NSDictionary* _Nullable * _Nullable)dict API_DEPRECATED("Use -initWithURL:options:documentAttributes:error: instead", macos(10.0,10.11));
  21358. | ^~~~~~~~
  21359. | cg_nullable
  21360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAttributedString.h:330:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21361. 330 | - (nullable NSURL *)URLAtIndex:(NSUInteger)location effectiveRange:(NSRangePointer)effectiveRange API_DEPRECATED("Use NSDataDetector instead", macos(10.5,10.11));
  21362. | ^~~~~~~~
  21363. | cg_nullable
  21364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h:41:52: error: expected '>' before '*' token
  21365. 41 | @property (readonly, copy) NSArray<NSLayoutManager *> *layoutManagers;
  21366. | ^
  21367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h:41:52: error: cannot find protocol declaration for 'NSLayoutManager'
  21368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h:41:53: error: expected unqualified-id before '>' token
  21369. 41 | @property (readonly, copy) NSArray<NSLayoutManager *> *layoutManagers;
  21370. | ^
  21371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h:65:22: error: unknown property attribute 'weak'
  21372. 65 | @property (nullable, weak) id <NSTextStorageDelegate> delegate;
  21373. | ^~~~
  21374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorage.h:65:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21375. 65 | @property (nullable, weak) id <NSTextStorageDelegate> delegate;
  21376. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21377. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:12:
  21378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphGenerator.h:35:130: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21379. 35 | - (void)generateGlyphsForGlyphStorage:(id <NSGlyphStorage>)glyphStorage desiredNumberOfCharacters:(NSUInteger)nChars glyphIndex:(nullable NSUInteger *)glyphIndex characterIndex:(nullable NSUInteger *)charIndex;
  21380. | ^~~~~~~~
  21381. | cg_nullable
  21382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphGenerator.h:35:179: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21383. 35 | - (void)generateGlyphsForGlyphStorage:(id <NSGlyphStorage>)glyphStorage desiredNumberOfCharacters:(NSUInteger)nChars glyphIndex:(nullable NSUInteger *)glyphIndex characterIndex:(nullable NSUInteger *)charIndex;
  21384. | ^~~~~~~~
  21385. | cg_nullable
  21386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphGenerator.h:37:29: error: unknown property attribute 'strong'
  21387. 37 | @property (class, readonly, strong) NSGlyphGenerator *sharedGlyphGenerator;
  21388. | ^~~~~~
  21389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:72:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21390. 72 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  21391. | ^~~~~~~~
  21392. | cg_nullable
  21393. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:88:46: error: expected '>' before '*' token
  21394. 88 | @property (readonly) NSArray<NSTextContainer *> *textContainers;
  21395. | ^
  21396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:88:46: error: cannot find protocol declaration for 'NSTextContainer'
  21397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:88:47: error: expected unqualified-id before '>' token
  21398. 88 | @property (readonly) NSArray<NSTextContainer *> *textContainers;
  21399. | ^
  21400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:108:22: error: unknown property attribute 'weak'
  21401. 108 | @property (nullable, weak) id <NSLayoutManagerDelegate> delegate;
  21402. | ^~~~
  21403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:108:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21404. 108 | @property (nullable, weak) id <NSLayoutManagerDelegate> delegate;
  21405. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:144:12: error: unknown property attribute 'strong'
  21407. 144 | @property (strong) __kindof NSTypesetter *typesetter;
  21408. | ^~~~~~
  21409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:144:20: error: '__kindof' has not been declared
  21410. 144 | @property (strong) __kindof NSTypesetter *typesetter;
  21411. | ^~~~~~~~
  21412. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:153:116: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21413. 153 | - (void)invalidateGlyphsForCharacterRange:(NSRange)charRange changeInLength:(NSInteger)delta actualCharacterRange:(nullable NSRangePointer)actualCharRange;
  21414. | ^~~~~~~~
  21415. | cg_nullable
  21416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:156:84: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21417. 156 | - (void)invalidateLayoutForCharacterRange:(NSRange)charRange actualCharacterRange:(nullable NSRangePointer)actualCharRange API_AVAILABLE(macos(10.5), ios(7.0), tvos(9.0));
  21418. | ^~~~~~~~
  21419. | cg_nullable
  21420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:189:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21421. 189 | - (CGGlyph)CGGlyphAtIndex:(NSUInteger)glyphIndex isValidIndex:(nullable BOOL *)isValidIndex API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21422. | ^~~~~~~~
  21423. | cg_nullable
  21424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:203:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21425. 203 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable CGGlyph *)glyphBuffer properties:(nullable NSGlyphProperty *)props characterIndexes:(nullable NSUInteger *)charIndexBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_AVAILABLE(macos(10.5), ios(7.0), tvos(9.0));
  21426. | ^~~~~~~~
  21427. | cg_nullable
  21428. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:203:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21429. 203 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable CGGlyph *)glyphBuffer properties:(nullable NSGlyphProperty *)props characterIndexes:(nullable NSUInteger *)charIndexBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_AVAILABLE(macos(10.5), ios(7.0), tvos(9.0));
  21430. | ^~~~~~~~
  21431. | cg_nullable
  21432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:203:154: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21433. 203 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable CGGlyph *)glyphBuffer properties:(nullable NSGlyphProperty *)props characterIndexes:(nullable NSUInteger *)charIndexBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_AVAILABLE(macos(10.5), ios(7.0), tvos(9.0));
  21434. | ^~~~~~~~
  21435. | cg_nullable
  21436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:203:204: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21437. 203 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable CGGlyph *)glyphBuffer properties:(nullable NSGlyphProperty *)props characterIndexes:(nullable NSUInteger *)charIndexBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_AVAILABLE(macos(10.5), ios(7.0), tvos(9.0));
  21438. | ^~~~~~~~
  21439. | cg_nullable
  21440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:233:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21441. 233 | - (void)getFirstUnlaidCharacterIndex:(nullable NSUInteger *)charIndex glyphIndex:(nullable NSUInteger *)glyphIndex;
  21442. | ^~~~~~~~
  21443. | cg_nullable
  21444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:233:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21445. 233 | - (void)getFirstUnlaidCharacterIndex:(nullable NSUInteger *)charIndex glyphIndex:(nullable NSUInteger *)glyphIndex;
  21446. | ^~~~~~~~
  21447. | cg_nullable
  21448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:238:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21449. 238 | - (nullable NSTextContainer *)textContainerForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange;
  21450. | ^~~~~~~~
  21451. | cg_nullable
  21452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:238:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21453. 238 | - (nullable NSTextContainer *)textContainerForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange;
  21454. | ^~~~~~~~
  21455. | cg_nullable
  21456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:239:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21457. 239 | - (nullable NSTextContainer *)textContainerForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange withoutAdditionalLayout:(BOOL)flag API_AVAILABLE(macos(10.0), ios(9.0), tvos(9.0));
  21458. | ^~~~~~~~
  21459. | cg_nullable
  21460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:239:99: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21461. 239 | - (nullable NSTextContainer *)textContainerForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange withoutAdditionalLayout:(BOOL)flag API_AVAILABLE(macos(10.0), ios(9.0), tvos(9.0));
  21462. | ^~~~~~~~
  21463. | cg_nullable
  21464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:246:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21465. 246 | - (NSRect)lineFragmentRectForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange;
  21466. | ^~~~~~~~
  21467. | cg_nullable
  21468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:247:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21469. 247 | - (NSRect)lineFragmentRectForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange withoutAdditionalLayout:(BOOL)flag API_AVAILABLE(macos(10.0), ios(9.0), tvos(9.0));
  21470. | ^~~~~~~~
  21471. | cg_nullable
  21472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:250:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21473. 250 | - (NSRect)lineFragmentUsedRectForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange;
  21474. | ^~~~~~~~
  21475. | cg_nullable
  21476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:251:86: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21477. 251 | - (NSRect)lineFragmentUsedRectForGlyphAtIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange withoutAdditionalLayout:(BOOL)flag API_AVAILABLE(macos(10.0), ios(9.0), tvos(9.0));
  21478. | ^~~~~~~~
  21479. | cg_nullable
  21480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:279:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21481. 279 | - (NSRange)glyphRangeForCharacterRange:(NSRange)charRange actualCharacterRange:(nullable NSRangePointer)actualCharRange;
  21482. | ^~~~~~~~
  21483. | cg_nullable
  21484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:282:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21485. 282 | - (NSRange)characterRangeForGlyphRange:(NSRange)glyphRange actualGlyphRange:(nullable NSRangePointer)actualGlyphRange;
  21486. | ^~~~~~~~
  21487. | cg_nullable
  21488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:298:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21489. 298 | - (NSUInteger)glyphIndexForPoint:(NSPoint)point inTextContainer:(NSTextContainer *)container fractionOfDistanceThroughGlyph:(nullable CGFloat *)partialFraction;
  21490. | ^~~~~~~~
  21491. | cg_nullable
  21492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:303:140: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21493. 303 | - (NSUInteger)characterIndexForPoint:(NSPoint)point inTextContainer:(NSTextContainer *)container fractionOfDistanceBetweenInsertionPoints:(nullable CGFloat *)partialFraction;
  21494. | ^~~~~~~~
  21495. | cg_nullable
  21496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:306:156: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21497. 306 | - (NSUInteger)getLineFragmentInsertionPointsForCharacterAtIndex:(NSUInteger)charIndex alternatePositions:(BOOL)aFlag inDisplayOrder:(BOOL)dFlag positions:(nullable CGFloat *)positions characterIndexes:(nullable NSUInteger *)charIndexes;
  21498. | ^~~~~~~~
  21499. | cg_nullable
  21500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:306:203: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21501. 306 | - (NSUInteger)getLineFragmentInsertionPointsForCharacterAtIndex:(NSUInteger)charIndex alternatePositions:(BOOL)aFlag inDisplayOrder:(BOOL)dFlag positions:(nullable CGFloat *)positions characterIndexes:(nullable NSUInteger *)charIndexes;
  21502. | ^~~~~~~~
  21503. | cg_nullable
  21504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:309:81: error: expected ')' before '(' token
  21505. 309 | - (void)enumerateLineFragmentsForGlyphRange:(NSRange)glyphRange usingBlock:(void (^)(NSRect rect, NSRect usedRect, NSTextContainer *textContainer, NSRange glyphRange, BOOL *stop))block API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21506. | ~ ^~
  21507. | )
  21508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:309:82: error: expected identifier before '(' token
  21509. 309 | - (void)enumerateLineFragmentsForGlyphRange:(NSRange)glyphRange usingBlock:(void (^)(NSRect rect, NSRect usedRect, NSTextContainer *textContainer, NSRange glyphRange, BOOL *stop))block API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21510. | ^
  21511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:309:81: error: expected ';' before '(' token
  21512. 309 | - (void)enumerateLineFragmentsForGlyphRange:(NSRange)glyphRange usingBlock:(void (^)(NSRect rect, NSRect usedRect, NSTextContainer *textContainer, NSRange glyphRange, BOOL *stop))block API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21513. | ^~
  21514. | ;
  21515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:312:179: error: expected ')' before '(' token
  21516. 312 | - (void)enumerateEnclosingRectsForGlyphRange:(NSRange)glyphRange withinSelectedGlyphRange:(NSRange)selectedRange inTextContainer:(NSTextContainer *)textContainer usingBlock:(void (^)(NSRect rect, BOOL *stop))block API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21517. | ~ ^~
  21518. | )
  21519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:312:180: error: expected identifier before '(' token
  21520. 312 | - (void)enumerateEnclosingRectsForGlyphRange:(NSRange)glyphRange withinSelectedGlyphRange:(NSRange)selectedRange inTextContainer:(NSTextContainer *)textContainer usingBlock:(void (^)(NSRect rect, BOOL *stop))block API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21521. | ^
  21522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:312:179: error: expected ';' before '(' token
  21523. 312 | - (void)enumerateEnclosingRectsForGlyphRange:(NSRange)glyphRange withinSelectedGlyphRange:(NSRange)selectedRange inTextContainer:(NSTextContainer *)textContainer usingBlock:(void (^)(NSRect rect, BOOL *stop))block API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21524. | ^~
  21525. | ;
  21526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:321:222: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21527. 321 | - (void)showCGGlyphs:(const CGGlyph *)glyphs positions:(const CGPoint *)positions count:(NSInteger)glyphCount font:(NSFont *)font textMatrix:(CGAffineTransform)textMatrix attributes:(NSDictionary<NSAttributedStringKey, id> *)attributes inContext:(CGContextRef)CGContext API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0));
  21528. | ^
  21529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:321:222: error: cannot find protocol declaration for 'id'
  21530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:346:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21531. 346 | - (NSRect)layoutRectForTextBlock:(NSTextBlock *)block atIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange;
  21532. | ^~~~~~~~
  21533. | cg_nullable
  21534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:347:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21535. 347 | - (NSRect)boundsRectForTextBlock:(NSTextBlock *)block atIndex:(NSUInteger)glyphIndex effectiveRange:(nullable NSRangePointer)effectiveGlyphRange;
  21536. | ^~~~~~~~
  21537. | cg_nullable
  21538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:352:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21539. 352 | - (NSDictionary<NSAttributedStringKey, id> *)temporaryAttributesAtCharacterIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveCharRange;
  21540. | ^
  21541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:352:42: error: cannot find protocol declaration for 'id'
  21542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:352:120: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21543. 352 | - (NSDictionary<NSAttributedStringKey, id> *)temporaryAttributesAtCharacterIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveCharRange;
  21544. | ^~~~~~~~
  21545. | cg_nullable
  21546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:353:71: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21547. 353 | - (void)setTemporaryAttributes:(NSDictionary<NSAttributedStringKey, id> *)attrs forCharacterRange:(NSRange)charRange;
  21548. | ^
  21549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:353:71: error: cannot find protocol declaration for 'id'
  21550. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:354:71: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21551. 354 | - (void)addTemporaryAttributes:(NSDictionary<NSAttributedStringKey, id> *)attrs forCharacterRange:(NSRange)charRange;
  21552. | ^
  21553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:354:71: error: cannot find protocol declaration for 'id'
  21554. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:357:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21555. 357 | - (nullable id)temporaryAttribute:(NSAttributedStringKey)attrName atCharacterIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range API_AVAILABLE(macos(10.5));
  21556. | ^~~~~~~~
  21557. | cg_nullable
  21558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:357:121: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21559. 357 | - (nullable id)temporaryAttribute:(NSAttributedStringKey)attrName atCharacterIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range API_AVAILABLE(macos(10.5));
  21560. | ^~~~~~~~
  21561. | cg_nullable
  21562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:358:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21563. 358 | - (nullable id)temporaryAttribute:(NSAttributedStringKey)attrName atCharacterIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit API_AVAILABLE(macos(10.5));
  21564. | ^~~~~~~~
  21565. | cg_nullable
  21566. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:358:128: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21567. 358 | - (nullable id)temporaryAttribute:(NSAttributedStringKey)attrName atCharacterIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit API_AVAILABLE(macos(10.5));
  21568. | ^~~~~~~~
  21569. | cg_nullable
  21570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:359:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21571. 359 | - (NSDictionary<NSAttributedStringKey, id> *)temporaryAttributesAtCharacterIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit API_AVAILABLE(macos(10.5));
  21572. | ^
  21573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:359:42: error: cannot find protocol declaration for 'id'
  21574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:359:126: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21575. 359 | - (NSDictionary<NSAttributedStringKey, id> *)temporaryAttributesAtCharacterIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit API_AVAILABLE(macos(10.5));
  21576. | ^~~~~~~~
  21577. | cg_nullable
  21578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:373:26: error: expected '>' before '*' token
  21579. 373 | - (NSArray<NSRulerMarker *> *)rulerMarkersForTextView:(NSTextView *)view paragraphStyle:(NSParagraphStyle *)style ruler:(NSRulerView *)ruler;
  21580. | ^
  21581. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:373:26: error: cannot find protocol declaration for 'NSRulerMarker'
  21582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:373:27: error: expected ')' before '>' token
  21583. 373 | - (NSArray<NSRulerMarker *> *)rulerMarkersForTextView:(NSTextView *)view paragraphStyle:(NSParagraphStyle *)style ruler:(NSRulerView *)ruler;
  21584. | ~ ^
  21585. | )
  21586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:373:27: error: objective-c++ method declaration is expected before '>' token
  21587. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:374:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21588. 374 | - (nullable __kindof NSView *)rulerAccessoryViewForTextView:(NSTextView *)view paragraphStyle:(NSParagraphStyle *)style ruler:(NSRulerView *)ruler enabled:(BOOL)isEnabled;
  21589. | ^~~~~~~~
  21590. | cg_nullable
  21591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:427:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21592. 427 | - (void)layoutManager:(NSLayoutManager *)layoutManager didCompleteLayoutForTextContainer:(nullable NSTextContainer *)textContainer atEnd:(BOOL)layoutFinishedFlag API_AVAILABLE(macos(10.0), ios(7.0), tvos(9.0));
  21593. | ^~~~~~~~
  21594. | cg_nullable
  21595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:433:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21596. 433 | - (nullable NSDictionary<NSAttributedStringKey, id> *)layoutManager:(NSLayoutManager *)layoutManager shouldUseTemporaryAttributes:(NSDictionary<NSAttributedStringKey, id> *)attrs forDrawingToScreen:(BOOL)toScreen atCharacterIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveCharRange API_AVAILABLE(macos(10.5));
  21597. | ^~~~~~~~
  21598. | cg_nullable
  21599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:433:170: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21600. 433 | - (nullable NSDictionary<NSAttributedStringKey, id> *)layoutManager:(NSLayoutManager *)layoutManager shouldUseTemporaryAttributes:(NSDictionary<NSAttributedStringKey, id> *)attrs forDrawingToScreen:(BOOL)toScreen atCharacterIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveCharRange API_AVAILABLE(macos(10.5));
  21601. | ^
  21602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:433:170: error: cannot find protocol declaration for 'id'
  21603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:433:269: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21604. 433 | - (nullable NSDictionary<NSAttributedStringKey, id> *)layoutManager:(NSLayoutManager *)layoutManager shouldUseTemporaryAttributes:(NSDictionary<NSAttributedStringKey, id> *)attrs forDrawingToScreen:(BOOL)toScreen atCharacterIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveCharRange API_AVAILABLE(macos(10.5));
  21605. | ^~~~~~~~
  21606. | cg_nullable
  21607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:455:62: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21608. 455 | - (NSGlyph)glyphAtIndex:(NSUInteger)glyphIndex isValidIndex:(nullable BOOL *)isValidIndex; // Use -CGGlyphAtIndex:isValidIndex: instead
  21609. | ^~~~~~~~
  21610. | cg_nullable
  21611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:459:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21612. 459 | - (nullable NSRectArray)rectArrayForCharacterRange:(NSRange)charRange withinSelectedCharacterRange:(NSRange)selCharRange inTextContainer:(NSTextContainer *)container rectCount:(NSUInteger *)rectCount NS_RETURNS_INNER_POINTER;
  21613. | ^~~~~~~~
  21614. | cg_nullable
  21615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:460:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21616. 460 | - (nullable NSRectArray)rectArrayForGlyphRange:(NSRange)glyphRange withinSelectedGlyphRange:(NSRange)selGlyphRange inTextContainer:(NSTextContainer *)container rectCount:(NSUInteger *)rectCount NS_RETURNS_INNER_POINTER;
  21617. | ^~~~~~~~
  21618. | cg_nullable
  21619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:475:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21620. 475 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21621. | ^~~~~~~~
  21622. | cg_nullable
  21623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:475:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21624. 475 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21625. | ^~~~~~~~
  21626. | cg_nullable
  21627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:475:166: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21628. 475 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21629. | ^~~~~~~~
  21630. | cg_nullable
  21631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:475:224: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21632. 475 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21633. | ^~~~~~~~
  21634. | cg_nullable
  21635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:476:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21636. 476 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21637. | ^~~~~~~~
  21638. | cg_nullable
  21639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:476:109: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21640. 476 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21641. | ^~~~~~~~
  21642. | cg_nullable
  21643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:476:166: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21644. 476 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21645. | ^~~~~~~~
  21646. | cg_nullable
  21647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:476:224: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21648. 476 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21649. | ^~~~~~~~
  21650. | cg_nullable
  21651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:476:266: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21652. 476 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphRange glyphs:(nullable NSGlyph *)glyphBuffer characterIndexes:(nullable NSUInteger *)charIndexBuffer glyphInscriptions:(nullable NSGlyphInscription *)inscribeBuffer elasticBits:(nullable BOOL *)elasticBuffer bidiLevels:(nullable unsigned char *)bidiLevelBuffer API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21653. | ^~~~~~~~
  21654. | cg_nullable
  21655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:477:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21656. 477 | - (NSUInteger)getGlyphs:(nullable NSGlyph *)glyphArray range:(NSRange)glyphRange API_DEPRECATED("Use -getGlyphsInRange:glyphs:properties:characterIndexes:bidiLevels: instead", macos(10.0,10.11));
  21657. | ^~~~~~~~
  21658. | cg_nullable
  21659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:479:102: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21660. 479 | - (void)invalidateLayoutForCharacterRange:(NSRange)charRange isSoft:(BOOL)flag actualCharacterRange:(nullable NSRangePointer)actualCharRange API_DEPRECATED("Use -invalidateLayoutForCharacterRange:actualCharacterRange: instead", macos(10.0,10.11));
  21661. | ^~~~~~~~
  21662. | cg_nullable
  21663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:486:221: error: cannot find protocol declaration for 'NSAttributedStringKey'
  21664. 486 | - (void)showCGGlyphs:(const CGGlyph *)glyphs positions:(const NSPoint *)positions count:(NSUInteger)glyphCount font:(NSFont *)font matrix:(NSAffineTransform *)textMatrix attributes:(NSDictionary<NSAttributedStringKey, id> *)attributes inContext:(NSGraphicsContext *)graphicsContext API_DEPRECATED_WITH_REPLACEMENT("showCGGlyphs:positions:count:font:textMatrix:attributes:inContext:", macos(10.7,10.15), ios(7.0,13.0), tvos(9.0,13.0)) API_UNAVAILABLE(macCatalyst);
  21665. | ^
  21666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:486:221: error: cannot find protocol declaration for 'id'
  21667. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:493:12: error: unknown property attribute 'strong'
  21668. 493 | @property (strong) NSGlyphGenerator *glyphGenerator;
  21669. | ^~~~~~
  21670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutManager.h:493:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21671. 493 | @property (strong) NSGlyphGenerator *glyphGenerator;
  21672. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  21673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:42:39: error: expected '>' before '*' token
  21674. 42 | @property (copy) NSArray<NSBezierPath *> *exclusionPaths API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21675. | ^
  21676. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:42:39: error: cannot find protocol declaration for 'NSBezierPath'
  21677. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:42:40: error: expected unqualified-id before '>' token
  21678. 42 | @property (copy) NSArray<NSBezierPath *> *exclusionPaths API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21679. | ^
  21680. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:58:172: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21681. 58 | - (NSRect)lineFragmentRectForProposedRect:(NSRect)proposedRect atIndex:(NSUInteger)characterIndex writingDirection:(NSWritingDirection)baseWritingDirection remainingRect:(nullable NSRect *)remainingRect API_AVAILABLE(macos(10.11), ios(7.0), tvos(9.0));
  21682. | ^~~~~~~~
  21683. | cg_nullable
  21684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:74:22: error: unknown property attribute 'weak'
  21685. 74 | @property (nullable, weak) NSTextView *textView;
  21686. | ^~~~
  21687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:74:40: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21688. 74 | @property (nullable, weak) NSTextView *textView;
  21689. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextContainer.h:101:192: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21691. 101 | - (NSRect)lineFragmentRectForProposedRect:(NSRect)proposedRect sweepDirection:(NSLineSweepDirection)sweepDirection movementDirection:(NSLineMovementDirection)movementDirection remainingRect:(nullable NSRectPointer)remainingRect; // Use -lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect: instead
  21692. | ^~~~~~~~
  21693. | cg_nullable
  21694. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:10:
  21695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:41:22: error: unknown property attribute 'weak'
  21696. 41 | @property (nullable, weak) id<NSTokenFieldCellDelegate> delegate;
  21697. | ^~~~
  21698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:41:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21699. 41 | @property (nullable, weak) id<NSTokenFieldCellDelegate> delegate;
  21700. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21702. 62 | - (nullable NSString *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell displayStringForRepresentedObject:(id)representedObject;
  21703. | ^~~~~~~~
  21704. | cg_nullable
  21705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:63:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21706. 63 | - (nullable NSString *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell editingStringForRepresentedObject:(id)representedObject;
  21707. | ^~~~~~~~
  21708. | cg_nullable
  21709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:64:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21710. 64 | - (nullable id)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell representedObjectForEditingString: (NSString *)editingString;
  21711. | ^~~~~~~~
  21712. | cg_nullable
  21713. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21714. 71 | - (nullable NSArray *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell readFromPasteboard:(NSPasteboard *)pboard;
  21715. | ^~~~~~~~
  21716. | cg_nullable
  21717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenFieldCell.h:74:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21718. 74 | - (nullable NSMenu *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell menuForRepresentedObject:(id)representedObject;
  21719. | ^~~~~~~~
  21720. | cg_nullable
  21721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21722. 28 | - (nullable NSArray *)tokenField:(NSTokenField *)tokenField completionsForSubstring:(NSString *)substring indexOfToken:(NSInteger)tokenIndex indexOfSelectedItem:(nullable NSInteger *)selectedIndex;
  21723. | ^~~~~~~~
  21724. | cg_nullable
  21725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:28:163: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21726. 28 | - (nullable NSArray *)tokenField:(NSTokenField *)tokenField completionsForSubstring:(NSString *)substring indexOfToken:(NSInteger)tokenIndex indexOfSelectedItem:(nullable NSInteger *)selectedIndex;
  21727. | ^~~~~~~~
  21728. | cg_nullable
  21729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:37:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21730. 37 | - (nullable NSString *)tokenField:(NSTokenField *)tokenField displayStringForRepresentedObject:(id)representedObject;
  21731. | ^~~~~~~~
  21732. | cg_nullable
  21733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:38:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21734. 38 | - (nullable NSString *)tokenField:(NSTokenField *)tokenField editingStringForRepresentedObject:(id)representedObject;
  21735. | ^~~~~~~~
  21736. | cg_nullable
  21737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21738. 39 | - (nullable id)tokenField:(NSTokenField *)tokenField representedObjectForEditingString:(NSString *)editingString;
  21739. | ^~~~~~~~
  21740. | cg_nullable
  21741. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:46:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21742. 46 | - (nullable NSArray *)tokenField:(NSTokenField *)tokenField readFromPasteboard:(NSPasteboard *)pboard;
  21743. | ^~~~~~~~
  21744. | cg_nullable
  21745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:49:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21746. 49 | - (nullable NSMenu *)tokenField:(NSTokenField *)tokenField menuForRepresentedObject:(id)representedObject;
  21747. | ^~~~~~~~
  21748. | cg_nullable
  21749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:62:22: error: unknown property attribute 'weak'
  21750. 62 | @property (nullable, weak) id<NSTokenFieldDelegate> delegate;
  21751. | ^~~~
  21752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTokenField.h:62:53: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21753. 62 | @property (nullable, weak) id<NSTokenFieldDelegate> delegate;
  21754. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21755. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:144:
  21756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h:42:89: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21757. 42 | - (instancetype)initWithRect:(NSRect)rect options:(NSTrackingAreaOptions)options owner:(nullable id)owner userInfo:(nullable NSDictionary<id, id> *)userInfo;
  21758. | ^~~~~~~~
  21759. | cg_nullable
  21760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h:42:117: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21761. 42 | - (instancetype)initWithRect:(NSRect)rect options:(NSTrackingAreaOptions)options owner:(nullable id)owner userInfo:(nullable NSDictionary<id, id> *)userInfo;
  21762. | ^~~~~~~~
  21763. | cg_nullable
  21764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h:45:32: error: unknown property attribute 'weak'
  21765. 45 | @property (nullable, readonly, weak) id owner;
  21766. | ^~~~
  21767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h:46:57: error: cannot find protocol declaration for 'id'
  21768. 46 | @property (nullable, readonly, copy) NSDictionary<id, id> *userInfo;
  21769. | ^
  21770. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h:46:57: error: cannot find protocol declaration for 'id'
  21771. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:13,
  21772. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingSeparatorToolbarItem.h:8,
  21773. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:145:
  21774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:47:22 error: unknown property attribute 'weak'
  21775. 47 | @property (nullable, weak) id<NSToolbarDelegate> delegate;
  21776. | ^~~~
  21777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:47:50 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21778. 47 | @property (nullable, weak) id<NSToolbarDelegate> delegate;
  21779. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21780. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:53:34 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21781. 53 | - (void)runCustomizationPalette:(nullable id)sender;
  21782. | ^~~~~~~~
  21783. | cg_nullable
  21784. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:80:45 error: expected '>' before 'NSToolbarItem'
  21785. 80 | @property (readonly, copy) NSArray<__kindof NSToolbarItem *> *items;
  21786. | ^~~~~~~~~~~~~
  21787. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:80:45 error: cannot find protocol declaration for '__kindof'
  21788. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:80:45 error: 'copy' attribute is only valid for Objective-C objects
  21789. 80 | @property (readonly, copy) NSArray<__kindof NSToolbarItem *> *items;
  21790. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  21791. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:80:58 error: expected ';' before '*' token
  21792. 80 | @property (readonly, copy) NSArray<__kindof NSToolbarItem *> *items;
  21793. | ^~
  21794. | ;
  21795. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:83:55 error: expected '>' before 'NSToolbarItem'
  21796. 83 | @property (nullable, readonly, copy) NSArray<__kindof NSToolbarItem *> *visibleItems;
  21797. | ^~~~~~~~~~~~~
  21798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:83:55 error: cannot find protocol declaration for '__kindof'
  21799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:83:55 error: 'copy' attribute is only valid for Objective-C objects
  21800. 83 | @property (nullable, readonly, copy) NSArray<__kindof NSToolbarItem *> *visibleItems;
  21801. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  21802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:83:1:error: redeclaration of property 'NSToolbarItem'
  21803. 83 | @property (nullable, readonly, copy) NSArray<__kindof NSToolbarItem *> *visibleItems;
  21804. | ^~~~~~~~~
  21805. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:80:45 note: originally specified here
  21806. 80 | @property (readonly, copy) NSArray<__kindof NSToolbarItem *> *items;
  21807. | ^~~~~~~~~~~~~
  21808. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:83:68 error: expected ';' before '*' token
  21809. 83 | @property (nullable, readonly, copy) NSArray<__kindof NSToolbarItem *> *visibleItems;
  21810. | ^~
  21811. | ;
  21812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:99:63 error: expected '>' before '*' token
  21813. 99 | - (void)setConfigurationFromDictionary:(NSDictionary<NSString *, id> *)configDict API_UNAVAILABLE(ios);
  21814. | ^
  21815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:99:63 error: cannot find protocol declaration for 'NSString'
  21816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:99:64 error: expected ')' before ',' token
  21817. 99 | - (void)setConfigurationFromDictionary:(NSDictionary<NSString *, id> *)configDict API_UNAVAILABLE(ios);
  21818. | ~ ^
  21819. | )
  21820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:99:64 error: expected identifier before ',' token
  21821. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:99:68 error: expected ';' before '>' token
  21822. 99 | - (void)setConfigurationFromDictionary:(NSDictionary<NSString *, id> *)configDict API_UNAVAILABLE(ios);
  21823. | ^
  21824. | ;
  21825. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:100:50: error: expected '>' before '*' token
  21826. 100 | @property (readonly, copy) NSDictionary<NSString *, id> *configurationDictionary API_UNAVAILABLE(ios);
  21827. | ^
  21828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:100:50: error: cannot find protocol declaration for 'NSString'
  21829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:100:51: error: expected unqualified-id before ',' token
  21830. 100 | @property (readonly, copy) NSDictionary<NSString *, id> *configurationDictionary API_UNAVAILABLE(ios);
  21831. | ^
  21832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:114:1 error: cannot use an object as parameter to a method
  21833. 114 | @end
  21834. | ^~~~
  21835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:123:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21836. 123 | - (nullable NSToolbarItem *)toolbar:(NSToolbar *)toolbar itemForItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier willBeInsertedIntoToolbar:(BOOL)flag;
  21837. | ^~~~~~~~
  21838. | cg_nullable
  21839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:126:35: error: cannot find protocol declaration for 'NSToolbarItemIdentifier'
  21840. 126 | - (NSArray<NSToolbarItemIdentifier> *)toolbarDefaultItemIdentifiers:(NSToolbar *)toolbar;
  21841. | ^
  21842. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:129:35: error: cannot find protocol declaration for 'NSToolbarItemIdentifier'
  21843. 129 | - (NSArray<NSToolbarItemIdentifier> *)toolbarAllowedItemIdentifiers:(NSToolbar *)toolbar;
  21844. | ^
  21845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:134:35: error: cannot find protocol declaration for 'NSToolbarItemIdentifier'
  21846. 134 | - (NSArray<NSToolbarItemIdentifier> *)toolbarSelectableItemIdentifiers:(NSToolbar *)toolbar;
  21847. | ^
  21848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:157:22: error: unknown property attribute 'strong'
  21849. 157 | @property (nullable, strong) NSView *fullScreenAccessoryView API_DEPRECATED("Use NSTitlebarAccessoryViewController with NSWindow instead", macos(10.7,10.13));
  21850. | ^~~~~~
  21851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbar.h:157:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21852. 157 | @property (nullable, strong) NSView *fullScreenAccessoryView API_DEPRECATED("Use NSTitlebarAccessoryViewController with NSWindow instead", macos(10.7,10.13));
  21853. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  21854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:39:32: error: unknown property attribute 'weak'
  21855. 39 | @property (readonly, nullable, weak) NSToolbar *toolbar;
  21856. | ^~~~
  21857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:53:22: error: unknown property attribute 'strong'
  21858. 53 | @property (nullable, strong) NSMenuItem *menuFormRepresentation API_UNAVAILABLE(ios);
  21859. | ^~~~~~
  21860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:53:42: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21861. 53 | @property (nullable, strong) NSMenuItem *menuFormRepresentation API_UNAVAILABLE(ios);
  21862. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  21863. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:59:22: error: unknown property attribute 'weak'
  21864. 59 | @property (nullable, weak) id target;
  21865. | ^~~~
  21866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:59:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21867. 59 | @property (nullable, weak) id target;
  21868. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  21869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:69:22: error: unknown property attribute 'strong'
  21870. 69 | @property (nullable, strong) NSImage *image;
  21871. | ^~~~~~
  21872. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:69:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21873. 69 | @property (nullable, strong) NSImage *image;
  21874. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  21875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:89:22: error: unknown property attribute 'strong'
  21876. 89 | @property (nullable, strong) NSView *view API_UNAVAILABLE(ios);
  21877. | ^~~~~~
  21878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:89:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21879. 89 | @property (nullable, strong) NSView *view API_UNAVAILABLE(ios);
  21880. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  21881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItem.h:145:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21882. 145 | - (nullable CKShare *)cloudShareForUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item;
  21883. | ^~~~~~~~
  21884. | cg_nullable
  21885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingSeparatorToolbarItem.h:25:12: error: unknown property attribute 'strong'
  21886. 25 | @property (strong) NSSplitView *splitView API_UNAVAILABLE(ios);
  21887. | ^~~~~~
  21888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTrackingSeparatorToolbarItem.h:25:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21889. 25 | @property (strong) NSSplitView *splitView API_UNAVAILABLE(ios);
  21890. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  21891. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:150:
  21892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTab.h:33:12: error: unknown property attribute 'strong'
  21893. 33 | @property (strong, nullable) NSView *accessoryView;
  21894. | ^~~~~~
  21895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTab.h:33:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21896. 33 | @property (strong, nullable) NSView *accessoryView;
  21897. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  21898. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:151:
  21899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTabGroup.h:26:45: error: expected '>' before '*' token
  21900. 26 | @property (readonly, copy) NSArray<NSWindow *> *windows;
  21901. | ^
  21902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTabGroup.h:26:45: error: cannot find protocol declaration for 'NSWindow'
  21903. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTabGroup.h:26:46: error: expected unqualified-id before '>' token
  21904. 26 | @property (readonly, copy) NSArray<NSWindow *> *windows;
  21905. | ^
  21906. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTabGroup.h:38:12: error: unknown property attribute 'weak'
  21907. 38 | @property (weak) NSWindow *selectedWindow;
  21908. | ^~~~
  21909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowTabGroup.h:38:28: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21910. 38 | @property (weak) NSWindow *selectedWindow;
  21911. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  21912. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:152:
  21913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:24:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21914. 24 | - (instancetype)initWithWindow:(nullable NSWindow *)window NS_DESIGNATED_INITIALIZER;
  21915. | ^~~~~~~~
  21916. | cg_nullable
  21917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21918. 25 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  21919. | ^~~~~~~~
  21920. | cg_nullable
  21921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:47:11: error: unknown property attribute 'weak'
  21922. 47 | @property(weak, readonly) id owner;
  21923. | ^~~~
  21924. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:90:22: error: unknown property attribute 'strong'
  21925. 90 | @property (nullable, strong) NSViewController *contentViewController API_AVAILABLE(macos(10.10));
  21926. | ^~~~~~
  21927. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:90:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21928. 90 | @property (nullable, strong) NSViewController *contentViewController API_AVAILABLE(macos(10.10));
  21929. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  21930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:96:22: error: unknown property attribute 'strong'
  21931. 96 | @property (nullable, strong) NSWindow *window;
  21932. | ^~~~~~
  21933. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:96:40: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21934. 96 | @property (nullable, strong) NSWindow *window;
  21935. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  21936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:117:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21937. 117 | - (IBAction)showWindow:(nullable id)sender;
  21938. | ^~~~~~~~
  21939. | cg_nullable
  21940. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:128:31: error: unknown property attribute 'strong'
  21941. 128 | @property(nullable, readonly, strong) NSStoryboard *storyboard API_AVAILABLE(macos(10.10));
  21942. | ^~~~~~
  21943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowController.h:136:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21944. 136 | - (IBAction)dismissController:(nullable id)sender API_AVAILABLE(macos(10.10));
  21945. | ^~~~~~~~
  21946. | cg_nullable
  21947. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:155:
  21948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h:26:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21949. 26 | - (nullable id)comboBox:(NSComboBox *)comboBox objectValueForItemAtIndex:(NSInteger)index;
  21950. | ^~~~~~~~
  21951. | cg_nullable
  21952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h:29:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21953. 29 | - (nullable NSString *)comboBox:(NSComboBox *)comboBox completedString:(NSString *)string;
  21954. | ^~~~~~~~
  21955. | cg_nullable
  21956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h:67:22: error: unknown property attribute 'weak'
  21957. 67 | @property (nullable, weak) id<NSComboBoxDelegate> delegate;
  21958. | ^~~~
  21959. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h:67:51: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  21960. 67 | @property (nullable, weak) id<NSComboBoxDelegate> delegate;
  21961. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  21962. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h:79:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21963. 79 | - (void)selectItemWithObjectValue:(nullable id)object;
  21964. | ^~~~~~~~
  21965. | cg_nullable
  21966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBox.h:81:32: error: unknown property attribute 'strong'
  21967. 81 | @property (nullable, readonly, strong) id objectValueOfSelectedItem;
  21968. | ^~~~~~
  21969. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:156:
  21970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBoxCell.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21971. 41 | - (nullable NSString *)completedString:(NSString *)string;
  21972. | ^~~~~~~~
  21973. | cg_nullable
  21974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBoxCell.h:53:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21975. 53 | - (void)selectItemWithObjectValue:(nullable id)object;
  21976. | ^~~~~~~~
  21977. | cg_nullable
  21978. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBoxCell.h:55:32: error: unknown property attribute 'strong'
  21979. 55 | @property (nullable, readonly, strong) id objectValueOfSelectedItem;
  21980. | ^~~~~~
  21981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSComboBoxCell.h:68:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  21982. 68 | - (nullable NSString *)comboBoxCell:(NSComboBoxCell *)comboBoxCell completedString:(NSString *)uncompletedString;
  21983. | ^~~~~~~~
  21984. | cg_nullable
  21985. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:11,
  21986. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:14,
  21987. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:14,
  21988. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:157:
  21989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:22:22: error: 'null_unspecified' does not name a type
  21990. 22 | - (void) insertText:(null_unspecified id)string API_DEPRECATED("", macos(10.0,10.6)); // instead of keyDown: string can be NSString or NSAttributedString
  21991. | ^~~~~~~~~~~~~~~~
  21992. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:23:31: error: 'null_unspecified' does not name a type
  21993. 23 | - (void) doCommandBySelector:(null_unspecified SEL)selector API_DEPRECATED("", macos(10.0,10.6));
  21994. | ^~~~~~~~~~~~~~~~
  21995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:25:25: error: 'null_unspecified' does not name a type
  21996. 25 | - (void) setMarkedText:(null_unspecified id)string selectedRange:(NSRange)selRange API_DEPRECATED("", macos(10.0,10.6));
  21997. | ^~~~~~~~~~~~~~~~
  21998. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:33:4: error: 'null_unspecified' does not name a type
  21999. 33 | - (null_unspecified NSAttributedString *) attributedSubstringFromRange:(NSRange)range API_DEPRECATED("", macos(10.0,10.6));
  22000. | ^~~~~~~~~~~~~~~~
  22001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:53:4: error: 'null_unspecified' does not name a type
  22002. 53 | - (null_unspecified NSArray*) validAttributesForMarkedText API_DEPRECATED("", macos(10.0,10.6));
  22003. | ^~~~~~~~~~~~~~~~
  22004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:64:4: error: 'null_unspecified' does not name a type
  22005. 64 | + (null_unspecified NSInputManager *) currentInputManager API_DEPRECATED("", macos(10.0,10.6));
  22006. | ^~~~~~~~~~~~~~~~
  22007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:68:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22008. 68 | + (void)cycleToNextInputLanguage:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  22009. | ^~~~~~~~
  22010. | cg_nullable
  22011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:69:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22012. 69 | + (void)cycleToNextInputServerInLanguage:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  22013. | ^~~~~~~~
  22014. | cg_nullable
  22015. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:71:4: error: 'null_unspecified' does not name a type
  22016. 71 | - (null_unspecified NSInputManager *)initWithName:(null_unspecified NSString *)inputServerName host:(null_unspecified NSString *)hostName API_DEPRECATED("", macos(10.0,10.6));
  22017. | ^~~~~~~~~~~~~~~~
  22018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:71:52: error: 'null_unspecified' does not name a type
  22019. 71 | - (null_unspecified NSInputManager *)initWithName:(null_unspecified NSString *)inputServerName host:(null_unspecified NSString *)hostName API_DEPRECATED("", macos(10.0,10.6));
  22020. | ^~~~~~~~~~~~~~~~
  22021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:71:102: error: 'null_unspecified' does not name a type
  22022. 71 | - (null_unspecified NSInputManager *)initWithName:(null_unspecified NSString *)inputServerName host:(null_unspecified NSString *)hostName API_DEPRECATED("", macos(10.0,10.6));
  22023. | ^~~~~~~~~~~~~~~~
  22024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:73:4: error: 'null_unspecified' does not name a type
  22025. 73 | - (null_unspecified NSString *)localizedInputManagerName API_DEPRECATED("", macos(10.0,10.6));
  22026. | ^~~~~~~~~~~~~~~~
  22027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:78:30: error: 'null_unspecified' does not name a type
  22028. 78 | - (void)markedTextAbandoned:(null_unspecified id)cli API_DEPRECATED("", macos(10.0,10.6)); /* send after abandoning */
  22029. | ^~~~~~~~~~~~~~~~
  22030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:79:60: error: 'null_unspecified' does not name a type
  22031. 79 | - (void)markedTextSelectionChanged:(NSRange)newSel client:(null_unspecified id)cli API_DEPRECATED("", macos(10.0,10.6)); /* send after changing */
  22032. | ^~~~~~~~~~~~~~~~
  22033. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:85:4: error: 'null_unspecified' does not name a type
  22034. 85 | - (null_unspecified NSString*)language API_DEPRECATED("", macos(10.0,10.6));
  22035. | ^~~~~~~~~~~~~~~~
  22036. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:87:4: error: 'null_unspecified' does not name a type
  22037. 87 | - (null_unspecified NSImage *)image API_DEPRECATED("", macos(10.0,10.6));
  22038. | ^~~~~~~~~~~~~~~~
  22039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:89:4: error: 'null_unspecified' does not name a type
  22040. 89 | - (null_unspecified NSInputServer *) server API_DEPRECATED("", macos(10.0,10.6));
  22041. | ^~~~~~~~~~~~~~~~
  22042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:95:27: error: 'null_unspecified' does not name a type
  22043. 95 | - (BOOL)handleMouseEvent:(null_unspecified NSEvent*)mouseEvent API_DEPRECATED("", macos(10.0,10.6));
  22044. | ^~~~~~~~~~~~~~~~
  22045. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:12:
  22046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:30:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22047. 30 | - (nullable NSImage *)imageForBounds:(NSRect)imageBounds textContainer:(nullable NSTextContainer *)textContainer characterIndex:(NSUInteger)charIndex API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22048. | ^~~~~~~~
  22049. | cg_nullable
  22050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:30:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22051. 30 | - (nullable NSImage *)imageForBounds:(NSRect)imageBounds textContainer:(nullable NSTextContainer *)textContainer characterIndex:(NSUInteger)charIndex API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22052. | ^~~~~~~~
  22053. | cg_nullable
  22054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:34:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22055. 34 | - (NSRect)attachmentBoundsForTextContainer:(nullable NSTextContainer *)textContainer proposedLineFragment:(NSRect)lineFrag glyphPosition:(CGPoint)position characterIndex:(NSUInteger)charIndex API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22056. | ^~~~~~~~
  22057. | cg_nullable
  22058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:43:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22059. 43 | - (instancetype)initWithData:(nullable NSData *)contentData ofType:(nullable NSString *)uti NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22060. | ^~~~~~~~
  22061. | cg_nullable
  22062. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:43:69: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22063. 43 | - (instancetype)initWithData:(nullable NSData *)contentData ofType:(nullable NSString *)uti NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22064. | ^~~~~~~~
  22065. | cg_nullable
  22066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:46:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22067. 46 | - (instancetype)initWithFileWrapper:(nullable NSFileWrapper *)fileWrapper;
  22068. | ^~~~~~~~
  22069. | cg_nullable
  22070. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:58:22: error: unknown property attribute 'strong'
  22071. 58 | @property (nullable, strong) NSImage *image API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22072. | ^~~~~~
  22073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:58:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22074. 58 | @property (nullable, strong) NSImage *image API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  22075. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  22076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:66:22: error: unknown property attribute 'strong'
  22077. 66 | @property (nullable, strong) NSFileWrapper *fileWrapper;
  22078. | ^~~~~~
  22079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:66:45: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22080. 66 | @property (nullable, strong) NSFileWrapper *fileWrapper;
  22081. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  22082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:69:22: error: unknown property attribute 'strong'
  22083. 69 | @property (nullable, strong) id <NSTextAttachmentCell> attachmentCell API_AVAILABLE(macos(10.0)) API_UNAVAILABLE(ios, watchos, tvos);
  22084. | ^~~~~~
  22085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:69:56: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22086. 69 | @property (nullable, strong) id <NSTextAttachmentCell> attachmentCell API_AVAILABLE(macos(10.0)) API_UNAVAILABLE(ios, watchos, tvos);
  22087. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  22088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:86:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22089. 86 | - (void)drawWithFrame:(NSRect)cellFrame inView:(nullable NSView *)controlView;
  22090. | ^~~~~~~~
  22091. | cg_nullable
  22092. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:88:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22093. 88 | - (void)highlight:(BOOL)flag withFrame:(NSRect)cellFrame inView:(nullable NSView *)controlView;
  22094. | ^~~~~~~~
  22095. | cg_nullable
  22096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:89:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22097. 89 | - (BOOL)trackMouse:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(nullable NSView *)controlView untilMouseUp:(BOOL)flag;
  22098. | ^~~~~~~~
  22099. | cg_nullable
  22100. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:95:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22101. 95 | - (void)drawWithFrame:(NSRect)cellFrame inView:(nullable NSView *)controlView characterIndex:(NSUInteger)charIndex;
  22102. | ^~~~~~~~
  22103. | cg_nullable
  22104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:96:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22105. 96 | - (void)drawWithFrame:(NSRect)cellFrame inView:(nullable NSView *)controlView characterIndex:(NSUInteger)charIndex layoutManager:(NSLayoutManager *)layoutManager;
  22106. | ^~~~~~~~
  22107. | cg_nullable
  22108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:97:88: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22109. 97 | - (BOOL)wantsToTrackMouseForEvent:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(nullable NSView *)controlView atCharacterIndex:(NSUInteger)charIndex;
  22110. | ^~~~~~~~
  22111. | cg_nullable
  22112. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAttachment.h:98:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22113. 98 | - (BOOL)trackMouse:(NSEvent *)theEvent inRect:(NSRect)cellFrame ofView:(nullable NSView *)controlView atCharacterIndex:(NSUInteger)charIndex untilMouseUp:(BOOL)flag;
  22114. | ^~~~~~~~
  22115. | cg_nullable
  22116. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:77:64: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22117. 77 | - (instancetype)initWithFrame:(NSRect)frameRect textContainer:(nullable NSTextContainer *)container NS_DESIGNATED_INITIALIZER;
  22118. | ^~~~~~~~
  22119. | cg_nullable
  22120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:79:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22121. 79 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  22122. | ^~~~~~~~
  22123. | cg_nullable
  22124. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:124:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22125. 124 | - (void)turnOffKerning:(nullable id)sender;
  22126. | ^~~~~~~~
  22127. | cg_nullable
  22128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:125:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22129. 125 | - (void)tightenKerning:(nullable id)sender;
  22130. | ^~~~~~~~
  22131. | cg_nullable
  22132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:126:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22133. 126 | - (void)loosenKerning:(nullable id)sender;
  22134. | ^~~~~~~~
  22135. | cg_nullable
  22136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:127:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22137. 127 | - (void)useStandardKerning:(nullable id)sender;
  22138. | ^~~~~~~~
  22139. | cg_nullable
  22140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:128:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22141. 128 | - (void)turnOffLigatures:(nullable id)sender;
  22142. | ^~~~~~~~
  22143. | cg_nullable
  22144. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:129:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22145. 129 | - (void)useStandardLigatures:(nullable id)sender;
  22146. | ^~~~~~~~
  22147. | cg_nullable
  22148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:130:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22149. 130 | - (void)useAllLigatures:(nullable id)sender;
  22150. | ^~~~~~~~
  22151. | cg_nullable
  22152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:131:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22153. 131 | - (void)raiseBaseline:(nullable id)sender;
  22154. | ^~~~~~~~
  22155. | cg_nullable
  22156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:132:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22157. 132 | - (void)lowerBaseline:(nullable id)sender;
  22158. | ^~~~~~~~
  22159. | cg_nullable
  22160. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:133:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22161. 133 | - (void)toggleTraditionalCharacterShape:(nullable id)sender API_DEPRECATED("Use the traditional shaped characters encoded in the Unicode standard. Access the characters via the character palette.", macos(10.0,10.11));
  22162. | ^~~~~~~~
  22163. | cg_nullable
  22164. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:134:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22165. 134 | - (void)outline:(nullable id)sender;
  22166. | ^~~~~~~~
  22167. | cg_nullable
  22168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:139:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22169. 139 | - (void)performFindPanelAction:(nullable id)sender;
  22170. | ^~~~~~~~
  22171. | cg_nullable
  22172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:143:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22173. 143 | - (void)alignJustified:(nullable id)sender;
  22174. | ^~~~~~~~
  22175. | cg_nullable
  22176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:144:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22177. 144 | - (void)changeColor:(nullable id)sender;
  22178. | ^~~~~~~~
  22179. | cg_nullable
  22180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:145:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22181. 145 | - (void)changeAttributes:(nullable id)sender;
  22182. | ^~~~~~~~
  22183. | cg_nullable
  22184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:146:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22185. 146 | - (void)changeDocumentBackgroundColor:(nullable id)sender;
  22186. | ^~~~~~~~
  22187. | cg_nullable
  22188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:147:33: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22189. 147 | - (void)orderFrontSpacingPanel:(nullable id)sender;
  22190. | ^~~~~~~~
  22191. | cg_nullable
  22192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:148:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22193. 148 | - (void)orderFrontLinkPanel:(nullable id)sender;
  22194. | ^~~~~~~~
  22195. | cg_nullable
  22196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:149:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22197. 149 | - (void)orderFrontListPanel:(nullable id)sender;
  22198. | ^~~~~~~~
  22199. | cg_nullable
  22200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:150:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22201. 150 | - (void)orderFrontTablePanel:(nullable id)sender;
  22202. | ^~~~~~~~
  22203. | cg_nullable
  22204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:191:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22205. 191 | - (void)startSpeaking:(nullable id)sender;
  22206. | ^~~~~~~~
  22207. | cg_nullable
  22208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:192:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22209. 192 | - (void)stopSpeaking:(nullable id)sender;
  22210. | ^~~~~~~~
  22211. | cg_nullable
  22212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:202:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22213. 202 | - (void)changeLayoutOrientation:(nullable id)sender API_AVAILABLE(macos(10.7));
  22214. | ^~~~~~~~
  22215. | cg_nullable
  22216. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:229:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22217. 229 | - (void)complete:(nullable id)sender;
  22218. | ^~~~~~~~
  22219. | cg_nullable
  22220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:235:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22221. 235 | - (nullable NSArray<NSString *> *)completionsForPartialWordRange:(NSRange)charRange indexOfSelectedItem:(NSInteger *)index;
  22222. | ^~~~~~~~
  22223. | cg_nullable
  22224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:255:52: error: cannot find protocol declaration for 'NSPasteboardType'
  22225. 255 | @property (readonly, copy) NSArray<NSPasteboardType> *writablePasteboardTypes;
  22226. | ^
  22227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:261:90: error: cannot find protocol declaration for 'NSPasteboardType'
  22228. 261 | - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pboard types:(NSArray<NSPasteboardType> *)types;
  22229. | ^
  22230. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:264:52: error: cannot find protocol declaration for 'NSPasteboardType'
  22231. 264 | @property (readonly, copy) NSArray<NSPasteboardType> *readablePasteboardTypes;
  22232. | ^
  22233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:267:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22234. 267 | - (nullable NSPasteboardType)preferredPasteboardTypeFromArray:(NSArray<NSPasteboardType> *)availableTypes restrictedToTypesFromArray:(nullable NSArray<NSPasteboardType> *)allowedTypes;
  22235. | ^~~~~~~~
  22236. | cg_nullable
  22237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:267:88: error: cannot find protocol declaration for 'NSPasteboardType'
  22238. 267 | - (nullable NSPasteboardType)preferredPasteboardTypeFromArray:(NSArray<NSPasteboardType> *)availableTypes restrictedToTypesFromArray:(nullable NSArray<NSPasteboardType> *)allowedTypes;
  22239. | ^
  22240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:267:135: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22241. 267 | - (nullable NSPasteboardType)preferredPasteboardTypeFromArray:(NSArray<NSPasteboardType> *)availableTypes restrictedToTypesFromArray:(nullable NSArray<NSPasteboardType> *)allowedTypes;
  22242. | ^~~~~~~~
  22243. | cg_nullable
  22244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:279:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22245. 279 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  22246. | ^~~~~~~~
  22247. | cg_nullable
  22248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:279:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22249. 279 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  22250. | ^~~~~~~~
  22251. | cg_nullable
  22252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:279:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22253. 279 | - (nullable id)validRequestorForSendType:(nullable NSPasteboardType)sendType returnType:(nullable NSPasteboardType)returnType;
  22254. | ^~~~~~~~
  22255. | cg_nullable
  22256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:282:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22257. 282 | - (void)pasteAsPlainText:(nullable id)sender;
  22258. | ^~~~~~~~
  22259. | cg_nullable
  22260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:283:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22261. 283 | - (void)pasteAsRichText:(nullable id)sender;
  22262. | ^~~~~~~~
  22263. | cg_nullable
  22264. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:293:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22265. 293 | - (nullable NSImage *)dragImageForSelectionWithEvent:(NSEvent *)event origin:(nullable NSPointPointer)origin;
  22266. | ^~~~~~~~
  22267. | cg_nullable
  22268. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:293:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22269. 293 | - (nullable NSImage *)dragImageForSelectionWithEvent:(NSEvent *)event origin:(nullable NSPointPointer)origin;
  22270. | ^~~~~~~~
  22271. | cg_nullable
  22272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:296:52: error: cannot find protocol declaration for 'NSPasteboardType'
  22273. 296 | @property (readonly, copy) NSArray<NSPasteboardType> *acceptableDragTypes;
  22274. | ^
  22275. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:311:34: error: expected '>' before '*' token
  22276. 311 | @property (copy) NSArray<NSValue *> *selectedRanges;
  22277. | ^
  22278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:311:34: error: cannot find protocol declaration for 'NSValue'
  22279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:311:35: error: expected unqualified-id before '>' token
  22280. 311 | @property (copy) NSArray<NSValue *> *selectedRanges;
  22281. | ^
  22282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:314:44: error: expected '>' before '*' token
  22283. 314 | - (void)setSelectedRanges:(NSArray<NSValue *> *)ranges affinity:(NSSelectionAffinity)affinity stillSelecting:(BOOL)stillSelectingFlag;
  22284. | ^
  22285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:314:44: error: cannot find protocol declaration for 'NSValue'
  22286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:314:45: error: expected ')' before '>' token
  22287. 314 | - (void)setSelectedRanges:(NSArray<NSValue *> *)ranges affinity:(NSSelectionAffinity)affinity stillSelecting:(BOOL)stillSelectingFlag;
  22288. | ~ ^
  22289. | )
  22290. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:314:45: error: expected identifier before '>' token
  22291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:314:45: error: expected ';' before '>' token
  22292. 314 | - (void)setSelectedRanges:(NSArray<NSValue *> *)ranges affinity:(NSSelectionAffinity)affinity stillSelecting:(BOOL)stillSelectingFlag;
  22293. | ^
  22294. | ;
  22295. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:321:56: error: cannot find protocol declaration for 'NSAttributedStringKey'
  22296. 321 | @property (copy) NSDictionary<NSAttributedStringKey, id> *selectedTextAttributes;
  22297. | ^
  22298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:321:56: error: cannot find protocol declaration for 'id'
  22299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:328:66: error: cannot find protocol declaration for 'NSAttributedStringKey'
  22300. 328 | @property (nullable, copy) NSDictionary<NSAttributedStringKey, id> *markedTextAttributes;
  22301. | ^
  22302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:328:66: error: cannot find protocol declaration for 'id'
  22303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:331:66: error: cannot find protocol declaration for 'NSAttributedStringKey'
  22304. 331 | @property (nullable, copy) NSDictionary<NSAttributedStringKey, id> *linkTextAttributes;
  22305. | ^
  22306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:331:66: error: cannot find protocol declaration for 'id'
  22307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:347:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22308. 347 | - (void)toggleContinuousSpellChecking:(nullable id)sender;
  22309. | ^~~~~~~~
  22310. | cg_nullable
  22311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:353:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22312. 353 | - (void)toggleGrammarChecking:(nullable id)sender API_AVAILABLE(macos(10.5));
  22313. | ^~~~~~~~
  22314. | cg_nullable
  22315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:358:56: error: cannot find protocol declaration for 'NSAttributedStringKey'
  22316. 358 | @property (copy) NSDictionary<NSAttributedStringKey, id> *typingAttributes;
  22317. | ^
  22318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:358:56: error: cannot find protocol declaration for 'id'
  22319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:361:51: error: expected '>' before '*' token
  22320. 361 | - (BOOL)shouldChangeTextInRanges:(NSArray<NSValue *> *)affectedRanges replacementStrings:(nullable NSArray<NSString *> *)replacementStrings;
  22321. | ^
  22322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:361:51: error: cannot find protocol declaration for 'NSValue'
  22323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:361:52: error: expected ')' before '>' token
  22324. 361 | - (BOOL)shouldChangeTextInRanges:(NSArray<NSValue *> *)affectedRanges replacementStrings:(nullable NSArray<NSString *> *)replacementStrings;
  22325. | ~ ^
  22326. | )
  22327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:361:52: error: expected identifier before '>' token
  22328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:361:52: error: expected ';' before '>' token
  22329. 361 | - (BOOL)shouldChangeTextInRanges:(NSArray<NSValue *> *)affectedRanges replacementStrings:(nullable NSArray<NSString *> *)replacementStrings;
  22330. | ^
  22331. | ;
  22332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:362:54: error: expected '>' before '*' token
  22333. 362 | @property (nullable, readonly, copy) NSArray<NSValue *> *rangesForUserTextChange;
  22334. | ^
  22335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:362:54: error: cannot find protocol declaration for 'NSValue'
  22336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:362:55: error: expected unqualified-id before '>' token
  22337. 362 | @property (nullable, readonly, copy) NSArray<NSValue *> *rangesForUserTextChange;
  22338. | ^
  22339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:363:54: error: expected '>' before '*' token
  22340. 363 | @property (nullable, readonly, copy) NSArray<NSValue *> *rangesForUserCharacterAttributeChange;
  22341. | ^
  22342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:363:54: error: cannot find protocol declaration for 'NSValue'
  22343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:363:55: error: expected unqualified-id before '>' token
  22344. 363 | @property (nullable, readonly, copy) NSArray<NSValue *> *rangesForUserCharacterAttributeChange;
  22345. | ^
  22346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:364:54: error: expected '>' before '*' token
  22347. 364 | @property (nullable, readonly, copy) NSArray<NSValue *> *rangesForUserParagraphAttributeChange;
  22348. | ^
  22349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:364:54: error: cannot find protocol declaration for 'NSValue'
  22350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:364:55: error: expected unqualified-id before '>' token
  22351. 364 | @property (nullable, readonly, copy) NSArray<NSValue *> *rangesForUserParagraphAttributeChange;
  22352. | ^
  22353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:366:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22354. 366 | - (BOOL)shouldChangeTextInRange:(NSRange)affectedCharRange replacementString:(nullable NSString *)replacementString;
  22355. | ^~~~~~~~
  22356. | cg_nullable
  22357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:396:22: error: unknown property attribute 'weak'
  22358. 396 | @property (nullable, weak) id<NSTextViewDelegate> delegate;
  22359. | ^~~~
  22360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:396:51: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22361. 396 | @property (nullable, weak) id<NSTextViewDelegate> delegate;
  22362. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  22363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:412:45: error: expected '>' before '*' token
  22364. 412 | @property (nullable, copy) NSArray<NSString *> *allowedInputSourceLocales API_AVAILABLE(macos(10.5));
  22365. | ^
  22366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:412:45: error: cannot find protocol declaration for 'NSString'
  22367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:412:46: error: expected unqualified-id before '>' token
  22368. 412 | @property (nullable, copy) NSArray<NSString *> *allowedInputSourceLocales API_AVAILABLE(macos(10.5));
  22369. | ^
  22370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:421:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22371. 421 | - (void)toggleSmartInsertDelete:(nullable id)sender;
  22372. | ^~~~~~~~
  22373. | cg_nullable
  22374. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:424:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22375. 424 | - (nullable NSString *)smartInsertBeforeStringForString:(NSString *)pasteString replacingRange:(NSRange)charRangeToReplace;
  22376. | ^~~~~~~~
  22377. | cg_nullable
  22378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:425:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22379. 425 | - (nullable NSString *)smartInsertAfterStringForString:(NSString *)pasteString replacingRange:(NSRange)charRangeToReplace;
  22380. | ^~~~~~~~
  22381. | cg_nullable
  22382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:428:43: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22383. 428 | - (void)toggleAutomaticQuoteSubstitution:(nullable id)sender API_AVAILABLE(macos(10.5));
  22384. | ^~~~~~~~
  22385. | cg_nullable
  22386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:430:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22387. 430 | - (void)toggleAutomaticLinkDetection:(nullable id)sender API_AVAILABLE(macos(10.5));
  22388. | ^~~~~~~~
  22389. | cg_nullable
  22390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:433:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22391. 433 | - (void)toggleAutomaticDataDetection:(nullable id)sender API_AVAILABLE(macos(10.6));
  22392. | ^~~~~~~~
  22393. | cg_nullable
  22394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:435:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22395. 435 | - (void)toggleAutomaticDashSubstitution:(nullable id)sender API_AVAILABLE(macos(10.6));
  22396. | ^~~~~~~~
  22397. | cg_nullable
  22398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:437:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22399. 437 | - (void)toggleAutomaticTextReplacement:(nullable id)sender API_AVAILABLE(macos(10.6));
  22400. | ^~~~~~~~
  22401. | cg_nullable
  22402. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:439:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22403. 439 | - (void)toggleAutomaticSpellingCorrection:(nullable id)sender API_AVAILABLE(macos(10.6));
  22404. | ^~~~~~~~
  22405. | cg_nullable
  22406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:445:131: error: cannot find protocol declaration for 'NSTextCheckingOptionKey'
  22407. 445 | - (void)checkTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options API_AVAILABLE(macos(10.6));
  22408. | ^
  22409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:445:131: error: cannot find protocol declaration for 'id'
  22410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:446:65: error: expected '>' before '*' token
  22411. 446 | - (void)handleTextCheckingResults:(NSArray<NSTextCheckingResult *> *)results forRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount API_AVAILABLE(macos(10.6));
  22412. | ^
  22413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:446:65: error: cannot find protocol declaration for 'NSTextCheckingResult'
  22414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:446:66: error: expected ')' before '>' token
  22415. 446 | - (void)handleTextCheckingResults:(NSArray<NSTextCheckingResult *> *)results forRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount API_AVAILABLE(macos(10.6));
  22416. | ~ ^
  22417. | )
  22418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:446:66: error: expected identifier before '>' token
  22419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:446:66: error: expected ';' before '>' token
  22420. 446 | - (void)handleTextCheckingResults:(NSArray<NSTextCheckingResult *> *)results forRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount API_AVAILABLE(macos(10.6));
  22421. | ^
  22422. | ;
  22423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:448:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22424. 448 | - (void)orderFrontSubstitutionsPanel:(nullable id)sender API_AVAILABLE(macos(10.6));
  22425. | ^~~~~~~~
  22426. | cg_nullable
  22427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:451:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22428. 451 | - (void)checkTextInSelection:(nullable id)sender API_AVAILABLE(macos(10.6));
  22429. | ^~~~~~~~
  22430. | cg_nullable
  22431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:452:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22432. 452 | - (void)checkTextInDocument:(nullable id)sender API_AVAILABLE(macos(10.6));
  22433. | ^~~~~~~~
  22434. | cg_nullable
  22435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:466:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22436. 466 | - (IBAction)toggleQuickLookPreviewPanel:(nullable id)sender API_AVAILABLE(macos(10.7));
  22437. | ^~~~~~~~
  22438. | cg_nullable
  22439. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:469:14: error: expected '>' before '<' token
  22440. 469 | - (NSArray<id<QLPreviewItem>> *)quickLookPreviewableItemsInRanges:(NSArray<NSValue *> *)ranges API_AVAILABLE(macos(10.7));
  22441. | ^
  22442. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:469:14: error: cannot find protocol declaration for 'id'
  22443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:469:14: error: expected ')' before '<' token
  22444. 469 | - (NSArray<id<QLPreviewItem>> *)quickLookPreviewableItemsInRanges:(NSArray<NSValue *> *)ranges API_AVAILABLE(macos(10.7));
  22445. | ~ ^
  22446. | )
  22447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:469:14: error: objective-c++ method declaration is expected before '<' token
  22448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:480:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22449. 480 | - (IBAction)orderFrontSharingServicePicker:(nullable id)sender API_AVAILABLE(macos(10.8));
  22450. | ^~~~~~~~
  22451. | cg_nullable
  22452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:492:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22453. 492 | - (IBAction)toggleAutomaticTextCompletion:(nullable id)sender API_AVAILABLE(macos(10.12.2));
  22454. | ^~~~~~~~
  22455. | cg_nullable
  22456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:507:32: error: unknown property attribute 'strong'
  22457. 507 | @property (nullable, readonly, strong) NSCandidateListTouchBarItem *candidateListTouchBarItem API_AVAILABLE(macos(10.12.2));
  22458. | ^~~~~~
  22459. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:526:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22460. 526 | - (void)toggleBaseWritingDirection:(nullable id)sender API_DEPRECATED("Use NSResponder's makeBaseWritingDirectionNatural:, makeBaseWritingDirectionLeftToRight:, and makeBaseWritingDirectionRightToLeft: instead", macos(10.3,10.6));
  22461. | ^~~~~~~~
  22462. | cg_nullable
  22463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:548:28: error: cannot find protocol declaration for 'NSPasteboardType'
  22464. 548 | - (NSArray<NSPasteboardType> *)textView:(NSTextView *)view writablePasteboardTypesForCell:(id<NSTextAttachmentCell>)cell atIndex:(NSUInteger)charIndex;
  22465. | ^
  22466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:557:20: error: expected '>' before '*' token
  22467. 557 | - (NSArray<NSValue *> *)textView:(NSTextView *)textView willChangeSelectionFromCharacterRanges:(NSArray<NSValue *> *)oldSelectedCharRanges toCharacterRanges:(NSArray<NSValue *> *)newSelectedCharRanges;
  22468. | ^
  22469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:557:20: error: cannot find protocol declaration for 'NSValue'
  22470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:557:21: error: expected ')' before '>' token
  22471. 557 | - (NSArray<NSValue *> *)textView:(NSTextView *)textView willChangeSelectionFromCharacterRanges:(NSArray<NSValue *> *)oldSelectedCharRanges toCharacterRanges:(NSArray<NSValue *> *)newSelectedCharRanges;
  22472. | ~ ^
  22473. | )
  22474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:557:21: error: objective-c++ method declaration is expected before '>' token
  22475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:560:83: error: expected '>' before '*' token
  22476. 560 | - (BOOL)textView:(NSTextView *)textView shouldChangeTextInRanges:(NSArray<NSValue *> *)affectedRanges replacementStrings:(nullable NSArray<NSString *> *)replacementStrings;
  22477. | ^
  22478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:560:83: error: cannot find protocol declaration for 'NSValue'
  22479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:560:84: error: expected ')' before '>' token
  22480. 560 | - (BOOL)textView:(NSTextView *)textView shouldChangeTextInRanges:(NSArray<NSValue *> *)affectedRanges replacementStrings:(nullable NSArray<NSString *> *)replacementStrings;
  22481. | ~ ^
  22482. | )
  22483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:560:84: error: expected identifier before '>' token
  22484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:560:84: error: expected ';' before '>' token
  22485. 560 | - (BOOL)textView:(NSTextView *)textView shouldChangeTextInRanges:(NSArray<NSValue *> *)affectedRanges replacementStrings:(nullable NSArray<NSString *> *)replacementStrings;
  22486. | ^
  22487. | ;
  22488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:42: error: cannot find protocol declaration for 'NSAttributedStringKey'
  22489. 563 | - (NSDictionary<NSAttributedStringKey, id> *)textView:(NSTextView *)textView shouldChangeTypingAttributes:(NSDictionary<NSString *, id> *)oldTypingAttributes toAttributes:(NSDictionary<NSAttributedStringKey, id> *)newTypingAttributes;
  22490. | ^
  22491. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:42: error: cannot find protocol declaration for 'id'
  22492. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:130: error: expected '>' before '*' token
  22493. 563 | - (NSDictionary<NSAttributedStringKey, id> *)textView:(NSTextView *)textView shouldChangeTypingAttributes:(NSDictionary<NSString *, id> *)oldTypingAttributes toAttributes:(NSDictionary<NSAttributedStringKey, id> *)newTypingAttributes;
  22494. | ^
  22495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:130: error: cannot find protocol declaration for 'NSString'
  22496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:131: error: expected ')' before ',' token
  22497. 563 | - (NSDictionary<NSAttributedStringKey, id> *)textView:(NSTextView *)textView shouldChangeTypingAttributes:(NSDictionary<NSString *, id> *)oldTypingAttributes toAttributes:(NSDictionary<NSAttributedStringKey, id> *)newTypingAttributes;
  22498. | ~ ^
  22499. | )
  22500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:131: error: expected identifier before ',' token
  22501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:563:135: error: expected ';' before '>' token
  22502. 563 | - (NSDictionary<NSAttributedStringKey, id> *)textView:(NSTextView *)textView shouldChangeTypingAttributes:(NSDictionary<NSString *, id> *)oldTypingAttributes toAttributes:(NSDictionary<NSAttributedStringKey, id> *)newTypingAttributes;
  22503. | ^
  22504. | ;
  22505. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:570:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22506. 570 | - (nullable NSString *)textView:(NSTextView *)textView willDisplayToolTip:(NSString *)tooltip forCharacterAtIndex:(NSUInteger)characterIndex;
  22507. | ^~~~~~~~
  22508. | cg_nullable
  22509. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:573:21: error: expected '>' before '*' token
  22510. 573 | - (NSArray<NSString *> *)textView:(NSTextView *)textView completions:(NSArray<NSString *> *)words forPartialWordRange:(NSRange)charRange indexOfSelectedItem:(nullable NSInteger *)index;
  22511. | ^
  22512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:573:21: error: cannot find protocol declaration for 'NSString'
  22513. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:573:22: error: expected ')' before '>' token
  22514. 573 | - (NSArray<NSString *> *)textView:(NSTextView *)textView completions:(NSArray<NSString *> *)words forPartialWordRange:(NSRange)charRange indexOfSelectedItem:(nullable NSInteger *)index;
  22515. | ~ ^
  22516. | )
  22517. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:573:22: error: objective-c++ method declaration is expected before '>' token
  22518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:576:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22519. 576 | - (BOOL)textView:(NSTextView *)textView shouldChangeTextInRange:(NSRange)affectedCharRange replacementString:(nullable NSString *)replacementString;
  22520. | ^~~~~~~~
  22521. | cg_nullable
  22522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:584:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22523. 584 | - (nullable NSMenu *)textView:(NSTextView *)view menu:(NSMenu *)menu forEvent:(NSEvent *)event atIndex:(NSUInteger)charIndex API_AVAILABLE(macos(10.5));
  22524. | ^~~~~~~~
  22525. | cg_nullable
  22526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:587:44: error: cannot find protocol declaration for 'NSTextCheckingOptionKey'
  22527. 587 | - (NSDictionary<NSTextCheckingOptionKey, id> *)textView:(NSTextView *)view willCheckTextInRange:(NSRange)range options:(NSDictionary<NSTextCheckingOptionKey, id> *)options types:(NSTextCheckingTypes *)checkingTypes API_AVAILABLE(macos(10.6));
  22528. | ^
  22529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:587:44: error: cannot find protocol declaration for 'id'
  22530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:587:161: error: cannot find protocol declaration for 'NSTextCheckingOptionKey'
  22531. 587 | - (NSDictionary<NSTextCheckingOptionKey, id> *)textView:(NSTextView *)view willCheckTextInRange:(NSRange)range options:(NSDictionary<NSTextCheckingOptionKey, i> *)options types:(NSTextCheckingTypes *)checkingTypes API_AVAILABLE(macos(10.6));
  22532. | ^
  22533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:587:161: error: cannot find protocol declaration for 'id'
  22534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:590:33: error: expected '>' before '*' token
  22535. 590 | - (NSArray<NSTextCheckingResult *> *)textView:(NSTextView *)view didCheckTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options results:(NSArray<NSTextCheckingResult *> *)results orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount API_AVAILABLE(macos(10.6));
  22536. | ^
  22537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:590:33: error: cannot find protocol declaration for 'NSTextCheckingResult'
  22538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:590:34: error: expected ')' before '>' token
  22539. 590 | - (NSArray<NSTextCheckingResult *> *)textView:(NSTextView *)view didCheckTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary<NSTextCheckingOptionKey, id> *)options results:(NSArray<NSTextCheckingResult *> *)results orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount API_AVAILABLE(macos(10.6));
  22540. | ~ ^
  22541. | )
  22542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:590:34: error: objective-c++ method declaration is expected before '>' token
  22543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:593:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22544. 593 | - (nullable NSURL *)textView:(NSTextView *)textView URLForContentsOfTextAttachment:(NSTextAttachment *)textAttachment atIndex:(NSUInteger)charIndex API_AVAILABLE(macos(10.7));
  22545. | ^~~~~~~~
  22546. | cg_nullable
  22547. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:596:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22548. 596 | - (nullable NSSharingServicePicker *)textView:(NSTextView *)textView willShowSharingServicePicker:(NSSharingServicePicker *)servicePicker forItems:(NSArray *)items API_AVAILABLE(macos(10.8));
  22549. | ^~~~~~~~
  22550. | cg_nullable
  22551. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:598:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22552. 598 | - (nullable NSUndoManager *)undoManagerForTextView:(NSTextView *)view;
  22553. | ^~~~~~~~
  22554. | cg_nullable
  22555. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:602:36: error: cannot find protocol declaration for 'NSTouchBarItemIdentifier'
  22556. 602 | - (NSArray<NSTouchBarItemIdentifier> *)textView:(NSTextView *)textView shouldUpdateTouchBarItemIdentifiers:(NSArray<NSTouchBarItemIdentifier> *)identifiers API_AVAILABLE(macos(10.12.2));
  22557. | ^
  22558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:602:141: error: cannot find protocol declaration for 'NSTouchBarItemIdentifier'
  22559. 602 | - (NSArray<NSTouchBarItemIdentifier> *)textView:(NSTextView *)textView shouldUpdateTouchBarItemIdentifiers:(NSArray<NSTouchBarItemIdentifier> *)identifiers API_AVAILABLE(macos(10.12.2));
  22560. | ^
  22561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:605:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22562. 605 | - (nullable NSArray *)textView:(NSTextView *)textView candidatesForSelectedRange:(NSRange)selectedRange API_AVAILABLE(macos(10.12.2));
  22563. | ^~~~~~~~
  22564. | cg_nullable
  22565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:608:33: error: expected '>' before '*' token
  22566. 608 | - (NSArray<NSTextCheckingResult *> *)textView:(NSTextView *)textView candidates:(NSArray<NSTextCheckingResult *> *)candidates forSelectedRange:(NSRange)selectedRange API_AVAILABLE(macos(10.12.2));
  22567. | ^
  22568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:608:33: error: cannot find protocol declaration for 'NSTextCheckingResult'
  22569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:608:34: error: expected ')' before '>' token
  22570. 608 | - (NSArray<NSTextCheckingResult *> *)textView:(NSTextView *)textView candidates:(NSArray<NSTextCheckingResult *> *)candidates forSelectedRange:(NSRange)selectedRange API_AVAILABLE(macos(10.12.2));
  22571. | ~ ^
  22572. | )
  22573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:608:34: error: objective-c++ method declaration is expected before '>' token
  22574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:615:56: error: 'null_unspecified' does not name a type
  22575. 615 | - (BOOL)textView:(NSTextView *)textView clickedOnLink:(null_unspecified id)link API_DEPRECATED("Use -textView:clickedOnLink:atIndex: instead", macos(10.0,10.6));
  22576. | ^~~~~~~~~~~~~~~~
  22577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:616:56: error: 'null_unspecified' does not name a type
  22578. 616 | - (void)textView:(NSTextView *)textView clickedOnCell:(null_unspecified id <NSTextAttachmentCell>)cell inRect:(NSRect)cellFrame API_DEPRECATED("Use -textView:clickedOnCell:inRect:atIndex: instead", macos(10.0,10.6));
  22579. | ^~~~~~~~~~~~~~~~
  22580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:617:62: error: 'null_unspecified' does not name a type
  22581. 617 | - (void)textView:(NSTextView *)textView doubleClickedOnCell:(null_unspecified id <NSTextAttachmentCell>)cell inRect:(NSRect)cellFrame API_DEPRECATED("Use -textView:doubleClickedOnCell:inRect:atIndex: instead", macos(10.0,10.6));
  22582. | ^~~~~~~~~~~~~~~~
  22583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:618:50: error: 'null_unspecified' does not name a type
  22584. 618 | - (void)textView:(NSTextView *)view draggedCell:(null_unspecified id <NSTextAttachmentCell>)cell inRect:(NSRect)rect event:(null_unspecified NSEvent *)event API_DEPRECATED("Use -textView:draggedCell:inRect:event:atIndex: instead", macos(10.0,10.6));
  22585. | ^~~~~~~~~~~~~~~~
  22586. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextView.h:618:125: error: 'null_unspecified' does not name a type
  22587. 618 | - (void)textView:(NSTextView *)view draggedCell:(null_unspecified id <NSTextAttachmentCell>)cell inRect:(NSRect)rect event:(null_unspecified NSEvent *)event API_DEPRECATED("Use -textView:draggedCell:inRect:event:atIndex: instead", macos(10.0,10.6));
  22588. | ^~~~~~~~~~~~~~~~
  22589. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:139:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22590. 139 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  22591. | ^~~~~~~~
  22592. | cg_nullable
  22593. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:143:22: error: unknown property attribute 'weak'
  22594. 143 | @property (nullable, weak) id <NSTableViewDataSource> dataSource;
  22595. | ^~~~
  22596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:143:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22597. 143 | @property (nullable, weak) id <NSTableViewDataSource> dataSource;
  22598. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  22599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:147:22: error: unknown property attribute 'weak'
  22600. 147 | @property (nullable, weak) id <NSTableViewDelegate> delegate;
  22601. | ^~~~
  22602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:147:53: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22603. 147 | @property (nullable, weak) id <NSTableViewDelegate> delegate;
  22604. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  22605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:151:22: error: unknown property attribute 'strong'
  22606. 151 | @property (nullable, strong) NSTableHeaderView *headerView;
  22607. | ^~~~~~
  22608. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:151:49: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22609. 151 | @property (nullable, strong) NSTableHeaderView *headerView;
  22610. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  22611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:155:22: error: unknown property attribute 'strong'
  22612. 155 | @property (nullable, strong) NSView *cornerView;
  22613. | ^~~~~~
  22614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:155:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22615. 155 | @property (nullable, strong) NSView *cornerView;
  22616. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  22617. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:209:50: error: expected '>' before '*' token
  22618. 209 | @property (readonly, copy) NSArray<NSTableColumn *> *tableColumns;
  22619. | ^
  22620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:209:50: error: cannot find protocol declaration for 'NSTableColumn'
  22621. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:209:51: error: expected unqualified-id before '>' token
  22622. 209 | @property (readonly, copy) NSArray<NSTableColumn *> *tableColumns;
  22623. | ^
  22624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:237:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22625. 237 | - (nullable NSTableColumn *)tableColumnWithIdentifier:(NSUserInterfaceItemIdentifier)identifier;
  22626. | ^~~~~~~~
  22627. | cg_nullable
  22628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:278:43: error: expected '>' before '*' token
  22629. 278 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  22630. | ^
  22631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:278:43: error: cannot find protocol declaration for 'NSSortDescriptor'
  22632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:278:44: error: expected unqualified-id before '>' token
  22633. 278 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  22634. | ^
  22635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:282:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22636. 282 | - (void)setIndicatorImage:(nullable NSImage *)image inTableColumn:(NSTableColumn *)tableColumn;
  22637. | ^~~~~~~~
  22638. | cg_nullable
  22639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:283:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22640. 283 | - (nullable NSImage *)indicatorImageInTableColumn:(NSTableColumn *)tableColumn;
  22641. | ^~~~~~~~
  22642. | cg_nullable
  22643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:287:22: error: unknown property attribute 'weak'
  22644. 287 | @property (nullable, weak) NSTableColumn *highlightedTableColumn;
  22645. | ^~~~
  22646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:287:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22647. 287 | @property (nullable, weak) NSTableColumn *highlightedTableColumn;
  22648. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  22649. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:306:101: error: expected '>' before '*' token
  22650. 306 | - (NSImage *)dragImageForRowsWithIndexes:(NSIndexSet *)dragRows tableColumns:(NSArray<NSTableColumn *> *)tableColumns event:(NSEvent *)dragEvent offset:(NSPointPointer)dragImageOffset;
  22651. | ^
  22652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:306:101: error: cannot find protocol declaration for 'NSTableColumn'
  22653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:306:102: error: expected ')' before '>' token
  22654. 306 | - (NSImage *)dragImageForRowsWithIndexes:(NSIndexSet *)dragRows tableColumns:(NSArray<NSTableColumn *> *)tableColumns event:(NSEvent *)dragEvent offset:(NSPointPointer)dragImageOffset;
  22655. | ~ ^
  22656. | )
  22657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:306:102: error: expected identifier before '>' token
  22658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:306:102: error: expected ';' before '>' token
  22659. 306 | - (NSImage *)dragImageForRowsWithIndexes:(NSIndexSet *)dragRows tableColumns:(NSArray<NSTableColumn *> *)tableColumns event:(NSEvent *)dragEvent offset:(NSPointPointer)dragImageOffset;
  22660. | ^
  22661. | ;
  22662. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:331:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22663. 331 | - (void)selectAll:(nullable id)sender;
  22664. | ^~~~~~~~
  22665. | cg_nullable
  22666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:333:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22667. 333 | - (void)deselectAll:(nullable id)sender;
  22668. | ^~~~~~~~
  22669. | cg_nullable
  22670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:432:68: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22671. 432 | - (void)editColumn:(NSInteger)column row:(NSInteger)row withEvent:(nullable NSEvent *)event select:(BOOL)select;
  22672. | ^~~~~~~~
  22673. | cg_nullable
  22674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:462:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22675. 462 | - (nullable __kindof NSView *)viewAtColumn:(NSInteger)column row:(NSInteger)row makeIfNecessary:(BOOL)makeIfNecessary API_AVAILABLE(macos(10.7));
  22676. | ^~~~~~~~
  22677. | cg_nullable
  22678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:463:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22679. 463 | - (nullable __kindof NSTableRowView *)rowViewAtRow:(NSInteger)row makeIfNecessary:(BOOL)makeIfNecessary API_AVAILABLE(macos(10.7));
  22680. | ^~~~~~~~
  22681. | cg_nullable
  22682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:472:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22683. 472 | - (nullable __kindof NSView *)makeViewWithIdentifier:(NSUserInterfaceItemIdentifier)identifier owner:(nullable id)owner API_AVAILABLE(macos(10.7));
  22684. | ^~~~~~~~
  22685. | cg_nullable
  22686. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:472:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22687. 472 | - (nullable __kindof NSView *)makeViewWithIdentifier:(NSUserInterfaceItemIdentifier)identifier owner:(nullable id)owner API_AVAILABLE(macos(10.7));
  22688. | ^~~~~~~~
  22689. | cg_nullable
  22690. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:476:51: error: expected ')' before '(' token
  22691. 476 | - (void)enumerateAvailableRowViewsUsingBlock:(void (NS_NOESCAPE ^)(__kindof NSTableRowView *rowView, NSInteger row))handler API_AVAILABLE(macos(10.7));
  22692. | ~ ^~
  22693. | )
  22694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:476:52: error: expected identifier before '(' token
  22695. 476 | - (void)enumerateAvailableRowViewsUsingBlock:(void (NS_NOESCAPE ^)(__kindof NSTableRowView *rowView, NSInteger row))handler API_AVAILABLE(macos(10.7));
  22696. | ^
  22697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:476:51: error: expected ';' before '(' token
  22698. 476 | - (void)enumerateAvailableRowViewsUsingBlock:(void (NS_NOESCAPE ^)(__kindof NSTableRowView *rowView, NSInteger row))handler API_AVAILABLE(macos(10.7));
  22699. | ^~
  22700. | ;
  22701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:540:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22702. 540 | - (void)registerNib:(nullable NSNib *)nib forIdentifier:(NSUserInterfaceItemIdentifier)identifier API_AVAILABLE(macos(10.8));
  22703. | ^~~~~~~~
  22704. | cg_nullable
  22705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:544:88: error: expected '>' before '*' token
  22706. 544 | @property (nullable, readonly, copy) NSDictionary<NSUserInterfaceItemIdentifier, NSNib *> *registeredNibsByIdentifier API_AVAILABLE(macos(10.8));
  22707. | ^
  22708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:544:88: error: cannot find protocol declaration for 'NSUserInterfaceItemIdentifier'
  22709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:544:88: error: cannot find protocol declaration for 'NSNib'
  22710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:544:89: error: expected unqualified-id before '>' token
  22711. 544 | @property (nullable, readonly, copy) NSDictionary<NSUserInterfaceItemIdentifier, NSNib *> *registeredNibsByIdentifier API_AVAILABLE(macos(10.8));
  22712. | ^
  22713. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:584:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22714. 584 | - (nullable NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.7));
  22715. | ^~~~~~~~
  22716. | cg_nullable
  22717. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:584:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22718. 584 | - (nullable NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.7));
  22719. | ^~~~~~~~
  22720. | cg_nullable
  22721. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:588:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22722. 588 | - (nullable NSTableRowView *)tableView:(NSTableView *)tableView rowViewForRow:(NSInteger)row API_AVAILABLE(macos(10.7));
  22723. | ^~~~~~~~
  22724. | cg_nullable
  22725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:606:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22726. 606 | - (void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row;
  22727. | ^~~~~~~~
  22728. | cg_nullable
  22729. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:607:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22730. 607 | - (BOOL)tableView:(NSTableView *)tableView shouldEditTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row;
  22731. | ^~~~~~~~
  22732. | cg_nullable
  22733. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:612:118: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22734. 612 | - (NSString *)tableView:(NSTableView *)tableView toolTipForCell:(NSCell *)cell rect:(NSRectPointer)rect tableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row mouseLocation:(NSPoint)mouseLocation;
  22735. | ^~~~~~~~
  22736. | cg_nullable
  22737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:618:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22738. 618 | - (BOOL)tableView:(NSTableView *)tableView shouldShowCellExpansionForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.5));
  22739. | ^~~~~~~~
  22740. | cg_nullable
  22741. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:623:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22742. 623 | - (BOOL)tableView:(NSTableView *)tableView shouldTrackCell:(NSCell *)cell forTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.5));
  22743. | ^~~~~~~~
  22744. | cg_nullable
  22745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:630:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22746. 630 | - (nullable NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.5));
  22747. | ^~~~~~~~
  22748. | cg_nullable
  22749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:630:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22750. 630 | - (nullable NSCell *)tableView:(NSTableView *)tableView dataCellForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.5));
  22751. | ^~~~~~~~
  22752. | cg_nullable
  22753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:647:69: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22754. 647 | - (BOOL)tableView:(NSTableView *)tableView shouldSelectTableColumn:(nullable NSTableColumn *)tableColumn;
  22755. | ^~~~~~~~
  22756. | cg_nullable
  22757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:661:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22758. 661 | - (nullable NSString *)tableView:(NSTableView *)tableView typeSelectStringForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.5));
  22759. | ^~~~~~~~
  22760. | cg_nullable
  22761. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:661:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22762. 661 | - (nullable NSString *)tableView:(NSTableView *)tableView typeSelectStringForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row API_AVAILABLE(macos(10.5));
  22763. | ^~~~~~~~
  22764. | cg_nullable
  22765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:671:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22766. 671 | - (BOOL)tableView:(NSTableView *)tableView shouldTypeSelectForEvent:(NSEvent *)event withCurrentSearchString:(nullable NSString *)searchString API_AVAILABLE(macos(10.5));
  22767. | ^~~~~~~~
  22768. | cg_nullable
  22769. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:692:33: error: expected '>' before '*' token
  22770. 692 | - (NSArray<NSTableViewRowAction *> *)tableView:(NSTableView *)tableView rowActionsForRow:(NSInteger)row edge:(NSTableRowActionEdge)edge API_AVAILABLE(macos(10.11));
  22771. | ^
  22772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:692:33: error: cannot find protocol declaration for 'NSTableViewRowAction'
  22773. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:692:34: error: expected ')' before '>' token
  22774. 692 | - (NSArray<NSTableViewRowAction *> *)tableView:(NSTableView *)tableView rowActionsForRow:(NSInteger)row edge:(NSTableRowActionEdge)edge API_AVAILABLE(macos(10.11));
  22775. | ~ ^
  22776. | )
  22777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:692:34: error: objective-c++ method declaration is expected before '>' token
  22778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:727:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22779. 727 | - (nullable id)tableView:(NSTableView *)tableView objectValueForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row;
  22780. | ^~~~~~~~
  22781. | cg_nullable
  22782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:727:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22783. 727 | - (nullable id)tableView:(NSTableView *)tableView objectValueForTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row;
  22784. | ^~~~~~~~
  22785. | cg_nullable
  22786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:734:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22787. 734 | - (void)tableView:(NSTableView *)tableView setObjectValue:(nullable id)object forTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row;
  22788. | ^~~~~~~~
  22789. | cg_nullable
  22790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:734:95: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22791. 734 | - (void)tableView:(NSTableView *)tableView setObjectValue:(nullable id)object forTableColumn:(nullable NSTableColumn *)tableColumn row:(NSInteger)row;
  22792. | ^~~~~~~~
  22793. | cg_nullable
  22794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:739:95: error: expected '>' before '*' token
  22795. 739 | - (void)tableView:(NSTableView *)tableView sortDescriptorsDidChange:(NSArray<NSSortDescriptor *> *)oldDescriptors;
  22796. | ^
  22797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:739:95: error: cannot find protocol declaration for 'NSSortDescriptor'
  22798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:739:96: error: expected ')' before '>' token
  22799. 739 | - (void)tableView:(NSTableView *)tableView sortDescriptorsDidChange:(NSArray<NSSortDescriptor *> *)oldDescriptors;
  22800. | ~ ^
  22801. | )
  22802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:739:96: error: expected identifier before '>' token
  22803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:739:96: error: expected ';' before '>' token
  22804. 739 | - (void)tableView:(NSTableView *)tableView sortDescriptorsDidChange:(NSArray<NSSortDescriptor *> *)oldDescriptors;
  22805. | ^
  22806. | ;
  22807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:743:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22808. 743 | - (nullable id <NSPasteboardWriting>)tableView:(NSTableView *)tableView pasteboardWriterForRow:(NSInteger)row API_AVAILABLE(macos(10.7));
  22809. | ^~~~~~~~
  22810. | cg_nullable
  22811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:771:21: error: expected '>' before '*' token
  22812. 771 | - (NSArray<NSString *> *)tableView:(NSTableView *)tableView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedRowsWithIndexes:(NSIndexSet *)indexSet API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.0,10.13));
  22813. | ^
  22814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:771:21: error: cannot find protocol declaration for 'NSString'
  22815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:771:22: error: expected ')' before '>' token
  22816. 771 | - (NSArray<NSString *> *)tableView:(NSTableView *)tableView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedRowsWithIndexes:(NSIndexSet *)indexSet API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.0,10.13));
  22817. | ~ ^
  22818. | )
  22819. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:771:22: error: objective-c++ method declaration is expected before '>' token
  22820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:818:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22821. 818 | - (nullable NSImage *)dragImageForRows:(NSArray *)dragRows event:(NSEvent *)dragEvent dragImageOffset:(NSPointPointer)dragImageOffset API_DEPRECATED("", macos(10.0,10.4));
  22822. | ^~~~~~~~
  22823. | cg_nullable
  22824. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:831:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22825. 831 | - (nullable NSCell *)preparedCellAtColumn:(NSInteger)column row:(NSInteger)row API_DEPRECATED("Use View Based TableView and -viewAtColumn:row:", macos(10.5,10.10));
  22826. | ^~~~~~~~
  22827. | cg_nullable
  22828. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:28:22: error: unknown property attribute 'strong'
  22829. 28 | @property (nullable, strong) id objectValue;
  22830. | ^~~~~~
  22831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:28:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22832. 28 | @property (nullable, strong) id objectValue;
  22833. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  22834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:45:22: error: unknown property attribute 'strong'
  22835. 45 | @property (readonly, strong) NSArray<NSDraggingImageComponent *> *draggingImageComponents;
  22836. | ^~~~~~
  22837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:45:63: error: expected '>' before '*' token
  22838. 45 | @property (readonly, strong) NSArray<NSDraggingImageComponent *> *draggingImageComponents;
  22839. | ^
  22840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:45:63: error: cannot find protocol declaration for 'NSDraggingImageComponent'
  22841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableCellView.h:45:64: error: expected unqualified-id before '>' token
  22842. 45 | @property (readonly, strong) NSArray<NSDraggingImageComponent *> *draggingImageComponents;
  22843. | ^
  22844. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:158:
  22845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h:37:22: error: unknown property attribute 'weak'
  22846. 37 | @property (nullable, weak) NSTableView *tableView;
  22847. | ^~~~
  22848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h:37:41: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22849. 37 | @property (nullable, weak) NSTableView *tableView;
  22850. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  22851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h:59:12: error: unknown property attribute 'strong'
  22852. 59 | @property (strong) __kindof NSTableHeaderCell *headerCell;
  22853. | ^~~~~~
  22854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h:59:20: error: '__kindof' has not been declared
  22855. 59 | @property (strong) __kindof NSTableHeaderCell *headerCell;
  22856. | ^~~~~~~~
  22857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h:96:12: error: unknown property attribute 'strong'
  22858. 96 | @property (strong) id /* NSCell * */ dataCell; // Use a view-based NSTableView, and see the -tableView:viewForTableColumn:row: delegate method and -viewAtColumn:row:makeIfNecessary:
  22859. | ^~~~~~
  22860. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableColumn.h:96:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22861. 96 | @property (strong) id /* NSCell * */ dataCell; // Use a view-based NSTableView, and see the -tableView:viewForTableColumn:row: delegate method and -viewAtColumn:row:makeIfNecessary:
  22862. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  22863. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:160:
  22864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableHeaderView.h:21:22: error: unknown property attribute 'weak'
  22865. 21 | @property (nullable, weak) NSTableView *tableView;
  22866. | ^~~~
  22867. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableHeaderView.h:21:41: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22868. 21 | @property (nullable, weak) NSTableView *tableView;
  22869. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  22870. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:161:
  22871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableRowView.h:100:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22872. 100 | - (nullable id)viewAtColumn:(NSInteger)column;
  22873. | ^~~~~~~~
  22874. | cg_nullable
  22875. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:163:
  22876. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:16:36: error: expected ';' before '<' token
  22877. 16 | @class NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>;
  22878. | ^
  22879. | ;
  22880. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:19:82: error: cannot find protocol declaration for 'SectionIdentifierType'
  22881. 19 | @interface NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<NSTableViewDataSource>
  22882. | ^
  22883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:19:82: error: cannot find protocol declaration for 'ItemIdentifierType'
  22884. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:19:84: error: expected unqualified-id before ':' token
  22885. 19 | @interface NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType> : NSObject<NSTableViewDataSource>
  22886. | ^
  22887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:23:73: error: 'NSTableViewDiffableDataSourceCellProvider' does not name a type; did you mean 'NSTableViewDiffableDataSource'?
  22888. 23 | - (instancetype)initWithTableView:(NSTableView*)tableView cellProvider:(NSTableViewDiffableDataSourceCellProvider)cellProvider;
  22889. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22890. | NSTableViewDiffableDataSource
  22891. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:29:73: error: cannot find protocol declaration for 'SectionIdentifierType'
  22892. 29 | - (NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>*)snapshot;
  22893. | ^
  22894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:29:73: error: cannot find protocol declaration for 'ItemIdentifierType'
  22895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:35:93: error: cannot find protocol declaration for 'SectionIdentifierType'
  22896. 35 | - (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> *)snapshot animatingDifferences:(BOOL)animatingDifferences;
  22897. | ^
  22898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:35:93: error: cannot find protocol declaration for 'ItemIdentifierType'
  22899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:37:93: error: cannot find protocol declaration for 'SectionIdentifierType'
  22900. 37 | - (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>*)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void(^ _Nullable)(void))completion;
  22901. | ^
  22902. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:37:93: error: cannot find protocol declaration for 'ItemIdentifierType'
  22903. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:37:169: error: expected ')' before '(' token
  22904. 37 | - (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>*)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void(^ _Nullable)(void))completion;
  22905. | ~ ^
  22906. | )
  22907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:37:169: error: expected identifier before '(' token
  22908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:37:169: error: expected ';' before '(' token
  22909. 37 | - (void)applySnapshot:(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>*)snapshot animatingDifferences:(BOOL)animatingDifferences completion:(void(^ _Nullable)(void))completion;
  22910. | ^
  22911. | ;
  22912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22913. 41 | - (nullable ItemIdentifierType)itemIdentifierForRow:(NSInteger)row;
  22914. | ^~~~~~~~
  22915. | cg_nullable
  22916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:42:36: error: 'ItemIdentifierType' does not name a type
  22917. 42 | - (NSInteger)rowForItemIdentifier:(ItemIdentifierType)identifier;
  22918. | ^~~~~~~~~~~~~~~~~~
  22919. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:45:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22920. 45 | - (nullable SectionIdentifierType)sectionIdentifierForRow:(NSInteger)row;
  22921. | ^~~~~~~~
  22922. | cg_nullable
  22923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:46:39: error: 'SectionIdentifierType' does not name a type
  22924. 46 | - (NSInteger)rowForSectionIdentifier:(SectionIdentifierType)identifier;
  22925. | ^~~~~~~~~~~~~~~~~~~~~
  22926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:48:36: error: expected unqualified-id before '^' token
  22927. 48 | typedef NSTableRowView * _Nonnull (^NSTableViewDiffableDataSourceRowProvider)(NSTableView * _Nonnull tableView, NSInteger row, id _Nonnull identifier);
  22928. | ^
  22929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:48:36: error: expected ')' before '^' token
  22930. 48 | typedef NSTableRowView * _Nonnull (^NSTableViewDiffableDataSourceRowProvider)(NSTableView * _Nonnull tableView, NSInteger row, id _Nonnull identifier);
  22931. | ~^
  22932. | )
  22933. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:50:27: error: 'NSTableViewDiffableDataSourceRowProvider' has not been declared
  22934. 50 | @property (copy,nullable) NSTableViewDiffableDataSourceRowProvider rowViewProvider;
  22935. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:53:28: error: expected unqualified-id before '^' token
  22937. 53 | typedef NSView * _Nonnull (^NSTableViewDiffableDataSourceSectionHeaderViewProvider)(NSTableView * _Nonnull tableView, NSInteger row, id _Nonnull sectionId);
  22938. | ^
  22939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:53:28: error: expected ')' before '^' token
  22940. 53 | typedef NSView * _Nonnull (^NSTableViewDiffableDataSourceSectionHeaderViewProvider)(NSTableView * _Nonnull tableView, NSInteger row, id _Nonnull sectionId);
  22941. | ~^
  22942. | )
  22943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewDiffableDataSource.h:55:27: error: 'NSTableViewDiffableDataSourceSectionHeaderViewProvider' has not been declared
  22944. 55 | @property (copy,nullable) NSTableViewDiffableDataSourceSectionHeaderViewProvider sectionHeaderViewProvider;
  22945. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22946. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:164:
  22947. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewRowAction.h:26:106: error: expected ')' before '(' token
  22948. 26 | + (instancetype)rowActionWithStyle:(NSTableViewRowActionStyle)style title:(NSString *)title handler:(void (^)(NSTableViewRowAction *action, NSInteger row))handler;
  22949. | ~ ^~
  22950. | )
  22951. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewRowAction.h:26:107: error: expected identifier before '(' token
  22952. 26 | + (instancetype)rowActionWithStyle:(NSTableViewRowActionStyle)style title:(NSString *)title handler:(void (^)(NSTableViewRowAction *action, NSInteger row))handler;
  22953. | ^
  22954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewRowAction.h:26:106: error: expected ';' before '(' token
  22955. 26 | + (instancetype)rowActionWithStyle:(NSTableViewRowActionStyle)style title:(NSString *)title handler:(void (^)(NSTableViewRowAction *action, NSInteger row))handler;
  22956. | ^~
  22957. | ;
  22958. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewRowAction.h:34:22: error: unknown property attribute 'strong'
  22959. 34 | @property (nullable, strong) NSImage *image API_AVAILABLE(macos(10.12));
  22960. | ^~~~~~
  22961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableViewRowAction.h:34:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22962. 34 | @property (nullable, strong) NSImage *image API_AVAILABLE(macos(10.12));
  22963. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  22964. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:165:
  22965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:34:22: error: unknown property attribute 'weak'
  22966. 34 | @property (nullable, weak) id <NSOutlineViewDelegate> delegate;
  22967. | ^~~~
  22968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:34:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22969. 34 | @property (nullable, weak) id <NSOutlineViewDelegate> delegate;
  22970. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  22971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:35:22: error: unknown property attribute 'weak'
  22972. 35 | @property (nullable, weak) id <NSOutlineViewDataSource> dataSource;
  22973. | ^~~~
  22974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:35:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  22975. 35 | @property (nullable, weak) id <NSOutlineViewDataSource> dataSource;
  22976. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  22977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:45:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22978. 45 | - (BOOL)isExpandable:(nullable id)item;
  22979. | ^~~~~~~~
  22980. | cg_nullable
  22981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:49:38: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22982. 49 | - (NSInteger)numberOfChildrenOfItem:(nullable id)item API_AVAILABLE(macos(10.10));
  22983. | ^~~~~~~~
  22984. | cg_nullable
  22985. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22986. 53 | - (nullable id)child:(NSInteger)index ofItem:(nullable id)item API_AVAILABLE(macos(10.10));
  22987. | ^~~~~~~~
  22988. | cg_nullable
  22989. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:53:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22990. 53 | - (nullable id)child:(NSInteger)index ofItem:(nullable id)item API_AVAILABLE(macos(10.10));
  22991. | ^~~~~~~~
  22992. | cg_nullable
  22993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:57:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22994. 57 | - (void)expandItem:(nullable id)item expandChildren:(BOOL)expandChildren;
  22995. | ^~~~~~~~
  22996. | cg_nullable
  22997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:61:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  22998. 61 | - (void)expandItem:(nullable id)item;
  22999. | ^~~~~~~~
  23000. | cg_nullable
  23001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:65:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23002. 65 | - (void)collapseItem:(nullable id)item collapseChildren:(BOOL)collapseChildren;
  23003. | ^~~~~~~~
  23004. | cg_nullable
  23005. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:69:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23006. 69 | - (void)collapseItem:(nullable id)item;
  23007. | ^~~~~~~~
  23008. | cg_nullable
  23009. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:73:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23010. 73 | - (void)reloadItem:(nullable id)item reloadChildren:(BOOL)reloadChildren;
  23011. | ^~~~~~~~
  23012. | cg_nullable
  23013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:77:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23014. 77 | - (void)reloadItem:(nullable id)item;
  23015. | ^~~~~~~~
  23016. | cg_nullable
  23017. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:81:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23018. 81 | - (nullable id)parentForItem:(nullable id)item;
  23019. | ^~~~~~~~
  23020. | cg_nullable
  23021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:81:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23022. 81 | - (nullable id)parentForItem:(nullable id)item;
  23023. | ^~~~~~~~
  23024. | cg_nullable
  23025. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:89:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23026. 89 | - (nullable id)itemAtRow:(NSInteger)row;
  23027. | ^~~~~~~~
  23028. | cg_nullable
  23029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:90:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23030. 90 | - (NSInteger)rowForItem:(nullable id)item;
  23031. | ^~~~~~~~
  23032. | cg_nullable
  23033. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:94:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23034. 94 | - (NSInteger)levelForItem:(nullable id)item;
  23035. | ^~~~~~~~
  23036. | cg_nullable
  23037. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:96:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23038. 96 | - (BOOL)isItemExpanded:(nullable id)item;
  23039. | ^~~~~~~~
  23040. | cg_nullable
  23041. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:119:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23042. 119 | - (void)setDropItem:(nullable id)item dropChildIndex:(NSInteger)index;
  23043. | ^~~~~~~~
  23044. | cg_nullable
  23045. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:134:62: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23046. 134 | - (void)insertItemsAtIndexes:(NSIndexSet *)indexes inParent:(nullable id)parent withAnimation:(NSTableViewAnimationOptions)animationOptions API_AVAILABLE(macos(10.7));
  23047. | ^~~~~~~~
  23048. | cg_nullable
  23049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:138:62: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23050. 138 | - (void)removeItemsAtIndexes:(NSIndexSet *)indexes inParent:(nullable id)parent withAnimation:(NSTableViewAnimationOptions)animationOptions API_AVAILABLE(macos(10.7));
  23051. | ^~~~~~~~
  23052. | cg_nullable
  23053. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:142:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23054. 142 | - (void)moveItemAtIndex:(NSInteger)fromIndex inParent:(nullable id)oldParent toIndex:(NSInteger)toIndex inParent:(nullable id)newParent API_AVAILABLE(macos(10.7));
  23055. | ^~~~~~~~
  23056. | cg_nullable
  23057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:142:115: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23058. 142 | - (void)moveItemAtIndex:(NSInteger)fromIndex inParent:(nullable id)oldParent toIndex:(NSInteger)toIndex inParent:(nullable id)newParent API_AVAILABLE(macos(10.7));
  23059. | ^~~~~~~~
  23060. | cg_nullable
  23061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:175:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23062. 175 | - (NSInteger)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem:(nullable id)item;
  23063. | ^~~~~~~~
  23064. | cg_nullable
  23065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:176:79: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23066. 176 | - (id)outlineView:(NSOutlineView *)outlineView child:(NSInteger)index ofItem:(nullable id)item;
  23067. | ^~~~~~~~
  23068. | cg_nullable
  23069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:181:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23070. 181 | - (nullable id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(nullable NSTableColumn *)tableColumn byItem:(nullable id)item;
  23071. | ^~~~~~~~
  23072. | cg_nullable
  23073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:181:84: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23074. 181 | - (nullable id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(nullable NSTableColumn *)tableColumn byItem:(nullable id)item;
  23075. | ^~~~~~~~
  23076. | cg_nullable
  23077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:181:129: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23078. 181 | - (nullable id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(nullable NSTableColumn *)tableColumn byItem:(nullable id)item;
  23079. | ^~~~~~~~
  23080. | cg_nullable
  23081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:188:66: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23082. 188 | - (void)outlineView:(NSOutlineView *)outlineView setObjectValue:(nullable id)object forTableColumn:(nullable NSTableColumn *)tableColumn byItem:(nullable id)item;
  23083. | ^~~~~~~~
  23084. | cg_nullable
  23085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:188:101: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23086. 188 | - (void)outlineView:(NSOutlineView *)outlineView setObjectValue:(nullable id)object forTableColumn:(nullable NSTableColumn *)tableColumn byItem:(nullable id)item;
  23087. | ^~~~~~~~
  23088. | cg_nullable
  23089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:188:146: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23090. 188 | - (void)outlineView:(NSOutlineView *)outlineView setObjectValue:(nullable id)object forTableColumn:(nullable NSTableColumn *)tableColumn byItem:(nullable id)item;
  23091. | ^~~~~~~~
  23092. | cg_nullable
  23093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:192:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23094. 192 | - (nullable id)outlineView:(NSOutlineView *)outlineView itemForPersistentObject:(id)object;
  23095. | ^~~~~~~~
  23096. | cg_nullable
  23097. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:196:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23098. 196 | - (nullable id)outlineView:(NSOutlineView *)outlineView persistentObjectForItem:(nullable id)item;
  23099. | ^~~~~~~~
  23100. | cg_nullable
  23101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:196:82: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23102. 196 | - (nullable id)outlineView:(NSOutlineView *)outlineView persistentObjectForItem:(nullable id)item;
  23103. | ^~~~~~~~
  23104. | cg_nullable
  23105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:201:101: error: expected '>' before '*' token
  23106. 201 | - (void)outlineView:(NSOutlineView *)outlineView sortDescriptorsDidChange:(NSArray<NSSortDescriptor *> *)oldDescriptors;
  23107. | ^
  23108. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:201:101: error: cannot find protocol declaration for 'NSSortDescriptor'
  23109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:201:102: error: expected ')' before '>' token
  23110. 201 | - (void)outlineView:(NSOutlineView *)outlineView sortDescriptorsDidChange:(NSArray<NSSortDescriptor *> *)oldDescriptors;
  23111. | ~ ^
  23112. | )
  23113. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:201:102: error: expected identifier before '>' token
  23114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:201:102: error: expected ';' before '>' token
  23115. 201 | - (void)outlineView:(NSOutlineView *)outlineView sortDescriptorsDidChange:(NSArray<NSSortDescriptor *> *)oldDescriptors;
  23116. | ^
  23117. | ;
  23118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:208:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23119. 208 | - (nullable id <NSPasteboardWriting>)outlineView:(NSOutlineView *)outlineView pasteboardWriterForItem:(id)item API_AVAILABLE(macos(10.7));
  23120. | ^~~~~~~~
  23121. | cg_nullable
  23122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:228:114: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23123. 228 | - (NSDragOperation)outlineView:(NSOutlineView *)outlineView validateDrop:(id <NSDraggingInfo>)info proposedItem:(nullable id)item proposedChildIndex:(NSInteger)index;
  23124. | ^~~~~~~~
  23125. | cg_nullable
  23126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:232:93: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23127. 232 | - (BOOL)outlineView:(NSOutlineView *)outlineView acceptDrop:(id <NSDraggingInfo>)info item:(nullable id)item childIndex:(NSInteger)index;
  23128. | ^~~~~~~~
  23129. | cg_nullable
  23130. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:236:21: error: expected '>' before '*' token
  23131. 236 | - (NSArray<NSString *> *)outlineView:(NSOutlineView *)outlineView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedItems:(NSArray *)items API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.0,10.13));
  23132. | ^
  23133. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:236:21: error: cannot find protocol declaration for 'NSString'
  23134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:236:22: error: expected ')' before '>' token
  23135. 236 | - (NSArray<NSString *> *)outlineView:(NSOutlineView *)outlineView namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropDestination forDraggedItems:(NSArray *)items API_DEPRECATED("Use NSFilePromiseReceiver objects instead", macos(10.0,10.13));
  23136. | ~ ^
  23137. | )
  23138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:236:22: error: objective-c++ method declaration is expected before '>' token
  23139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:250:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23140. 250 | - (nullable NSView *)outlineView:(NSOutlineView *)outlineView viewForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.7));
  23141. | ^~~~~~~~
  23142. | cg_nullable
  23143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:250:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23144. 250 | - (nullable NSView *)outlineView:(NSOutlineView *)outlineView viewForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.7));
  23145. | ^~~~~~~~
  23146. | cg_nullable
  23147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:254:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23148. 254 | - (nullable NSTableRowView *)outlineView:(NSOutlineView *)outlineView rowViewForItem:(id)item API_AVAILABLE(macos(10.7));
  23149. | ^~~~~~~~
  23150. | cg_nullable
  23151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:269:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23152. 269 | - (void)outlineView:(NSOutlineView *)outlineView willDisplayCell:(id)cell forTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item;
  23153. | ^~~~~~~~
  23154. | cg_nullable
  23155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:270:73: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23156. 270 | - (BOOL)outlineView:(NSOutlineView *)outlineView shouldEditTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item;
  23157. | ^~~~~~~~
  23158. | cg_nullable
  23159. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:281:75: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23160. 281 | - (BOOL)outlineView:(NSOutlineView *)outlineView shouldSelectTableColumn:(nullable NSTableColumn *)tableColumn;
  23161. | ^~~~~~~~
  23162. | cg_nullable
  23163. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:290:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23164. 290 | - (NSString *)outlineView:(NSOutlineView *)outlineView toolTipForCell:(NSCell *)cell rect:(NSRectPointer)rect tableColumn:(nullable NSTableColumn *)tableColumn item:(id)item mouseLocation:(NSPoint)mouseLocation;
  23165. | ^~~~~~~~
  23166. | cg_nullable
  23167. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:300:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23168. 300 | - (nullable NSTintConfiguration *)outlineView:(NSOutlineView *)outlineView tintConfigurationForItem:(id)item API_AVAILABLE(macos(11.0));
  23169. | ^~~~~~~~
  23170. | cg_nullable
  23171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:306:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23172. 306 | - (nullable NSString *)outlineView:(NSOutlineView *)outlineView typeSelectStringForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.5));
  23173. | ^~~~~~~~
  23174. | cg_nullable
  23175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:306:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23176. 306 | - (nullable NSString *)outlineView:(NSOutlineView *)outlineView typeSelectStringForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.5));
  23177. | ^~~~~~~~
  23178. | cg_nullable
  23179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:311:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23180. 311 | - (nullable id)outlineView:(NSOutlineView *)outlineView nextTypeSelectMatchFromItem:(id)startItem toItem:(id)endItem forString:(NSString *)searchString API_AVAILABLE(macos(10.5));
  23181. | ^~~~~~~~
  23182. | cg_nullable
  23183. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:316:117: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23184. 316 | - (BOOL)outlineView:(NSOutlineView *)outlineView shouldTypeSelectForEvent:(NSEvent *)event withCurrentSearchString:(nullable NSString *)searchString API_AVAILABLE(macos(10.5));
  23185. | ^~~~~~~~
  23186. | cg_nullable
  23187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:321:89: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23188. 321 | - (BOOL)outlineView:(NSOutlineView *)outlineView shouldShowCellExpansionForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.5));
  23189. | ^~~~~~~~
  23190. | cg_nullable
  23191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:326:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23192. 326 | - (BOOL)outlineView:(NSOutlineView *)outlineView shouldTrackCell:(NSCell *)cell forTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.5));
  23193. | ^~~~~~~~
  23194. | cg_nullable
  23195. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:333:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23196. 333 | - (nullable NSCell *)outlineView:(NSOutlineView *)outlineView dataCellForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.5));
  23197. | ^~~~~~~~
  23198. | cg_nullable
  23199. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:333:87: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23200. 333 | - (nullable NSCell *)outlineView:(NSOutlineView *)outlineView dataCellForTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item API_AVAILABLE(macos(10.5));
  23201. | ^~~~~~~~
  23202. | cg_nullable
  23203. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOutlineView.h:353:98: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23204. 353 | - (void)outlineView:(NSOutlineView *)outlineView willDisplayOutlineCell:(id)cell forTableColumn:(nullable NSTableColumn *)tableColumn item:(id)item;
  23205. | ^~~~~~~~
  23206. | cg_nullable
  23207. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:174:
  23208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:20:22: error: 'null_unspecified' does not name a type
  23209. 20 | - (void) insertText:(null_unspecified id)string client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23210. | ^~~~~~~~~~~~~~~~
  23211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:20:57: error: 'null_unspecified' does not name a type
  23212. 20 | - (void) insertText:(null_unspecified id)string client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23213. | ^~~~~~~~~~~~~~~~
  23214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:21:31: error: 'null_unspecified' does not name a type
  23215. 21 | - (void) doCommandBySelector:(null_unspecified SEL)selector client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23216. | ^~~~~~~~~~~~~~~~
  23217. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:21:69: error: 'null_unspecified' does not name a type
  23218. 21 | - (void) doCommandBySelector:(null_unspecified SEL)selector client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23219. | ^~~~~~~~~~~~~~~~
  23220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:22:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23221. 22 | - (void) markedTextAbandoned:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  23222. | ^~~~~~~~
  23223. | cg_nullable
  23224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:23:61: error: 'null_unspecified' does not name a type
  23225. 23 | - (void) markedTextSelectionChanged:(NSRange)newSel client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23226. | ^~~~~~~~~~~~~~~~
  23227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:24:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23228. 24 | - (void) terminate:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  23229. | ^~~~~~~~
  23230. | cg_nullable
  23231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:43:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23232. 43 | - (void) inputClientBecomeActive:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  23233. | ^~~~~~~~
  23234. | cg_nullable
  23235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:44:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23236. 44 | - (void) inputClientResignActive:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  23237. | ^~~~~~~~
  23238. | cg_nullable
  23239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:48:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23240. 48 | - (void) inputClientEnabled:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  23241. | ^~~~~~~~
  23242. | cg_nullable
  23243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:49:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23244. 49 | - (void) inputClientDisabled:(nullable id)sender API_DEPRECATED("", macos(10.0,10.6));
  23245. | ^~~~~~~~
  23246. | cg_nullable
  23247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:53:40: error: 'null_unspecified' does not name a type
  23248. 53 | - (void) activeConversationWillChange:(null_unspecified id)sender fromOldConversation:(NSInteger)oldConversation API_DEPRECATED("", macos(10.0,10.6));
  23249. | ^~~~~~~~~~~~~~~~
  23250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:54:37: error: 'null_unspecified' does not name a type
  23251. 54 | - (void) activeConversationChanged:(null_unspecified id)sender toNewConversation:(NSInteger)newConversation API_DEPRECATED("", macos(10.0,10.6));
  23252. | ^~~~~~~~~~~~~~~~
  23253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:61:121: error: 'null_unspecified' does not name a type
  23254. 61 | - (BOOL) mouseDownOnCharacterIndex:(NSUInteger)index atCoordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23255. | ^~~~~~~~~~~~~~~~
  23256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:62:124: error: 'null_unspecified' does not name a type
  23257. 62 | - (BOOL) mouseDraggedOnCharacterIndex:(NSUInteger)index atCoordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23258. | ^~~~~~~~~~~~~~~~
  23259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:63:119: error: 'null_unspecified' does not name a type
  23260. 63 | - (void) mouseUpOnCharacterIndex:(NSUInteger)index atCoordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(null_unspecified id)sender API_DEPRECATED("", macos(10.0,10.6));
  23261. | ^~~~~~~~~~~~~~~~
  23262. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:69:36: error: 'null_unspecified' does not name a type
  23263. 69 | - (instancetype) initWithDelegate:(null_unspecified id)delegate name:(null_unspecified NSString *)name API_DEPRECATED("", macos(10.0,10.6));
  23264. | ^~~~~~~~~~~~~~~~
  23265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSInputServer.h:69:71: error: 'null_unspecified' does not name a type
  23266. 69 | - (instancetype) initWithDelegate:(null_unspecified id)delegate name:(null_unspecified NSString *)name API_DEPRECATED("", macos(10.0,10.6));
  23267. | ^~~~~~~~~~~~~~~~
  23268. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:175:
  23269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:31:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23270. 31 | - (NSSize)sizeWithAttributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  23271. | ^~~~~~~~
  23272. | cg_nullable
  23273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:32:52: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23274. 32 | - (void)drawAtPoint:(NSPoint)point withAttributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  23275. | ^~~~~~~~
  23276. | cg_nullable
  23277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:33:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23278. 33 | - (void)drawInRect:(NSRect)rect withAttributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attrs API_AVAILABLE(macos(10.0), ios(7.0), watchos(2.0), tvos(9.0));
  23279. | ^~~~~~~~
  23280. | cg_nullable
  23281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:56:87: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23282. 56 | - (void)drawWithRect:(NSRect)rect options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attributes context:(nullable NSStringDrawingContext *)context API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  23283. | ^~~~~~~~
  23284. | cg_nullable
  23285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:56:158: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23286. 56 | - (void)drawWithRect:(NSRect)rect options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attributes context:(nullable NSStringDrawingContext *)context API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  23287. | ^~~~~~~~
  23288. | cg_nullable
  23289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:57:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23290. 57 | - (NSRect)boundingRectWithSize:(NSSize)size options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attributes context:(nullable NSStringDrawingContext *)context API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  23291. | ^~~~~~~~
  23292. | cg_nullable
  23293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:57:168: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23294. 57 | - (NSRect)boundingRectWithSize:(NSSize)size options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attributes context:(nullable NSStringDrawingContext *)context API_AVAILABLE(macos(10.11), ios(7.0), watchos(2.0), tvos(9.0));
  23295. | ^~~~~~~~
  23296. | cg_nullable
  23297. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:61:84: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23298. 61 | - (void)drawWithRect:(NSRect)rect options:(NSStringDrawingOptions)options context:(nullable NSStringDrawingContext *)context API_AVAILABLE(macos(10.11), ios(6.0), watchos(2.0), tvos(9.0));
  23299. | ^~~~~~~~
  23300. | cg_nullable
  23301. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:62:94: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23302. 62 | - (NSRect)boundingRectWithSize:(NSSize)size options:(NSStringDrawingOptions)options context:(nullable NSStringDrawingContext *)context API_AVAILABLE(macos(10.11), ios(6.0), watchos(2.0), tvos(9.0));
  23303. | ^~~~~~~~
  23304. | cg_nullable
  23305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:68:87: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23306. 68 | - (void)drawWithRect:(NSRect)rect options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attributes; // Use -drawWithRect:options:attributes:context: instead
  23307. | ^~~~~~~~
  23308. | cg_nullable
  23309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStringDrawing.h:70:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23310. 70 | - (NSRect)boundingRectWithSize:(NSSize)size options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKey, id> *)attributes; // Use -boundingRectWithSize:options:attributes:context: instead
  23311. | ^~~~~~~~
  23312. | cg_nullable
  23313. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:176:
  23314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerMarker.h:31:22: error: unknown property attribute 'weak'
  23315. 31 | @property (readonly, weak) NSRulerView *ruler;
  23316. | ^~~~
  23317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerMarker.h:40:12: error: unknown property attribute 'strong'
  23318. 40 | @property (strong) NSImage *image;
  23319. | ^~~~~~
  23320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerMarker.h:40:29: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23321. 40 | @property (strong) NSImage *image;
  23322. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  23323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerMarker.h:57:22: error: unknown property attribute 'strong'
  23324. 57 | @property (nullable, strong) id<NSCopying> representedObject;
  23325. | ^~~~~~
  23326. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerMarker.h:57:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23327. 57 | @property (nullable, strong) id<NSCopying> representedObject;
  23328. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  23329. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:177:
  23330. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:32:183: error: expected '>' before '*' token
  23331. 32 | + (void)registerUnitWithName:(NSRulerViewUnitName)unitName abbreviation:(NSString *)abbreviation unitToPointsConversionFactor:(CGFloat)conversionFactor stepUpCycle:(NSArray<NSNumber *> *)stepUpCycle stepDownCycle:(NSArray<NSNumber *> *)stepDownCycle;
  23332. | ^
  23333. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:32:183: error: cannot find protocol declaration for 'NSNumber'
  23334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:32:184: error: expected ')' before '>' token
  23335. 32 | + (void)registerUnitWithName:(NSRulerViewUnitName)unitName abbreviation:(NSString *)abbreviation unitToPointsConversionFactor:(CGFloat)conversionFactor stepUpCycle:(NSArray<NSNumber *> *)stepUpCycle stepDownCycle:(NSArray<NSNumber *> *)stepDownCycle;
  23336. | ~ ^
  23337. | )
  23338. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:32:184: error: expected identifier before '>' token
  23339. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:32:184: error: expected ';' before '>' token
  23340. 32 | + (void)registerUnitWithName:(NSRulerViewUnitName)unitName abbreviation:(NSString *)abbreviation unitToPointsConversionFactor:(CGFloat)conversionFactor stepUpCycle:(NSArray<NSNumber *> *)stepUpCycle stepDownCycle:(NSArray<NSNumber *> *)stepDownCycle;
  23341. | ^
  23342. | ;
  23343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:38:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23344. 38 | - (instancetype)initWithScrollView:(nullable NSScrollView *)scrollView orientation:(NSRulerOrientation)orientation NS_DESIGNATED_INITIALIZER;
  23345. | ^~~~~~~~
  23346. | cg_nullable
  23347. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:43:22: error: unknown property attribute 'weak'
  23348. 43 | @property (nullable, weak) NSScrollView *scrollView;
  23349. | ^~~~
  23350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:43:42: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23351. 43 | @property (nullable, weak) NSScrollView *scrollView;
  23352. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  23353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:76:22: error: unknown property attribute 'weak'
  23354. 76 | @property (nullable, weak) NSView *clientView;
  23355. | ^~~~
  23356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:76:36: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23357. 76 | @property (nullable, weak) NSView *clientView;
  23358. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  23359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:80:50: error: expected '>' before '*' token
  23360. 80 | @property (nullable, copy) NSArray<NSRulerMarker *> *markers;
  23361. | ^
  23362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:80:50: error: cannot find protocol declaration for 'NSRulerMarker'
  23363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:80:51: error: expected unqualified-id before '>' token
  23364. 80 | @property (nullable, copy) NSArray<NSRulerMarker *> *markers;
  23365. | ^
  23366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:86:22: error: unknown property attribute 'strong'
  23367. 86 | @property (nullable, strong) NSView *accessoryView;
  23368. | ^~~~~~
  23369. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRulerView.h:86:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23370. 86 | @property (nullable, strong) NSView *accessoryView;
  23371. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  23372. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:181:
  23373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSProgressIndicator.h:51:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23374. 51 | - (void)startAnimation:(nullable id)sender;
  23375. | ^~~~~~~~
  23376. | cg_nullable
  23377. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSProgressIndicator.h:52:24: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23378. 52 | - (void)stopAnimation:(nullable id)sender;
  23379. | ^~~~~~~~
  23380. | cg_nullable
  23381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSProgressIndicator.h:83:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23382. 83 | - (void)animate:(nullable id)sender API_DEPRECATED("Use -startAnimation and -stopAnimation instead.", macos(10.0,10.6));
  23383. | ^~~~~~~~
  23384. | cg_nullable
  23385. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:182:
  23386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:52:28 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23387. 52 | - (void)selectTabViewItem:(nullable NSTabViewItem *)tabViewItem;
  23388. | ^~~~~~~~
  23389. | cg_nullable
  23390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:55:44 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23391. 55 | - (void)takeSelectedTabViewItemFromSender:(nullable id)sender; // May raise an NSRangeException
  23392. | ^~~~~~~~
  23393. | cg_nullable
  23394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:59:33 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23395. 59 | - (void)selectFirstTabViewItem:(nullable id)sender;
  23396. | ^~~~~~~~
  23397. | cg_nullable
  23398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:60:32 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23399. 60 | - (void)selectLastTabViewItem:(nullable id)sender;
  23400. | ^~~~~~~~
  23401. | cg_nullable
  23402. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:61:32 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23403. 61 | - (void)selectNextTabViewItem:(nullable id)sender;
  23404. | ^~~~~~~~
  23405. | cg_nullable
  23406. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:62:36 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23407. 62 | - (void)selectPreviousTabViewItem:(nullable id)sender;
  23408. | ^~~~~~~~
  23409. | cg_nullable
  23410. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:66:32 error: unknown property attribute 'strong'
  23411. 66 | @property (nullable, readonly, strong) NSTabViewItem *selectedTabViewItem; // return nil if none are selected
  23412. | ^~~~~~
  23413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:67:12 error: unknown property attribute 'strong'
  23414. 67 | @property (strong) NSFont *font; // returns font used for all tab labels.
  23415. | ^~~~~~
  23416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:67:28 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23417. 67 | @property (strong) NSFont *font; // returns font used for all tab labels.
  23418. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:71:35 error: expected '>' before 'NSTabViewItem'
  23420. 71 | @property (copy) NSArray<__kindof NSTabViewItem *> *tabViewItems;
  23421. | ^~~~~~~~~~~~~
  23422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:71:35 error: cannot find protocol declaration for '__kindof'
  23423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:71:35 error: 'copy' attribute is only valid for Objective-C objects
  23424. 71 | @property (copy) NSArray<__kindof NSTabViewItem *> *tabViewItems;
  23425. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  23426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:71:48 error: expected ';' before '*' token
  23427. 71 | @property (copy) NSArray<__kindof NSTabViewItem *> *tabViewItems;
  23428. | ^~
  23429. | ;
  23430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:85:22 error: unknown property attribute 'weak'
  23431. 85 | @property (nullable, weak) id<NSTabViewDelegate> delegate;
  23432. | ^~~~
  23433. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:85:50 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23434. 85 | @property (nullable, weak) id<NSTabViewDelegate> delegate;
  23435. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  23436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:89:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23437. 89 | - (nullable NSTabViewItem *)tabViewItemAtPoint:(NSPoint)point; // point in local coordinates. returns nil if none.
  23438. | ^~~~~~~~
  23439. | cg_nullable
  23440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:104:1 error: cannot use an object as parameter to a method
  23441. 104 | @end
  23442. | ^~~~
  23443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:104:1 error: cannot use an object as parameter to a method
  23444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:112:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23445. 112 | - (BOOL)tabView:(NSTabView *)tabView shouldSelectTabViewItem:(nullable NSTabViewItem *)tabViewItem;
  23446. | ^~~~~~~~
  23447. | cg_nullable
  23448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:113:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23449. 113 | - (void)tabView:(NSTabView *)tabView willSelectTabViewItem:(nullable NSTabViewItem *)tabViewItem;
  23450. | ^~~~~~~~
  23451. | cg_nullable
  23452. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabView.h:114:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23453. 114 | - (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(nullable NSTabViewItem *)tabViewItem;
  23454. | ^~~~~~~~
  23455. | cg_nullable
  23456. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:183:
  23457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:45:12: error: unknown property attribute 'strong'
  23458. 45 | @property (strong) NSTabView *tabView;
  23459. | ^~~~~~
  23460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:45:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23461. 45 | @property (strong) NSTabView *tabView;
  23462. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  23463. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:54:35: error: expected '>' before 'NSTabViewItem'
  23464. 54 | @property (copy) NSArray<__kindof NSTabViewItem *> *tabViewItems;
  23465. | ^~~~~~~~~~~~~
  23466. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:54:35: error: cannot find protocol declaration for '__kindof'
  23467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:54:35: error: 'copy' attribute is only valid for Objective-C objects
  23468. 54 | @property (copy) NSArray<__kindof NSTabViewItem *> *tabViewItems;
  23469. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  23470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:54:48: error: expected ';' before '*' token
  23471. 54 | @property (copy) NSArray<__kindof NSTabViewItem *> *tabViewItems;
  23472. | ^~
  23473. | ;
  23474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:83:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23475. 83 | - (nullable NSTabViewItem *)tabViewItemForViewController:(NSViewController *)viewController;
  23476. | ^~~~~~~~
  23477. | cg_nullable
  23478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:90:61: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23479. 90 | - (void)tabView:(NSTabView *)tabView willSelectTabViewItem:(nullable NSTabViewItem *)tabViewItem NS_REQUIRES_SUPER;
  23480. | ^~~~~~~~
  23481. | cg_nullable
  23482. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:91:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23483. 91 | - (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(nullable NSTabViewItem *)tabViewItem NS_REQUIRES_SUPER;
  23484. | ^~~~~~~~
  23485. | cg_nullable
  23486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:92:63: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23487. 92 | - (BOOL)tabView:(NSTabView *)tabView shouldSelectTabViewItem:(nullable NSTabViewItem *)tabViewItem NS_REQUIRES_SUPER;
  23488. | ^~~~~~~~
  23489. | cg_nullable
  23490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:96:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23491. 96 | - (nullable NSToolbarItem *)toolbar:(NSToolbar *)toolbar itemForItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier willBeInsertedIntoToolbar:(BOOL)flag NS_REQUIRES_SUPER;
  23492. | ^~~~~~~~
  23493. | cg_nullable
  23494. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:99:35: error: cannot find protocol declaration for 'NSToolbarItemIdentifier'
  23495. 99 | - (NSArray<NSToolbarItemIdentifier> *)toolbarDefaultItemIdentifiers:(NSToolbar *)toolbar NS_REQUIRES_SUPER;
  23496. | ^
  23497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:100:35: error: cannot find protocol declaration for 'NSToolbarItemIdentifier'
  23498. 100 | - (NSArray<NSToolbarItemIdentifier> *)toolbarAllowedItemIdentifiers:(NSToolbar *)toolbar NS_REQUIRES_SUPER;
  23499. | ^
  23500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:103:35: error: cannot find protocol declaration for 'NSToolbarItemIdentifier'
  23501. 103 | - (NSArray<NSToolbarItemIdentifier> *)toolbarSelectableItemIdentifiers:(NSToolbar *)toolbar NS_REQUIRES_SUPER;
  23502. | ^
  23503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:105:1: error: cannot use an object as parameter to a method
  23504. 105 | @end
  23505. | ^~~~
  23506. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewController.h:105:1: error: cannot use an object as parameter to a method
  23507. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:184:
  23508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:34:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23509. 34 | - (instancetype)initWithIdentifier:(nullable id)identifier; // identifier is retained
  23510. | ^~~~~~~~
  23511. | cg_nullable
  23512. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:36:12: error: unknown property attribute 'strong'
  23513. 36 | @property (strong, nullable) id identifier;
  23514. | ^~~~~~
  23515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:36:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23516. 36 | @property (strong, nullable) id identifier;
  23517. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  23518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:40:22: error: unknown property attribute 'strong'
  23519. 40 | @property (nullable, strong) NSImage *image API_AVAILABLE(macos(10.10));
  23520. | ^~~~~~
  23521. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:40:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23522. 40 | @property (nullable, strong) NSImage *image API_AVAILABLE(macos(10.10));
  23523. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  23524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:41:22: error: unknown property attribute 'strong'
  23525. 41 | @property (nullable, strong) NSView *view;
  23526. | ^~~~~~
  23527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:41:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23528. 41 | @property (nullable, strong) NSView *view;
  23529. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:48:22: error: unknown property attribute 'strong'
  23531. 48 | @property (nullable, strong) NSViewController *viewController API_AVAILABLE(macos(10.10));
  23532. | ^~~~~~
  23533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:48:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23534. 48 | @property (nullable, strong) NSViewController *viewController API_AVAILABLE(macos(10.10));
  23535. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  23536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:53:22: error: unknown property attribute 'weak'
  23537. 53 | @property (nullable, weak) NSView *initialFirstResponder;
  23538. | ^~~~
  23539. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTabViewItem.h:53:36: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23540. 53 | @property (nullable, weak) NSView *initialFirstResponder;
  23541. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  23542. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:186:
  23543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:31:22: error: unknown property attribute 'strong'
  23544. 31 | @property (nullable, strong) NSMenu *menu;
  23545. | ^~~~~~
  23546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:31:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23547. 31 | @property (nullable, strong) NSMenu *menu;
  23548. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:50:46: error: expected '>' before '*' token
  23550. 50 | - (void)addItemsWithTitles:(NSArray<NSString *> *)itemTitles;
  23551. | ^
  23552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:50:46: error: cannot find protocol declaration for 'NSString'
  23553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:50:47: error: expected ')' before '>' token
  23554. 50 | - (void)addItemsWithTitles:(NSArray<NSString *> *)itemTitles;
  23555. | ~ ^
  23556. | )
  23557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:50:47: error: expected identifier before '>' token
  23558. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:50:47: error: expected ';' before '>' token
  23559. 50 | - (void)addItemsWithTitles:(NSArray<NSString *> *)itemTitles;
  23560. | ^
  23561. | ;
  23562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:59:47: error: expected '>' before '*' token
  23563. 59 | @property (readonly, copy) NSArray<NSMenuItem *> *itemArray;
  23564. | ^
  23565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:59:48: error: expected unqualified-id before '>' token
  23566. 59 | @property (readonly, copy) NSArray<NSMenuItem *> *itemArray;
  23567. | ^
  23568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:65:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23569. 65 | - (NSInteger)indexOfItemWithRepresentedObject:(nullable id)obj;
  23570. | ^~~~~~~~
  23571. | cg_nullable
  23572. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:66:37: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23573. 66 | - (NSInteger)indexOfItemWithTarget:(nullable id)target andAction:(nullable SEL)actionSelector;
  23574. | ^~~~~~~~
  23575. | cg_nullable
  23576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:66:67: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23577. 66 | - (NSInteger)indexOfItemWithTarget:(nullable id)target andAction:(nullable SEL)actionSelector;
  23578. | ^~~~~~~~
  23579. | cg_nullable
  23580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:68:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23581. 68 | - (nullable NSMenuItem *)itemAtIndex:(NSInteger)index;
  23582. | ^~~~~~~~
  23583. | cg_nullable
  23584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23585. 69 | - (nullable NSMenuItem *)itemWithTitle:(NSString *)title;
  23586. | ^~~~~~~~
  23587. | cg_nullable
  23588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:70:32: error: unknown property attribute 'strong'
  23589. 70 | @property (nullable, readonly, strong) NSMenuItem *lastItem;
  23590. | ^~~~~~
  23591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:74:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23592. 74 | - (void)selectItem:(nullable NSMenuItem *)item;
  23593. | ^~~~~~~~
  23594. | cg_nullable
  23595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:78:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23596. 78 | - (void)setTitle:(nullable NSString *)string;
  23597. | ^~~~~~~~
  23598. | cg_nullable
  23599. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:80:32: error: unknown property attribute 'strong'
  23600. 80 | @property (nullable, readonly, strong) NSMenuItem *selectedItem;
  23601. | ^~~~~~
  23602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:87:45: error: expected '>' before '*' token
  23603. 87 | @property (readonly, copy) NSArray<NSString *> *itemTitles;
  23604. | ^
  23605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:87:45: error: cannot find protocol declaration for 'NSString'
  23606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPopUpButtonCell.h:87:46: error: expected unqualified-id before '>' token
  23607. 87 | @property (readonly, copy) NSArray<NSString *> *itemTitles;
  23608. | ^
  23609. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:188:
  23610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:96:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23611. 96 | - (void)getLineDash:(nullable CGFloat *)pattern count:(nullable NSInteger *)count phase:(nullable CGFloat *)phase;
  23612. | ^~~~~~~~
  23613. | cg_nullable
  23614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:96:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23615. 96 | - (void)getLineDash:(nullable CGFloat *)pattern count:(nullable NSInteger *)count phase:(nullable CGFloat *)phase;
  23616. | ^~~~~~~~
  23617. | cg_nullable
  23618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:96:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23619. 96 | - (void)getLineDash:(nullable CGFloat *)pattern count:(nullable NSInteger *)count phase:(nullable CGFloat *)phase;
  23620. | ^~~~~~~~
  23621. | cg_nullable
  23622. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:97:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23623. 97 | - (void)setLineDash:(nullable const CGFloat *)pattern count:(NSInteger)count phase:(CGFloat)phase;
  23624. | ^~~~~~~~
  23625. | cg_nullable
  23626. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:131:40: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23627. 131 | associatedPoints:(nullable NSPointArray)points;
  23628. | ^~~~~~~~
  23629. | cg_nullable
  23630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSBezierPath.h:134:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23631. 134 | - (void)setAssociatedPoints:(nullable NSPointArray)points atIndex:(NSInteger)index;
  23632. | ^~~~~~~~
  23633. | cg_nullable
  23634. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:189:
  23635. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPICTImageRep.h:16:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23636. 16 | + (nullable instancetype)imageRepWithData:(NSData *)pictData;
  23637. | ^~~~~~~~
  23638. | cg_nullable
  23639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPICTImageRep.h:17:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23640. 17 | - (nullable instancetype)initWithData:(NSData *)pictData;
  23641. | ^~~~~~~~
  23642. | cg_nullable
  23643. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:190:
  23644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusBar.h:25:29: error: unknown property attribute 'strong'
  23645. 25 | @property (class, readonly, strong) NSStatusBar *systemStatusBar;
  23646. | ^~~~~~
  23647. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:192:
  23648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:39:22: error: unknown property attribute 'weak'
  23649. 39 | @property (readonly, weak) NSStatusBar *statusBar;
  23650. | ^~~~
  23651. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:47:22: error: unknown property attribute 'strong'
  23652. 47 | @property (nullable, strong) NSMenu *menu;
  23653. | ^~~~~~
  23654. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:47:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23655. 47 | @property (nullable, strong) NSMenu *menu;
  23656. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:51:32: error: unknown property attribute 'strong'
  23658. 51 | @property (nullable, readonly, strong) NSStatusBarButton *button API_AVAILABLE(macos(10.10));
  23659. | ^~~~~~
  23660. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:72:22: error: unknown property attribute 'weak'
  23661. 72 | @property (nullable, weak) id target API_DEPRECATED("Use the receiver's button.target instead", macos(10.0,10.14));
  23662. | ^~~~
  23663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:72:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23664. 72 | @property (nullable, weak) id target API_DEPRECATED("Use the receiver's button.target instead", macos(10.0,10.14));
  23665. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  23666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:75:22: error: unknown property attribute 'strong'
  23667. 75 | @property (nullable, strong) NSImage *image API_DEPRECATED("Use the receiver's button.image instead", macos(10.0,10.14));
  23668. | ^~~~~~
  23669. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:75:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23670. 75 | @property (nullable, strong) NSImage *image API_DEPRECATED("Use the receiver's button.image instead", macos(10.0,10.14));
  23671. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  23672. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:76:22: error: unknown property attribute 'strong'
  23673. 76 | @property (nullable, strong) NSImage *alternateImage API_DEPRECATED("Use the receiver's button.alternateImage instead", macos(10.0,10.14));
  23674. | ^~~~~~
  23675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:76:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23676. 76 | @property (nullable, strong) NSImage *alternateImage API_DEPRECATED("Use the receiver's button.alternateImage instead", macos(10.0,10.14));
  23677. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  23678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:87:22: error: unknown property attribute 'strong'
  23679. 87 | @property (nullable, strong) NSView *view API_DEPRECATED("Use the standard button property instead", macos(10.0,10.14));
  23680. | ^~~~~~
  23681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:87:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23682. 87 | @property (nullable, strong) NSView *view API_DEPRECATED("Use the standard button property instead", macos(10.0,10.14));
  23683. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23684. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:193:
  23685. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23686. 29 | + (nullable NSSound *)soundNamed:(NSSoundName)name;
  23687. | ^~~~~~~~
  23688. | cg_nullable
  23689. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:33:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23690. 33 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url byReference:(BOOL)byRef;
  23691. | ^~~~~~~~
  23692. | cg_nullable
  23693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23694. 36 | - (nullable instancetype)initWithContentsOfFile:(NSString *)path byReference:(BOOL)byRef;
  23695. | ^~~~~~~~
  23696. | cg_nullable
  23697. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23698. 40 | - (nullable instancetype)initWithData:(NSData *)data;
  23699. | ^~~~~~~~
  23700. | cg_nullable
  23701. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:42:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23702. 42 | - (BOOL)setName:(nullable NSSoundName)string;
  23703. | ^~~~~~~~
  23704. | cg_nullable
  23705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:47:52: error: expected '>' before '*' token
  23706. 47 | @property (class, readonly, copy) NSArray<NSString *> *soundUnfilteredTypes API_AVAILABLE(macos(10.5));
  23707. | ^
  23708. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:47:52: error: cannot find protocol declaration for 'NSString'
  23709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:47:53: error: expected unqualified-id before '>' token
  23710. 47 | @property (class, readonly, copy) NSArray<NSString *> *soundUnfilteredTypes API_AVAILABLE(macos(10.5));
  23711. | ^
  23712. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:48:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23713. 48 | - (nullable instancetype)initWithPasteboard:(NSPasteboard *)pasteboard;
  23714. | ^~~~~~~~
  23715. | cg_nullable
  23716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:58:22: error: unknown property attribute 'weak'
  23717. 58 | @property (nullable, weak) id<NSSoundDelegate> delegate;
  23718. | ^~~~
  23719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:58:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23720. 58 | @property (nullable, weak) id<NSSoundDelegate> delegate;
  23721. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  23722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:86:28: error: 'null_unspecified' does not name a type
  23723. 86 | - (void)setChannelMapping:(null_unspecified NSArray *)channelMapping API_DEPRECATED("", macos(10.5,10.9));
  23724. | ^~~~~~~~~~~~~~~~
  23725. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:90:4: error: 'null_unspecified' does not name a type
  23726. 90 | - (null_unspecified NSArray *)channelMapping API_DEPRECATED("", macos(10.5,10.9));
  23727. | ^~~~~~~~~~~~~~~~
  23728. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:99:4: error: 'null_unspecified' does not name a type
  23729. 99 | + (null_unspecified NSArray *)soundUnfilteredFileTypes API_DEPRECATED("", macos(10.0,10.5));
  23730. | ^~~~~~~~~~~~~~~~
  23731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:100:4: error: 'null_unspecified' does not name a type
  23732. 100 | + (null_unspecified NSArray *)soundUnfilteredPasteboardTypes API_DEPRECATED("", macos(10.0,10.5));
  23733. | ^~~~~~~~~~~~~~~~
  23734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSound.h:115:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23735. 115 | - (nullable NSString *)pathForSoundResource:(NSSoundName)name;
  23736. | ^~~~~~~~
  23737. | cg_nullable
  23738. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:194:
  23739. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMovie.h:18:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23740. 18 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  23741. | ^~~~~~~~
  23742. | cg_nullable
  23743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMovie.h:20:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23744. 20 | - (nullable instancetype)init NS_DESIGNATED_INITIALIZER API_DEPRECATED("As of macOS 10.15 this method always returns nil.", macos(10.0,10.5));
  23745. | ^~~~~~~~
  23746. | cg_nullable
  23747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMovie.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23748. 21 | - (nullable instancetype)initWithMovie:(QTMovie *)movie NS_DESIGNATED_INITIALIZER API_DEPRECATED("As of macOS 10.15 this method always returns nil.", macos(10.0,10.5));
  23749. | ^~~~~~~~
  23750. | cg_nullable
  23751. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMovie.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23752. 22 | - (nullable QTMovie *)QTMovie API_DEPRECATED("As of macOS 10.15 this method always returns nil.", macos(10.0,10.5));
  23753. | ^~~~~~~~
  23754. | cg_nullable
  23755. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:195:
  23756. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFImageRep.h:16:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23757. 16 | + (nullable instancetype)imageRepWithData:(NSData *)pdfData;
  23758. | ^~~~~~~~
  23759. | cg_nullable
  23760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFImageRep.h:17:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23761. 17 | - (nullable instancetype)initWithData:(NSData *)pdfData;
  23762. | ^~~~~~~~
  23763. | cg_nullable
  23764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPDFImageRep.h:19:22: error: unknown property attribute 'strong'
  23765. 19 | @property (readonly, strong) NSData *PDFRepresentation;
  23766. | ^~~~~~
  23767. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:196:
  23768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:39:22:error: unknown property attribute 'strong'
  23769. 39 | @property (nullable, strong) NSView *contentView;
  23770. | ^~~~~~
  23771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:39:38:note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23772. 39 | @property (nullable, strong) NSView *contentView;
  23773. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  23774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:47:15:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23775. 47 | - (void)open:(nullable id)sender;
  23776. | ^~~~~~~~
  23777. | cg_nullable
  23778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:48:16:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23779. 48 | - (void)close:(nullable id)sender;
  23780. | ^~~~~~~~
  23781. | cg_nullable
  23782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:49:17:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23783. 49 | - (void)toggle:(nullable id)sender;
  23784. | ^~~~~~~~
  23785. | cg_nullable
  23786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:65:55:error: expected '>' before '*' token
  23787. 65 | @property (nullable, readonly, copy) NSArray<NSDrawer *> *drawers API_DEPRECATED("Drawers are deprecated; consider using NSSplitViewController", macos(10.0,10.13));
  23788. | ^
  23789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:65:55:error: cannot find protocol declaration for 'NSDrawer'
  23790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDrawer.h:65:56:error: expected unqualified-id before '>' token
  23791. 65 | @property (nullable, readonly, copy) NSArray<NSDrawer *> *drawers API_DEPRECATED("Drawers are deprecated; consider using NSSplitViewController", macos(10.0,10.13));
  23792. | ^
  23793. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:197:
  23794. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:117:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23795. 117 | - (nullable NSOpenGLPixelFormat *)initWithCGLPixelFormatObj:(CGLPixelFormatObj)format API_AVAILABLE(macos(10.6)) NS_DESIGNATED_INITIALIZER;
  23796. | ^~~~~~~~
  23797. | cg_nullable
  23798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:118:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23799. 118 | - (nullable instancetype)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs;
  23800. | ^~~~~~~~
  23801. | cg_nullable
  23802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:119:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23803. 119 | - (nullable id)initWithData:(null_unspecified NSData*)attribs API_DEPRECATED("Use -initWithAttributes: instead", macos(10.0,10.6));
  23804. | ^~~~~~~~
  23805. | cg_nullable
  23806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:119:30 error: 'null_unspecified' does not name a type
  23807. 119 | - (nullable id)initWithData:(null_unspecified NSData*)attribs API_DEPRECATED("Use -initWithAttributes: instead", macos(10.0,10.6));
  23808. | ^~~~~~~~~~~~~~~~
  23809. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:121:4:error: 'null_unspecified' does not name a type
  23810. 121 | - (null_unspecified NSData*)attributes API_DEPRECATED("", macos(10.0,10.6));
  23811. | ^~~~~~~~~~~~~~~~
  23812. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:122:24 error: 'null_unspecified' does not name a type
  23813. 122 | - (void)setAttributes:(null_unspecified NSData*)attribs API_DEPRECATED("", macos(10.0,10.6));
  23814. | ^~~~~~~~~~~~~~~~
  23815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:148:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23816. 148 | - (nullable instancetype)initWithTextureTarget:(GLenum)target textureInternalFormat:(GLenum)format textureMaxMipMapLevel:(GLint)maxLevel pixelsWide:(GLsizei)pixelsWide pixelsHigh:(GLsizei)pixelsHigh API_DEPRECATED("", macos(10.2,10.7)); /* Use IOSurface instead of NSOpenGLPixelBuffer on Mac OS 10.7 and newer. */
  23817. | ^~~~~~~~
  23818. | cg_nullable
  23819. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:149:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23820. 149 | - (nullable NSOpenGLPixelBuffer *)initWithCGLPBufferObj:(CGLPBufferObj)pbuffer API_DEPRECATED("", macos(10.6,10.7)); /* Use IOSurface instead of NSOpenGLPixelBuffer on Mac OS 10.7 and newer. */
  23821. | ^~~~~~~~
  23822. | cg_nullable
  23823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:187:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23824. 187 | - (nullable instancetype)initWithFormat:(NSOpenGLPixelFormat *)format shareContext:(nullable NSOpenGLContext *)share;
  23825. | ^~~~~~~~
  23826. | cg_nullable
  23827. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:187:85 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23828. 187 | - (nullable instancetype)initWithFormat:(NSOpenGLPixelFormat *)format shareContext:(nullable NSOpenGLContext *)share;
  23829. | ^~~~~~~~
  23830. | cg_nullable
  23831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:188:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23832. 188 | - (nullable NSOpenGLContext *)initWithCGLContextObj:(CGLContextObj)context API_AVAILABLE(macos(10.6));
  23833. | ^~~~~~~~
  23834. | cg_nullable
  23835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:190:22 error: unknown property attribute 'strong'
  23836. 190 | @property (readonly, strong) NSOpenGLPixelFormat *pixelFormat API_AVAILABLE(macos(10.10));
  23837. | ^~~~~~
  23838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:22 error: unknown property attribute 'weak'
  23839. 193 | @property (nullable, weak) NSView *view API_DEPRECATED("", macos(10.0,10.14));
  23840. | ^~~~
  23841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36 note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23842. 193 | @property (nullable, weak) NSView *view API_DEPRECATED("", macos(10.0,10.14));
  23843. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:194:18 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23845. 194 | - (void)setView:(nullable NSView *)view API_DEPRECATED("Use NSOpenGLView to provide OpenGL content in a Cocoa app.", macos(10.0,10.14));
  23846. | ^~~~~~~~
  23847. | cg_nullable
  23848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:210:39 error: unknown property attribute 'strong'
  23849. 210 | @property (class, readonly, nullable, strong) NSOpenGLContext *currentContext;
  23850. | ^~~~~~
  23851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:243:4:error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23852. 243 | - (nullable NSOpenGLPixelBuffer *)pixelBuffer API_DEPRECATED("", macos(10.3,10.7)); /* Use IOSurface instead of NSOpenGLPixelBuffer on Mac OS 10.7 and newer. */
  23853. | ^~~~~~~~
  23854. | cg_nullable
  23855. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAOpenGLLayer.h:6,
  23856. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:11,
  23857. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:198:
  23858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:101:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23859. 101 | - (nullable instancetype)presentationLayer;
  23860. | ^~~~~~~~
  23861. | cg_nullable
  23862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:135:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23863. 135 | + (nullable id)defaultValueForKey:(NSString *)key;
  23864. | ^~~~~~~~
  23865. | cg_nullable
  23866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:246:44: error: expected '>' before 'CALayer'
  23867. 246 | @property(nullable, copy) NSArray<__kindof CALayer *> *sublayers;
  23868. | ^~~~~~~
  23869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:246:44: error: cannot find protocol declaration for '__kindof'
  23870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:246:44: error: 'copy' attribute is only valid for Objective-C objects
  23871. 246 | @property(nullable, copy) NSArray<__kindof CALayer *> *sublayers;
  23872. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  23873. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:246:44: error: nullability specifier 'nullable' cannot be applied to non-pointer type 'NSArray'
  23874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:246:51: error: expected ';' before '*' token
  23875. 246 | @property(nullable, copy) NSArray<__kindof CALayer *> *sublayers;
  23876. | ^~
  23877. | ;
  23878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:263:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23879. 263 | - (void)insertSublayer:(CALayer *)layer below:(nullable CALayer *)sibling;
  23880. | ^~~~~~~~
  23881. | cg_nullable
  23882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:264:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23883. 264 | - (void)insertSublayer:(CALayer *)layer above:(nullable CALayer *)sibling;
  23884. | ^~~~~~~~
  23885. | cg_nullable
  23886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:288:21: error: unknown property attribute 'strong'
  23887. 288 | @property(nullable, strong) __kindof CALayer *mask;
  23888. | ^~~~~~
  23889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:288:29: error: '__kindof' has not been declared
  23890. 288 | @property(nullable, strong) __kindof CALayer *mask;
  23891. | ^~~~~~~~
  23892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:300:47: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23893. 300 | - (CGPoint)convertPoint:(CGPoint)p fromLayer:(nullable CALayer *)l;
  23894. | ^~~~~~~~
  23895. | cg_nullable
  23896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:301:45: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23897. 301 | - (CGPoint)convertPoint:(CGPoint)p toLayer:(nullable CALayer *)l;
  23898. | ^~~~~~~~
  23899. | cg_nullable
  23900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:302:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23901. 302 | - (CGRect)convertRect:(CGRect)r fromLayer:(nullable CALayer *)l;
  23902. | ^~~~~~~~
  23903. | cg_nullable
  23904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:303:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23905. 303 | - (CGRect)convertRect:(CGRect)r toLayer:(nullable CALayer *)l;
  23906. | ^~~~~~~~
  23907. | cg_nullable
  23908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:305:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23909. 305 | - (CFTimeInterval)convertTime:(CFTimeInterval)t fromLayer:(nullable CALayer *)l;
  23910. | ^~~~~~~~
  23911. | cg_nullable
  23912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:306:58: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23913. 306 | - (CFTimeInterval)convertTime:(CFTimeInterval)t toLayer:(nullable CALayer *)l;
  23914. | ^~~~~~~~
  23915. | cg_nullable
  23916. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:316:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23917. 316 | - (nullable __kindof CALayer *)hitTest:(CGPoint)p;
  23918. | ^~~~~~~~
  23919. | cg_nullable
  23920. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:329:21: error: unknown property attribute 'strong'
  23921. 329 | @property(nullable, strong) id contents;
  23922. | ^~~~~~
  23923. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:329:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23924. 329 | @property(nullable, strong) id contents;
  23925. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  23926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:556:21: error: unknown property attribute 'strong'
  23927. 556 | @property(nullable, strong) id compositingFilter;
  23928. | ^~~~~~
  23929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:556:32: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23930. 556 | @property(nullable, strong) id compositingFilter;
  23931. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  23932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:635:21: error: unknown property attribute 'strong'
  23933. 635 | @property(nullable, strong) id <CALayoutManager> layoutManager;
  23934. | ^~~~~~
  23935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:635:50: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23936. 635 | @property(nullable, strong) id <CALayoutManager> layoutManager;
  23937. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  23938. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:720:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23939. 720 | + (nullable id<CAAction>)defaultActionForKey:(NSString *)event;
  23940. | ^~~~~~~~
  23941. | cg_nullable
  23942. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:735:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23943. 735 | - (nullable id<CAAction>)actionForKey:(NSString *)event;
  23944. | ^~~~~~~~
  23945. | cg_nullable
  23946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:740:49: error: expected '>' before '*' token
  23947. 740 | @property(nullable, copy) NSDictionary<NSString *, id<CAAction>> *actions;
  23948. | ^
  23949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:740:49: error: cannot find protocol declaration for 'NSString'
  23950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:740:50: error: expected unqualified-id before ',' token
  23951. 740 | @property(nullable, copy) NSDictionary<NSString *, id<CAAction>> *actions;
  23952. | ^
  23953. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:759:50: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23954. 759 | - (void)addAnimation:(CAAnimation *)anim forKey:(nullable NSString *)key;
  23955. | ^~~~~~~~
  23956. | cg_nullable
  23957. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:773:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23958. 773 | - (nullable NSArray<NSString *> *)animationKeys;
  23959. | ^~~~~~~~
  23960. | cg_nullable
  23961. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:779:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23962. 779 | - (nullable __kindof CAAnimation *)animationForKey:(NSString *)key;
  23963. | ^~~~~~~~
  23964. | cg_nullable
  23965. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:792:21: error: unknown property attribute 'weak'
  23966. 792 | @property(nullable, weak) id <CALayerDelegate> delegate;
  23967. | ^~~~
  23968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:792:48: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23969. 792 | @property(nullable, weak) id <CALayerDelegate> delegate;
  23970. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  23971. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:806:1: error: cannot use an object as parameter to a method
  23972. 806 | @end
  23973. | ^~~~
  23974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:806:1: error: cannot use an object as parameter to a method
  23975. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:842:16: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23976. 842 | arguments:(nullable NSDictionary *)dict;
  23977. | ^~~~~~~~
  23978. | cg_nullable
  23979. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:888:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23980. 888 | - (nullable id<CAAction>)actionForLayer:(CALayer *)layer forKey:(NSString *)event;
  23981. | ^~~~~~~~
  23982. | cg_nullable
  23983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAOpenGLLayer.h:37:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23984. 37 | displayTime:(nullable const CVTimeStamp *)ts;
  23985. | ^~~~~~~~
  23986. | cg_nullable
  23987. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAOpenGLLayer.h:47:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  23988. 47 | forLayerTime:(CFTimeInterval)t displayTime:(nullable const CVTimeStamp *)ts;
  23989. | ^~~~~~~~
  23990. | cg_nullable
  23991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:21:22: error: unknown property attribute 'weak'
  23992. 21 | @property (nullable, weak) NSView *view;
  23993. | ^~~~
  23994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:21:36: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  23995. 21 | @property (nullable, weak) NSView *view;
  23996. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  23997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:25:22: error: unknown property attribute 'strong'
  23998. 25 | @property (nullable, strong) NSOpenGLPixelFormat *openGLPixelFormat;
  23999. | ^~~~~~
  24000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:25:51: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24001. 25 | @property (nullable, strong) NSOpenGLPixelFormat *openGLPixelFormat;
  24002. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
  24003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:29:22: error: unknown property attribute 'strong'
  24004. 29 | @property (nullable, strong) NSOpenGLContext *openGLContext;
  24005. | ^~~~~~
  24006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLLayer.h:29:47: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24007. 29 | @property (nullable, strong) NSOpenGLContext *openGLContext;
  24008. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  24009. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:199:
  24010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24011. 22 | - (nullable instancetype)initWithFrame:(NSRect)frameRect pixelFormat:(nullable NSOpenGLPixelFormat*)format;
  24012. | ^~~~~~~~
  24013. | cg_nullable
  24014. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:22:71: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24015. 22 | - (nullable instancetype)initWithFrame:(NSRect)frameRect pixelFormat:(nullable NSOpenGLPixelFormat*)format;
  24016. | ^~~~~~~~
  24017. | cg_nullable
  24018. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:24:22: error: unknown property attribute 'strong'
  24019. 24 | @property (nullable, strong) NSOpenGLContext *openGLContext;
  24020. | ^~~~~~
  24021. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:24:47: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24022. 24 | @property (nullable, strong) NSOpenGLContext *openGLContext;
  24023. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  24024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:30:22: error: unknown property attribute 'strong'
  24025. 30 | @property (nullable, strong) NSOpenGLPixelFormat *pixelFormat;
  24026. | ^~~~~~
  24027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:30:51: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24028. 30 | @property (nullable, strong) NSOpenGLPixelFormat *pixelFormat;
  24029. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  24030. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:200:
  24031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h:20:47: error: expected '>' before '*' token
  24032. 20 | @property (readonly, copy) NSArray<NSDocument *> *orderedDocuments;
  24033. | ^
  24034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h:20:47: error: cannot find protocol declaration for 'NSDocument'
  24035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h:20:48: error: expected unqualified-id before '>' token
  24036. 20 | @property (readonly, copy) NSArray<NSDocument *> *orderedDocuments;
  24037. | ^
  24038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h:23:45: error: expected '>' before '*' token
  24039. 23 | @property (readonly, copy) NSArray<NSWindow *> *orderedWindows;
  24040. | ^
  24041. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h:23:45: error: cannot find protocol declaration for 'NSWindow'
  24042. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplicationScripting.h:23:46: error: expected unqualified-id before '>' token
  24043. 23 | @property (readonly, copy) NSArray<NSWindow *> *orderedWindows;
  24044. | ^
  24045. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:201:
  24046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentScripting.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24047. 23 | - (nullable id)handleSaveScriptCommand:(NSScriptCommand *)command;
  24048. | ^~~~~~~~
  24049. | cg_nullable
  24050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentScripting.h:24:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24051. 24 | - (nullable id)handleCloseScriptCommand:(NSCloseCommand *)command;
  24052. | ^~~~~~~~
  24053. | cg_nullable
  24054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentScripting.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24055. 25 | - (nullable id)handlePrintScriptCommand:(NSScriptCommand *)command;
  24056. | ^~~~~~~~
  24057. | cg_nullable
  24058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDocumentScripting.h:27:22: error: unknown property attribute 'strong'
  24059. 27 | @property (readonly, strong) NSScriptObjectSpecifier *objectSpecifier;
  24060. | ^~~~~~
  24061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:109:65: note: originally specified here
  24062. 109 | @property (nullable, readonly, retain) NSScriptObjectSpecifier *objectSpecifier;
  24063. | ^~~~~~~~~~~~~~~
  24064. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:202:
  24065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:16:40: error: expected '>' before '*' token
  24066. 16 | @property (copy) NSArray<NSTextStorage *> *attributeRuns;
  24067. | ^
  24068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:16:40: error: cannot find protocol declaration for 'NSTextStorage'
  24069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:16:41: error: expected unqualified-id before '>' token
  24070. 16 | @property (copy) NSArray<NSTextStorage *> *attributeRuns;
  24071. | ^
  24072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:18:40: error: expected '>' before '*' token
  24073. 18 | @property (copy) NSArray<NSTextStorage *> *paragraphs;
  24074. | ^
  24075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:18:40: error: cannot find protocol declaration for 'NSTextStorage'
  24076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:18:41: error: expected unqualified-id before '>' token
  24077. 18 | @property (copy) NSArray<NSTextStorage *> *paragraphs;
  24078. | ^
  24079. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:20:40: error: expected '>' before '*' token
  24080. 20 | @property (copy) NSArray<NSTextStorage *> *words;
  24081. | ^
  24082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:20:40: error: cannot find protocol declaration for 'NSTextStorage'
  24083. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:20:41: error: expected unqualified-id before '>' token
  24084. 20 | @property (copy) NSArray<NSTextStorage *> *words;
  24085. | ^
  24086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:22:40: error: expected '>' before '*' token
  24087. 22 | @property (copy) NSArray<NSTextStorage *> *characters;
  24088. | ^
  24089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:22:40: error: cannot find protocol declaration for 'NSTextStorage'
  24090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:22:41: error: expected unqualified-id before '>' token
  24091. 22 | @property (copy) NSArray<NSTextStorage *> *characters;
  24092. | ^
  24093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:24:22: error: unknown property attribute 'strong'
  24094. 24 | @property (nullable, strong) NSFont *font;
  24095. | ^~~~~~
  24096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:24:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24097. 24 | @property (nullable, strong) NSFont *font;
  24098. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  24099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:26:22: error: unknown property attribute 'strong'
  24100. 26 | @property (nullable, strong) NSColor *foregroundColor;
  24101. | ^~~~~~
  24102. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextStorageScripting.h:26:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24103. 26 | @property (nullable, strong) NSColor *foregroundColor;
  24104. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  24105. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:205:
  24106. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:40:106: error: expected '>' before '*' token
  24107. 40 | + (instancetype)groupWithItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier titles:(NSArray<NSString *> *)titles selectionMode:(NSToolbarItemGroupSelectionMode)selectionMode labels:(nullable NSArray<NSString *> *)labels target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.15));
  24108. | ^
  24109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:40:106: error: cannot find protocol declaration for 'NSString'
  24110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:40:107: error: expected ')' before '>' token
  24111. 40 | + (instancetype)groupWithItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier titles:(NSArray<NSString *> *)titles selectionMode:(NSToolbarItemGroupSelectionMode)selectionMode labels:(nullable NSArray<NSString *> *)labels target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.15));
  24112. | ~ ^
  24113. | )
  24114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:40:107: error: expected identifier before '>' token
  24115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:40:107: error: expected ';' before '>' token
  24116. 40 | + (instancetype)groupWithItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier titles:(NSArray<NSString *> *)titles selectionMode:(NSToolbarItemGroupSelectionMode)selectionMode labels:(nullable NSArray<NSString *> *)labels target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.15));
  24117. | ^
  24118. | ;
  24119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:43:105: error: expected '>' before '*' token
  24120. 43 | + (instancetype)groupWithItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier images:(NSArray<NSImage *> *)images selectionMode:(NSToolbarItemGroupSelectionMode)selectionMode labels:(nullable NSArray<NSString *> *)labels target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.15));
  24121. | ^
  24122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:43:105: error: cannot find protocol declaration for 'NSImage'
  24123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:43:106: error: expected ')' before '>' token
  24124. 43 | + (instancetype)groupWithItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier images:(NSArray<NSImage *> *)images selectionMode:(NSToolbarItemGroupSelectionMode)selectionMode labels:(nullable NSArray<NSString *> *)labels target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.15));
  24125. | ~ ^
  24126. | )
  24127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:43:106: error: expected identifier before '>' token
  24128. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:43:106: error: expected ';' before '>' token
  24129. 43 | + (instancetype)groupWithItemIdentifier:(NSToolbarItemIdentifier)itemIdentifier images:(NSArray<NSImage *> *)images selectionMode:(NSToolbarItemGroupSelectionMode)selectionMode labels:(nullable NSArray<NSString *> *)labels target:(nullable id)target action:(nullable SEL)action API_AVAILABLE(macos(10.15));
  24130. | ^
  24131. | ;
  24132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:50:35: error: expected '>' before 'NSToolbarItem'
  24133. 50 | @property (copy) NSArray<__kindof NSToolbarItem *> *subitems;
  24134. | ^~~~~~~~~~~~~
  24135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:50:35: error: cannot find protocol declaration for '__kindof'
  24136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:50:35: error: 'copy' attribute is only valid for Objective-C objects
  24137. 50 | @property (copy) NSArray<__kindof NSToolbarItem *> *subitems;
  24138. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
  24139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:50:48: error: expected ';' before '*' token
  24140. 50 | @property (copy) NSArray<__kindof NSToolbarItem *> *subitems;
  24141. | ^~
  24142. | ;
  24143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:74:1: error: cannot use an object as parameter to a method
  24144. 74 | @end
  24145. | ^~~~
  24146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSToolbarItemGroup.h:74:1: error: cannot use an object as parameter to a method
  24147. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:206:
  24148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuToolbarItem.h:22:12: error: unknown property attribute 'strong'
  24149. 22 | @property (strong) NSMenu *menu API_UNAVAILABLE(ios);
  24150. | ^~~~~~
  24151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSMenuToolbarItem.h:22:28: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24152. 22 | @property (strong) NSMenu *menu API_UNAVAILABLE(ios);
  24153. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  24154. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:207:
  24155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerToolbarItem.h:21:12: error: unknown property attribute 'weak'
  24156. 21 | @property (weak) id<NSSharingServicePickerToolbarItemDelegate> delegate;
  24157. | ^~~~
  24158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerToolbarItem.h:21:64: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24159. 21 | @property (weak) id<NSSharingServicePickerToolbarItemDelegate> delegate;
  24160. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24161. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:208:
  24162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowScripting.h:35:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24163. 35 | - (nullable id)handleCloseScriptCommand:(NSCloseCommand *)command;
  24164. | ^~~~~~~~
  24165. | cg_nullable
  24166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowScripting.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24167. 36 | - (nullable id)handlePrintScriptCommand:(NSScriptCommand *)command;
  24168. | ^~~~~~~~
  24169. | cg_nullable
  24170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowScripting.h:37:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24171. 37 | - (nullable id)handleSaveScriptCommand:(NSScriptCommand *)command;
  24172. | ^~~~~~~~
  24173. | cg_nullable
  24174. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:211:
  24175. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphInfo.h:16:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24176. 16 | + (nullable NSGlyphInfo *)glyphInfoWithCGGlyph:(CGGlyph)glyph forFont:(NSFont *)font baseString:(NSString *)string API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0));
  24177. | ^~~~~~~~
  24178. | cg_nullable
  24179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphInfo.h:34:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24180. 34 | + (nullable NSGlyphInfo *)glyphInfoWithGlyphName:(NSString *)glyphName forFont:(NSFont *)font baseString:(NSString *)string;
  24181. | ^~~~~~~~
  24182. | cg_nullable
  24183. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphInfo.h:35:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24184. 35 | + (nullable NSGlyphInfo *)glyphInfoWithGlyph:(NSGlyph)glyph forFont:(NSFont *)font baseString:(NSString *)string;
  24185. | ^~~~~~~~
  24186. | cg_nullable
  24187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGlyphInfo.h:36:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24188. 36 | + (nullable NSGlyphInfo *)glyphInfoWithCharacterIdentifier:(NSUInteger)cid collection:(NSCharacterCollection)characterCollection baseString:(NSString *)string ;
  24189. | ^~~~~~~~
  24190. | cg_nullable
  24191. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:9,
  24192. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:213:
  24193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:46:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24194. 46 | - (nullable NSTextTab *)textTabForGlyphLocation:(CGFloat)glyphLocation writingDirection:(NSWritingDirection)direction maxLocation:(CGFloat)maxLocation;
  24195. | ^~~~~~~~
  24196. | cg_nullable
  24197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:85:66: error: cannot find protocol declaration for 'NSAttributedStringKey'
  24198. 85 | @property (readonly, copy) NSDictionary<NSAttributedStringKey, id> *attributesForExtraLineFragment;
  24199. | ^
  24200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:85:66: error: cannot find protocol declaration for 'id'
  24201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:91:64: error: expected '>' before '*' token
  24202. 91 | @property (nullable, readonly, assign) NSArray<NSTextContainer *> *textContainers;
  24203. | ^
  24204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:91:64: error: cannot find protocol declaration for 'NSTextContainer'
  24205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:91:65: error: expected unqualified-id before '>' token
  24206. 91 | @property (nullable, readonly, assign) NSArray<NSTextContainer *> *textContainers;
  24207. | ^
  24208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:115:29: error: unknown property attribute 'strong'
  24209. 115 | @property (class, readonly, strong) __kindof NSTypesetter *sharedSystemTypesetter;
  24210. | ^~~~~~
  24211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:115:37: error: '__kindof' has not been declared
  24212. 115 | @property (class, readonly, strong) __kindof NSTypesetter *sharedSystemTypesetter;
  24213. | ^~~~~~~~
  24214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:137:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24215. 137 | - (NSRange)characterRangeForGlyphRange:(NSRange)glyphRange actualGlyphRange:(nullable NSRangePointer)actualGlyphRange;
  24216. | ^~~~~~~~
  24217. | cg_nullable
  24218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:138:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24219. 138 | - (NSRange)glyphRangeForCharacterRange:(NSRange)charRange actualCharacterRange:(nullable NSRangePointer)actualCharRange;
  24220. | ^~~~~~~~
  24221. | cg_nullable
  24222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:145:30: error: 'null_unspecified' does not name a type
  24223. 145 | - (void)getLineFragmentRect:(null_unspecified NSRectPointer)lineFragmentRect usedRect:(null_unspecified NSRectPointer)lineFragmentUsedRect remainingRect:(null_unspecified NSRectPointer)remainingRect forStartingGlyphAtIndex:(NSUInteger)startingGlyphIndex proposedRect:(NSRect)proposedRect lineSpacing:(CGFloat)lineSpacing paragraphSpacingBefore:(CGFloat)paragraphSpacingBefore paragraphSpacingAfter:(CGFloat)paragraphSpacingAfter;
  24224. | ^~~~~~~~~~~~~~~~
  24225. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:145:88: error: 'null_unspecified' does not name a type
  24226. 145 | - (void)getLineFragmentRect:(null_unspecified NSRectPointer)lineFragmentRect usedRect:(null_unspecified NSRectPointer)lineFragmentUsedRect remainingRect:(null_unspecified NSRectPointer)remainingRect forStartingGlyphAtIndex:(NSUInteger)startingGlyphIndex proposedRect:(NSRect)proposedRect lineSpacing:(CGFloat)lineSpacing paragraphSpacingBefore:(CGFloat)paragraphSpacingBefore paragraphSpacingAfter:(CGFloat)paragraphSpacingAfter;
  24227. | ^~~~~~~~~~~~~~~~
  24228. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:145:155: error: 'null_unspecified' does not name a type
  24229. 145 | - (void)getLineFragmentRect:(null_unspecified NSRectPointer)lineFragmentRect usedRect:(null_unspecified NSRectPointer)lineFragmentUsedRect remainingRect:(null_unspecified NSRectPointer)remainingRect forStartingGlyphAtIndex:(NSUInteger)startingGlyphIndex proposedRect:(NSRect)proposedRect lineSpacing:(CGFloat)lineSpacing paragraphSpacingBefore:(CGFloat)paragraphSpacingBefore paragraphSpacingAfter:(CGFloat)paragraphSpacingAfter;
  24230. | ^~~~~~~~~~~~~~~~
  24231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:151:57: error: 'null_unspecified' does not name a type
  24232. 151 | - (void)setLocation:(NSPoint)location withAdvancements:(null_unspecified const CGFloat *)advancements forStartOfGlyphRange:(NSRange)glyphRange;
  24233. | ^~~~~~~~~~~~~~~~
  24234. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:153:24: error: 'null_unspecified' does not name a type
  24235. 153 | - (void)setBidiLevels:(null_unspecified const uint8_t *)levels forGlyphRange:(NSRange)glyphRange;
  24236. | ^~~~~~~~~~~~~~~~
  24237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:168:61: error: 'null_unspecified' does not name a type
  24238. 168 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer bidiLevels:(null_unspecified unsigned char *)bidiLevelBuffer API_DEPRECATED("", macos(10.3,10.13));
  24239. | ^~~~~~~~~~~~~~~~
  24240. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:168:118: error: 'null_unspecified' does not name a type
  24241. 168 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer bidiLevels:(null_unspecified unsigned char *)bidiLevelBuffer API_DEPRECATED("", macos(10.3,10.13));
  24242. | ^~~~~~~~~~~~~~~~
  24243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:168:183: error: 'null_unspecified' does not name a type
  24244. 168 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer bidiLevels:(null_unspecified unsigned char *)bidiLevelBuffer API_DEPRECATED("", macos(10.3,10.13));
  24245. | ^~~~~~~~~~~~~~~~
  24246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:168:249: error: 'null_unspecified' does not name a type
  24247. 168 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer bidiLevels:(null_unspecified unsigned char *)bidiLevelBuffer API_DEPRECATED("", macos(10.3,10.13));
  24248. | ^~~~~~~~~~~~~~~~
  24249. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:168:299: error: 'null_unspecified' does not name a type
  24250. 168 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer bidiLevels:(null_unspecified unsigned char *)bidiLevelBuffer API_DEPRECATED("", macos(10.3,10.13));
  24251. | ^~~~~~~~~~~~~~~~
  24252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTypesetter.h:170:65: error: 'null_unspecified' does not name a type
  24253. 170 | - (void)substituteGlyphsInRange:(NSRange)glyphRange withGlyphs:(null_unspecified NSGlyph *)glyphs API_DEPRECATED("", macos(10.3,10.13));
  24254. | ^~~~~~~~~~~~~~~~
  24255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:19:29: error: unknown property attribute 'strong'
  24256. 19 | @property (class, readonly, strong) NSATSTypesetter *sharedTypesetter;
  24257. | ^~~~~~
  24258. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:24:79: error: 'null_unspecified' does not name a type
  24259. 24 | - (NSRect)lineFragmentRectForProposedRect:(NSRect)proposedRect remainingRect:(null_unspecified NSRectPointer)remainingRect API_DEPRECATED("", macos(10.3,10.4));
  24260. | ^~~~~~~~~~~~~~~~
  24261. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24262. 43 | - (nullable NSTextTab *)textTabForGlyphLocation:(CGFloat)glyphLocation writingDirection:(NSWritingDirection)direction maxLocation:(CGFloat)maxLocation;
  24263. | ^~~~~~~~
  24264. | cg_nullable
  24265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:93:61: error: 'null_unspecified' does not name a type
  24266. 93 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer API_DEPRECATED("", macos(10.3,10.13));
  24267. | ^~~~~~~~~~~~~~~~
  24268. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:93:118: error: 'null_unspecified' does not name a type
  24269. 93 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer API_DEPRECATED("", macos(10.3,10.13));
  24270. | ^~~~~~~~~~~~~~~~
  24271. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:93:183: error: 'null_unspecified' does not name a type
  24272. 93 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer API_DEPRECATED("", macos(10.3,10.13));
  24273. | ^~~~~~~~~~~~~~~~
  24274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSATSTypesetter.h:93:249: error: 'null_unspecified' does not name a type
  24275. 93 | - (NSUInteger)getGlyphsInRange:(NSRange)glyphsRange glyphs:(null_unspecified NSGlyph *)glyphBuffer characterIndexes:(null_unspecified NSUInteger *)charIndexBuffer glyphInscriptions:(null_unspecified NSGlyphInscription *)inscribeBuffer elasticBits:(null_unspecified BOOL *)elasticBuffer API_DEPRECATED("", macos(10.3,10.13));
  24276. | ^~~~~~~~~~~~~~~~
  24277. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:215:
  24278. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:37:35: error: expected '>' before '*' token
  24279. 37 | @property (copy) NSArray<NSString *> *recentSearches;
  24280. | ^
  24281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:37:35: error: cannot find protocol declaration for 'NSString'
  24282. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:37:36: error: expected unqualified-id before '>' token
  24283. 37 | @property (copy) NSArray<NSString *> *recentSearches;
  24284. | ^
  24285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:43:22: error: unknown property attribute 'strong'
  24286. 43 | @property (nullable, strong) NSMenu *searchMenuTemplate API_AVAILABLE(macos(10.10));
  24287. | ^~~~~~
  24288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:43:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24289. 43 | @property (nullable, strong) NSMenu *searchMenuTemplate API_AVAILABLE(macos(10.10));
  24290. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  24291. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:53:22: error: unknown property attribute 'weak'
  24292. 53 | @property (nullable, weak) id<NSSearchFieldDelegate> delegate API_AVAILABLE(macos(10.11));
  24293. | ^~~~
  24294. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchField.h:53:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24295. 53 | @property (nullable, weak) id<NSSearchFieldDelegate> delegate API_AVAILABLE(macos(10.11));
  24296. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24297. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:216:
  24298. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:36:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24299. 36 | - (instancetype)initImageCell:(nullable NSImage *)image NS_UNAVAILABLE;
  24300. | ^~~~~~~~
  24301. | cg_nullable
  24302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:38:22: error: unknown property attribute 'strong'
  24303. 38 | @property (nullable, strong) NSButtonCell *searchButtonCell;
  24304. | ^~~~~~
  24305. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:38:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24306. 38 | @property (nullable, strong) NSButtonCell *searchButtonCell;
  24307. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  24308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:41:22: error: unknown property attribute 'strong'
  24309. 41 | @property (nullable, strong) NSButtonCell *cancelButtonCell;
  24310. | ^~~~~~
  24311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:41:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24312. 41 | @property (nullable, strong) NSButtonCell *cancelButtonCell;
  24313. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  24314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:53:22: error: unknown property attribute 'strong'
  24315. 53 | @property (nullable, strong) NSMenu *searchMenuTemplate;
  24316. | ^~~~~~
  24317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:53:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24318. 53 | @property (nullable, strong) NSMenu *searchMenuTemplate;
  24319. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  24320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:62:52: error: expected '>' before '*' token
  24321. 62 | @property (null_resettable, copy) NSArray<NSString *> *recentSearches;
  24322. | ^
  24323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:62:52: error: cannot find protocol declaration for 'NSString'
  24324. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchFieldCell.h:62:53: error: expected unqualified-id before '>' token
  24325. 62 | @property (null_resettable, copy) NSArray<NSString *> *recentSearches;
  24326. | ^
  24327. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:217:
  24328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSController.h:20:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24329. 20 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  24330. | ^~~~~~~~
  24331. | cg_nullable
  24332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSController.h:26:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24333. 26 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  24334. | ^~~~~~~~
  24335. | cg_nullable
  24336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSController.h:26:76: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24337. 26 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  24338. | ^~~~~~~~
  24339. | cg_nullable
  24340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSController.h:26:120: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24341. 26 | - (void)commitEditingWithDelegate:(nullable id)delegate didCommitSelector:(nullable SEL)didCommitSelector contextInfo:(nullable void *)contextInfo;
  24342. | ^~~~~~~~
  24343. | cg_nullable
  24344. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:218:
  24345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:20:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24346. 20 | - (instancetype)initWithContent:(nullable id)content NS_DESIGNATED_INITIALIZER;
  24347. | ^~~~~~~~
  24348. | cg_nullable
  24349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:21:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24350. 21 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  24351. | ^~~~~~~~
  24352. | cg_nullable
  24353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:23:22: error: unknown property attribute 'strong'
  24354. 23 | @property (nullable, strong) id content;
  24355. | ^~~~~~
  24356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:23:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24357. 23 | @property (nullable, strong) id content;
  24358. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  24359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:25:22: error: unknown property attribute 'strong'
  24360. 25 | @property (readonly, strong) id selection; // an object representing all objects to be affected by editing as a singleton, returning special marker objects like NSMultipleSelectionMarker if necessary - in the concrete case of NSObjectController, returns an object that is used to access the content object
  24361. | ^~~~~~
  24362. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:35:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24363. 35 | - (IBAction)add:(nullable id)sender; // creates a new object and adds it through addObject:
  24364. | ^~~~~~~~
  24365. | cg_nullable
  24366. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:37:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24367. 37 | - (IBAction)remove:(nullable id)sender; // removes content object through removeObject:
  24368. | ^~~~~~~~
  24369. | cg_nullable
  24370. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:46:22: error: unknown property attribute 'strong'
  24371. 46 | @property (nullable, strong) NSManagedObjectContext *managedObjectContext;
  24372. | ^~~~~~
  24373. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:46:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24374. 46 | @property (nullable, strong) NSManagedObjectContext *managedObjectContext;
  24375. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  24376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:49:22: error: unknown property attribute 'strong'
  24377. 49 | @property (nullable, strong) NSPredicate *fetchPredicate;
  24378. | ^~~~~~
  24379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:49:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24380. 49 | @property (nullable, strong) NSPredicate *fetchPredicate;
  24381. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  24382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:51:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24383. 51 | - (BOOL)fetchWithRequest:(nullable NSFetchRequest *)fetchRequest merge:(BOOL)merge error:(NSError **)error; // subclasses can override this method to customize the fetch request, for example to specify fetch limits (passing nil for the fetch request will result in the default fetch request to be used; this method will never be invoked with a nil fetch request from within the standard Cocoa frameworks) - the merge flag determines whether the controller replaces the entire content with the fetch result or merges the existing content with the fetch result
  24384. | ^~~~~~~~
  24385. | cg_nullable
  24386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSObjectController.h:53:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24387. 53 | - (IBAction)fetch:(nullable id)sender;
  24388. | ^~~~~~~~
  24389. | cg_nullable
  24390. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:219:
  24391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:24:55: error: expected '>' before '*' token
  24392. 24 | @property (nullable, readonly, copy) NSArray<NSString *> *automaticRearrangementKeyPaths API_AVAILABLE(macos(10.5)); // computes the array of key paths that trigger automatic rearranging from the sort descriptors and filter predicates; subclasses may override this method to customize the default behavior (for example if additional arrangement criteria are used in custom implementations of -rearrangeObjects)
  24393. | ^
  24394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:24:55: error: cannot find protocol declaration for 'NSString'
  24395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:24:56: error: expected unqualified-id before '>' token
  24396. 24 | @property (nullable, readonly, copy) NSArray<NSString *> *automaticRearrangementKeyPaths API_AVAILABLE(macos(10.5)); // computes the array of key paths that trigger automatic rearranging from the sort descriptors and filter predicates; subclasses may override this method to customize the default behavior (for example if additional arrangement criteria are used in custom implementations of -rearrangeObjects)
  24397. | ^
  24398. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:27:43: error: expected '>' before '*' token
  24399. 27 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  24400. | ^
  24401. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:27:43: error: cannot find protocol declaration for 'NSSortDescriptor'
  24402. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:27:44: error: expected unqualified-id before '>' token
  24403. 27 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  24404. | ^
  24405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:29:22: error: unknown property attribute 'strong'
  24406. 29 | @property (nullable, strong) NSPredicate *filterPredicate;
  24407. | ^~~~~~
  24408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:29:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24409. 29 | @property (nullable, strong) NSPredicate *filterPredicate;
  24410. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  24411. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:36:22: error: unknown property attribute 'strong'
  24412. 36 | @property (readonly, strong) id arrangedObjects; // array of all displayed objects (after sorting and potentially filtering)
  24413. | ^~~~~~
  24414. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:60:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24415. 60 | - (IBAction)add:(nullable id)sender; // overridden to add a new object to the content objects and to the arranged objects
  24416. | ^~~~~~~~
  24417. | cg_nullable
  24418. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:61:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24419. 61 | - (IBAction)remove:(nullable id)sender; // overridden to remove the selected objects
  24420. | ^~~~~~~~
  24421. | cg_nullable
  24422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:62:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24423. 62 | - (IBAction)insert:(nullable id)sender;
  24424. | ^~~~~~~~
  24425. | cg_nullable
  24426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:64:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24427. 64 | - (IBAction)selectNext:(nullable id)sender;
  24428. | ^~~~~~~~
  24429. | cg_nullable
  24430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSArrayController.h:65:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24431. 65 | - (IBAction)selectPrevious:(nullable id)sender;
  24432. | ^~~~~~~~
  24433. | cg_nullable
  24434. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:220:
  24435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:26:22: error: unknown property attribute 'strong'
  24436. 26 | @property (nullable, strong) id value;
  24437. | ^~~~~~
  24438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:26:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24439. 26 | @property (nullable, strong) id value;
  24440. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  24441. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:40:12: error: unknown property attribute 'strong'
  24442. 40 | @property (strong) id initialValue;
  24443. | ^~~~~~
  24444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:40:23: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24445. 40 | @property (strong) id initialValue;
  24446. | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  24447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:43:35: error: expected '>' before '*' token
  24448. 43 | @property (copy) NSArray<NSString *> *includedKeys;
  24449. | ^
  24450. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:43:35: error: cannot find protocol declaration for 'NSString'
  24451. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:43:36: error: expected unqualified-id before '>' token
  24452. 43 | @property (copy) NSArray<NSString *> *includedKeys;
  24453. | ^
  24454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:44:35: error: expected '>' before '*' token
  24455. 44 | @property (copy) NSArray<NSString *> *excludedKeys;
  24456. | ^
  24457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:44:35: error: cannot find protocol declaration for 'NSString'
  24458. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:44:36: error: expected unqualified-id before '>' token
  24459. 44 | @property (copy) NSArray<NSString *> *excludedKeys;
  24460. | ^
  24461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:47:40: error: expected '>' before '*' token
  24462. 47 | @property (copy) NSDictionary<NSString *, NSString *> *localizedKeyDictionary;
  24463. | ^
  24464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:47:40: error: cannot find protocol declaration for 'NSString'
  24465. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDictionaryController.h:47:41: error: expected unqualified-id before ',' token
  24466. 47 | @property (copy) NSDictionary<NSString *, NSString *> *localizedKeyDictionary;
  24467. | ^
  24468. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:221:
  24469. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:20:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24470. 20 | + (instancetype)treeNodeWithRepresentedObject:(nullable id)modelObject;
  24471. | ^~~~~~~~
  24472. | cg_nullable
  24473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:21:44: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24474. 21 | - (instancetype)initWithRepresentedObject:(nullable id)modelObject;
  24475. | ^~~~~~~~
  24476. | cg_nullable
  24477. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:23:32: error: unknown property attribute 'strong'
  24478. 23 | @property (nullable, readonly, strong) id representedObject;
  24479. | ^~~~~~
  24480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:25:22: error: unknown property attribute 'strong'
  24481. 25 | @property (readonly, strong) NSIndexPath *indexPath; // represents the receiver's location in the entire tree
  24482. | ^~~~~~
  24483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:28:57: error: expected '>' before '*' token
  24484. 28 | @property (nullable, readonly, copy) NSArray<NSTreeNode *> *childNodes; // traversal
  24485. | ^
  24486. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:28:57: error: cannot find protocol declaration for 'NSTreeNode'
  24487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:28:58: error: expected unqualified-id before '>' token
  24488. 28 | @property (nullable, readonly, copy) NSArray<NSTreeNode *> *childNodes; // traversal
  24489. | ^
  24490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:29:22: error: unknown property attribute 'strong'
  24491. 29 | @property (readonly, strong) NSMutableArray<NSTreeNode *> *mutableChildNodes; // returns a mutable proxy - parentNode of inserted/removed child nodes is automatically updated
  24492. | ^~~~~~
  24493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:29:56: error: expected '>' before '*' token
  24494. 29 | @property (readonly, strong) NSMutableArray<NSTreeNode *> *mutableChildNodes; // returns a mutable proxy - parentNode of inserted/removed child nodes is automatically updated
  24495. | ^
  24496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:29:56: error: cannot find protocol declaration for 'NSTreeNode'
  24497. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:29:57: error: expected unqualified-id before '>' token
  24498. 29 | @property (readonly, strong) NSMutableArray<NSTreeNode *> *mutableChildNodes; // returns a mutable proxy - parentNode of inserted/removed child nodes is automatically updated
  24499. | ^
  24500. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:30:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24501. 30 | - (nullable NSTreeNode *)descendantNodeAtIndexPath:(NSIndexPath *)indexPath; // traversal begins with receiver
  24502. | ^~~~~~~~
  24503. | cg_nullable
  24504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:32:32: error: unknown property attribute 'weak'
  24505. 32 | @property (nullable, readonly, weak) NSTreeNode *parentNode;
  24506. | ^~~~
  24507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:35:59: error: expected '>' before '*' token
  24508. 35 | - (void)sortWithSortDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors recursively:(BOOL)recursively;
  24509. | ^
  24510. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:35:59: error: cannot find protocol declaration for 'NSSortDescriptor'
  24511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:35:60: error: expected ')' before '>' token
  24512. 35 | - (void)sortWithSortDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors recursively:(BOOL)recursively;
  24513. | ~ ^
  24514. | )
  24515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:35:60: error: expected identifier before '>' token
  24516. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeNode.h:35:60: error: expected ';' before '>' token
  24517. 35 | - (void)sortWithSortDescriptors:(NSArray<NSSortDescriptor *> *)sortDescriptors recursively:(BOOL)recursively;
  24518. | ^
  24519. | ;
  24520. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:222:
  24521. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:23:22: error: unknown property attribute 'strong'
  24522. 23 | @property (readonly, strong) NSTreeNode *arrangedObjects; // proxy for the root tree node
  24523. | ^~~~~~
  24524. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:28:43: error: expected '>' before '*' token
  24525. 28 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  24526. | ^
  24527. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:28:43: error: cannot find protocol declaration for 'NSSortDescriptor'
  24528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:28:44: error: expected unqualified-id before '>' token
  24529. 28 | @property (copy) NSArray<NSSortDescriptor *> *sortDescriptors;
  24530. | ^
  24531. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:30:22: error: unknown property attribute 'strong'
  24532. 30 | @property (nullable, strong) id content;
  24533. | ^~~~~~
  24534. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:30:33: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24535. 30 | @property (nullable, strong) id content;
  24536. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  24537. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:32:18: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24538. 32 | - (IBAction)add:(nullable id)sender; // adds a new sibling node to the end of the selected objects
  24539. | ^~~~~~~~
  24540. | cg_nullable
  24541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:33:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24542. 33 | - (IBAction)remove:(nullable id)sender; //removes the currently selected objects from the tree
  24543. | ^~~~~~~~
  24544. | cg_nullable
  24545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:34:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24546. 34 | - (IBAction)addChild:(nullable id)sender; // adds a new child node to the end of the selected objects
  24547. | ^~~~~~~~
  24548. | cg_nullable
  24549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:35:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24550. 35 | - (IBAction)insert:(nullable id)sender; // inserts a peer in front of first selected node
  24551. | ^~~~~~~~
  24552. | cg_nullable
  24553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:36:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24554. 36 | - (IBAction)insertChild:(nullable id)sender; // inserts a new first child into the children array of the first selected node
  24555. | ^~~~~~~~
  24556. | cg_nullable
  24557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:42:23: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24558. 42 | - (void)insertObject:(nullable id)object atArrangedObjectIndexPath:(NSIndexPath *)indexPath;
  24559. | ^~~~~~~~
  24560. | cg_nullable
  24561. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:43:90: error: expected '>' before '*' token
  24562. 43 | - (void)insertObjects:(NSArray *)objects atArrangedObjectIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24563. | ^
  24564. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:43:90: error: cannot find protocol declaration for 'NSIndexPath'
  24565. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:43:91: error: expected ')' before '>' token
  24566. 43 | - (void)insertObjects:(NSArray *)objects atArrangedObjectIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24567. | ~ ^
  24568. | )
  24569. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:43:91: error: expected identifier before '>' token
  24570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:43:91: error: expected ';' before '>' token
  24571. 43 | - (void)insertObjects:(NSArray *)objects atArrangedObjectIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24572. | ^
  24573. | ;
  24574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:45:70: error: expected '>' before '*' token
  24575. 45 | - (void)removeObjectsAtArrangedObjectIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24576. | ^
  24577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:45:70: error: cannot find protocol declaration for 'NSIndexPath'
  24578. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:45:71: error: expected ')' before '>' token
  24579. 45 | - (void)removeObjectsAtArrangedObjectIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24580. | ~ ^
  24581. | )
  24582. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:45:71: error: expected identifier before '>' token
  24583. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:45:71: error: expected ';' before '>' token
  24584. 45 | - (void)removeObjectsAtArrangedObjectIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24585. | ^
  24586. | ;
  24587. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:57:53: error: expected '>' before '*' token
  24588. 57 | - (BOOL)setSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24589. | ^
  24590. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:57:53: error: cannot find protocol declaration for 'NSIndexPath'
  24591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:57:54: error: expected ')' before '>' token
  24592. 57 | - (BOOL)setSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24593. | ~ ^
  24594. | )
  24595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:57:54: error: expected identifier before '>' token
  24596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:57:54: error: expected ';' before '>' token
  24597. 57 | - (BOOL)setSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24598. | ^
  24599. | ;
  24600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:58:48: error: expected '>' before '*' token
  24601. 58 | @property (readonly, copy) NSArray<NSIndexPath *> *selectionIndexPaths;
  24602. | ^
  24603. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:58:48: error: cannot find protocol declaration for 'NSIndexPath'
  24604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:58:49: error: expected unqualified-id before '>' token
  24605. 58 | @property (readonly, copy) NSArray<NSIndexPath *> *selectionIndexPaths;
  24606. | ^
  24607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:59:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24608. 59 | - (BOOL)setSelectionIndexPath:(nullable NSIndexPath *)indexPath;
  24609. | ^~~~~~~~
  24610. | cg_nullable
  24611. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:61:53: error: expected '>' before '*' token
  24612. 61 | - (BOOL)addSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24613. | ^
  24614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:61:53: error: cannot find protocol declaration for 'NSIndexPath'
  24615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:61:54: error: expected ')' before '>' token
  24616. 61 | - (BOOL)addSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24617. | ~ ^
  24618. | )
  24619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:61:54: error: expected identifier before '>' token
  24620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:61:54: error: expected ';' before '>' token
  24621. 61 | - (BOOL)addSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24622. | ^
  24623. | ;
  24624. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:62:56: error: expected '>' before '*' token
  24625. 62 | - (BOOL)removeSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24626. | ^
  24627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:62:56: error: cannot find protocol declaration for 'NSIndexPath'
  24628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:62:57: error: expected ')' before '>' token
  24629. 62 | - (BOOL)removeSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24630. | ~ ^
  24631. | )
  24632. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:62:57: error: expected identifier before '>' token
  24633. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:62:57: error: expected ';' before '>' token
  24634. 62 | - (BOOL)removeSelectionIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
  24635. | ^
  24636. | ;
  24637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:64:47: error: expected '>' before '*' token
  24638. 64 | @property (readonly, copy) NSArray<NSTreeNode *> *selectedNodes API_AVAILABLE(macos(10.5));
  24639. | ^
  24640. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:64:47: error: cannot find protocol declaration for 'NSTreeNode'
  24641. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:64:48: error: expected unqualified-id before '>' token
  24642. 64 | @property (readonly, copy) NSArray<NSTreeNode *> *selectedNodes API_AVAILABLE(macos(10.5));
  24643. | ^
  24644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:67:39: error: expected '>' before '*' token
  24645. 67 | - (void)moveNodes:(NSArray<NSTreeNode *> *)nodes toIndexPath:(NSIndexPath *)startingIndexPath API_AVAILABLE(macos(10.5));
  24646. | ^
  24647. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:67:39: error: cannot find protocol declaration for 'NSTreeNode'
  24648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:67:40: error: expected ')' before '>' token
  24649. 67 | - (void)moveNodes:(NSArray<NSTreeNode *> *)nodes toIndexPath:(NSIndexPath *)startingIndexPath API_AVAILABLE(macos(10.5));
  24650. | ~ ^
  24651. | )
  24652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:67:40: error: expected identifier before '>' token
  24653. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:67:40: error: expected ';' before '>' token
  24654. 67 | - (void)moveNodes:(NSArray<NSTreeNode *> *)nodes toIndexPath:(NSIndexPath *)startingIndexPath API_AVAILABLE(macos(10.5));
  24655. | ^
  24656. | ;
  24657. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24658. 69 | - (nullable NSString *)childrenKeyPathForNode:(NSTreeNode *)node API_AVAILABLE(macos(10.5));
  24659. | ^~~~~~~~
  24660. | cg_nullable
  24661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:70:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24662. 70 | - (nullable NSString *)countKeyPathForNode:(NSTreeNode *)node API_AVAILABLE(macos(10.5));
  24663. | ^~~~~~~~
  24664. | cg_nullable
  24665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTreeController.h:71:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24666. 71 | - (nullable NSString *)leafKeyPathForNode:(NSTreeNode *)node API_AVAILABLE(macos(10.5));
  24667. | ^~~~~~~~
  24668. | cg_nullable
  24669. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:223:
  24670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:19:29: error: unknown property attribute 'strong'
  24671. 19 | @property (class, readonly, strong) NSUserDefaultsController *sharedUserDefaultsController;
  24672. | ^~~~~~
  24673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:21:35: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24674. 21 | - (instancetype)initWithDefaults:(nullable NSUserDefaults *)defaults initialValues:(nullable NSDictionary<NSString *, id> *)initialValues NS_DESIGNATED_INITIALIZER; // if defaults is nil, the controller uses [NSUserDefaults standardUserDefaults]; if initialValues is nil, revertToInitialValues: has no effect
  24675. | ^~~~~~~~
  24676. | cg_nullable
  24677. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:21:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24678. 21 | - (instancetype)initWithDefaults:(nullable NSUserDefaults *)defaults initialValues:(nullable NSDictionary<NSString *, id> *)initialValues NS_DESIGNATED_INITIALIZER; // if defaults is nil, the controller uses [NSUserDefaults standardUserDefaults]; if initialValues is nil, revertToInitialValues: has no effect
  24679. | ^~~~~~~~
  24680. | cg_nullable
  24681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:22:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24682. 22 | - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
  24683. | ^~~~~~~~
  24684. | cg_nullable
  24685. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:24:22: error: unknown property attribute 'strong'
  24686. 24 | @property (readonly, strong) NSUserDefaults *defaults;
  24687. | ^~~~~~
  24688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:25:50: error: expected '>' before '*' token
  24689. 25 | @property (nullable, copy) NSDictionary<NSString *, id> *initialValues;
  24690. | ^
  24691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:25:50: error: cannot find protocol declaration for 'NSString'
  24692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:25:51: error: expected unqualified-id before ',' token
  24693. 25 | @property (nullable, copy) NSDictionary<NSString *, id> *initialValues;
  24694. | ^
  24695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:31:22: error: unknown property attribute 'strong'
  24696. 31 | @property (readonly, strong) id values; // accessor object for default values (independent of whether they are derived directly from the NSUserDefaults or from the initial values)
  24697. | ^~~~~~
  24698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:33:21: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24699. 33 | - (IBAction)revert:(nullable id)sender;
  24700. | ^~~~~~~~
  24701. | cg_nullable
  24702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:34:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24703. 34 | - (IBAction)save:(nullable id)sender; // no effect if applies immediately
  24704. | ^~~~~~~~
  24705. | cg_nullable
  24706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserDefaultsController.h:35:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24707. 35 | - (IBAction)revertToInitialValues:(nullable id)sender; // no effect if no initial values are specified
  24708. | ^~~~~~~~
  24709. | cg_nullable
  24710. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:226:
  24711. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextTable.h:85:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24712. 85 | - (void)setBorderColor:(nullable NSColor *)color forEdge:(NSRectEdge)edge;
  24713. | ^~~~~~~~
  24714. | cg_nullable
  24715. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextTable.h:86:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24716. 86 | - (void)setBorderColor:(nullable NSColor *)color; // Convenience method sets all edges at once
  24717. | ^~~~~~~~
  24718. | cg_nullable
  24719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextTable.h:87:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24720. 87 | - (nullable NSColor *)borderColorForEdge:(NSRectEdge)edge;
  24721. | ^~~~~~~~
  24722. | cg_nullable
  24723. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextTable.h:104:22: error: unknown property attribute 'strong'
  24724. 104 | @property (readonly, strong) NSTextTable *table;
  24725. | ^~~~~~
  24726. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:227:
  24727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDatePickerCell.h:45:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24728. 45 | - (instancetype)initImageCell:(nullable NSImage *)image NS_UNAVAILABLE;
  24729. | ^~~~~~~~
  24730. | cg_nullable
  24731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDatePickerCell.h:85:22: error: unknown property attribute 'weak'
  24732. 85 | @property (nullable, weak) id<NSDatePickerCellDelegate> delegate;
  24733. | ^~~~
  24734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDatePickerCell.h:85:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24735. 85 | @property (nullable, weak) id<NSDatePickerCellDelegate> delegate;
  24736. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24737. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDatePickerCell.h:91:146: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24738. 91 | - (void)datePickerCell:(NSDatePickerCell *)datePickerCell validateProposedDateValue:(NSDate * _Nonnull *_Nonnull)proposedDateValue timeInterval:(nullable NSTimeInterval *)proposedTimeInterval;
  24739. | ^~~~~~~~
  24740. | cg_nullable
  24741. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:228:
  24742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDatePicker.h:67:22: error: unknown property attribute 'weak'
  24743. 67 | @property (nullable, weak) id<NSDatePickerCellDelegate> delegate;
  24744. | ^~~~
  24745. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDatePicker.h:67:57: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24746. 67 | @property (nullable, weak) id<NSDatePickerCellDelegate> delegate;
  24747. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24748. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:230:
  24749. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicator.h:74:12: error: unknown property attribute 'strong'
  24750. 74 | @property (strong, nullable) NSImage *ratingImage API_AVAILABLE(macos(10.13));
  24751. | ^~~~~~
  24752. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicator.h:74:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24753. 74 | @property (strong, nullable) NSImage *ratingImage API_AVAILABLE(macos(10.13));
  24754. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  24755. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicator.h:81:12: error: unknown property attribute 'strong'
  24756. 81 | @property (strong, nullable) NSImage *ratingPlaceholderImage API_AVAILABLE(macos(10.13));
  24757. | ^~~~~~
  24758. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicator.h:81:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24759. 81 | @property (strong, nullable) NSImage *ratingPlaceholderImage API_AVAILABLE(macos(10.13));
  24760. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  24761. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:232:
  24762. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:21:22: error: unknown property attribute 'strong'
  24763. 21 | @property (nullable, strong) NSManagedObjectContext *managedObjectContext;
  24764. | ^~~~~~
  24765. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:21:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24766. 21 | @property (nullable, strong) NSManagedObjectContext *managedObjectContext;
  24767. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  24768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:24:32: error: unknown property attribute 'strong'
  24769. 24 | @property (nullable, readonly, strong) NSManagedObjectModel *managedObjectModel;
  24770. | ^~~~~~
  24771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:28:112: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24772. 28 | - (BOOL)configurePersistentStoreCoordinatorForURL:(NSURL *)url ofType:(NSString *)fileType modelConfiguration:(nullable NSString *)configuration storeOptions:(nullable NSDictionary<NSString *, id> *)storeOptions error:(NSError **)error API_AVAILABLE(macos(10.5));
  24773. | ^~~~~~~~
  24774. | cg_nullable
  24775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:28:160: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24776. 28 | - (BOOL)configurePersistentStoreCoordinatorForURL:(NSURL *)url ofType:(NSString *)fileType modelConfiguration:(nullable NSString *)configuration storeOptions:(nullable NSDictionary<NSString *, id> *)storeOptions error:(NSError **)error API_AVAILABLE(macos(10.5));
  24777. | ^~~~~~~~
  24778. | cg_nullable
  24779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:33:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24780. 33 | - (BOOL)writeToURL:(NSURL *)absoluteURL ofType:(NSString *)typeName forSaveOperation:(NSSaveOperationType)saveOperation originalContentsURL:(nullable NSURL *)absoluteOriginalContentsURL error:(NSError **)error; // Overridden to save the document's managed objects referenced by the managed object context. If this is the first time the document is being saved, simply pass nil as the originalContentsURL.
  24781. | ^~~~~~~~
  24782. | cg_nullable
  24783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:44:52: error: 'null_unspecified' does not name a type
  24784. 44 | - (BOOL)configurePersistentStoreCoordinatorForURL:(null_unspecified NSURL *)url ofType:(null_unspecified NSString *)fileType error:(NSError **)error API_DEPRECATED("", macos(10.4,10.5));
  24785. | ^~~~~~~~~~~~~~~~
  24786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPersistentDocument.h:44:89: error: 'null_unspecified' does not name a type
  24787. 44 | - (BOOL)configurePersistentStoreCoordinatorForURL:(null_unspecified NSURL *)url ofType:(null_unspecified NSString *)fileType error:(NSError **)error API_DEPRECATED("", macos(10.4,10.5));
  24788. | ^~~~~~~~~~~~~~~~
  24789. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:233:
  24790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:74:22: error: unknown property attribute 'weak'
  24791. 74 | @property (nullable, weak) id<NSRuleEditorDelegate> delegate;
  24792. | ^~~~
  24793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:74:53: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24794. 74 | @property (nullable, weak) id<NSRuleEditorDelegate> delegate;
  24795. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:80:50: error: expected '>' before '*' token
  24797. 80 | @property (nullable, copy) NSDictionary<NSString *, NSString *> *formattingDictionary;
  24798. | ^
  24799. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:80:50: error: cannot find protocol declaration for 'NSString'
  24800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:80:51: error: expected unqualified-id before ',' token
  24801. 80 | @property (nullable, copy) NSDictionary<NSString *, NSString *> *formattingDictionary;
  24802. | ^
  24803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:100:32: error: unknown property attribute 'strong'
  24804. 100 | @property (nullable, readonly, strong) NSPredicate *predicate;
  24805. | ^~~~~~
  24806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:106:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24807. 106 | - (nullable NSPredicate *)predicateForRow:(NSInteger)row;
  24808. | ^~~~~~~~
  24809. | cg_nullable
  24810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:134:17: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24811. 134 | - (void)addRow:(nullable id)sender;
  24812. | ^~~~~~~~
  24813. | cg_nullable
  24814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:181:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24815. 181 | - (NSInteger)ruleEditor:(NSRuleEditor *)editor numberOfChildrenForCriterion:(nullable id)criterion withRowType:(NSRuleEditorRowType)rowType;
  24816. | ^~~~~~~~
  24817. | cg_nullable
  24818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:184:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24819. 184 | - (id)ruleEditor:(NSRuleEditor *)editor child:(NSInteger)index forCriterion:(nullable id)criterion withRowType:(NSRuleEditorRowType)rowType;
  24820. | ^~~~~~~~
  24821. | cg_nullable
  24822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSRuleEditor.h:195:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24823. 195 | - (nullable NSDictionary<NSRuleEditorPredicatePartKey, id> *)ruleEditor:(NSRuleEditor *)editor predicatePartsForCriterion:(id)criterion withDisplayValue:(id)value inRow:(NSInteger)row;
  24824. | ^~~~~~~~
  24825. | cg_nullable
  24826. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:234:
  24827. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditor.h:25:55: error: expected '>' before '*' token
  24828. 25 | @property (copy) NSArray<NSPredicateEditorRowTemplate *> *rowTemplates;
  24829. | ^
  24830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditor.h:25:55: error: cannot find protocol declaration for 'NSPredicateEditorRowTemplate'
  24831. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditor.h:25:56: error: expected unqualified-id before '>' token
  24832. 25 | @property (copy) NSArray<NSPredicateEditorRowTemplate *> *rowTemplates;
  24833. | ^
  24834. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAttributeDescription.h:9,
  24835. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:11,
  24836. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:235:
  24837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:33:22: error: unknown property attribute 'strong'
  24838. 33 | @property (readonly, strong) NSArray<NSPredicate *> *validationPredicates;
  24839. | ^~~~~~
  24840. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:33:50: error: expected '>' before '*' token
  24841. 33 | @property (readonly, strong) NSArray<NSPredicate *> *validationPredicates;
  24842. | ^
  24843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:33:50: error: cannot find protocol declaration for 'NSPredicate'
  24844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:33:51: error: expected unqualified-id before '>' token
  24845. 33 | @property (readonly, strong) NSArray<NSPredicate *> *validationPredicates;
  24846. | ^
  24847. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:34:22: error: unknown property attribute 'strong'
  24848. 34 | @property (readonly, strong) NSArray *validationWarnings;
  24849. | ^~~~~~
  24850. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:35:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24851. 35 | - (void)setValidationPredicates:(nullable NSArray<NSPredicate *> *)validationPredicates withValidationWarnings:(nullable NSArray<NSString *> *)validationWarnings;
  24852. | ^~~~~~~~
  24853. | cg_nullable
  24854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:35:113: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24855. 35 | - (void)setValidationPredicates:(nullable NSArray<NSPredicate *> *)validationPredicates withValidationWarnings:(nullable NSArray<NSString *> *)validationWarnings;
  24856. | ^~~~~~~~
  24857. | cg_nullable
  24858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:37:33: error: unknown property attribute 'strong'
  24859. 37 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  24860. | ^~~~~~
  24861. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyDescription.h:37:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24862. 37 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  24863. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24864. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:28:43: error: expected '>' before '*' token
  24865. 28 | @property (readonly, copy) NSArray<NSView *> *templateViews;
  24866. | ^
  24867. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:28:43: error: cannot find protocol declaration for 'NSView'
  24868. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:28:44: error: expected unqualified-id before '>' token
  24869. 28 | @property (readonly, copy) NSArray<NSView *> *templateViews;
  24870. | ^
  24871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:35:46: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24872. 35 | - (NSPredicate *)predicateWithSubpredicates:(nullable NSArray<NSPredicate *> *)subpredicates;
  24873. | ^~~~~~~~
  24874. | cg_nullable
  24875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24876. 39 | - (nullable NSArray<NSPredicate *> *)displayableSubpredicatesOfPredicate:(NSPredicate *)predicate;
  24877. | ^~~~~~~~
  24878. | cg_nullable
  24879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:43:63: error: expected '>' before '*' token
  24880. 43 | - (instancetype)initWithLeftExpressions:(NSArray<NSExpression *> *)leftExpressions rightExpressions:(NSArray<NSExpression *> *)rightExpressions modifier:(NSComparisonPredicateModifier)modifier operators:(NSArray<NSNumber *> *)operators options:(NSUInteger)options;
  24881. | ^
  24882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:43:63: error: cannot find protocol declaration for 'NSExpression'
  24883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:43:64: error: expected ')' before '>' token
  24884. 43 | - (instancetype)initWithLeftExpressions:(NSArray<NSExpression *> *)leftExpressions rightExpressions:(NSArray<NSExpression *> *)rightExpressions modifier:(NSComparisonPredicateModifier)modifier operators:(NSArray<NSNumber *> *)operators options:(NSUInteger)options;
  24885. | ~ ^
  24886. | )
  24887. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:43:64: error: expected identifier before '>' token
  24888. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:43:64: error: expected ';' before '>' token
  24889. 43 | - (instancetype)initWithLeftExpressions:(NSArray<NSExpression *> *)leftExpressions rightExpressions:(NSArray<NSExpression *> *)rightExpressions modifier:(NSComparisonPredicateModifier)modifier operators:(NSArray<NSNumber *> *)operators options:(NSUInteger)options;
  24890. | ^
  24891. | ;
  24892. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:47:63: error: expected '>' before '*' token
  24893. 47 | - (instancetype)initWithLeftExpressions:(NSArray<NSExpression *> *)leftExpressions rightExpressionAttributeType:(NSAttributeType)attributeType modifier:(NSComparisonPredicateModifier)modifier operators:(NSArray<NSNumber *> *)operators options:(NSUInteger)options;
  24894. | ^
  24895. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:47:63: error: cannot find protocol declaration for 'NSExpression'
  24896. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:47:64: error: expected ')' before '>' token
  24897. 47 | - (instancetype)initWithLeftExpressions:(NSArray<NSExpression *> *)leftExpressions rightExpressionAttributeType:(NSAttributeType)attributeType modifier:(NSComparisonPredicateModifier)modifier operators:(NSArray<NSNumber *> *)operators options:(NSUInteger)options;
  24898. | ~ ^
  24899. | )
  24900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:47:64: error: expected identifier before '>' token
  24901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:47:64: error: expected ';' before '>' token
  24902. 47 | - (instancetype)initWithLeftExpressions:(NSArray<NSExpression *> *)leftExpressions rightExpressionAttributeType:(NSAttributeType)attributeType modifier:(NSComparisonPredicateModifier)modifier operators:(NSArray<NSNumber *> *)operators options:(NSUInteger)options;
  24903. | ^
  24904. | ;
  24905. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:51:57: error: expected '>' before '*' token
  24906. 51 | - (instancetype)initWithCompoundTypes:(NSArray<NSNumber *> *)compoundTypes;
  24907. | ^
  24908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:51:57: error: cannot find protocol declaration for 'NSNumber'
  24909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:51:58: error: expected ')' before '>' token
  24910. 51 | - (instancetype)initWithCompoundTypes:(NSArray<NSNumber *> *)compoundTypes;
  24911. | ~ ^
  24912. | )
  24913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:51:58: error: expected identifier before '>' token
  24914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:51:58: error: expected ';' before '>' token
  24915. 51 | - (instancetype)initWithCompoundTypes:(NSArray<NSNumber *> *)compoundTypes;
  24916. | ^
  24917. | ;
  24918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:55:59: error: expected '>' before '*' token
  24919. 55 | @property (nullable, readonly, copy) NSArray<NSExpression *> *leftExpressions;
  24920. | ^
  24921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:55:59: error: cannot find protocol declaration for 'NSExpression'
  24922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:55:60: error: expected unqualified-id before '>' token
  24923. 55 | @property (nullable, readonly, copy) NSArray<NSExpression *> *leftExpressions;
  24924. | ^
  24925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:56:59: error: expected '>' before '*' token
  24926. 56 | @property (nullable, readonly, copy) NSArray<NSExpression *> *rightExpressions;
  24927. | ^
  24928. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:56:59: error: cannot find protocol declaration for 'NSExpression'
  24929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:56:60: error: expected unqualified-id before '>' token
  24930. 56 | @property (nullable, readonly, copy) NSArray<NSExpression *> *rightExpressions;
  24931. | ^
  24932. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:59:55: error: expected '>' before '*' token
  24933. 59 | @property (nullable, readonly, copy) NSArray<NSNumber *> *operators;
  24934. | ^
  24935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:59:55: error: cannot find protocol declaration for 'NSNumber'
  24936. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:59:56: error: expected unqualified-id before '>' token
  24937. 59 | @property (nullable, readonly, copy) NSArray<NSNumber *> *operators;
  24938. | ^
  24939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:61:55: error: expected '>' before '*' token
  24940. 61 | @property (nullable, readonly, copy) NSArray<NSNumber *> *compoundTypes;
  24941. | ^
  24942. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:61:55: error: cannot find protocol declaration for 'NSNumber'
  24943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:61:56: error: expected unqualified-id before '>' token
  24944. 61 | @property (nullable, readonly, copy) NSArray<NSNumber *> *compoundTypes;
  24945. | ^
  24946. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:65:41: error: expected '>' before '*' token
  24947. 65 | + (NSArray<NSPredicateEditorRowTemplate *> *)templatesWithAttributeKeyPaths:(NSArray<NSString *> *)keyPaths inEntityDescription:(NSEntityDescription *)entityDescription;
  24948. | ^
  24949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:65:41: error: cannot find protocol declaration for 'NSPredicateEditorRowTemplate'
  24950. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:65:42: error: expected ')' before '>' token
  24951. 65 | + (NSArray<NSPredicateEditorRowTemplate *> *)templatesWithAttributeKeyPaths:(NSArray<NSString *> *)keyPaths inEntityDescription:(NSEntityDescription *)entityDescription;
  24952. | ~ ^
  24953. | )
  24954. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPredicateEditorRowTemplate.h:65:42: error: objective-c++ method declaration is expected before '>' token
  24955. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:236:
  24956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:64:25: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24957. 64 | - (void)setObjectValue:(nullable id <NSCopying>)obj;
  24958. | ^~~~~~~~
  24959. | cg_nullable
  24960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:66:45: error: expected '>' before '*' token
  24961. 66 | @property (nullable, copy) NSArray<NSString *> *allowedTypes;
  24962. | ^
  24963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:66:45: error: cannot find protocol declaration for 'NSString'
  24964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:66:46: error: expected unqualified-id before '>' token
  24965. 66 | @property (nullable, copy) NSArray<NSString *> *allowedTypes;
  24966. | ^
  24967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:68:22: error: unknown property attribute 'weak'
  24968. 68 | @property (nullable, weak) id<NSPathCellDelegate> delegate;
  24969. | ^~~~
  24970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:68:51: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  24971. 68 | @property (nullable, weak) id<NSPathCellDelegate> delegate;
  24972. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  24973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:74:35: error: expected '>' before 'NSPathComponentCell'
  24974. 74 | @property (copy) NSArray<__kindof NSPathComponentCell *> *pathComponentCells;
  24975. | ^~~~~~~~~~~~~~~~~~~
  24976. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:74:35: error: cannot find protocol declaration for '__kindof'
  24977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:74:35: error: 'copy' attribute is only valid for Objective-C objects
  24978. 74 | @property (copy) NSArray<__kindof NSPathComponentCell *> *pathComponentCells;
  24979. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  24980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:74:54: error: expected ';' before '*' token
  24981. 74 | @property (copy) NSArray<__kindof NSPathComponentCell *> *pathComponentCells;
  24982. | ^~
  24983. | ;
  24984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:82:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  24985. 82 | - (nullable NSPathComponentCell *)pathComponentCellAtPoint:(NSPoint)point withFrame:(NSRect)frame inView:(NSView *)view;
  24986. | ^~~~~~~~
  24987. | cg_nullable
  24988. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:86:32: error: unknown property attribute 'strong'
  24989. 86 | @property (nullable, readonly, strong) NSPathComponentCell *clickedPathComponentCell;
  24990. | ^~~~~~
  24991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:107:1: error: cannot use an object as parameter to a method
  24992. 107 | @end
  24993. | ^~~~
  24994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:107:1: error: cannot use an object as parameter to a method
  24995. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:237:
  24996. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:48:44: error: expected '>' before '*' token
  24997. 48 | @property(nullable, copy) NSArray<NSString *> *allowedTypes API_AVAILABLE(macos(10.10));
  24998. | ^
  24999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:48:44: error: cannot find protocol declaration for 'NSString'
  25000. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:48:45: error: expected unqualified-id before '>' token
  25001. 48 | @property(nullable, copy) NSArray<NSString *> *allowedTypes API_AVAILABLE(macos(10.10));
  25002. | ^
  25003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:75:44: error: expected '>' before '*' token
  25004. 75 | @property (copy) NSArray<NSPathControlItem *> *pathItems API_AVAILABLE(macos(10.10));
  25005. | ^
  25006. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:75:44: error: cannot find protocol declaration for 'NSPathControlItem'
  25007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:75:45: error: expected unqualified-id before '>' token
  25008. 75 | @property (copy) NSArray<NSPathControlItem *> *pathItems API_AVAILABLE(macos(10.10));
  25009. | ^
  25010. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:83:22: error: unknown property attribute 'weak'
  25011. 83 | @property (nullable, weak) id <NSPathControlDelegate> delegate;
  25012. | ^~~~
  25013. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:83:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25014. 83 | @property (nullable, weak) id <NSPathControlDelegate> delegate;
  25015. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  25016. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:91:22: error: unknown property attribute 'strong'
  25017. 91 | @property (nullable, strong) NSMenu *menu;
  25018. | ^~~~~~
  25019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:91:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25020. 91 | @property (nullable, strong) NSMenu *menu;
  25021. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  25022. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:131:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25023. 131 | - (nullable NSPathComponentCell *)clickedPathComponentCell API_DEPRECATED("Use -clickedPathItem instead", macos(10.0,10.14));
  25024. | ^~~~~~~~
  25025. | cg_nullable
  25026. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:132:32: error: expected '>' before '*' token
  25027. 132 | - (NSArray<NSPathComponentCell *> *)pathComponentCells API_DEPRECATED("Use -pathItems instead", macos(10.0,10.14));
  25028. | ^
  25029. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:132:32: error: cannot find protocol declaration for 'NSPathComponentCell'
  25030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:132:33: error: expected ')' before '>' token
  25031. 132 | - (NSArray<NSPathComponentCell *> *)pathComponentCells API_DEPRECATED("Use -pathItems instead", macos(10.0,10.14));
  25032. | ~ ^
  25033. | )
  25034. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:132:33: error: objective-c++ method declaration is expected before '>' token
  25035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:133:60: error: expected '>' before '*' token
  25036. 133 | - (void)setPathComponentCells:(NSArray<NSPathComponentCell *> *)cells API_DEPRECATED("Use -setPathItems: instead", macos(10.0,10.14));
  25037. | ^
  25038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:133:60: error: cannot find protocol declaration for 'NSPathComponentCell'
  25039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:133:61: error: expected ')' before '>' token
  25040. 133 | - (void)setPathComponentCells:(NSArray<NSPathComponentCell *> *)cells API_DEPRECATED("Use -setPathItems: instead", macos(10.0,10.14));
  25041. | ~ ^
  25042. | )
  25043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:133:61: error: expected identifier before '>' token
  25044. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h:133:61: error: expected ';' before '>' token
  25045. 133 | - (void)setPathComponentCells:(NSArray<NSPathComponentCell *> *)cells API_DEPRECATED("Use -setPathItems: instead", macos(10.0,10.14));
  25046. | ^
  25047. | ;
  25048. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:238:
  25049. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:25:22: error: unknown property attribute 'strong'
  25050. 25 | @property (nullable, strong) NSImage *image;
  25051. | ^~~~~~
  25052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathComponentCell.h:25:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25053. 25 | @property (nullable, strong) NSImage *image;
  25054. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  25055. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:239:
  25056. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControlItem.h:30:22: error: unknown property attribute 'strong'
  25057. 30 | @property (nullable, strong) NSImage *image;
  25058. | ^~~~~~
  25059. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPathControlItem.h:30:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25060. 30 | @property (nullable, strong) NSImage *image;
  25061. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  25062. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:240:
  25063. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:31:22: error: unknown property attribute 'weak'
  25064. 31 | @property (nullable, weak) IBOutlet id<NSPageControllerDelegate> delegate;
  25065. | ^~~~
  25066. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:31:66: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25067. 31 | @property (nullable, weak) IBOutlet id<NSPageControllerDelegate> delegate;
  25068. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  25069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:35:32: error: unknown property attribute 'strong'
  25070. 35 | @property (nullable, readonly, strong) NSViewController *selectedViewController;
  25071. | ^~~~~~
  25072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:59:27: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25073. 59 | - (IBAction)navigateBack:(nullable id)sender;
  25074. | ^~~~~~~~
  25075. | cg_nullable
  25076. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:60:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25077. 60 | - (IBAction)navigateForward:(nullable id)sender;
  25078. | ^~~~~~~~
  25079. | cg_nullable
  25080. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:61:36: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25081. 61 | - (IBAction)takeSelectedIndexFrom:(nullable id)sender; // sender must respond to -integerValue;
  25082. | ^~~~~~~~
  25083. | cg_nullable
  25084. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:86:77: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25085. 86 | - (NSRect)pageController:(NSPageController *)pageController frameForObject:(nullable id)object;
  25086. | ^~~~~~~~
  25087. | cg_nullable
  25088. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPageController.h:90:128: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25089. 90 | - (void)pageController:(NSPageController *)pageController prepareViewController:(NSViewController *)viewController withObject:(nullable id)object;
  25090. | ^~~~~~~~
  25091. | cg_nullable
  25092. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:243:
  25093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:25:39: error: unknown property attribute 'strong'
  25094. 25 | @property (class, readonly, nullable, strong) NSTextInputContext *currentInputContext;
  25095. | ^~~~~~
  25096. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:43:44: error: expected '>' before '*' token
  25097. 43 | @property(nullable, copy) NSArray<NSString *> *allowedInputSourceLocales;
  25098. | ^
  25099. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:43:44: error: cannot find protocol declaration for 'NSString'
  25100. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:43:45: error: expected unqualified-id before '>' token
  25101. 43 | @property(nullable, copy) NSArray<NSString *> *allowedInputSourceLocales;
  25102. | ^
  25103. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:72:66: error: cannot find protocol declaration for 'NSTextInputSourceIdentifier'
  25104. 72 | @property(nullable, readonly) NSArray<NSTextInputSourceIdentifier> *keyboardInputSources;
  25105. | ^
  25106. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:82:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25107. 82 | + (nullable NSString *)localizedNameForInputSource:(NSTextInputSourceIdentifier)inputSourceIdentifier;
  25108. | ^~~~~~~~
  25109. | cg_nullable
  25110. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:244:
  25111. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:24:124: error: expected ')' before '(' token
  25112. 24 | - (void)searchForItemsWithSearchString:(NSString *)searchString resultLimit:(NSInteger)resultLimit matchedItemHandler:(void (^)(NSArray *items))handleMatchedItems;
  25113. | ~ ^~
  25114. | )
  25115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:24:125: error: expected identifier before '(' token
  25116. 24 | - (void)searchForItemsWithSearchString:(NSString *)searchString resultLimit:(NSInteger)resultLimit matchedItemHandler:(void (^)(NSArray *items))handleMatchedItems;
  25117. | ^
  25118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:24:124: error: expected ';' before '(' token
  25119. 24 | - (void)searchForItemsWithSearchString:(NSString *)searchString resultLimit:(NSInteger)resultLimit matchedItemHandler:(void (^)(NSArray *items))handleMatchedItems;
  25120. | ^~
  25121. | ;
  25122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:28:21: error: expected '>' before '*' token
  25123. 28 | - (NSArray<NSString *> *)localizedTitlesForItem:(id)item;
  25124. | ^
  25125. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:28:21: error: cannot find protocol declaration for 'NSString'
  25126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:28:22: error: expected ')' before '>' token
  25127. 28 | - (NSArray<NSString *> *)localizedTitlesForItem:(id)item;
  25128. | ~ ^
  25129. | )
  25130. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:28:22: error: objective-c++ method declaration is expected before '>' token
  25131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSUserInterfaceItemSearching.h:56:145: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25132. 56 | - (BOOL)searchString:(NSString *)searchString inUserInterfaceItemString:(NSString *)stringToSearch searchRange:(NSRange)searchRange foundRange:(nullable NSRange *)foundRange API_AVAILABLE(macos(10.6));
  25133. | ^~~~~~~~
  25134. | cg_nullable
  25135. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:247:
  25136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:29:125: error: expected ')' before '(' token
  25137. 29 | + (void)restoreWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25138. | ~ ^~
  25139. | )
  25140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:29:126: error: expected identifier before '(' token
  25141. 29 | + (void)restoreWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25142. | ^
  25143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:29:125: error: expected ';' before '(' token
  25144. 29 | + (void)restoreWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25145. | ^~
  25146. | ;
  25147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:44:125: error: expected ')' before '(' token
  25148. 44 | - (BOOL)restoreWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25149. | ~ ^~
  25150. | )
  25151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:44:126: error: expected identifier before '(' token
  25152. 44 | - (BOOL)restoreWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25153. | ^
  25154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:44:125: error: expected ';' before '(' token
  25155. 44 | - (BOOL)restoreWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25156. | ^~
  25157. | ;
  25158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:94:52: error: expected '>' before '*' token
  25159. 94 | @property (class, readonly, copy) NSArray<NSString *> *restorableStateKeyPaths API_AVAILABLE(macos(10.7));
  25160. | ^
  25161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:94:52: error: cannot find protocol declaration for 'NSString'
  25162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:94:53: error: expected unqualified-id before '>' token
  25163. 94 | @property (class, readonly, copy) NSArray<NSString *> *restorableStateKeyPaths API_AVAILABLE(macos(10.7));
  25164. | ^
  25165. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:122:133: error: expected ')' before '(' token
  25166. 122 | - (void)restoreDocumentWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25167. | ~ ^~
  25168. | )
  25169. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:122:134: error: expected identifier before '(' token
  25170. 122 | - (void)restoreDocumentWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25171. | ^
  25172. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:122:133: error: expected ';' before '(' token
  25173. 122 | - (void)restoreDocumentWindowWithIdentifier:(NSUserInterfaceItemIdentifier)identifier state:(NSCoder *)state completionHandler:(void (^)(NSWindow * _Nullable, NSError * _Nullable))completionHandler API_AVAILABLE(macos(10.7));
  25174. | ^~
  25175. | ;
  25176. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:129:52: error: expected '>' before '*' token
  25177. 129 | @property (class, readonly, copy) NSArray<NSString *> *restorableStateKeyPaths API_AVAILABLE(macos(10.7));
  25178. | ^
  25179. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:129:52: error: cannot find protocol declaration for 'NSString'
  25180. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindowRestoration.h:129:53: error: expected unqualified-id before '>' token
  25181. 129 | @property (class, readonly, copy) NSArray<NSString *> *restorableStateKeyPaths API_AVAILABLE(macos(10.7));
  25182. | ^
  25183. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:248:
  25184. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:22:102: error: expected '>' before '*' token
  25185. 22 | - (instancetype)initWithPrimaryString:(NSString *)primaryString alternativeStrings:(NSArray<NSString *> *)alternativeStrings;
  25186. | ^
  25187. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:22:102: error: cannot find protocol declaration for 'NSString'
  25188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:22:103: error: expected ')' before '>' token
  25189. 22 | - (instancetype)initWithPrimaryString:(NSString *)primaryString alternativeStrings:(NSArray<NSString *> *)alternativeStrings;
  25190. | ~ ^
  25191. | )
  25192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:22:103: error: expected identifier before '>' token
  25193. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:22:103: error: expected ';' before '>' token
  25194. 22 | - (instancetype)initWithPrimaryString:(NSString *)primaryString alternativeStrings:(NSArray<NSString *> *)alternativeStrings;
  25195. | ^
  25196. | ;
  25197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:25:45: error: expected '>' before '*' token
  25198. 25 | @property (readonly, copy) NSArray<NSString *> *alternativeStrings;
  25199. | ^
  25200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:25:45: error: cannot find protocol declaration for 'NSString'
  25201. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTextAlternatives.h:25:46: error: expected unqualified-id before '>' token
  25202. 25 | @property (readonly, copy) NSArray<NSString *> *alternativeStrings;
  25203. | ^
  25204. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:251:
  25205. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSVisualEffectView.h:115:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25206. 115 | - (void)viewWillMoveToWindow:(nullable NSWindow *)newWindow NS_REQUIRES_SUPER;
  25207. | ^~~~~~~~
  25208. | cg_nullable
  25209. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:254:
  25210. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDataAsset.h:25:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25211. 25 | - (nullable instancetype)initWithName:(NSDataAssetName)name;
  25212. | ^~~~~~~~
  25213. | cg_nullable
  25214. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSDataAsset.h:27:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25215. 27 | - (nullable instancetype)initWithName:(NSDataAssetName)name bundle:(NSBundle *)bundle NS_DESIGNATED_INITIALIZER;
  25216. | ^~~~~~~~
  25217. | cg_nullable
  25218. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:10,
  25219. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:255:
  25220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSHapticFeedback.h:38:29: error: unknown property attribute 'strong'
  25221. 38 | @property (class, readonly, strong) id<NSHapticFeedbackPerformer> defaultPerformer;
  25222. | ^~~~~~
  25223. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:39:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25224. 39 | - (nullable id<NSAlignmentFeedbackToken>)alignmentFeedbackTokenForMovementInView:(nullable NSView *)view previousPoint:(NSPoint)previousPoint alignedPoint:(NSPoint)alignedPoint defaultPoint:(NSPoint)defaultPoint;
  25225. | ^~~~~~~~
  25226. | cg_nullable
  25227. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:39:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25228. 39 | - (nullable id<NSAlignmentFeedbackToken>)alignmentFeedbackTokenForMovementInView:(nullable NSView *)view previousPoint:(NSPoint)previousPoint alignedPoint:(NSPoint)alignedPoint defaultPoint:(NSPoint)defaultPoint;
  25229. | ^~~~~~~~
  25230. | cg_nullable
  25231. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:43:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25232. 43 | - (nullable id<NSAlignmentFeedbackToken>)alignmentFeedbackTokenForHorizontalMovementInView:(nullable NSView *)view previousX:(CGFloat)previousX alignedX:(CGFloat)alignedX defaultX:(CGFloat)defaultX;
  25233. | ^~~~~~~~
  25234. | cg_nullable
  25235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:43:93: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25236. 43 | - (nullable id<NSAlignmentFeedbackToken>)alignmentFeedbackTokenForHorizontalMovementInView:(nullable NSView *)view previousX:(CGFloat)previousX alignedX:(CGFloat)alignedX defaultX:(CGFloat)defaultX;
  25237. | ^~~~~~~~
  25238. | cg_nullable
  25239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:47:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25240. 47 | - (nullable id<NSAlignmentFeedbackToken>)alignmentFeedbackTokenForVerticalMovementInView:(nullable NSView *)view previousY:(CGFloat)previousY alignedY:(CGFloat)alignedY defaultY:(CGFloat)defaultY;
  25241. | ^~~~~~~~
  25242. | cg_nullable
  25243. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:47:91: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25244. 47 | - (nullable id<NSAlignmentFeedbackToken>)alignmentFeedbackTokenForVerticalMovementInView:(nullable NSView *)view previousY:(CGFloat)previousY alignedY:(CGFloat)alignedY defaultY:(CGFloat)defaultY;
  25245. | ^~~~~~~~
  25246. | cg_nullable
  25247. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:51:36: error: expected '>' before '<' token
  25248. 51 | - (void)performFeedback:(NSArray<id<NSAlignmentFeedbackToken>> *)alignmentFeedbackTokens performanceTime:(NSHapticFeedbackPerformanceTime)performanceTime;
  25249. | ^
  25250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:51:36: error: cannot find protocol declaration for 'id'
  25251. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:51:36: error: expected ')' before '<' token
  25252. 51 | - (void)performFeedback:(NSArray<id<NSAlignmentFeedbackToken>> *)alignmentFeedbackTokens performanceTime:(NSHapticFeedbackPerformanceTime)performanceTime;
  25253. | ~ ^
  25254. | )
  25255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:51:36: error: expected identifier before '<' token
  25256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:51:36: error: cannot use an object as parameter to a method
  25257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlignmentFeedbackFilter.h:51:36: error: expected ';' before '<' token
  25258. 51 | - (void)performFeedback:(NSArray<id<NSAlignmentFeedbackToken>> *)alignmentFeedbackTokens performanceTime:(NSHapticFeedbackPerformanceTime)performanceTime;
  25259. | ^
  25260. | ;
  25261. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:257:
  25262. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPressureConfiguration.h:36:21: error: unknown property attribute 'strong'
  25263. 36 | @property(nullable, strong) NSPressureConfiguration *pressureConfiguration API_AVAILABLE(macos(10.11));
  25264. | ^~~~~~
  25265. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPressureConfiguration.h:36:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25266. 36 | @property(nullable, strong) NSPressureConfiguration *pressureConfiguration API_AVAILABLE(macos(10.11));
  25267. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
  25268. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:258:
  25269. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:24:119: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25270. 24 | + (instancetype)buttonTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier title:(NSString *)title target:(nullable id)target action:(nullable SEL)action;
  25271. | ^~~~~~~~
  25272. | cg_nullable
  25273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:24:146: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25274. 24 | + (instancetype)buttonTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier title:(NSString *)title target:(nullable id)target action:(nullable SEL)action;
  25275. | ^~~~~~~~
  25276. | cg_nullable
  25277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:27:118: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25278. 27 | + (instancetype)buttonTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier image:(NSImage *)image target:(nullable id)target action:(nullable SEL)action;
  25279. | ^~~~~~~~
  25280. | cg_nullable
  25281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:27:145: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25282. 27 | + (instancetype)buttonTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier image:(NSImage *)image target:(nullable id)target action:(nullable SEL)action;
  25283. | ^~~~~~~~
  25284. | cg_nullable
  25285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:28:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25286. 28 | + (instancetype)buttonTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier title:(NSString *)title image:(NSImage *)image target:(nullable id)target action:(nullable SEL)action;
  25287. | ^~~~~~~~
  25288. | cg_nullable
  25289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:28:169: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25290. 28 | + (instancetype)buttonTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier title:(NSString *)title image:(NSImage *)image target:(nullable id)target action:(nullable SEL)action;
  25291. | ^~~~~~~~
  25292. | cg_nullable
  25293. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:37:22: error: unknown property attribute 'strong'
  25294. 37 | @property (nullable, strong) NSImage *image;
  25295. | ^~~~~~
  25296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:37:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25297. 37 | @property (nullable, strong) NSImage *image;
  25298. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  25299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:44:22: error: unknown property attribute 'weak'
  25300. 44 | @property (nullable, weak) id target;
  25301. | ^~~~
  25302. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonTouchBarItem.h:44:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25303. 44 | @property (nullable, weak) id target;
  25304. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  25305. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:259:
  25306. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:36:112: error: expected '>' before '*' token
  25307. 36 | + (instancetype)pickerTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier labels:(NSArray<NSString *> *)labels selectionMode:(NSPickerTouchBarItemSelectionMode)selectionMode target:(nullable id)target action:(nullable SEL)action;
  25308. | ^
  25309. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:36:112: error: cannot find protocol declaration for 'NSString'
  25310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:36:113: error: expected ')' before '>' token
  25311. 36 | + (instancetype)pickerTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier labels:(NSArray<NSString *> *)labels selectionMode:(NSPickerTouchBarItemSelectionMode)selectionMode target:(nullable id)target action:(nullable SEL)action;
  25312. | ~ ^
  25313. | )
  25314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:36:113: error: expected identifier before '>' token
  25315. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:36:113: error: expected ';' before '>' token
  25316. 36 | + (instancetype)pickerTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier labels:(NSArray<NSString *> *)labels selectionMode:(NSPickerTouchBarItemSelectionMode)selectionMode target:(nullable id)target action:(nullable SEL)action;
  25317. | ^
  25318. | ;
  25319. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:39:111: error: expected '>' before '*' token
  25320. 39 | + (instancetype)pickerTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier images:(NSArray<NSImage *> *)images selectionMode:(NSPickerTouchBarItemSelectionMode)selectionMode target:(nullable id)target action:(nullable SEL)action;
  25321. | ^
  25322. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:39:111: error: cannot find protocol declaration for 'NSImage'
  25323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:39:112: error: expected ')' before '>' token
  25324. 39 | + (instancetype)pickerTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier images:(NSArray<NSImage *> *)images selectionMode:(NSPickerTouchBarItemSelectionMode)selectionMode target:(nullable id)target action:(nullable SEL)action;
  25325. | ~ ^
  25326. | )
  25327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:39:112: error: expected identifier before '>' token
  25328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:39:112: error: expected ';' before '>' token
  25329. 39 | + (instancetype)pickerTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier images:(NSArray<NSImage *> *)images selectionMode:(NSPickerTouchBarItemSelectionMode)selectionMode target:(nullable id)target action:(nullable SEL)action;
  25330. | ^
  25331. | ;
  25332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:58:22: error: unknown property attribute 'strong'
  25333. 58 | @property (nullable, strong) NSImage *collapsedRepresentationImage;
  25334. | ^~~~~~
  25335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:58:39: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25336. 58 | @property (nullable, strong) NSImage *collapsedRepresentationImage;
  25337. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25338. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:88:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25339. 88 | - (void)setImage:(nullable NSImage *)image atIndex:(NSInteger)index;
  25340. | ^~~~~~~~
  25341. | cg_nullable
  25342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:89:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25343. 89 | - (nullable NSImage *)imageAtIndex:(NSInteger)index;
  25344. | ^~~~~~~~
  25345. | cg_nullable
  25346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:96:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25347. 96 | - (nullable NSString *)labelAtIndex:(NSInteger)index;
  25348. | ^~~~~~~~
  25349. | cg_nullable
  25350. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:98:22: error: unknown property attribute 'weak'
  25351. 98 | @property (nullable, weak) id target;
  25352. | ^~~~
  25353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPickerTouchBarItem.h:98:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25354. 98 | @property (nullable, weak) id target;
  25355. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  25356. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:260:
  25357. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStepperTouchBarItem.h:23:108: error: expected ')' before '(' token
  25358. 23 | + (instancetype)stepperTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier drawingHandler:(void (^)(NSRect rect, double value))drawingHandler;
  25359. | ~ ^~
  25360. | )
  25361. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStepperTouchBarItem.h:23:109: error: expected identifier before '(' token
  25362. 23 | + (instancetype)stepperTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier drawingHandler:(void (^)(NSRect rect, double value))drawingHandler;
  25363. | ^
  25364. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStepperTouchBarItem.h:23:108: error: expected ';' before '(' token
  25365. 23 | + (instancetype)stepperTouchBarItemWithIdentifier:(NSTouchBarItemIdentifier)identifier drawingHandler:(void (^)(NSRect rect, double value))drawingHandler;
  25366. | ^~
  25367. | ;
  25368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStepperTouchBarItem.h:38:12: error: unknown property attribute 'weak'
  25369. 38 | @property (weak, nullable) id target;
  25370. | ^~~~
  25371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStepperTouchBarItem.h:38:31: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25372. 38 | @property (weak, nullable) id target;
  25373. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  25374. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:261:
  25375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTintConfiguration.h:20:29: error: unknown property attribute 'strong'
  25376. 20 | @property (class, readonly, strong) NSTintConfiguration *defaultTintConfiguration;
  25377. | ^~~~~~
  25378. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTintConfiguration.h:26:29: error: unknown property attribute 'strong'
  25379. 26 | @property (class, readonly, strong) NSTintConfiguration *monochromeTintConfiguration;
  25380. | ^~~~~~
  25381. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTintConfiguration.h:44:32: error: unknown property attribute 'strong'
  25382. 44 | @property (readonly, nullable, strong) NSColor *baseTintColor;
  25383. | ^~~~~~
  25384. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTintConfiguration.h:49:32: error: unknown property attribute 'strong'
  25385. 49 | @property (readonly, nullable, strong) NSColor *equivalentContentTintColor;
  25386. | ^~~~~~
  25387. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:262:
  25388. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchToolbarItem.h:23:12: error: unknown property attribute 'strong'
  25389. 23 | @property (strong) NSSearchField *searchField;
  25390. | ^~~~~~
  25391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchToolbarItem.h:23:35: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25392. 23 | @property (strong) NSSearchField *searchField;
  25393. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  25394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchToolbarItem.h:26:22: error: unknown property attribute 'strong'
  25395. 26 | @property (nullable, strong) NSView *view NS_UNAVAILABLE;
  25396. | ^~~~~~
  25397. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSearchToolbarItem.h:26:38: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25398. 26 | @property (nullable, strong) NSView *view NS_UNAVAILABLE;
  25399. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  25400. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:14,
  25401. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:14:
  25402. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSDerivedAttributeDescription.h:41:12: error: unknown property attribute 'strong'
  25403. 41 | @property (strong, nullable) NSExpression *derivationExpression;
  25404. | ^~~~~~
  25405. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSDerivedAttributeDescription.h:41:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25406. 41 | @property (strong, nullable) NSExpression *derivationExpression;
  25407. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  25408. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:15:
  25409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25410. 29 | + (nullable NSEntityDescription *)entityForName:(NSString *)entityName inManagedObjectContext:(NSManagedObjectContext *)context;
  25411. | ^~~~~~~~
  25412. | cg_nullable
  25413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:30:4: error: '__kindof' does not name a type
  25414. 30 | + (__kindof NSManagedObject *)insertNewObjectForEntityForName:(NSString *)entityName inManagedObjectContext:(NSManagedObjectContext *)context;
  25415. | ^~~~~~~~
  25416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:38:50: error: expected '>' before '*' token
  25417. 38 | @property (readonly, copy) NSDictionary<NSString *, NSEntityDescription *> *subentitiesByName;
  25418. | ^
  25419. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:38:50: error: cannot find protocol declaration for 'NSString'
  25420. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:38:51: error: expected unqualified-id before ',' token
  25421. 38 | @property (readonly, copy) NSDictionary<NSString *, NSEntityDescription *> *subentitiesByName;
  25422. | ^
  25423. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:39:12: error: unknown property attribute 'strong'
  25424. 39 | @property (strong) NSArray<NSEntityDescription *> *subentities;
  25425. | ^~~~~~
  25426. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:39:48: error: expected '>' before '*' token
  25427. 39 | @property (strong) NSArray<NSEntityDescription *> *subentities;
  25428. | ^
  25429. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:39:48: error: cannot find protocol declaration for 'NSEntityDescription'
  25430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:39:49: error: expected unqualified-id before '>' token
  25431. 39 | @property (strong) NSArray<NSEntityDescription *> *subentities;
  25432. | ^
  25433. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:42:50: error: expected '>' before '*' token
  25434. 42 | @property (readonly, copy) NSDictionary<NSString *, __kindof NSPropertyDescription *> *propertiesByName;
  25435. | ^
  25436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:42:50: error: cannot find protocol declaration for 'NSString'
  25437. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:42:51: error: expected unqualified-id before ',' token
  25438. 42 | @property (readonly, copy) NSDictionary<NSString *, __kindof NSPropertyDescription *> *propertiesByName;
  25439. | ^
  25440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:43:12: error: unknown property attribute 'strong'
  25441. 43 | @property (strong) NSArray<__kindof NSPropertyDescription *> *properties;
  25442. | ^~~~~~
  25443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:43:37: error: expected '>' before 'NSPropertyDescription'
  25444. 43 | @property (strong) NSArray<__kindof NSPropertyDescription *> *properties;
  25445. | ^~~~~~~~~~~~~~~~~~~~~
  25446. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:43:37: error: cannot find protocol declaration for '__kindof'
  25447. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:43:58: error: expected ';' before '*' token
  25448. 43 | @property (strong) NSArray<__kindof NSPropertyDescription *> *properties;
  25449. | ^~
  25450. | ;
  25451. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:45:33: error: unknown property attribute 'strong'
  25452. 45 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  25453. | ^~~~~~
  25454. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:45:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25455. 45 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  25456. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  25457. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:48:50: error: expected '>' before '*' token
  25458. 48 | @property (readonly, copy) NSDictionary<NSString *, NSAttributeDescription *> *attributesByName;
  25459. | ^
  25460. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:48:50: error: cannot find protocol declaration for 'NSString'
  25461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:48:51: error: expected unqualified-id before ',' token
  25462. 48 | @property (readonly, copy) NSDictionary<NSString *, NSAttributeDescription *> *attributesByName;
  25463. | ^
  25464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:49:50: error: expected '>' before '*' token
  25465. 49 | @property (readonly, copy) NSDictionary<NSString *, NSRelationshipDescription *> *relationshipsByName;
  25466. | ^
  25467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:49:50: error: cannot find protocol declaration for 'NSString'
  25468. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:49:51: error: expected unqualified-id before ',' token
  25469. 49 | @property (readonly, copy) NSDictionary<NSString *, NSRelationshipDescription *> *relationshipsByName;
  25470. | ^
  25471. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:50:38: error: expected '>' before '*' token
  25472. 50 | - (NSArray<NSRelationshipDescription *> *)relationshipsWithDestinationEntity:(NSEntityDescription *)entity;
  25473. | ^
  25474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:50:38: error: cannot find protocol declaration for 'NSRelationshipDescription'
  25475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:50:39: error: expected ')' before '>' token
  25476. 50 | - (NSArray<NSRelationshipDescription *> *)relationshipsWithDestinationEntity:(NSEntityDescription *)entity;
  25477. | ~ ^
  25478. | )
  25479. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:50:39: error: objective-c++ method declaration is expected before '>' token
  25480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:69:51: error: expected '>' before '*' token
  25481. 69 | @property (copy) NSArray <NSFetchIndexDescription *>*indexes API_AVAILABLE(macosx(10.13),ios(11.0),tvos(11.0),watchos(4.0));
  25482. | ^
  25483. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:69:51: error: cannot find protocol declaration for 'NSFetchIndexDescription'
  25484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:69:52: error: expected unqualified-id before '>' token
  25485. 69 | @property (copy) NSArray <NSFetchIndexDescription *>*indexes API_AVAILABLE(macosx(10.13),ios(11.0),tvos(11.0),watchos(4.0));
  25486. | ^
  25487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:79:12: error: unknown property attribute 'strong'
  25488. 79 | @property (strong)NSArray<NSArray<id> *> *uniquenessConstraints API_AVAILABLE(macosx(10.11),ios(9.0));
  25489. | ^~~~~~
  25490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:79:34: error: expected '>' before '<' token
  25491. 79 | @property (strong)NSArray<NSArray<id> *> *uniquenessConstraints API_AVAILABLE(macosx(10.11),ios(9.0));
  25492. | ^
  25493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:79:34: error: cannot find protocol declaration for 'NSArray'
  25494. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:79:34: error: expected unqualified-id before '<' token
  25495. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:85:12: error: unknown property attribute 'strong'
  25496. 85 | @property (strong) NSArray<NSArray<id> *> *compoundIndexes API_DEPRECATED( "Use NSEntityDescription.indexes instead", macosx(10.5,10.13),ios(3.0,11.0),tvos(9.0, 11.0),watchos(2.0, 4.0));
  25497. | ^~~~~~
  25498. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:85:35: error: expected '>' before '<' token
  25499. 85 | @property (strong) NSArray<NSArray<id> *> *compoundIndexes API_DEPRECATED( "Use NSEntityDescription.indexes instead", macosx(10.5,10.13),ios(3.0,11.0),tvos(9.0, 11.0),watchos(2.0, 4.0));
  25500. | ^
  25501. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:85:35: error: cannot find protocol declaration for 'NSArray'
  25502. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:85:35: error: expected unqualified-id before '<' token
  25503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:90:1: error: cannot use an object as parameter to a method
  25504. 90 | @end
  25505. | ^~~~
  25506. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityDescription.h:90:1: error: cannot use an object as parameter to a method
  25507. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:16:
  25508. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedPropertyDescription.h:21:22: error: unknown property attribute 'strong'
  25509. 21 | @property (nullable, strong) NSFetchRequest *fetchRequest;
  25510. | ^~~~~~
  25511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedPropertyDescription.h:21:46: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25512. 21 | @property (nullable, strong) NSFetchRequest *fetchRequest;
  25513. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  25514. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:18:
  25515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSExpressionDescription.h:24:22: error: unknown property attribute 'strong'
  25516. 24 | @property (nullable, strong) NSExpression *expression;
  25517. | ^~~~~~
  25518. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSExpressionDescription.h:24:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25519. 24 | @property (nullable, strong) NSExpression *expression;
  25520. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  25521. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:20:
  25522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchIndexDescription.h:21:56: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25523. 21 | - (instancetype)initWithName:(NSString*)name elements:(nullable NSArray <NSFetchIndexElementDescription *>*)elements;
  25524. | ^~~~~~~~
  25525. | cg_nullable
  25526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchIndexDescription.h:25:58: error: expected '>' before '*' token
  25527. 25 | @property (copy) NSArray <NSFetchIndexElementDescription *>*elements;
  25528. | ^
  25529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchIndexDescription.h:25:58: error: cannot find protocol declaration for 'NSFetchIndexElementDescription'
  25530. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchIndexDescription.h:25:59: error: expected unqualified-id before '>' token
  25531. 25 | @property (copy) NSArray <NSFetchIndexElementDescription *>*elements;
  25532. | ^
  25533. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:9,
  25534. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:22:
  25535. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreRequest.h:27:33: error: unknown property attribute 'strong'
  25536. 27 | @property (nullable, nonatomic, strong) NSArray<NSPersistentStore *> *affectedStores;
  25537. | ^~~~~~
  25538. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreRequest.h:27:67: error: expected '>' before '*' token
  25539. 27 | @property (nullable, nonatomic, strong) NSArray<NSPersistentStore *> *affectedStores;
  25540. | ^
  25541. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreRequest.h:27:67: error: cannot find protocol declaration for 'NSPersistentStore'
  25542. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreRequest.h:27:68: error: expected unqualified-id before '>' token
  25543. 27 | @property (nullable, nonatomic, strong) NSArray<NSPersistentStore *> *affectedStores;
  25544. | ^
  25545. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:10:
  25546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:47:4: error: '__kindof' does not name a type
  25547. 47 | - (__kindof NSManagedObject*)initWithEntity:(NSEntityDescription *)entity insertIntoManagedObjectContext:(nullable NSManagedObjectContext *)context NS_DESIGNATED_INITIALIZER;
  25548. | ^~~~~~~~
  25549. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:47:107: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25550. 47 | - (__kindof NSManagedObject*)initWithEntity:(NSEntityDescription *)entity insertIntoManagedObjectContext:(nullable NSManagedObjectContext *)context NS_DESIGNATED_INITIALIZER;
  25551. | ^~~~~~~~
  25552. | cg_nullable
  25553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:55:33: error: unknown property attribute 'strong'
  25554. 55 | @property (nonatomic, readonly, strong) NSEntityDescription *entity;
  25555. | ^~~~~~
  25556. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:56:33: error: unknown property attribute 'strong'
  25557. 56 | @property (nonatomic, readonly, strong) NSManagedObjectID *objectID;
  25558. | ^~~~~~
  25559. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:75:30: error: expected '>' before '*' token
  25560. 75 | - (NSArray<NSManagedObjectID *> *)objectIDsForRelationshipNamed:(NSString *)key API_AVAILABLE(macosx(10.11),ios(8.3));
  25561. | ^
  25562. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:75:30: error: cannot find protocol declaration for 'NSManagedObjectID'
  25563. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:75:31: error: expected ')' before '>' token
  25564. 75 | - (NSArray<NSManagedObjectID *> *)objectIDsForRelationshipNamed:(NSString *)key API_AVAILABLE(macosx(10.11),ios(8.3));
  25565. | ~ ^
  25566. | )
  25567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:75:31: error: objective-c++ method declaration is expected before '>' token
  25568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:81:32: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25569. 81 | - (void)willAccessValueForKey:(nullable NSString *)key; // read notification
  25570. | ^~~~~~~~
  25571. | cg_nullable
  25572. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:82:31: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25573. 82 | - (void)didAccessValueForKey:(nullable NSString *)key; // read notification (together with willAccessValueForKey used to maintain inverse relationships, to fire faults, etc.) - each read access has to be wrapped in this method pair (in the same way as each write access has to be wrapped in the KVO method pair)
  25574. | ^~~~~~~~
  25575. | cg_nullable
  25576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:117:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25577. 117 | - (nullable id)valueForKey:(NSString *)key;
  25578. | ^~~~~~~~
  25579. | cg_nullable
  25580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:120:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25581. 120 | - (void)setValue:(nullable id)value forKey:(NSString *)key;
  25582. | ^~~~~~~~
  25583. | cg_nullable
  25584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:123:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25585. 123 | - (nullable id)primitiveValueForKey:(NSString *)key;
  25586. | ^~~~~~~~
  25587. | cg_nullable
  25588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:124:28: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25589. 124 | - (void)setPrimitiveValue:(nullable id)value forKey:(NSString *)key;
  25590. | ^~~~~~~~
  25591. | cg_nullable
  25592. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:127:26: error: expected '>' before '*' token
  25593. 127 | - (NSDictionary<NSString *, id> *)committedValuesForKeys:(nullable NSArray<NSString *> *)keys;
  25594. | ^
  25595. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:127:26: error: cannot find protocol declaration for 'NSString'
  25596. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:127:27: error: expected ')' before ',' token
  25597. 127 | - (NSDictionary<NSString *, id> *)committedValuesForKeys:(nullable NSArray<NSString *> *)keys;
  25598. | ~ ^
  25599. | )
  25600. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:127:27: error: objective-c++ method declaration is expected before ',' token
  25601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:130:26: error: expected '>' before '*' token
  25602. 130 | - (NSDictionary<NSString *, id> *)changedValues;
  25603. | ^
  25604. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:130:26: error: cannot find protocol declaration for 'NSString'
  25605. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:130:27: error: expected ')' before ',' token
  25606. 130 | - (NSDictionary<NSString *, id> *)changedValues;
  25607. | ~ ^
  25608. | )
  25609. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:130:27: error: objective-c++ method declaration is expected before ',' token
  25610. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:132:26: error: expected '>' before '*' token
  25611. 132 | - (NSDictionary<NSString *, id> *)changedValuesForCurrentEvent API_AVAILABLE(macosx(10.7),ios(5.0));
  25612. | ^
  25613. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:132:26: error: cannot find protocol declaration for 'NSString'
  25614. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:132:27: error: expected ')' before ',' token
  25615. 132 | - (NSDictionary<NSString *, id> *)changedValuesForCurrentEvent API_AVAILABLE(macosx(10.7),ios(5.0));
  25616. | ~ ^
  25617. | )
  25618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:132:27: error: objective-c++ method declaration is expected before ',' token
  25619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:140:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25620. 140 | - (void)setObservationInfo:(nullable void*)inObservationInfo;
  25621. | ^~~~~~~~
  25622. | cg_nullable
  25623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObject.h:141:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25624. 141 | - (nullable void*)observationInfo;
  25625. | ^~~~~~~~
  25626. | cg_nullable
  25627. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:11:
  25628. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectID.h:21:22: error: unknown property attribute 'strong'
  25629. 21 | @property (readonly, strong) NSEntityDescription *entity; // entity for the object identified by an ID
  25630. | ^~~~~~
  25631. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectID.h:22:32: error: unknown property attribute 'weak'
  25632. 22 | @property (nullable, readonly, weak) NSPersistentStore *persistentStore; // persistent store that fetched the object identified by an ID
  25633. | ^~~~
  25634. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:49: error: expected '>' before ':' token
  25635. 47 | @interface NSFetchRequest<__covariant ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest <NSCoding> {
  25636. | ^
  25637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:49: error: cannot find protocol declaration for 'ResultType'
  25638. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:47:49: error: expected unqualified-id before ':' token
  25639. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:56:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25640. 56 | - (nullable NSArray<ResultType> *)execute:(NSError **)error API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  25641. | ^~~~~~~~
  25642. | cg_nullable
  25643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:58:33: error: unknown property attribute 'strong'
  25644. 58 | @property (nullable, nonatomic, strong) NSEntityDescription *entity;
  25645. | ^~~~~~
  25646. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:58:62: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25647. 58 | @property (nullable, nonatomic, strong) NSEntityDescription *entity;
  25648. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  25649. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:59:43: error: unknown property attribute 'strong'
  25650. 59 | @property (nullable, nonatomic, readonly, strong) NSString *entityName API_AVAILABLE(macosx(10.7),ios(4.0));
  25651. | ^~~~~~
  25652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:61:33: error: unknown property attribute 'strong'
  25653. 61 | @property (nullable, nonatomic, strong) NSPredicate *predicate;
  25654. | ^~~~~~
  25655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:61:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25656. 61 | @property (nullable, nonatomic, strong) NSPredicate *predicate;
  25657. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  25658. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:63:33: error: unknown property attribute 'strong'
  25659. 63 | @property (nullable, nonatomic, strong) NSArray<NSSortDescriptor *> *sortDescriptors;
  25660. | ^~~~~~
  25661. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:63:66: error: expected '>' before '*' token
  25662. 63 | @property (nullable, nonatomic, strong) NSArray<NSSortDescriptor *> *sortDescriptors;
  25663. | ^
  25664. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:63:66: error: cannot find protocol declaration for 'NSSortDescriptor'
  25665. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:63:67: error: expected unqualified-id before '>' token
  25666. 63 | @property (nullable, nonatomic, strong) NSArray<NSSortDescriptor *> *sortDescriptors;
  25667. | ^
  25668. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:67:33: error: unknown property attribute 'strong'
  25669. 67 | @property (nullable, nonatomic, strong) NSArray<NSPersistentStore *> *affectedStores;
  25670. | ^~~~~~
  25671. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:67:67: error: expected '>' before '*' token
  25672. 67 | @property (nullable, nonatomic, strong) NSArray<NSPersistentStore *> *affectedStores;
  25673. | ^
  25674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:67:67: error: cannot find protocol declaration for 'NSPersistentStore'
  25675. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:67:68: error: expected unqualified-id before '>' token
  25676. 67 | @property (nullable, nonatomic, strong) NSArray<NSPersistentStore *> *affectedStores;
  25677. | ^
  25678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:90:56: error: expected '>' before '*' token
  25679. 90 | @property (nullable, nonatomic, copy) NSArray<NSString *> *relationshipKeyPathsForPrefetching API_AVAILABLE(macosx(10.5),ios(3.0));
  25680. | ^
  25681. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:90:56: error: cannot find protocol declaration for 'NSString'
  25682. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:90:57: error: expected unqualified-id before '>' token
  25683. 90 | @property (nullable, nonatomic, copy) NSArray<NSString *> *relationshipKeyPathsForPrefetching API_AVAILABLE(macosx(10.5),ios(3.0));
  25684. | ^
  25685. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:121:33: error: unknown property attribute 'strong'
  25686. 121 | @property (nullable, nonatomic, strong) NSPredicate *havingPredicate API_AVAILABLE(macosx(10.7),ios(5.0));
  25687. | ^~~~~~
  25688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:121:54: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  25689. 121 | @property (nullable, nonatomic, strong) NSPredicate *havingPredicate API_AVAILABLE(macosx(10.7),ios(5.0));
  25690. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  25691. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:126:33: error: expected ';' before '<' token
  25692. 126 | @class NSAsynchronousFetchResult<ResultType:id<NSFetchRequestResult>>;
  25693. | ^
  25694. | ;
  25695. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:128:15: error: expected unqualified-id before '^' token
  25696. 128 | typedef void (^NSPersistentStoreAsynchronousFetchResultCompletionBlock)(NSAsynchronousFetchResult *result);
  25697. | ^
  25698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:128:15: error: expected ')' before '^' token
  25699. 128 | typedef void (^NSPersistentStoreAsynchronousFetchResultCompletionBlock)(NSAsynchronousFetchResult *result);
  25700. | ~^
  25701. | )
  25702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:131:49: error: expected '>' before ':' token
  25703. 131 | @interface NSAsynchronousFetchRequest<ResultType:id<NSFetchRequestResult>> : NSPersistentStoreRequest {
  25704. | ^
  25705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:131:49: error: cannot find protocol declaration for 'ResultType'
  25706. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:131:49: error: expected unqualified-id before ':' token
  25707. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:133:12: error: unknown property attribute 'strong'
  25708. 133 | @property (strong, readonly) NSFetchRequest<ResultType> * fetchRequest;
  25709. | ^~~~~~
  25710. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:133:55: error: cannot find protocol declaration for 'ResultType'
  25711. 133 | @property (strong, readonly) NSFetchRequest<ResultType> * fetchRequest;
  25712. | ^
  25713. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:134:22: error: unknown property attribute 'strong'
  25714. 134 | @property (nullable, strong, readonly) NSPersistentStoreAsynchronousFetchResultCompletionBlock completionBlock;
  25715. | ^~~~~~
  25716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:134:40: error: 'NSPersistentStoreAsynchronousFetchResultCompletionBlock' has not been declared
  25717. 134 | @property (nullable, strong, readonly) NSPersistentStoreAsynchronousFetchResultCompletionBlock completionBlock;
  25718. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25719. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:137:64: error: cannot find protocol declaration for 'ResultType'
  25720. 137 | - (instancetype)initWithFetchRequest:(NSFetchRequest<ResultType> *)request completionBlock:(nullable void(^)(NSAsynchronousFetchResult<ResultType> *))blk;
  25721. | ^
  25722. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequest.h:137:93: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25723. 137 | - (instancetype)initWithFetchRequest:(NSFetchRequest<ResultType> *)request completionBlock:(nullable void(^)(NSAsynchronousFetchResult<ResultType> *))blk;
  25724. | ^~~~~~~~
  25725. | cg_nullable
  25726. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:23:
  25727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequestExpression.h:27:22: error: unknown property attribute 'strong'
  25728. 27 | @property (readonly, strong) NSExpression *requestExpression;
  25729. | ^~~~~~
  25730. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchRequestExpression.h:32:22: error: unknown property attribute 'strong'
  25731. 32 | @property (readonly, strong) NSExpression *contextExpression;
  25732. | ^~~~~~
  25733. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:24:
  25734. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:24:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25735. 24 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles; // looks up all models in the specified bundles and merges them; if nil is specified as argument, uses the main bundle
  25736. | ^~~~~~~~
  25737. | cg_nullable
  25738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:24:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25739. 24 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles; // looks up all models in the specified bundles and merges them; if nil is specified as argument, uses the main bundle
  25740. | ^~~~~~~~
  25741. | cg_nullable
  25742. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:26:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25743. 26 | + (nullable NSManagedObjectModel *)modelByMergingModels:(nullable NSArray<NSManagedObjectModel *> *)models; // combines multiple models (typically from different frameworks) into one
  25744. | ^~~~~~~~
  25745. | cg_nullable
  25746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:26:58: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25747. 26 | + (nullable NSManagedObjectModel *)modelByMergingModels:(nullable NSArray<NSManagedObjectModel *> *)models; // combines multiple models (typically from different frameworks) into one
  25748. | ^~~~~~~~
  25749. | cg_nullable
  25750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:29:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25751. 29 | - (nullable instancetype)initWithContentsOfURL:(NSURL *)url;
  25752. | ^~~~~~~~
  25753. | cg_nullable
  25754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:31:50: error: expected '>' before '*' token
  25755. 31 | @property (readonly, copy) NSDictionary<NSString *, NSEntityDescription *> *entitiesByName;
  25756. | ^
  25757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:31:50: error: cannot find protocol declaration for 'NSString'
  25758. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:31:51: error: expected unqualified-id before ',' token
  25759. 31 | @property (readonly, copy) NSDictionary<NSString *, NSEntityDescription *> *entitiesByName;
  25760. | ^
  25761. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:32:12: error: unknown property attribute 'strong'
  25762. 32 | @property (strong) NSArray<NSEntityDescription *> *entities;
  25763. | ^~~~~~
  25764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:32:48: error: expected '>' before '*' token
  25765. 32 | @property (strong) NSArray<NSEntityDescription *> *entities;
  25766. | ^
  25767. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:32:48: error: cannot find protocol declaration for 'NSEntityDescription'
  25768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:32:49: error: expected unqualified-id before '>' token
  25769. 32 | @property (strong) NSArray<NSEntityDescription *> *entities;
  25770. | ^
  25771. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:34:22: error: unknown property attribute 'strong'
  25772. 34 | @property (readonly, strong) NSArray<NSString *> *configurations; // returns all available configuration names
  25773. | ^~~~~~
  25774. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:34:47: error: expected '>' before '*' token
  25775. 34 | @property (readonly, strong) NSArray<NSString *> *configurations; // returns all available configuration names
  25776. | ^
  25777. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:34:47: error: cannot find protocol declaration for 'NSString'
  25778. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:34:48: error: expected unqualified-id before '>' token
  25779. 34 | @property (readonly, strong) NSArray<NSString *> *configurations; // returns all available configuration names
  25780. | ^
  25781. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:35:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25782. 35 | - (nullable NSArray<NSEntityDescription *> *)entitiesForConfiguration:(nullable NSString *)configuration;
  25783. | ^~~~~~~~
  25784. | cg_nullable
  25785. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:35:72: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25786. 35 | - (nullable NSArray<NSEntityDescription *> *)entitiesForConfiguration:(nullable NSString *)configuration;
  25787. | ^~~~~~~~
  25788. | cg_nullable
  25789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:36:50: error: expected '>' before '*' token
  25790. 36 | - (void)setEntities:(NSArray<NSEntityDescription *> *)entities forConfiguration:(NSString *)configuration;
  25791. | ^
  25792. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:36:50: error: cannot find protocol declaration for 'NSEntityDescription'
  25793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:36:51: error: expected ')' before '>' token
  25794. 36 | - (void)setEntities:(NSArray<NSEntityDescription *> *)entities forConfiguration:(NSString *)configuration;
  25795. | ~ ^
  25796. | )
  25797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:36:51: error: expected identifier before '>' token
  25798. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:36:51: error: expected ';' before '>' token
  25799. 36 | - (void)setEntities:(NSArray<NSEntityDescription *> *)entities forConfiguration:(NSString *)configuration;
  25800. | ^
  25801. | ;
  25802. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:39:34: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25803. 39 | - (void)setFetchRequestTemplate:(nullable NSFetchRequest *)fetchRequestTemplate forName:(NSString *)name;
  25804. | ^~~~~~~~
  25805. | cg_nullable
  25806. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25807. 40 | - (nullable NSFetchRequest *)fetchRequestTemplateForName:(NSString *)name;
  25808. | ^~~~~~~~
  25809. | cg_nullable
  25810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:41:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25811. 41 | - (nullable NSFetchRequest *)fetchRequestFromTemplateWithName:(NSString *)name substitutionVariables:(NSDictionary<NSString *, id> *)variables; // returns a copy of the fetch request template with the variable bindings substituted - this is the usual way to bind an "abstractly" defined fetch request template to a concrete fetch
  25812. | ^~~~~~~~
  25813. | cg_nullable
  25814. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:41:125: error: expected '>' before '*' token
  25815. 41 | - (nullable NSFetchRequest *)fetchRequestFromTemplateWithName:(NSString *)name substitutionVariables:(NSDictionary<NSString *, id> *)variables; // returns a copy of the fetch request template with the variable bindings substituted - this is the usual way to bind an "abstractly" defined fetch request template to a concrete fetch
  25816. | ^
  25817. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:41:125: error: cannot find protocol declaration for 'NSString'
  25818. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:41:126: error: expected ')' before ',' token
  25819. 41 | - (nullable NSFetchRequest *)fetchRequestFromTemplateWithName:(NSString *)name substitutionVariables:(NSDictionary<NSString *, id> *)variables; // returns a copy of the fetch request template with the variable bindings substituted - this is the usual way to bind an "abstractly" defined fetch request template to a concrete fetch
  25820. | ~ ^
  25821. | )
  25822. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:41:126: error: expected identifier before ',' token
  25823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:41:130: error: expected ';' before '>' token
  25824. 41 | - (nullable NSFetchRequest *)fetchRequestFromTemplateWithName:(NSString *)name substitutionVariables:(NSDictionary<NSString *, id> *)variables; // returns a copy of the fetch request template with the variable bindings substituted - this is the usual way to bind an "abstractly" defined fetch request template to a concrete fetch
  25825. | ^
  25826. | ;
  25827. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:58:22: error: unknown property attribute 'strong'
  25828. 58 | @property (nullable, strong) NSDictionary<NSString *, NSString *> *localizationDictionary;
  25829. | ^~~~~~
  25830. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:58:52: error: expected '>' before '*' token
  25831. 58 | @property (nullable, strong) NSDictionary<NSString *, NSString *> *localizationDictionary;
  25832. | ^
  25833. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:58:52: error: cannot find protocol declaration for 'NSString'
  25834. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:58:53: error: expected unqualified-id before ',' token
  25835. 58 | @property (nullable, strong) NSDictionary<NSString *, NSString *> *localizationDictionary;
  25836. | ^
  25837. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25838. 62 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25839. | ^~~~~~~~
  25840. | cg_nullable
  25841. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25842. 62 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25843. | ^~~~~~~~
  25844. | cg_nullable
  25845. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:139: error: expected '>' before '*' token
  25846. 62 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25847. | ^
  25848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:139: error: cannot find protocol declaration for 'NSString'
  25849. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:140: error: expected ')' before ',' token
  25850. 62 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25851. | ~ ^
  25852. | )
  25853. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:140: error: expected identifier before ',' token
  25854. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:62:144: error: expected ';' before '>' token
  25855. 62 | + (nullable NSManagedObjectModel *)mergedModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25856. | ^
  25857. | ;
  25858. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25859. 67 | + (nullable NSManagedObjectModel *)modelByMergingModels:(NSArray<NSManagedObjectModel *> *)models forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25860. | ^~~~~~~~
  25861. | cg_nullable
  25862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:87: error: expected '>' before '*' token
  25863. 67 | + (nullable NSManagedObjectModel *)modelByMergingModels:(NSArray<NSManagedObjectModel *> *)models forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25864. | ^
  25865. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:87: error: cannot find protocol declaration for 'NSManagedObjectModel'
  25866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:88: error: expected ')' before '>' token
  25867. 67 | + (nullable NSManagedObjectModel *)modelByMergingModels:(NSArray<NSManagedObjectModel *> *)models forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25868. | ~ ^
  25869. | )
  25870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:88: error: expected identifier before '>' token
  25871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:88: error: duplicate declaration of method '+modelByMergingModels:' with conflicting types
  25872. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:26:101: note: previous declaration of '+modelByMergingModels:'
  25873. 26 | + (nullable NSManagedObjectModel *)modelByMergingModels:(nullable NSArray<NSManagedObjectModel *> *)models; // combines multiple models (typically from different frameworks) into one
  25874. | ^~~~~~
  25875. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:67:88: error: expected ';' before '>' token
  25876. 67 | + (nullable NSManagedObjectModel *)modelByMergingModels:(NSArray<NSManagedObjectModel *> *)models forStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25877. | ^
  25878. | ;
  25879. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:72:50: error: expected '>' before '*' token
  25880. 72 | @property (readonly, copy) NSDictionary<NSString *, NSFetchRequest *> *fetchRequestTemplatesByName API_AVAILABLE(macosx(10.5),ios(3.0));
  25881. | ^
  25882. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:72:50: error: cannot find protocol declaration for 'NSString'
  25883. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:72:51: error: expected unqualified-id before ',' token
  25884. 72 | @property (readonly, copy) NSDictionary<NSString *, NSFetchRequest *> *fetchRequestTemplatesByName API_AVAILABLE(macosx(10.5),ios(3.0));
  25885. | ^
  25886. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:81:26: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25887. 81 | - (BOOL)isConfiguration:(nullable NSString *)configuration compatibleWithStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25888. | ^~~~~~~~
  25889. | cg_nullable
  25890. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:81:111: error: expected '>' before '*' token
  25891. 81 | - (BOOL)isConfiguration:(nullable NSString *)configuration compatibleWithStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25892. | ^
  25893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:81:111: error: cannot find protocol declaration for 'NSString'
  25894. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:81:112: error: expected ')' before ',' token
  25895. 81 | - (BOOL)isConfiguration:(nullable NSString *)configuration compatibleWithStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25896. | ~ ^
  25897. | )
  25898. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:81:112: error: expected identifier before ',' token
  25899. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:81:116: error: expected ';' before '>' token
  25900. 81 | - (BOOL)isConfiguration:(nullable NSString *)configuration compatibleWithStoreMetadata:(NSDictionary<NSString *, id> *)metadata API_AVAILABLE(macosx(10.5),ios(3.0));
  25901. | ^
  25902. | ;
  25903. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:86:50: error: expected '>' before '*' token
  25904. 86 | @property (readonly, copy) NSDictionary<NSString *, NSData *> *entityVersionHashesByName API_AVAILABLE(macosx(10.5),ios(3.0));
  25905. | ^
  25906. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:86:50: error: cannot find protocol declaration for 'NSString'
  25907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectModel.h:86:51: error: expected unqualified-id before ',' token
  25908. 86 | @property (readonly, copy) NSDictionary<NSString *, NSData *> *entityVersionHashesByName API_AVAILABLE(macosx(10.5),ios(3.0));
  25909. | ^
  25910. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:29:
  25911. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:197:22: error: unknown property attribute 'strong'
  25912. 197 | @property (readonly, strong) NSManagedObjectModel *managedObjectModel;
  25913. | ^~~~~~
  25914. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:199:22: error: unknown property attribute 'strong'
  25915. 199 | @property (readonly, strong) NSArray<__kindof NSPersistentStore *> *persistentStores;
  25916. | ^~~~~~
  25917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:199:47: error: expected '>' before 'NSPersistentStore'
  25918. 199 | @property (readonly, strong) NSArray<__kindof NSPersistentStore *> *persistentStores;
  25919. | ^~~~~~~~~~~~~~~~~
  25920. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:199:47: error: cannot find protocol declaration for '__kindof'
  25921. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:199:64: error: expected ';' before '*' token
  25922. 199 | @property (readonly, strong) NSArray<__kindof NSPersistentStore *> *persistentStores;
  25923. | ^~
  25924. | ;
  25925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:204:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25926. 204 | - (nullable __kindof NSPersistentStore *)persistentStoreForURL:(NSURL *)URL;
  25927. | ^~~~~~~~
  25928. | cg_nullable
  25929. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:213:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25930. 213 | - (nullable __kindof NSPersistentStore *)addPersistentStoreWithType:(NSString *)storeType configuration:(nullable NSString *)configuration URL:(nullable NSURL *)storeURL options:(nullable NSDictionary *)options error:(NSError **)error;
  25931. | ^~~~~~~~
  25932. | cg_nullable
  25933. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:213:106: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25934. 213 | - (nullable __kindof NSPersistentStore *)addPersistentStoreWithType:(NSString *)storeType configuration:(nullable NSString *)configuration URL:(nullable NSURL *)storeURL options:(nullable NSDictionary *)options error:(NSError **)error;
  25935. | ^~~~~~~~
  25936. | cg_nullable
  25937. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:213:145: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25938. 213 | - (nullable __kindof NSPersistentStore *)addPersistentStoreWithType:(NSString *)storeType configuration:(nullable NSString *)configuration URL:(nullable NSURL *)storeURL options:(nullable NSDictionary *)options error:(NSError **)error;
  25939. | ^~~~~~~~
  25940. | cg_nullable
  25941. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:213:180: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25942. 213 | - (nullable __kindof NSPersistentStore *)addPersistentStoreWithType:(NSString *)storeType configuration:(nullable NSString *)configuration URL:(nullable NSURL *)storeURL options:(nullable NSDictionary *)options error:(NSError **)error;
  25943. | ^~~~~~~~
  25944. | cg_nullable
  25945. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:215:115: error: expected ')' before '(' token
  25946. 215 | - (void)addPersistentStoreWithDescription:(NSPersistentStoreDescription *)storeDescription completionHandler:(void (^)(NSPersistentStoreDescription *, NSError * _Nullable))block API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  25947. | ~ ^~
  25948. | )
  25949. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:215:116: error: expected identifier before '(' token
  25950. 215 | - (void)addPersistentStoreWithDescription:(NSPersistentStoreDescription *)storeDescription completionHandler:(void (^)(NSPersistentStoreDescription *, NSError * _Nullable))block API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  25951. | ^
  25952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:215:115: error: expected ';' before '(' token
  25953. 215 | - (void)addPersistentStoreWithDescription:(NSPersistentStoreDescription *)storeDescription completionHandler:(void (^)(NSPersistentStoreDescription *, NSError * _Nullable))block API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  25954. | ^~
  25955. | ;
  25956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:221:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25957. 221 | - (void)setMetadata:(nullable NSDictionary<NSString *, id> *)metadata forPersistentStore:(NSPersistentStore *)store;
  25958. | ^~~~~~~~
  25959. | cg_nullable
  25960. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:225:26: error: expected '>' before '*' token
  25961. 225 | - (NSDictionary<NSString *, id> *)metadataForPersistentStore:(NSPersistentStore *)store;
  25962. | ^
  25963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:225:26: error: cannot find protocol declaration for 'NSString'
  25964. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:225:27: error: expected ')' before ',' token
  25965. 225 | - (NSDictionary<NSString *, id> *)metadataForPersistentStore:(NSPersistentStore *)store;
  25966. | ~ ^
  25967. | )
  25968. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:225:27: error: objective-c++ method declaration is expected before ',' token
  25969. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:229:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25970. 229 | - (nullable NSManagedObjectID *)managedObjectIDForURIRepresentation:(NSURL *)url;
  25971. | ^~~~~~~~
  25972. | cg_nullable
  25973. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:236:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25974. 236 | - (nullable id)executeRequest:(NSPersistentStoreRequest *)request withContext:(NSManagedObjectContext *)context error:(NSError**)error API_AVAILABLE(macosx(10.7),ios(5.0));
  25975. | ^~~~~~~~
  25976. | cg_nullable
  25977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:240:28: error: unknown property attribute 'strong'
  25978. 240 | @property(class, readonly, strong) NSDictionary<NSString *, NSValue *> *registeredStoreTypes API_AVAILABLE(macosx(10.5),ios(3.0));
  25979. | ^~~~~~
  25980. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:240:58: error: expected '>' before '*' token
  25981. 240 | @property(class, readonly, strong) NSDictionary<NSString *, NSValue *> *registeredStoreTypes API_AVAILABLE(macosx(10.5),ios(3.0));
  25982. | ^
  25983. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:240:58: error: cannot find protocol declaration for 'NSString'
  25984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:240:59: error: expected unqualified-id before ',' token
  25985. 240 | @property(class, readonly, strong) NSDictionary<NSString *, NSValue *> *registeredStoreTypes API_AVAILABLE(macosx(10.5),ios(3.0));
  25986. | ^
  25987. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:244:29: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25988. 244 | + (void)registerStoreClass:(nullable Class)storeClass forStoreType:(NSString *)storeType API_AVAILABLE(macosx(10.5),ios(3.0));
  25989. | ^~~~~~~~
  25990. | cg_nullable
  25991. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:248:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25992. 248 | + (nullable NSDictionary<NSString *, id> *)metadataForPersistentStoreOfType:(NSString*)storeType URL:(NSURL *)url options:(nullable NSDictionary *)options error:(NSError **)error API_AVAILABLE(macosx(10.9),ios(7.0));
  25993. | ^~~~~~~~
  25994. | cg_nullable
  25995. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:248:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  25996. 248 | + (nullable NSDictionary<NSString *, id> *)metadataForPersistentStoreOfType:(NSString*)storeType URL:(NSURL *)url options:(nullable NSDictionary *)options error:(NSError **)error API_AVAILABLE(macosx(10.9),ios(7.0));
  25997. | ^~~~~~~~
  25998. | cg_nullable
  25999. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:249:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26000. 249 | + (BOOL)setMetadata:(nullable NSDictionary<NSString *, id> *)metadata forPersistentStoreOfType:(NSString*)storeType URL:(NSURL*)url options:(nullable NSDictionary*)options error:(NSError**)error API_AVAILABLE(macosx(10.9),ios(7.0));
  26001. | ^~~~~~~~
  26002. | cg_nullable
  26003. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:249:142: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26004. 249 | + (BOOL)setMetadata:(nullable NSDictionary<NSString *, id> *)metadata forPersistentStoreOfType:(NSString*)storeType URL:(NSURL*)url options:(nullable NSDictionary*)options error:(NSError**)error API_AVAILABLE(macosx(10.9),ios(7.0));
  26005. | ^~~~~~~~
  26006. | cg_nullable
  26007. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:265:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26008. 265 | - (nullable NSPersistentStore *)importStoreWithIdentifier:(nullable NSString *)storeIdentifier fromExternalRecordsDirectory:(NSURL *)externalRecordsURL toURL:(NSURL *)destinationURL options:(nullable NSDictionary *)options withType:(NSString *)storeType error:(NSError **)error API_AVAILABLE(macosx(10.6)) API_UNAVAILABLE(ios);
  26009. | ^~~~~~~~
  26010. | cg_nullable
  26011. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:265:60: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26012. 265 | - (nullable NSPersistentStore *)importStoreWithIdentifier:(nullable NSString *)storeIdentifier fromExternalRecordsDirectory:(NSURL *)externalRecordsURL toURL:(NSURL *)destinationURL options:(nullable NSDictionary *)options withType:(NSString *)storeType error:(NSError **)error API_AVAILABLE(macosx(10.6)) API_UNAVAILABLE(ios);
  26013. | ^~~~~~~~
  26014. | cg_nullable
  26015. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:265:192: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26016. 265 | - (nullable NSPersistentStore *)importStoreWithIdentifier:(nullable NSString *)storeIdentifier fromExternalRecordsDirectory:(NSURL *)externalRecordsURL toURL:(NSURL *)destinationURL options:(nullable NSDictionary *)options withType:(NSString *)storeType error:(NSError **)error API_AVAILABLE(macosx(10.6)) API_UNAVAILABLE(ios);
  26017. | ^~~~~~~~
  26018. | cg_nullable
  26019. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:269:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26020. 269 | - (nullable NSPersistentStore *)migratePersistentStore:(NSPersistentStore *)store toURL:(NSURL *)URL options:(nullable NSDictionary *)options withType:(NSString *)storeType error:(NSError **)error;
  26021. | ^~~~~~~~
  26022. | cg_nullable
  26023. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:269:111: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26024. 269 | - (nullable NSPersistentStore *)migratePersistentStore:(NSPersistentStore *)store toURL:(NSURL *)URL options:(nullable NSDictionary *)options withType:(NSString *)storeType error:(NSError **)error;
  26025. | ^~~~~~~~
  26026. | cg_nullable
  26027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:273:90: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26028. 273 | - (BOOL)destroyPersistentStoreAtURL:(NSURL *)url withType:(NSString *)storeType options:(nullable NSDictionary *)options error:(NSError**)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26029. | ^~~~~~~~
  26030. | cg_nullable
  26031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:277:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26032. 277 | - (BOOL)replacePersistentStoreAtURL:(NSURL *)destinationURL destinationOptions:(nullable NSDictionary *)destinationOptions withPersistentStoreFromURL:(NSURL *)sourceURL sourceOptions:(nullable NSDictionary *)sourceOptions storeType:(NSString *)storeType error:(NSError**)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26033. | ^~~~~~~~
  26034. | cg_nullable
  26035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:277:185: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26036. 277 | - (BOOL)replacePersistentStoreAtURL:(NSURL *)destinationURL destinationOptions:(nullable NSDictionary *)destinationOptions withPersistentStoreFromURL:(NSURL *)sourceURL sourceOptions:(nullable NSDictionary *)sourceOptions storeType:(NSString *)storeType error:(NSError**)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26037. | ^~~~~~~~
  26038. | cg_nullable
  26039. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:280:27: error: expected ')' before '(' token
  26040. 280 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.10),ios(8.0));
  26041. | ~ ^~
  26042. | )
  26043. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:280:28: error: expected identifier before '(' token
  26044. 280 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.10),ios(8.0));
  26045. | ^
  26046. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:280:27: error: expected ';' before '(' token
  26047. 280 | - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.10),ios(8.0));
  26048. | ^~
  26049. | ;
  26050. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:283:34: error: expected ')' before '(' token
  26051. 283 | - (void)performBlockAndWait:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macosx(10.10),ios(8.0));
  26052. | ~ ^~
  26053. | )
  26054. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:283:35: error: expected identifier before '(' token
  26055. 283 | - (void)performBlockAndWait:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macosx(10.10),ios(8.0));
  26056. | ^
  26057. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:283:34: error: expected ';' before '(' token
  26058. 283 | - (void)performBlockAndWait:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macosx(10.10),ios(8.0));
  26059. | ^~
  26060. | ;
  26061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:286:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26062. 286 | - (nullable NSPersistentHistoryToken *)currentPersistentHistoryTokenFromStores:(nullable NSArray*)stores API_AVAILABLE(macosx(10.14),ios(12.0),tvos(12.0),watchos(5.0));
  26063. | ^~~~~~~~
  26064. | cg_nullable
  26065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:286:81: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26066. 286 | - (nullable NSPersistentHistoryToken *)currentPersistentHistoryTokenFromStores:(nullable NSArray*)stores API_AVAILABLE(macosx(10.14),ios(12.0),tvos(12.0),watchos(5.0));
  26067. | ^~~~~~~~
  26068. | cg_nullable
  26069. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:292:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26070. 292 | + (nullable NSDictionary *)metadataForPersistentStoreWithURL:(NSURL *)url error:(NSError **)error API_DEPRECATED("Use -metadataForPersistentStoreOfType:URL:options:error: and pass in an options dictionary matching addPersistentStoreWithType", macosx(10.4,10.5));
  26071. | ^~~~~~~~
  26072. | cg_nullable
  26073. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:298:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26074. 298 | + (nullable NSDictionary<NSString *, id> *)metadataForPersistentStoreOfType:(nullable NSString *)storeType URL:(NSURL *)url error:(NSError **)error API_DEPRECATED("Use -metadataForPersistentStoreOfType:URL:options:error: and pass in an options dictionary matching addPersistentStoreWithType", macosx(10.5,10.11), ios(3.0,9.0));
  26075. | ^~~~~~~~
  26076. | cg_nullable
  26077. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:298:78: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26078. 298 | + (nullable NSDictionary<NSString *, id> *)metadataForPersistentStoreOfType:(nullable NSString *)storeType URL:(NSURL *)url error:(NSError **)error API_DEPRECATED("Use -metadataForPersistentStoreOfType:URL:options:error: and pass in an options dictionary matching addPersistentStoreWithType", macosx(10.5,10.11), ios(3.0,9.0));
  26079. | ^~~~~~~~
  26080. | cg_nullable
  26081. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:300:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26082. 300 | + (BOOL)setMetadata:(nullable NSDictionary<NSString *, id> *)metadata forPersistentStoreOfType:(nullable NSString *)storeType URL:(NSURL*)url error:(NSError **)error API_DEPRECATED("Use -setMetadata:forPersistentStoreOfType:URL:options:error: and pass in an options dictionary matching addPersistentStoreWithType", macosx(10.5,10.11), ios(3.0,9.0));
  26083. | ^~~~~~~~
  26084. | cg_nullable
  26085. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:300:97: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26086. 300 | + (BOOL)setMetadata:(nullable NSDictionary<NSString *, id> *)metadata forPersistentStoreOfType:(nullable NSString *)storeType URL:(NSURL*)url error:(NSError **)error API_DEPRECATED("Use -setMetadata:forPersistentStoreOfType:URL:options:error: and pass in an options dictionary matching addPersistentStoreWithType", macosx(10.5,10.11), ios(3.0,9.0));
  26087. | ^~~~~~~~
  26088. | cg_nullable
  26089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:305:83: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26090. 305 | + (BOOL)removeUbiquitousContentAndPersistentStoreAtURL:(NSURL *)storeURL options:(nullable NSDictionary *)options error:(NSError**)error API_DEPRECATED("Please see the release notes and Core Data documentation.", macosx(10.7,10.12), ios(5.0,10.0));
  26091. | ^~~~~~~~
  26092. | cg_nullable
  26093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreCoordinator.h:308:1: error: cannot use an object as parameter to a method
  26094. 308 | @end
  26095. | ^~~~
  26096. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:31:
  26097. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:35:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26098. 35 | + (nullable NSDictionary<NSString *, id> *)metadataForPersistentStoreWithURL:(NSURL *)url error:(NSError **)error;
  26099. | ^~~~~~~~
  26100. | cg_nullable
  26101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:37:22: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26102. 37 | + (BOOL)setMetadata:(nullable NSDictionary<NSString *, id> *)metadata forPersistentStoreWithURL:(NSURL*)url error:(NSError **)error;
  26103. | ^~~~~~~~
  26104. | cg_nullable
  26105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:44:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26106. 44 | - (instancetype)initWithPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)root configurationName:(nullable NSString *)name URL:(NSURL *)url options:(nullable NSDictionary *)options NS_DESIGNATED_INITIALIZER;
  26107. | ^~~~~~~~
  26108. | cg_nullable
  26109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:44:117: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26110. 44 | - (instancetype)initWithPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)root configurationName:(nullable NSString *)name URL:(NSURL *)url options:(nullable NSDictionary *)options NS_DESIGNATED_INITIALIZER;
  26111. | ^~~~~~~~
  26112. | cg_nullable
  26113. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:44:168: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26114. 44 | - (instancetype)initWithPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)root configurationName:(nullable NSString *)name URL:(NSURL *)url options:(nullable NSDictionary *)options NS_DESIGNATED_INITIALIZER;
  26115. | ^~~~~~~~
  26116. | cg_nullable
  26117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:52:43: error: unknown property attribute 'weak'
  26118. 52 | @property (nullable, nonatomic, readonly, weak) NSPersistentStoreCoordinator *persistentStoreCoordinator;
  26119. | ^~~~
  26120. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:55:32: error: unknown property attribute 'strong'
  26121. 55 | @property (nullable, readonly, strong) NSDictionary *options; // the options the store was initialized with
  26122. | ^~~~~~
  26123. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:57:22: error: unknown property attribute 'strong'
  26124. 57 | @property (nullable, strong) NSURL *URL;
  26125. | ^~~~~~
  26126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:57:37: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26127. 57 | @property (nullable, strong) NSURL *URL;
  26128. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  26129. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:65:40: error: unknown property attribute 'strong'
  26130. 65 | @property (null_resettable, nonatomic, strong) NSDictionary<NSString *, id> *metadata; // includes store type and UUID
  26131. | ^~~~~~
  26132. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:65:70: error: expected '>' before '*' token
  26133. 65 | @property (null_resettable, nonatomic, strong) NSDictionary<NSString *, id> *metadata; // includes store type and UUID
  26134. | ^
  26135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:65:70: error: cannot find protocol declaration for 'NSString'
  26136. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:65:71: error: expected unqualified-id before ',' token
  26137. 65 | @property (null_resettable, nonatomic, strong) NSDictionary<NSString *, id> *metadata; // includes store type and UUID
  26138. | ^
  26139. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStore.h:72:51: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26140. 72 | - (void)willRemoveFromPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)coordinator;
  26141. | ^~~~~~~~
  26142. | cg_nullable
  26143. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:15,
  26144. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:32:
  26145. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:29:33: error: unknown property attribute 'strong'
  26146. 29 | @property (nonatomic, readonly, strong) NSManagedObjectID *objectID;
  26147. | ^~~~~~
  26148. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:33:33: error: unknown property attribute 'strong'
  26149. 33 | @property (nullable, nonatomic, strong) NSMutableDictionary<NSString *, id> *propertyCache;
  26150. | ^~~~~~
  26151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:33:70: error: expected '>' before '*' token
  26152. 33 | @property (nullable, nonatomic, strong) NSMutableDictionary<NSString *, id> *propertyCache;
  26153. | ^
  26154. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:33:70: error: cannot find protocol declaration for 'NSString'
  26155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:33:71: error: expected unqualified-id before ',' token
  26156. 33 | @property (nullable, nonatomic, strong) NSMutableDictionary<NSString *, id> *propertyCache;
  26157. | ^
  26158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:40:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26159. 40 | - (nullable id)valueForKey:(NSString*)key;
  26160. | ^~~~~~~~
  26161. | cg_nullable
  26162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStoreCacheNode.h:44:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26163. 44 | - (void)setValue:(nullable id)value forKey:(NSString*)key;
  26164. | ^~~~~~~~
  26165. | cg_nullable
  26166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:29:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26167. 29 | - (instancetype)initWithPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)coordinator configurationName:(nullable NSString *)configurationName URL:(NSURL *)url options:(nullable NSDictionary *)options;
  26168. | ^~~~~~~~
  26169. | cg_nullable
  26170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:29:124: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26171. 29 | - (instancetype)initWithPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)coordinator configurationName:(nullable NSString *)configurationName URL:(NSURL *)url options:(nullable NSDictionary *)options;
  26172. | ^~~~~~~~
  26173. | cg_nullable
  26174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:29:188: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26175. 29 | - (instancetype)initWithPersistentStoreCoordinator:(nullable NSPersistentStoreCoordinator *)coordinator configurationName:(nullable NSString *)configurationName URL:(NSURL *)url options:(nullable NSDictionary *)options;
  26176. | ^~~~~~~~
  26177. | cg_nullable
  26178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:44:19: error: expected '>' before 'NSAtomicStoreCacheNode'
  26179. 44 | - (NSSet<__kindof NSAtomicStoreCacheNode *> *)cacheNodes;
  26180. | ^~~~~~~~~~~~~~~~~~~~~~
  26181. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:44:19: error: cannot find protocol declaration for '__kindof'
  26182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:44:4: error: two or more data types in declaration of 'type name'
  26183. 44 | - (NSSet<__kindof NSAtomicStoreCacheNode *> *)cacheNodes;
  26184. | ^~~~~
  26185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:47:39: error: expected '>' before 'NSAtomicStoreCacheNode'
  26186. 47 | - (void)addCacheNodes:(NSSet<__kindof NSAtomicStoreCacheNode *> *)cacheNodes;
  26187. | ^~~~~~~~~~~~~~~~~~~~~~
  26188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:47:39: error: cannot find protocol declaration for '__kindof'
  26189. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:47:24: error: two or more data types in declaration of 'type name'
  26190. 47 | - (void)addCacheNodes:(NSSet<__kindof NSAtomicStoreCacheNode *> *)cacheNodes;
  26191. | ^~~~~
  26192. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:50:46: error: expected '>' before 'NSAtomicStoreCacheNode'
  26193. 50 | - (void)willRemoveCacheNodes:(NSSet<__kindof NSAtomicStoreCacheNode *> *)cacheNodes;
  26194. | ^~~~~~~~~~~~~~~~~~~~~~
  26195. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:50:46: error: cannot find protocol declaration for '__kindof'
  26196. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:50:31: error: two or more data types in declaration of 'type name'
  26197. 50 | - (void)willRemoveCacheNodes:(NSSet<__kindof NSAtomicStoreCacheNode *> *)cacheNodes;
  26198. | ^~~~~
  26199. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSAtomicStore.h:53:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26200. 53 | - (nullable NSAtomicStoreCacheNode *)cacheNodeForObjectID:(NSManagedObjectID *)objectID;
  26201. | ^~~~~~~~
  26202. | cg_nullable
  26203. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:36:
  26204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:24:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26205. 24 | + (nullable NSMappingModel *)mappingModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forSourceModel:(nullable NSManagedObjectModel *)sourceModel destinationModel:(nullable NSManagedObjectModel *)destinationModel;
  26206. | ^~~~~~~~
  26207. | cg_nullable
  26208. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:24:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26209. 24 | + (nullable NSMappingModel *)mappingModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forSourceModel:(nullable NSManagedObjectModel *)sourceModel destinationModel:(nullable NSManagedObjectModel *)destinationModel;
  26210. | ^~~~~~~~
  26211. | cg_nullable
  26212. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:24:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26213. 24 | + (nullable NSMappingModel *)mappingModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forSourceModel:(nullable NSManagedObjectModel *)sourceModel destinationModel:(nullable NSManagedObjectModel *)destinationModel;
  26214. | ^~~~~~~~
  26215. | cg_nullable
  26216. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:24:172: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26217. 24 | + (nullable NSMappingModel *)mappingModelFromBundles:(nullable NSArray<NSBundle *> *)bundles forSourceModel:(nullable NSManagedObjectModel *)sourceModel destinationModel:(nullable NSManagedObjectModel *)destinationModel;
  26218. | ^~~~~~~~
  26219. | cg_nullable
  26220. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:28:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26221. 28 | + (nullable NSMappingModel *)inferredMappingModelForSourceModel:(NSManagedObjectModel *)sourceModel destinationModel:(NSManagedObjectModel *)destinationModel error:(NSError **)error API_AVAILABLE(macosx(10.6),ios(3.0));
  26222. | ^~~~~~~~
  26223. | cg_nullable
  26224. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:32:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26225. 32 | - (nullable instancetype)initWithContentsOfURL:(nullable NSURL *)url;
  26226. | ^~~~~~~~
  26227. | cg_nullable
  26228. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:32:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26229. 32 | - (nullable instancetype)initWithContentsOfURL:(nullable NSURL *)url;
  26230. | ^~~~~~~~
  26231. | cg_nullable
  26232. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:37:29: error: unknown property attribute 'strong'
  26233. 37 | @property (null_resettable, strong) NSArray<NSEntityMapping *> *entityMappings;
  26234. | ^~~~~~
  26235. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:37:61: error: expected '>' before '*' token
  26236. 37 | @property (null_resettable, strong) NSArray<NSEntityMapping *> *entityMappings;
  26237. | ^
  26238. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:37:61: error: cannot find protocol declaration for 'NSEntityMapping'
  26239. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:37:62: error: expected unqualified-id before '>' token
  26240. 37 | @property (null_resettable, strong) NSArray<NSEntityMapping *> *entityMappings;
  26241. | ^
  26242. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:42:50: error: expected '>' before '*' token
  26243. 42 | @property (readonly, copy) NSDictionary<NSString *, NSEntityMapping *> *entityMappingsByName;
  26244. | ^
  26245. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:42:50: error: cannot find protocol declaration for 'NSString'
  26246. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMappingModel.h:42:51: error: expected unqualified-id before ',' token
  26247. 42 | @property (readonly, copy) NSDictionary<NSString *, NSEntityMapping *> *entityMappingsByName;
  26248. | ^
  26249. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:37:
  26250. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:59:22: error: unknown property attribute 'strong'
  26251. 59 | @property (nullable, strong) NSArray<NSPropertyMapping *> *attributeMappings;
  26252. | ^~~~~~
  26253. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:59:56: error: expected '>' before '*' token
  26254. 59 | @property (nullable, strong) NSArray<NSPropertyMapping *> *attributeMappings;
  26255. | ^
  26256. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:59:56: error: cannot find protocol declaration for 'NSPropertyMapping'
  26257. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:59:57: error: expected unqualified-id before '>' token
  26258. 59 | @property (nullable, strong) NSArray<NSPropertyMapping *> *attributeMappings;
  26259. | ^
  26260. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:63:22: error: unknown property attribute 'strong'
  26261. 63 | @property (nullable, strong) NSArray<NSPropertyMapping *> *relationshipMappings;
  26262. | ^~~~~~
  26263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:63:56: error: expected '>' before '*' token
  26264. 63 | @property (nullable, strong) NSArray<NSPropertyMapping *> *relationshipMappings;
  26265. | ^
  26266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:63:56: error: cannot find protocol declaration for 'NSPropertyMapping'
  26267. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:63:57: error: expected unqualified-id before '>' token
  26268. 63 | @property (nullable, strong) NSArray<NSPropertyMapping *> *relationshipMappings;
  26269. | ^
  26270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:67:22: error: unknown property attribute 'strong'
  26271. 67 | @property (nullable, strong) NSExpression *sourceExpression;
  26272. | ^~~~~~
  26273. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:67:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26274. 67 | @property (nullable, strong) NSExpression *sourceExpression;
  26275. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
  26276. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:71:33: error: unknown property attribute 'strong'
  26277. 71 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  26278. | ^~~~~~
  26279. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSEntityMapping.h:71:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26280. 71 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  26281. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  26282. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:38:
  26283. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyMapping.h:26:22: error: unknown property attribute 'strong'
  26284. 26 | @property (nullable, strong) NSExpression *valueExpression;
  26285. | ^~~~~~
  26286. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyMapping.h:26:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26287. 26 | @property (nullable, strong) NSExpression *valueExpression;
  26288. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  26289. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyMapping.h:30:22: error: unknown property attribute 'strong'
  26290. 30 | @property (nullable, strong) NSDictionary *userInfo;
  26291. | ^~~~~~
  26292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPropertyMapping.h:30:44: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26293. 30 | @property (nullable, strong) NSDictionary *userInfo;
  26294. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  26295. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:39:
  26296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:31:85: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26297. 31 | - (BOOL)migrateStoreFromURL:(NSURL *)sourceURL type:(NSString *)sStoreType options:(nullable NSDictionary *)sOptions withMappingModel:(nullable NSMappingModel *)mappings toDestinationURL:(NSURL *)dURL destinationType:(NSString *)dStoreType destinationOptions:(nullable NSDictionary *)dOptions error:(NSError **)error;
  26298. | ^~~~~~~~
  26299. | cg_nullable
  26300. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:31:136: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26301. 31 | - (BOOL)migrateStoreFromURL:(NSURL *)sourceURL type:(NSString *)sStoreType options:(nullable NSDictionary *)sOptions withMappingModel:(nullable NSMappingModel *)mappings toDestinationURL:(NSURL *)dURL destinationType:(NSString *)dStoreType destinationOptions:(nullable NSDictionary *)dOptions error:(NSError **)error;
  26302. | ^~~~~~~~
  26303. | cg_nullable
  26304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:31:261: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26305. 31 | - (BOOL)migrateStoreFromURL:(NSURL *)sourceURL type:(NSString *)sStoreType options:(nullable NSDictionary *)sOptions withMappingModel:(nullable NSMappingModel *)mappings toDestinationURL:(NSURL *)dURL destinationType:(NSString *)dStoreType destinationOptions:(nullable NSDictionary *)dOptions error:(NSError **)error;
  26306. | ^~~~~~~~
  26307. | cg_nullable
  26308. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:41:22: error: unknown property attribute 'strong'
  26309. 41 | @property (readonly, strong) NSMappingModel *mappingModel;
  26310. | ^~~~~~
  26311. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:42:22: error: unknown property attribute 'strong'
  26312. 42 | @property (readonly, strong) NSManagedObjectModel *sourceModel;
  26313. | ^~~~~~
  26314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:43:22: error: unknown property attribute 'strong'
  26315. 43 | @property (readonly, strong) NSManagedObjectModel *destinationModel;
  26316. | ^~~~~~
  26317. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:46:22: error: unknown property attribute 'strong'
  26318. 46 | @property (readonly, strong) NSManagedObjectContext *sourceContext;
  26319. | ^~~~~~
  26320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:47:22: error: unknown property attribute 'strong'
  26321. 47 | @property (readonly, strong) NSManagedObjectContext *destinationContext;
  26322. | ^~~~~~
  26323. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:50:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26324. 50 | - (nullable NSEntityDescription *)sourceEntityForEntityMapping:(NSEntityMapping *)mEntity;
  26325. | ^~~~~~~~
  26326. | cg_nullable
  26327. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:51:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26328. 51 | - (nullable NSEntityDescription *)destinationEntityForEntityMapping:(NSEntityMapping *)mEntity;
  26329. | ^~~~~~~~
  26330. | cg_nullable
  26331. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:58:21: error: expected '>' before 'NSManagedObject'
  26332. 58 | - (NSArray<__kindof NSManagedObject *> *)destinationInstancesForEntityMappingNamed:(NSString *)mappingName sourceInstances:(nullable NSArray<__kindof NSManagedObject *> *)sourceInstances;
  26333. | ^~~~~~~~~~~~~~~
  26334. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:58:21: error: cannot find protocol declaration for '__kindof'
  26335. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:58:4: error: two or more data types in declaration of 'type name'
  26336. 58 | - (NSArray<__kindof NSManagedObject *> *)destinationInstancesForEntityMappingNamed:(NSString *)mappingName sourceInstances:(nullable NSArray<__kindof NSManagedObject *> *)sourceInstances;
  26337. | ^~~~~~~
  26338. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:58:125: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26339. 58 | - (NSArray<__kindof NSManagedObject *> *)destinationInstancesForEntityMappingNamed:(NSString *)mappingName sourceInstances:(nullable NSArray<__kindof NSManagedObject *> *)sourceInstances;
  26340. | ^~~~~~~~
  26341. | cg_nullable
  26342. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:61:21: error: expected '>' before 'NSManagedObject'
  26343. 61 | - (NSArray<__kindof NSManagedObject *> *)sourceInstancesForEntityMappingNamed:(NSString *)mappingName destinationInstances:(nullable NSArray<__kindof NSManagedObject *> *)destinationInstances;
  26344. | ^~~~~~~~~~~~~~~
  26345. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:61:21: error: cannot find protocol declaration for '__kindof'
  26346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:61:4: error: two or more data types in declaration of 'type name'
  26347. 61 | - (NSArray<__kindof NSManagedObject *> *)sourceInstancesForEntityMappingNamed:(NSString *)mappingName destinationInstances:(nullable NSArray<__kindof NSManagedObject *> *)destinationInstances;
  26348. | ^~~~~~~
  26349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:61:125: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26350. 61 | - (NSArray<__kindof NSManagedObject *> *)sourceInstancesForEntityMappingNamed:(NSString *)mappingName destinationInstances:(nullable NSArray<__kindof NSManagedObject *> *)destinationInstances;
  26351. | ^~~~~~~~
  26352. | cg_nullable
  26353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:64:22: error: unknown property attribute 'strong'
  26354. 64 | @property (readonly, strong) NSEntityMapping *currentEntityMapping;
  26355. | ^~~~~~
  26356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:70:33: error: unknown property attribute 'strong'
  26357. 70 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  26358. | ^~~~~~
  26359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMigrationManager.h:70:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26360. 70 | @property (nullable, nonatomic, strong) NSDictionary *userInfo;
  26361. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
  26362. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:41:
  26363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:51:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26364. 51 | - (nullable id)executeRequest:(NSPersistentStoreRequest *)request withContext:(nullable NSManagedObjectContext*)context error:(NSError **)error;
  26365. | ^~~~~~~~
  26366. | cg_nullable
  26367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:51:80: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26368. 51 | - (nullable id)executeRequest:(NSPersistentStoreRequest *)request withContext:(nullable NSManagedObjectContext*)context error:(NSError **)error;
  26369. | ^~~~~~~~
  26370. | cg_nullable
  26371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:56:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26372. 56 | - (nullable NSIncrementalStoreNode *)newValuesForObjectWithID:(NSManagedObjectID*)objectID withContext:(NSManagedObjectContext*)context error:(NSError**)error;
  26373. | ^~~~~~~~
  26374. | cg_nullable
  26375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:62:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26376. 62 | - (nullable id)newValueForRelationship:(NSRelationshipDescription*)relationship forObjectWithID:(NSManagedObjectID*)objectID withContext:(nullable NSManagedObjectContext *)context error:(NSError **)error;
  26377. | ^~~~~~~~
  26378. | cg_nullable
  26379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:62:139: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26380. 62 | - (nullable id)newValueForRelationship:(NSRelationshipDescription*)relationship forObjectWithID:(NSManagedObjectID*)objectID withContext:(nullable NSManagedObjectContext *)context error:(NSError **)error;
  26381. | ^~~~~~~~
  26382. | cg_nullable
  26383. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:70:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26384. 70 | - (nullable NSArray<NSManagedObjectID *> *)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)array error:(NSError **)error;
  26385. | ^~~~~~~~
  26386. | cg_nullable
  26387. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:70:98: error: expected '>' before '*' token
  26388. 70 | - (nullable NSArray<NSManagedObjectID *> *)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)array error:(NSError **)error;
  26389. | ^
  26390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:70:98: error: cannot find protocol declaration for 'NSManagedObject'
  26391. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:70:99: error: expected ')' before '>' token
  26392. 70 | - (nullable NSArray<NSManagedObjectID *> *)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)array error:(NSError **)error;
  26393. | ~ ^
  26394. | )
  26395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:70:99: error: expected identifier before '>' token
  26396. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:70:99: error: expected ';' before '>' token
  26397. 70 | - (nullable NSArray<NSManagedObjectID *> *)obtainPermanentIDsForObjects:(NSArray<NSManagedObject *> *)array error:(NSError **)error;
  26398. | ^
  26399. | ;
  26400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:73:82: error: expected '>' before '*' token
  26401. 73 | - (void)managedObjectContextDidRegisterObjectsWithIDs:(NSArray<NSManagedObjectID *> *)objectIDs;
  26402. | ^
  26403. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:73:82: error: cannot find protocol declaration for 'NSManagedObjectID'
  26404. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:73:83: error: expected ')' before '>' token
  26405. 73 | - (void)managedObjectContextDidRegisterObjectsWithIDs:(NSArray<NSManagedObjectID *> *)objectIDs;
  26406. | ~ ^
  26407. | )
  26408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:73:83: error: expected identifier before '>' token
  26409. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:73:83: error: expected ';' before '>' token
  26410. 73 | - (void)managedObjectContextDidRegisterObjectsWithIDs:(NSArray<NSManagedObjectID *> *)objectIDs;
  26411. | ^
  26412. | ;
  26413. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:76:84: error: expected '>' before '*' token
  26414. 76 | - (void)managedObjectContextDidUnregisterObjectsWithIDs:(NSArray<NSManagedObjectID *> *)objectIDs;
  26415. | ^
  26416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:76:84: error: cannot find protocol declaration for 'NSManagedObjectID'
  26417. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:76:85: error: expected ')' before '>' token
  26418. 76 | - (void)managedObjectContextDidUnregisterObjectsWithIDs:(NSArray<NSManagedObjectID *> *)objectIDs;
  26419. | ~ ^
  26420. | )
  26421. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:76:85: error: expected identifier before '>' token
  26422. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStore.h:76:85: error: expected ';' before '>' token
  26423. 76 | - (void)managedObjectContextDidUnregisterObjectsWithIDs:(NSArray<NSManagedObjectID *> *)objectIDs;
  26424. | ^
  26425. | ;
  26426. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:42:
  26427. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:36:97: error: expected '>' before '*' token
  26428. 36 | - (instancetype)initWithObjectID:(NSManagedObjectID*)objectID withValues:(NSDictionary<NSString *, id> *)values version:(uint64_t)version;
  26429. | ^
  26430. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:36:97: error: cannot find protocol declaration for 'NSString'
  26431. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:36:98: error: expected ')' before ',' token
  26432. 36 | - (instancetype)initWithObjectID:(NSManagedObjectID*)objectID withValues:(NSDictionary<NSString *, id> *)values version:(uint64_t)version;
  26433. | ~ ^
  26434. | )
  26435. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:36:98: error: expected identifier before ',' token
  26436. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:36:102: error: expected ';' before '>' token
  26437. 36 | - (instancetype)initWithObjectID:(NSManagedObjectID*)objectID withValues:(NSDictionary<NSString *, id> *)values version:(uint64_t)version;
  26438. | ^
  26439. | ;
  26440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:40:49: error: expected '>' before '*' token
  26441. 40 | - (void)updateWithValues:(NSDictionary<NSString *, id> *)values version:(uint64_t)version;
  26442. | ^
  26443. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:40:49: error: cannot find protocol declaration for 'NSString'
  26444. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:40:50: error: expected ')' before ',' token
  26445. 40 | - (void)updateWithValues:(NSDictionary<NSString *, id> *)values version:(uint64_t)version;
  26446. | ~ ^
  26447. | )
  26448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:40:50: error: expected identifier before ',' token
  26449. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:40:54: error: expected ';' before '>' token
  26450. 40 | - (void)updateWithValues:(NSDictionary<NSString *, id> *)values version:(uint64_t)version;
  26451. | ^
  26452. | ;
  26453. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:43:33: error: unknown property attribute 'strong'
  26454. 43 | @property (nonatomic, readonly, strong) NSManagedObjectID *objectID;
  26455. | ^~~~~~
  26456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSIncrementalStoreNode.h:49:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26457. 49 | - (nullable id)valueForPropertyDescription:(NSPropertyDescription*)prop;
  26458. | ^~~~~~~~
  26459. | cg_nullable
  26460. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:45:
  26461. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:60:12: error: unknown property attribute 'strong'
  26462. 60 | @property (strong, readonly) NSManagedObjectContext* managedObjectContext;
  26463. | ^~~~~~
  26464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:61:22: error: unknown property attribute 'strong'
  26465. 61 | @property (nullable, strong, readonly) NSError* operationError;
  26466. | ^~~~~~
  26467. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:62:22: error: unknown property attribute 'strong'
  26468. 62 | @property (nullable, strong, readonly) NSProgress* progress;
  26469. | ^~~~~~
  26470. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:69:48: error: expected '>' before ':' token
  26471. 69 | @interface NSAsynchronousFetchResult<ResultType:id<NSFetchRequestResult>> : NSPersistentStoreAsynchronousResult {
  26472. | ^
  26473. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:69:48: error: cannot find protocol declaration for 'ResultType'
  26474. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:69:48: error: expected unqualified-id before ':' token
  26475. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:72:12: error: unknown property attribute 'strong'
  26476. 72 | @property (strong, readonly) NSAsynchronousFetchRequest<ResultType> * fetchRequest;
  26477. | ^~~~~~
  26478. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:72:67: error: cannot find protocol declaration for 'ResultType'
  26479. 72 | @property (strong, readonly) NSAsynchronousFetchRequest<ResultType> * fetchRequest;
  26480. | ^
  26481. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:73:22: error: unknown property attribute 'strong'
  26482. 73 | @property (nullable, strong, readonly) NSArray<ResultType> * finalResult;
  26483. | ^~~~~~
  26484. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:73:58: error: cannot find protocol declaration for 'ResultType'
  26485. 73 | @property (nullable, strong, readonly) NSArray<ResultType> * finalResult;
  26486. | ^
  26487. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:83:22: error: unknown property attribute 'strong'
  26488. 83 | @property (nullable, strong, readonly) id result;
  26489. | ^~~~~~
  26490. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:94:22: error: unknown property attribute 'strong'
  26491. 94 | @property (nullable, strong, readonly) id result;
  26492. | ^~~~~~
  26493. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:106:22: error: unknown property attribute 'strong'
  26494. 106 | @property (nullable, strong, readonly) id result;
  26495. | ^~~~~~
  26496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:118:22: error: unknown property attribute 'strong'
  26497. 118 | @property (nullable, strong, readonly) id result;
  26498. | ^~~~~~
  26499. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreResult.h:133:22: error: unknown property attribute 'strong'
  26500. 133 | @property (nullable, strong, readonly) id result;
  26501. | ^~~~~~
  26502. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:46:
  26503. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:22:42: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26504. 22 | - (instancetype)initWithInsertedObjects:(nullable NSSet<NSManagedObject *> *)insertedObjects updatedObjects:(nullable NSSet<NSManagedObject *> *)updatedObjects deletedObjects:(nullable NSSet<NSManagedObject *> *)deletedObjects lockedObjects:(nullable NSSet<NSManagedObject *> *)lockedObjects;
  26505. | ^~~~~~~~
  26506. | cg_nullable
  26507. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:22:110: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26508. 22 | - (instancetype)initWithInsertedObjects:(nullable NSSet<NSManagedObject *> *)insertedObjects updatedObjects:(nullable NSSet<NSManagedObject *> *)updatedObjects deletedObjects:(nullable NSSet<NSManagedObject *> *)deletedObjects lockedObjects:(nullable NSSet<NSManagedObject *> *)lockedObjects;
  26509. | ^~~~~~~~
  26510. | cg_nullable
  26511. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:22:177: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26512. 22 | - (instancetype)initWithInsertedObjects:(nullable NSSet<NSManagedObject *> *)insertedObjects updatedObjects:(nullable NSSet<NSManagedObject *> *)updatedObjects deletedObjects:(nullable NSSet<NSManagedObject *> *)deletedObjects lockedObjects:(nullable NSSet<NSManagedObject *> *)lockedObjects;
  26513. | ^~~~~~~~
  26514. | cg_nullable
  26515. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:22:243: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26516. 22 | - (instancetype)initWithInsertedObjects:(nullable NSSet<NSManagedObject *> *)insertedObjects updatedObjects:(nullable NSSet<NSManagedObject *> *)updatedObjects deletedObjects:(nullable NSSet<NSManagedObject *> *)deletedObjects lockedObjects:(nullable NSSet<NSManagedObject *> *)lockedObjects;
  26517. | ^~~~~~~~
  26518. | cg_nullable
  26519. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:32: error: unknown property attribute 'strong'
  26520. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26521. | ^~~~~~
  26522. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:55: error: expected '>' before 'NSManagedObject'
  26523. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26524. | ^~~~~~~~~~~~~~~
  26525. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:55: error: cannot find protocol declaration for '__kindof'
  26526. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:55: error: nullability specifier 'nullable' cannot be applied to non-pointer type 'NSSet'
  26527. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26528. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  26529. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:70: error: expected ';' before '*' token
  26530. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26531. | ^~
  26532. | ;
  26533. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:27:32: error: unknown property attribute 'strong'
  26534. 27 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  26535. | ^~~~~~
  26536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:27:55: error: expected '>' before 'NSManagedObject'
  26537. 27 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  26538. | ^~~~~~~~~~~~~~~
  26539. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:27:55: error: cannot find protocol declaration for '__kindof'
  26540. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:27:1: error: redeclaration of property 'NSManagedObject'
  26541. 27 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  26542. | ^~~~~~~~~
  26543. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:55: note: originally specified here
  26544. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26545. | ^~~~~~~~~~~~~~~
  26546. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:27:70: error: expected ';' before '*' token
  26547. 27 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *updatedObjects;
  26548. | ^~
  26549. | ;
  26550. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:29:32: error: unknown property attribute 'strong'
  26551. 29 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  26552. | ^~~~~~
  26553. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:29:55: error: expected '>' before 'NSManagedObject'
  26554. 29 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  26555. | ^~~~~~~~~~~~~~~
  26556. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:29:55: error: cannot find protocol declaration for '__kindof'
  26557. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:29:1: error: redeclaration of property 'NSManagedObject'
  26558. 29 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  26559. | ^~~~~~~~~
  26560. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:55: note: originally specified here
  26561. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26562. | ^~~~~~~~~~~~~~~
  26563. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:29:70: error: expected ';' before '*' token
  26564. 29 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *deletedObjects;
  26565. | ^~
  26566. | ;
  26567. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:31:32: error: unknown property attribute 'strong'
  26568. 31 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *lockedObjects;
  26569. | ^~~~~~
  26570. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:31:55: error: expected '>' before 'NSManagedObject'
  26571. 31 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *lockedObjects;
  26572. | ^~~~~~~~~~~~~~~
  26573. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:31:55: error: cannot find protocol declaration for '__kindof'
  26574. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:31:1: error: redeclaration of property 'NSManagedObject'
  26575. 31 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *lockedObjects;
  26576. | ^~~~~~~~~
  26577. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:25:55: note: originally specified here
  26578. 25 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *insertedObjects;
  26579. | ^~~~~~~~~~~~~~~
  26580. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:31:70: error: expected ';' before '*' token
  26581. 31 | @property (nullable, readonly, strong) NSSet<__kindof NSManagedObject *> *lockedObjects;
  26582. | ^~
  26583. | ;
  26584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSSaveChangesRequest.h:33:1: error: cannot use an object as parameter to a method
  26585. 33 | @end
  26586. | ^~~~
  26587. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:47:
  26588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchUpdateRequest.h:33:12: error: unknown property attribute 'strong'
  26589. 33 | @property (strong, readonly) NSEntityDescription *entity;
  26590. | ^~~~~~
  26591. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchUpdateRequest.h:34:22: error: unknown property attribute 'strong'
  26592. 34 | @property (nullable, strong) NSPredicate *predicate;
  26593. | ^~~~~~
  26594. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchUpdateRequest.h:34:43: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26595. 34 | @property (nullable, strong) NSPredicate *predicate;
  26596. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
  26597. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:48:
  26598. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchDeleteRequest.h:32:62: error: expected '>' before '*' token
  26599. 32 | - (instancetype)initWithObjectIDs:(NSArray<NSManagedObjectID *> *)objects;
  26600. | ^
  26601. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchDeleteRequest.h:32:62: error: cannot find protocol declaration for 'NSManagedObjectID'
  26602. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchDeleteRequest.h:32:63: error: expected ')' before '>' token
  26603. 32 | - (instancetype)initWithObjectIDs:(NSArray<NSManagedObjectID *> *)objects;
  26604. | ~ ^
  26605. | )
  26606. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchDeleteRequest.h:32:63: error: expected identifier before '>' token
  26607. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchDeleteRequest.h:32:63: error: expected ';' before '>' token
  26608. 32 | - (instancetype)initWithObjectIDs:(NSArray<NSManagedObjectID *> *)objects;
  26609. | ^
  26610. | ;
  26611. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:49:
  26612. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:21:12: error: unknown property attribute 'strong'
  26613. 21 | @property (strong, nullable, readonly) NSEntityDescription *entity;
  26614. | ^~~~~~
  26615. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:23:49: error: expected '>' before '<' token
  26616. 23 | @property (copy, nullable) NSArray <NSDictionary<NSString *, id> *> *objectsToInsert;
  26617. | ^
  26618. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:23:49: error: cannot find protocol declaration for 'NSDictionary'
  26619. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:23:49: error: expected unqualified-id before '<' token
  26620. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:24:34: error: expected unqualified-id before '^' token
  26621. 24 | @property (copy, nullable) BOOL (^dictionaryHandler)(NSMutableDictionary<NSString *, id> *obj) API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26622. | ^
  26623. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:24:34: error: expected ')' before '^' token
  26624. 24 | @property (copy, nullable) BOOL (^dictionaryHandler)(NSMutableDictionary<NSString *, id> *obj) API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26625. | ~^
  26626. | )
  26627. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:25:34: error: expected unqualified-id before '^' token
  26628. 25 | @property (copy, nullable) BOOL (^managedObjectHandler)(NSManagedObject *obj) API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26629. | ^
  26630. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:25:34: error: expected ')' before '^' token
  26631. 25 | @property (copy, nullable) BOOL (^managedObjectHandler)(NSManagedObject *obj) API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26632. | ~^
  26633. | )
  26634. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:30:103: error: expected '>' before '<' token
  26635. 30 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries;
  26636. | ^
  26637. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:30:103: error: cannot find protocol declaration for 'NSDictionary'
  26638. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:30:103: error: expected ')' before '<' token
  26639. 30 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries;
  26640. | ~ ^
  26641. | )
  26642. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:30:103: error: expected identifier before '<' token
  26643. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:30:103: error: cannot use an object as parameter to a method
  26644. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:30:103: error: expected ';' before '<' token
  26645. 30 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries;
  26646. | ^
  26647. | ;
  26648. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:32:96: error: expected ')' before '(' token
  26649. 32 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26650. | ~ ^~
  26651. | )
  26652. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:32:97: error: expected identifier before '(' token
  26653. 32 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26654. | ^
  26655. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:32:96: error: expected ';' before '(' token
  26656. 32 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26657. | ^~
  26658. | ;
  26659. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:33:99: error: expected ')' before '(' token
  26660. 33 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26661. | ~ ^~
  26662. | )
  26663. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:33:100: error: expected identifier before '(' token
  26664. 33 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26665. | ^
  26666. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:33:99: error: expected ';' before '(' token
  26667. 33 | + (instancetype)batchInsertRequestWithEntityName:(NSString *)entityName managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26668. | ^~
  26669. | ;
  26670. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:36:89: error: expected '>' before '<' token
  26671. 36 | - (instancetype)initWithEntityName:(NSString *)entityName objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries NS_DESIGNATED_INITIALIZER;
  26672. | ^
  26673. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:36:89: error: cannot find protocol declaration for 'NSDictionary'
  26674. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:36:89: error: expected ')' before '<' token
  26675. 36 | - (instancetype)initWithEntityName:(NSString *)entityName objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries NS_DESIGNATED_INITIALIZER;
  26676. | ~ ^
  26677. | )
  26678. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:36:89: error: expected identifier before '<' token
  26679. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:36:89: error: cannot use an object as parameter to a method
  26680. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:36:89: error: expected ';' before '<' token
  26681. 36 | - (instancetype)initWithEntityName:(NSString *)entityName objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries NS_DESIGNATED_INITIALIZER;
  26682. | ^
  26683. | ;
  26684. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:37:92: error: expected '>' before '<' token
  26685. 37 | - (instancetype)initWithEntity:(NSEntityDescription *)entity objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries NS_DESIGNATED_INITIALIZER;
  26686. | ^
  26687. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:37:92: error: cannot find protocol declaration for 'NSDictionary'
  26688. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:37:92: error: expected ')' before '<' token
  26689. 37 | - (instancetype)initWithEntity:(NSEntityDescription *)entity objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries NS_DESIGNATED_INITIALIZER;
  26690. | ~ ^
  26691. | )
  26692. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:37:92: error: expected identifier before '<' token
  26693. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:37:92: error: cannot use an object as parameter to a method
  26694. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:37:92: error: expected ';' before '<' token
  26695. 37 | - (instancetype)initWithEntity:(NSEntityDescription *)entity objects:(NSArray <NSDictionary<NSString *, id> *>*)dictionaries NS_DESIGNATED_INITIALIZER;
  26696. | ^
  26697. | ;
  26698. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:39:85: error: expected ')' before '(' token
  26699. 39 | - (instancetype)initWithEntity:(NSEntityDescription *)entity dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26700. | ~ ^~
  26701. | )
  26702. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:39:86: error: expected identifier before '(' token
  26703. 39 | - (instancetype)initWithEntity:(NSEntityDescription *)entity dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26704. | ^
  26705. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:39:85: error: expected ';' before '(' token
  26706. 39 | - (instancetype)initWithEntity:(NSEntityDescription *)entity dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26707. | ^~
  26708. | ;
  26709. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:40:88: error: expected ')' before '(' token
  26710. 40 | - (instancetype)initWithEntity:(NSEntityDescription *)entity managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26711. | ~ ^~
  26712. | )
  26713. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:40:89: error: expected identifier before '(' token
  26714. 40 | - (instancetype)initWithEntity:(NSEntityDescription *)entity managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26715. | ^
  26716. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:40:88: error: expected ';' before '(' token
  26717. 40 | - (instancetype)initWithEntity:(NSEntityDescription *)entity managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26718. | ^~
  26719. | ;
  26720. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:42:82: error: expected ')' before '(' token
  26721. 42 | - (instancetype)initWithEntityName:(NSString *)entityName dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26722. | ~ ^~
  26723. | )
  26724. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:42:83: error: expected identifier before '(' token
  26725. 42 | - (instancetype)initWithEntityName:(NSString *)entityName dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26726. | ^
  26727. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:42:82: error: expected ';' before '(' token
  26728. 42 | - (instancetype)initWithEntityName:(NSString *)entityName dictionaryHandler:(BOOL (^)(NSMutableDictionary<NSString *, id> *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26729. | ^~
  26730. | ;
  26731. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:43:85: error: expected ')' before '(' token
  26732. 43 | - (instancetype)initWithEntityName:(NSString *)entityName managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26733. | ~ ^~
  26734. | )
  26735. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:43:86: error: expected identifier before '(' token
  26736. 43 | - (instancetype)initWithEntityName:(NSString *)entityName managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26737. | ^
  26738. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSBatchInsertRequest.h:43:85: error: expected ';' before '(' token
  26739. 43 | - (instancetype)initWithEntityName:(NSString *)entityName managedObjectHandler:(BOOL (^)(NSManagedObject *obj))handler API_AVAILABLE(macosx(11.0),ios(14.0),tvos(14.0),watchos(7.0));
  26740. | ^~
  26741. | ;
  26742. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:51:
  26743. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:47:62: error: expected '>' before '*' token
  26744. 47 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> * objectSnapshot;
  26745. | ^
  26746. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:47:62: error: cannot find protocol declaration for 'NSString'
  26747. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:47:63: error: expected unqualified-id before ',' token
  26748. 47 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> * objectSnapshot;
  26749. | ^
  26750. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:48:62: error: expected '>' before '*' token
  26751. 48 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> * cachedSnapshot;
  26752. | ^
  26753. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:48:62: error: cannot find protocol declaration for 'NSString'
  26754. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:48:63: error: expected unqualified-id before ',' token
  26755. 48 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> * cachedSnapshot;
  26756. | ^
  26757. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:49:62: error: expected '>' before '*' token
  26758. 49 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> * persistedSnapshot;
  26759. | ^
  26760. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:49:62: error: cannot find protocol declaration for 'NSString'
  26761. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:49:63: error: expected unqualified-id before ',' token
  26762. 49 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> * persistedSnapshot;
  26763. | ^
  26764. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:68:138: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26765. 68 | - (instancetype)initWithSource:(NSManagedObject*)srcObject newVersion:(NSUInteger)newvers oldVersion:(NSUInteger)oldvers cachedSnapshot:(nullable NSDictionary<NSString *, id> *)cachesnap persistedSnapshot:(nullable NSDictionary<NSString *, id> *)persnap NS_DESIGNATED_INITIALIZER;
  26766. | ^~~~~~~~
  26767. | cg_nullable
  26768. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:68:207: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26769. 68 | - (instancetype)initWithSource:(NSManagedObject*)srcObject newVersion:(NSUInteger)newvers oldVersion:(NSUInteger)oldvers cachedSnapshot:(nullable NSDictionary<NSString *, id> *)cachesnap persistedSnapshot:(nullable NSDictionary<NSString *, id> *)persnap NS_DESIGNATED_INITIALIZER;
  26770. | ^~~~~~~~
  26771. | cg_nullable
  26772. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:82:46: error: expected '>' before '*' token
  26773. 82 | @property (readonly, copy) NSArray <NSString *> *constraint; // The constraint which has been violated.
  26774. | ^
  26775. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:82:46: error: cannot find protocol declaration for 'NSString'
  26776. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:82:47: error: expected unqualified-id before '>' token
  26777. 82 | @property (readonly, copy) NSArray <NSString *> *constraint; // The constraint which has been violated.
  26778. | ^
  26779. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:83:51: error: expected '>' before '*' token
  26780. 83 | @property (readonly, copy) NSDictionary <NSString *, id> *constraintValues; // The values which the conflictingObjects had when this conflict was created. May no longer match the values of any conflicted object if something else resolved the conflict.
  26781. | ^
  26782. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:83:51: error: cannot find protocol declaration for 'NSString'
  26783. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:83:52: error: expected unqualified-id before ',' token
  26784. 83 | @property (readonly, copy) NSDictionary <NSString *, id> *constraintValues; // The values which the conflictingObjects had when this conflict was created. May no longer match the values of any conflicted object if something else resolved the conflict.
  26785. | ^
  26786. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:85:62: error: expected '>' before '*' token
  26787. 85 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> *databaseSnapshot; // DB row already using constraint values. May be null if this is a context-level violation.
  26788. | ^
  26789. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:85:62: error: cannot find protocol declaration for 'NSString'
  26790. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:85:63: error: expected unqualified-id before ',' token
  26791. 85 | @property (nullable, readonly, retain) NSDictionary<NSString *, id> *databaseSnapshot; // DB row already using constraint values. May be null if this is a context-level violation.
  26792. | ^
  26793. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:86:53: error: expected '>' before '*' token
  26794. 86 | @property (readonly, copy) NSArray <NSManagedObject *> *conflictingObjects; // The objects in violation of the constraint. May contain one (in the case of a db level conflict) or more objects.
  26795. | ^
  26796. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:86:53: error: cannot find protocol declaration for 'NSManagedObject'
  26797. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:86:54: error: expected unqualified-id before '>' token
  26798. 86 | @property (readonly, copy) NSArray <NSManagedObject *> *conflictingObjects; // The objects in violation of the constraint. May contain one (in the case of a db level conflict) or more objects.
  26799. | ^
  26800. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:87:50: error: expected '>' before '*' token
  26801. 87 | @property (readonly, copy) NSArray <NSDictionary *> *conflictingSnapshots; // The original property values of objects in violation of the constraint. Will contain as many objects as there are conflictingObjects. If an object was unchanged, its snapshot will instead be -[NSNull null].
  26802. | ^
  26803. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:87:50: error: cannot find protocol declaration for 'NSDictionary'
  26804. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:87:51: error: expected unqualified-id before '>' token
  26805. 87 | @property (readonly, copy) NSArray <NSDictionary *> *conflictingSnapshots; // The original property values of objects in violation of the constraint. Will contain as many objects as there are conflictingObjects. If an object was unchanged, its snapshot will instead be -[NSNull null].
  26806. | ^
  26807. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:103:54: error: expected '>' before '*' token
  26808. 103 | - (instancetype)initWithConstraint:(NSArray<NSString *> *)contraint databaseObject:(nullable NSManagedObject*)databaseObject databaseSnapshot:(nullable NSDictionary *)databaseSnapshot conflictingObjects:(NSArray<NSManagedObject *> *)conflictingObjects conflictingSnapshots:(NSArray *)conflictingSnapshots NS_DESIGNATED_INITIALIZER;
  26809. | ^
  26810. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:103:54: error: cannot find protocol declaration for 'NSString'
  26811. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:103:55: error: expected ')' before '>' token
  26812. 103 | - (instancetype)initWithConstraint:(NSArray<NSString *> *)contraint databaseObject:(nullable NSManagedObject*)databaseObject databaseSnapshot:(nullable NSDictionary *)databaseSnapshot conflictingObjects:(NSArray<NSManagedObject *> *)conflictingObjects conflictingSnapshots:(NSArray *)conflictingSnapshots NS_DESIGNATED_INITIALIZER;
  26813. | ~ ^
  26814. | )
  26815. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:103:55: error: expected identifier before '>' token
  26816. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:103:55: error: expected ';' before '>' token
  26817. 103 | - (instancetype)initWithConstraint:(NSArray<NSString *> *)contraint databaseObject:(nullable NSManagedObject*)databaseObject databaseSnapshot:(nullable NSDictionary *)databaseSnapshot conflictingObjects:(NSArray<NSManagedObject *> *)conflictingObjects conflictingSnapshots:(NSArray *)conflictingSnapshots NS_DESIGNATED_INITIALIZER;
  26818. | ^
  26819. | ;
  26820. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:111:29: error: unknown property attribute 'strong'
  26821. 111 | @property (class, readonly, strong) NSMergePolicy *errorMergePolicy API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  26822. | ^~~~~~
  26823. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:112:29: error: unknown property attribute 'strong'
  26824. 112 | @property (class, readonly, strong) NSMergePolicy *rollbackMergePolicy API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  26825. | ^~~~~~
  26826. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:113:29: error: unknown property attribute 'strong'
  26827. 113 | @property (class, readonly, strong) NSMergePolicy *overwriteMergePolicy API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  26828. | ^~~~~~
  26829. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:114:29: error: unknown property attribute 'strong'
  26830. 114 | @property (class, readonly, strong) NSMergePolicy *mergeByPropertyObjectTrumpMergePolicy API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  26831. | ^~~~~~
  26832. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:115:29: error: unknown property attribute 'strong'
  26833. 115 | @property (class, readonly, strong) NSMergePolicy *mergeByPropertyStoreTrumpMergePolicy API_AVAILABLE(macosx(10.12),ios(10.0),tvos(10.0),watchos(3.0));
  26834. | ^~~~~~
  26835. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:139:75: error: expected '>' before '*' token
  26836. 139 | - (BOOL)resolveOptimisticLockingVersionConflicts:(NSArray<NSMergeConflict *> *)list error:(NSError **)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26837. | ^
  26838. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:139:75: error: cannot find protocol declaration for 'NSMergeConflict'
  26839. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:139:76: error: expected ')' before '>' token
  26840. 139 | - (BOOL)resolveOptimisticLockingVersionConflicts:(NSArray<NSMergeConflict *> *)list error:(NSError **)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26841. | ~ ^
  26842. | )
  26843. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:139:76: error: expected identifier before '>' token
  26844. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:139:76: error: expected ';' before '>' token
  26845. 139 | - (BOOL)resolveOptimisticLockingVersionConflicts:(NSArray<NSMergeConflict *> *)list error:(NSError **)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26846. | ^
  26847. | ;
  26848. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:144:66: error: expected '>' before '*' token
  26849. 144 | - (BOOL)resolveConstraintConflicts:(NSArray<NSConstraintConflict *> *)list error:(NSError **)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26850. | ^
  26851. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:144:66: error: cannot find protocol declaration for 'NSConstraintConflict'
  26852. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:144:67: error: expected ')' before '>' token
  26853. 144 | - (BOOL)resolveConstraintConflicts:(NSArray<NSConstraintConflict *> *)list error:(NSError **)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26854. | ~ ^
  26855. | )
  26856. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:144:67: error: expected identifier before '>' token
  26857. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSMergePolicy.h:144:67: error: expected ';' before '>' token
  26858. 144 | - (BOOL)resolveConstraintConflicts:(NSArray<NSConstraintConflict *> *)list error:(NSError **)error API_AVAILABLE(macosx(10.11),ios(9.0));
  26859. | ^
  26860. | ;
  26861. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:53:
  26862. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:54:36: error: expected ';' before '<' token
  26863. 54 | @class NSDiffableDataSourceSnapshot<SectionIdentifierType, ItemIdentifierType>;
  26864. | ^
  26865. | ;
  26866. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:57:49: error: expected '>' before ':' token
  26867. 57 | @interface NSFetchedResultsController<ResultType:id<NSFetchRequestResult>> : NSObject
  26868. | ^
  26869. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:57:49: error: cannot find protocol declaration for 'ResultType'
  26870. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:57:49: error: expected unqualified-id before ':' token
  26871. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:84:56: error: cannot find protocol declaration for 'ResultType'
  26872. 84 | @property(nonatomic,readonly) NSFetchRequest<ResultType> *fetchRequest;
  26873. | ^
  26874. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:105:30: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26875. 105 | + (void)deleteCacheWithName:(nullable NSString *)name;
  26876. | ^~~~~~~~
  26877. | cg_nullable
  26878. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:114:62: error: cannot find protocol declaration for 'ResultType'
  26879. 114 | @property (nullable, nonatomic, readonly) NSArray<ResultType> *fetchedObjects;
  26880. | ^
  26881. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:118:4: error: 'ResultType' does not name a type; did you mean 'ResType'?
  26882. 118 | - (ResultType)objectAtIndexPath:(NSIndexPath *)indexPath;
  26883. | ^~~~~~~~~~
  26884. | ResType
  26885. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:122:3: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26886. 122 | -(nullable NSIndexPath *)indexPathForObject:(ResultType)object;
  26887. | ^~~~~~~~
  26888. | cg_nullable
  26889. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:122:46: error: 'ResultType' does not name a type; did you mean 'ResType'?
  26890. 122 | -(nullable NSIndexPath *)indexPathForObject:(ResultType)object;
  26891. | ^~~~~~~~~~
  26892. | ResType
  26893. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:135:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26894. 135 | - (nullable NSString *)sectionIndexTitleForSectionName:(NSString *)sectionName;
  26895. | ^~~~~~~~
  26896. | cg_nullable
  26897. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:142:50: error: expected '>' before '*' token
  26898. 142 | @property (nonatomic, readonly) NSArray<NSString *> *sectionIndexTitles;
  26899. | ^
  26900. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:142:50: error: cannot find protocol declaration for 'NSString'
  26901. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:142:51: error: expected unqualified-id before '>' token
  26902. 142 | @property (nonatomic, readonly) NSArray<NSString *> *sectionIndexTitles;
  26903. | ^
  26904. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:151:53: error: expected '>' before '<' token
  26905. 151 | @property (nullable, nonatomic, readonly) NSArray<id<NSFetchedResultsSectionInfo>> *sections;
  26906. | ^
  26907. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:151:53: error: cannot find protocol declaration for 'id'
  26908. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:151:53: error: expected unqualified-id before '<' token
  26909. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:199:129: error: expected '>' before '*' token
  26910. 199 | - (void)controller:(NSFetchedResultsController *)controller didChangeContentWithSnapshot:(NSDiffableDataSourceSnapshot<NSString *, NSManagedObjectID *> *)snapshot API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  26911. | ^
  26912. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:199:129: error: cannot find protocol declaration for 'NSString'
  26913. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:199:130: error: expected ')' before ',' token
  26914. 199 | - (void)controller:(NSFetchedResultsController *)controller didChangeContentWithSnapshot:(NSDiffableDataSourceSnapshot<NSString *, NSManagedObjectID *> *)snapshot API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  26915. | ~ ^
  26916. | )
  26917. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:199:130: error: expected identifier before ',' token
  26918. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:199:151: error: expected ';' before '>' token
  26919. 199 | - (void)controller:(NSFetchedResultsController *)controller didChangeContentWithSnapshot:(NSDiffableDataSourceSnapshot<NSString *, NSManagedObjectID *> *)snapshot API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  26920. | ^
  26921. | ;
  26922. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:212:141: error: expected '>' before '*' token
  26923. 212 | - (void)controller:(NSFetchedResultsController *)controller didChangeContentWithDifference:(NSOrderedCollectionDifference<NSManagedObjectID *> *)diff API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  26924. | ^
  26925. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:212:141: error: cannot find protocol declaration for 'NSManagedObjectID'
  26926. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:212:142: error: expected ')' before '>' token
  26927. 212 | - (void)controller:(NSFetchedResultsController *)controller didChangeContentWithDifference:(NSOrderedCollectionDifference<NSManagedObjectID *> *)diff API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  26928. | ~ ^
  26929. | )
  26930. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:212:142: error: expected identifier before '>' token
  26931. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:212:142: error: expected ';' before '>' token
  26932. 212 | - (void)controller:(NSFetchedResultsController *)controller didChangeContentWithDifference:(NSOrderedCollectionDifference<NSManagedObjectID *> *)diff API_AVAILABLE(macos(10.15), ios(13.0), tvos(13.0), watchos(6.0));
  26933. | ^
  26934. | ;
  26935. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:231:103: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26936. 231 | - (void)controller:(NSFetchedResultsController *)controller didChangeObject:(id)anObject atIndexPath:(nullable NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(nullable NSIndexPath *)newIndexPath;
  26937. | ^~~~~~~~
  26938. | cg_nullable
  26939. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:231:197: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26940. 231 | - (void)controller:(NSFetchedResultsController *)controller didChangeObject:(id)anObject atIndexPath:(nullable NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(nullable NSIndexPath *)newIndexPath;
  26941. | ^~~~~~~~
  26942. | cg_nullable
  26943. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSFetchedResultsController.h:263:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26944. 263 | - (nullable NSString *)controller:(NSFetchedResultsController *)controller sectionIndexTitleForSectionName:(NSString *)sectionName API_AVAILABLE(macosx(10.12),ios(4.0));
  26945. | ^~~~~~~~
  26946. | cg_nullable
  26947. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:54:
  26948. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSQueryGenerationToken.h:16:29: error: unknown property attribute 'strong'
  26949. 16 | @property (class, readonly, strong) NSQueryGenerationToken *currentQueryGenerationToken; // Used to inform a context that it should use the current generation
  26950. | ^~~~~~
  26951. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:55:
  26952. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:26:61: error: expected '>' before '*' token
  26953. 26 | @property (nonatomic, copy, readonly) NSDictionary<NSString *, NSObject *> *options;
  26954. | ^
  26955. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:26:61: error: cannot find protocol declaration for 'NSString'
  26956. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:26:62: error: expected unqualified-id before ',' token
  26957. 26 | @property (nonatomic, copy, readonly) NSDictionary<NSString *, NSObject *> *options;
  26958. | ^
  26959. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:28:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26960. 28 | - (void)setOption:(nullable NSObject *)option forKey:(NSString *)key;
  26961. | ^~~~~~~~
  26962. | cg_nullable
  26963. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:33:61: error: expected '>' before '*' token
  26964. 33 | @property (nonatomic, copy, readonly) NSDictionary<NSString *, NSObject *> *sqlitePragmas;
  26965. | ^
  26966. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:33:61: error: cannot find protocol declaration for 'NSString'
  26967. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:33:62: error: expected unqualified-id before ',' token
  26968. 33 | @property (nonatomic, copy, readonly) NSDictionary<NSString *, NSObject *> *sqlitePragmas;
  26969. | ^
  26970. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:35:19: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  26971. 35 | - (void)setValue:(nullable NSObject *)value forPragmaNamed:(NSString *)name;
  26972. | ^~~~~~~~
  26973. | cg_nullable
  26974. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:53:11: error: unknown property attribute 'strong'
  26975. 53 | @property(strong, nullable) NSPersistentCloudKitContainerOptions *cloudKitContainerOptions API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  26976. | ^~~~~~
  26977. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentStoreDescription.h:53:67: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  26978. 53 | @property(strong, nullable) NSPersistentCloudKitContainerOptions *cloudKitContainerOptions API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  26979. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  26980. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:56:
  26981. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:31:12: error: unknown property attribute 'strong'
  26982. 31 | @property (strong, readonly) NSManagedObjectContext *viewContext;
  26983. | ^~~~~~
  26984. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:32:12: error: unknown property attribute 'strong'
  26985. 32 | @property (strong, readonly) NSManagedObjectModel *managedObjectModel;
  26986. | ^~~~~~
  26987. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:33:12: error: unknown property attribute 'strong'
  26988. 33 | @property (strong, readonly) NSPersistentStoreCoordinator *persistentStoreCoordinator;
  26989. | ^~~~~~
  26990. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:34:55: error: expected '>' before '*' token
  26991. 34 | @property (copy) NSArray<NSPersistentStoreDescription *> *persistentStoreDescriptions;
  26992. | ^
  26993. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:34:55: error: cannot find protocol declaration for 'NSPersistentStoreDescription'
  26994. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:34:56: error: expected unqualified-id before '>' token
  26995. 34 | @property (copy) NSArray<NSPersistentStoreDescription *> *persistentStoreDescriptions;
  26996. | ^
  26997. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:42:56: error: expected ')' before '(' token
  26998. 42 | - (void)loadPersistentStoresWithCompletionHandler:(void (^)(NSPersistentStoreDescription *, NSError * _Nullable))block;
  26999. | ~ ^~
  27000. | )
  27001. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:42:57: error: expected identifier before '(' token
  27002. 42 | - (void)loadPersistentStoresWithCompletionHandler:(void (^)(NSPersistentStoreDescription *, NSError * _Nullable))block;
  27003. | ^
  27004. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:42:56: error: expected ';' before '(' token
  27005. 42 | - (void)loadPersistentStoresWithCompletionHandler:(void (^)(NSPersistentStoreDescription *, NSError * _Nullable))block;
  27006. | ^~
  27007. | ;
  27008. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:45:36: error: expected ')' before '(' token
  27009. 45 | - (void)performBackgroundTask:(void (^)(NSManagedObjectContext *))block;
  27010. | ~ ^~
  27011. | )
  27012. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:45:37: error: expected identifier before '(' token
  27013. 45 | - (void)performBackgroundTask:(void (^)(NSManagedObjectContext *))block;
  27014. | ^
  27015. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentContainer.h:45:36: error: expected ';' before '(' token
  27016. 45 | - (void)performBackgroundTask:(void (^)(NSManagedObjectContext *))block;
  27017. | ^~
  27018. | ;
  27019. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:58:
  27020. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChange.h:30:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27021. 30 | + (nullable NSEntityDescription *)entityDescriptionWithContext:(NSManagedObjectContext *)context API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  27022. | ^~~~~~~~
  27023. | cg_nullable
  27024. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChange.h:39:30: error: unknown property attribute 'strong'
  27025. 39 | @property (nullable,readonly,strong) NSPersistentHistoryTransaction *transaction;
  27026. | ^~~~~~
  27027. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChange.h:40:64: error: expected '>' before '*' token
  27028. 40 | @property (nullable,readonly,copy) NSSet<NSPropertyDescription *> *updatedProperties;
  27029. | ^
  27030. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChange.h:40:64: error: cannot find protocol declaration for 'NSPropertyDescription'
  27031. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChange.h:40:65: error: expected unqualified-id before '>' token
  27032. 40 | @property (nullable,readonly,copy) NSSet<NSPropertyDescription *> *updatedProperties;
  27033. | ^
  27034. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:59:
  27035. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:22:4: error: 'nonnull' does not name a type
  27036. 22 | + (nonnull instancetype)fetchHistoryAfterDate:(NSDate *)date;
  27037. | ^~~~~~~
  27038. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:23:4: error: 'nonnull' does not name a type
  27039. 23 | + (nonnull instancetype)fetchHistoryAfterToken:(nullable NSPersistentHistoryToken *)token;
  27040. | ^~~~~~~
  27041. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:23:49: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27042. 23 | + (nonnull instancetype)fetchHistoryAfterToken:(nullable NSPersistentHistoryToken *)token;
  27043. | ^~~~~~~~
  27044. | cg_nullable
  27045. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:24:4: error: 'nonnull' does not name a type
  27046. 24 | + (nonnull instancetype)fetchHistoryAfterTransaction:(nullable NSPersistentHistoryTransaction *)transaction;
  27047. | ^~~~~~~
  27048. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:24:55: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27049. 24 | + (nonnull instancetype)fetchHistoryAfterTransaction:(nullable NSPersistentHistoryTransaction *)transaction;
  27050. | ^~~~~~~~
  27051. | cg_nullable
  27052. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:25:4: error: 'nonnull' does not name a type
  27053. 25 | + (nonnull instancetype)fetchHistoryWithFetchRequest:(NSFetchRequest *)fetchRequest API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  27054. | ^~~~~~~
  27055. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:27:4: error: 'nonnull' does not name a type
  27056. 27 | + (nonnull instancetype)deleteHistoryBeforeDate:(NSDate *)date;
  27057. | ^~~~~~~
  27058. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:28:4: error: 'nonnull' does not name a type
  27059. 28 | + (nonnull instancetype)deleteHistoryBeforeToken:(nullable NSPersistentHistoryToken *)token;
  27060. | ^~~~~~~
  27061. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:28:51: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27062. 28 | + (nonnull instancetype)deleteHistoryBeforeToken:(nullable NSPersistentHistoryToken *)token;
  27063. | ^~~~~~~~
  27064. | cg_nullable
  27065. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:29:4: error: 'nonnull' does not name a type
  27066. 29 | + (nonnull instancetype)deleteHistoryBeforeTransaction:(nullable NSPersistentHistoryTransaction *)transaction;
  27067. | ^~~~~~~
  27068. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:29:57: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27069. 29 | + (nonnull instancetype)deleteHistoryBeforeTransaction:(nullable NSPersistentHistoryTransaction *)transaction;
  27070. | ^~~~~~~~
  27071. | cg_nullable
  27072. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:33:30: error: unknown property attribute 'strong'
  27073. 33 | @property (nullable,readonly,strong) NSPersistentHistoryToken *token;
  27074. | ^~~~~~
  27075. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:34:31: error: unknown property attribute 'strong'
  27076. 34 | @property (nullable,nonatomic,strong) NSFetchRequest *fetchRequest API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  27077. | ^~~~~~
  27078. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryChangeRequest.h:34:55: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it
  27079. 34 | @property (nullable,nonatomic,strong) NSFetchRequest *fetchRequest API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  27080. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  27081. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:61:
  27082. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryTransaction.h:23:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27083. 23 | + (nullable NSEntityDescription *)entityDescriptionWithContext:(NSManagedObjectContext *)context API_AVAILABLE(macosx(10.15),ios(13.0),tvos(13.0),watchos(6.0));
  27084. | ^~~~~~~~
  27085. | cg_nullable
  27086. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryTransaction.h:29:70: error: expected '>' before '*' token
  27087. 29 | @property (nullable,readonly,copy) NSArray<NSPersistentHistoryChange *>*changes;
  27088. | ^
  27089. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryTransaction.h:29:70: error: cannot find protocol declaration for 'NSPersistentHistoryChange'
  27090. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryTransaction.h:29:71: error: expected unqualified-id before '>' token
  27091. 29 | @property (nullable,readonly,copy) NSArray<NSPersistentHistoryChange *>*changes;
  27092. | ^
  27093. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentHistoryTransaction.h:36:21: error: unknown property attribute 'strong'
  27094. 36 | @property (readonly,strong) NSPersistentHistoryToken *token;
  27095. | ^~~~~~
  27096. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:62:
  27097. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:67:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27098. 67 | - (nullable CKRecord *)recordForManagedObjectID:(NSManagedObjectID *)managedObjectID;
  27099. | ^~~~~~~~
  27100. | cg_nullable
  27101. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:68:35: error: expected '>' before '*' token
  27102. 68 | - (NSDictionary<NSManagedObjectID *, CKRecord *> *)recordsForManagedObjectIDs:(NSArray<NSManagedObjectID *> *)managedObjectIDs;
  27103. | ^
  27104. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:68:35: error: cannot find protocol declaration for 'NSManagedObjectID'
  27105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:68:36: error: expected ')' before ',' token
  27106. 68 | - (NSDictionary<NSManagedObjectID *, CKRecord *> *)recordsForManagedObjectIDs:(NSArray<NSManagedObjectID *> *)managedObjectIDs;
  27107. | ~ ^
  27108. | )
  27109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:68:36: error: objective-c++ method declaration is expected before ',' token
  27110. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:69:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27111. 69 | - (nullable CKRecordID *)recordIDForManagedObjectID:(NSManagedObjectID *)managedObjectID;
  27112. | ^~~~~~~~
  27113. | cg_nullable
  27114. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:70:35: error: expected '>' before '*' token
  27115. 70 | - (NSDictionary<NSManagedObjectID *, CKRecordID *> *)recordIDsForManagedObjectIDs:(NSArray<NSManagedObjectID *> *)managedObjectIDs;
  27116. | ^
  27117. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:70:35: error: cannot find protocol declaration for 'NSManagedObjectID'
  27118. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:70:36: error: expected ')' before ',' token
  27119. 70 | - (NSDictionary<NSManagedObjectID *, CKRecordID *> *)recordIDsForManagedObjectIDs:(NSArray<NSManagedObjectID *> *)managedObjectIDs;
  27120. | ~ ^
  27121. | )
  27122. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainer.h:70:36: error: objective-c++ method declaration is expected before ',' token
  27123. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h:10,
  27124. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:9,
  27125. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerOptions.h:10,
  27126. from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:63:
  27127. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:75:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27128. 75 | - (nullable __kindof id<CKRecordValue>)objectForKey:(CKRecordFieldKey)key;
  27129. | ^~~~~~~~
  27130. | cg_nullable
  27131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:76:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27132. 76 | - (void)setObject:(nullable __kindof id<CKRecordValue>)object forKey:(CKRecordFieldKey)key;
  27133. | ^~~~~~~~
  27134. | cg_nullable
  27135. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:77:28: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27136. 77 | - (NSArray<CKRecordFieldKey> *)allKeys;
  27137. | ^
  27138. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:83:21: error: expected '>' before '*' token
  27139. 83 | - (NSArray<NSString *> *)allTokens;
  27140. | ^
  27141. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:83:21: error: cannot find protocol declaration for 'NSString'
  27142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:83:22: error: expected ')' before '>' token
  27143. 83 | - (NSArray<NSString *> *)allTokens;
  27144. | ~ ^
  27145. | )
  27146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:83:22: error: objective-c++ method declaration is expected before '>' token
  27147. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:85:4 error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27148. 85 | - (nullable __kindof id<CKRecordValue>)objectForKeyedSubscript:(CKRecordFieldKey)key;
  27149. | ^~~~~~~~
  27150. | cg_nullable
  27151. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:86:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27152. 86 | - (void)setObject:(nullable __kindof id<CKRecordValue>)object forKeyedSubscript:(CKRecordFieldKey)key;
  27153. | ^~~~~~~~
  27154. | cg_nullable
  27155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:89:28: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27156. 89 | - (NSArray<CKRecordFieldKey> *)changedKeys;
  27157. | ^
  27158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:147:39: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27159. 147 | - (void)setParentReferenceFromRecord:(nullable CKRecord *)parentRecord API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0));
  27160. | ^~~~~~~~
  27161. | cg_nullable
  27162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:148:41: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27163. 148 | - (void)setParentReferenceFromRecordID:(nullable CKRecordID *)parentRecordID API_AVAILABLE(macos(10.12), ios(10.0), tvos(10.0), watchos(3.0));
  27164. | ^~~~~~~~
  27165. | cg_nullable
  27166. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:179:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27167. 179 | - (nullable __kindof id<CKRecordValue>)objectForKey:(CKRecordFieldKey)key;
  27168. | ^~~~~~~~
  27169. | cg_nullable
  27170. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:180:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27171. 180 | - (void)setObject:(nullable __kindof id<CKRecordValue>)object forKey:(CKRecordFieldKey)key;
  27172. | ^~~~~~~~
  27173. | cg_nullable
  27174. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:181:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27175. 181 | - (nullable __kindof id<CKRecordValue>)objectForKeyedSubscript:(CKRecordFieldKey)key;
  27176. | ^~~~~~~~
  27177. | cg_nullable
  27178. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:182:20: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27179. 182 | - (void)setObject:(nullable __kindof id<CKRecordValue>)object forKeyedSubscript:(CKRecordFieldKey)key;
  27180. | ^~~~~~~~
  27181. | cg_nullable
  27182. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:183:28: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27183. 183 | - (NSArray<CKRecordFieldKey> *)allKeys;
  27184. | ^
  27185. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:184:28: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27186. 184 | - (NSArray<CKRecordFieldKey> *)changedKeys;
  27187. | ^
  27188. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h:142:63: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27189. 142 | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *alertLocalizationArgs __TVOS_PROHIBITED;
  27190. | ^
  27191. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h:151:63: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27192. 151 | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *titleLocalizationArgs API_AVAILABLE(macos(10.13), ios(11.0)) __TVOS_PROHIBITED;
  27193. | ^
  27194. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h:160:63: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27195. 160 | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *subtitleLocalizationArgs API_AVAILABLE(macos(10.13), ios(11.0)) __TVOS_PROHIBITED;
  27196. | ^
  27197. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKSubscription.h:180:63: error: cannot find protocol declaration for 'CKRecordFieldKey'
  27198. 180 | @property (nonatomic, copy, nullable) NSArray<CKRecordFieldKey> *desiredKeys;
  27199. | ^
  27200. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:39:73: error: expected ')' before '(' token
  27201. 39 | - (void)fetchRecordWithID:(CKRecordID *)recordID completionHandler:(void (^)(CKRecord * _Nullable record, NSError * _Nullable error))completionHandler;
  27202. | ~ ^~
  27203. | )
  27204. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:39:74: error: expected identifier before '(' token
  27205. 39 | - (void)fetchRecordWithID:(CKRecordID *)recordID completionHandler:(void (^)(CKRecord * _Nullable record, NSError * _Nullable error))completionHandler;
  27206. | ^
  27207. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:39:73: error: expected ';' before '(' token
  27208. 39 | - (void)fetchRecordWithID:(CKRecordID *)recordID completionHandler:(void (^)(CKRecord * _Nullable record, NSError * _Nullable error))completionHandler;
  27209. | ^~
  27210. | ;
  27211. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:40:62: error: expected ')' before '(' token
  27212. 40 | - (void)saveRecord:(CKRecord *)record completionHandler:(void (^)(CKRecord * _Nullable record, NSError * _Nullable error))completionHandler;
  27213. | ~ ^~
  27214. | )
  27215. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:40:63: error: expected identifier before '(' token
  27216. 40 | - (void)saveRecord:(CKRecord *)record completionHandler:(void (^)(CKRecord * _Nullable record, NSError * _Nullable error))completionHandler;
  27217. | ^
  27218. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:40:62: error: expected ';' before '(' token
  27219. 40 | - (void)saveRecord:(CKRecord *)record completionHandler:(void (^)(CKRecord * _Nullable record, NSError * _Nullable error))completionHandler;
  27220. | ^~
  27221. | ;
  27222. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:41:74: error: expected ')' before '(' token
  27223. 41 | - (void)deleteRecordWithID:(CKRecordID *)recordID completionHandler:(void (^)(CKRecordID * _Nullable recordID, NSError * _Nullable error))completionHandler;
  27224. | ~ ^~
  27225. | )
  27226. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:41:75: error: expected identifier before '(' token
  27227. 41 | - (void)deleteRecordWithID:(CKRecordID *)recordID completionHandler:(void (^)(CKRecordID * _Nullable recordID, NSError * _Nullable error))completionHandler;
  27228. | ^
  27229. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:41:74: error: expected ';' before '(' token
  27230. 41 | - (void)deleteRecordWithID:(CKRecordID *)recordID completionHandler:(void (^)(CKRecordID * _Nullable recordID, NSError * _Nullable error))completionHandler;
  27231. | ^~
  27232. | ;
  27233. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:49:53: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27234. 49 | - (void)performQuery:(CKQuery *)query inZoneWithID:(nullable CKRecordZoneID *)zoneID completionHandler:(void (^)(NSArray<CKRecord *> * _Nullable results, NSError * _Nullable error))completionHandler;
  27235. | ^~~~~~~~
  27236. | cg_nullable
  27237. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:49:109: error: expected ')' before '(' token
  27238. 49 | - (void)performQuery:(CKQuery *)query inZoneWithID:(nullable CKRecordZoneID *)zoneID completionHandler:(void (^)(NSArray<CKRecord *> * _Nullable results, NSError * _Nullable error))completionHandler;
  27239. | ~ ^~
  27240. | )
  27241. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:49:110: error: expected identifier before '(' token
  27242. 49 | - (void)performQuery:(CKQuery *)query inZoneWithID:(nullable CKRecordZoneID *)zoneID completionHandler:(void (^)(NSArray<CKRecord *> * _Nullable results, NSError * _Nullable error))completionHandler;
  27243. | ^
  27244. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:49:109: error: expected ';' before '(' token
  27245. 49 | - (void)performQuery:(CKQuery *)query inZoneWithID:(nullable CKRecordZoneID *)zoneID completionHandler:(void (^)(NSArray<CKRecord *> * _Nullable results, NSError * _Nullable error))completionHandler;
  27246. | ^~
  27247. | ;
  27248. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:53:55: error: expected ')' before '(' token
  27249. 53 | - (void)fetchAllRecordZonesWithCompletionHandler:(void (^)(NSArray<CKRecordZone *> * _Nullable zones, NSError * _Nullable error))completionHandler;
  27250. | ~ ^~
  27251. | )
  27252. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:53:56: error: expected identifier before '(' token
  27253. 53 | - (void)fetchAllRecordZonesWithCompletionHandler:(void (^)(NSArray<CKRecordZone *> * _Nullable zones, NSError * _Nullable error))completionHandler;
  27254. | ^
  27255. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:53:55: error: expected ';' before '(' token
  27256. 53 | - (void)fetchAllRecordZonesWithCompletionHandler:(void (^)(NSArray<CKRecordZone *> * _Nullable zones, NSError * _Nullable error))completionHandler;
  27257. | ^~
  27258. | ;
  27259. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:54:79: error: expected ')' before '(' token
  27260. 54 | - (void)fetchRecordZoneWithID:(CKRecordZoneID *)zoneID completionHandler:(void (^)(CKRecordZone * _Nullable zone, NSError * _Nullable error))completionHandler;
  27261. | ~ ^~
  27262. | )
  27263. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:54:80: error: expected identifier before '(' token
  27264. 54 | - (void)fetchRecordZoneWithID:(CKRecordZoneID *)zoneID completionHandler:(void (^)(CKRecordZone * _Nullable zone, NSError * _Nullable error))completionHandler;
  27265. | ^
  27266. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:54:79: error: expected ';' before '(' token
  27267. 54 | - (void)fetchRecordZoneWithID:(CKRecordZoneID *)zoneID completionHandler:(void (^)(CKRecordZone * _Nullable zone, NSError * _Nullable error))completionHandler;
  27268. | ^~
  27269. | ;
  27270. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:55:68: error: expected ')' before '(' token
  27271. 55 | - (void)saveRecordZone:(CKRecordZone *)zone completionHandler:(void (^)(CKRecordZone * _Nullable zone, NSError * _Nullable error))completionHandler;
  27272. | ~ ^~
  27273. | )
  27274. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:55:69: error: expected identifier before '(' token
  27275. 55 | - (void)saveRecordZone:(CKRecordZone *)zone completionHandler:(void (^)(CKRecordZone * _Nullable zone, NSError * _Nullable error))completionHandler;
  27276. | ^
  27277. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:55:68: error: expected ';' before '(' token
  27278. 55 | - (void)saveRecordZone:(CKRecordZone *)zone completionHandler:(void (^)(CKRecordZone * _Nullable zone, NSError * _Nullable error))completionHandler;
  27279. | ^~
  27280. | ;
  27281. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:56:80: error: expected ')' before '(' token
  27282. 56 | - (void)deleteRecordZoneWithID:(CKRecordZoneID *)zoneID completionHandler:(void (^)(CKRecordZoneID * _Nullable zoneID, NSError * _Nullable error))completionHandler;
  27283. | ~ ^~
  27284. | )
  27285. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:56:81: error: expected identifier before '(' token
  27286. 56 | - (void)deleteRecordZoneWithID:(CKRecordZoneID *)zoneID completionHandler:(void (^)(CKRecordZoneID * _Nullable zoneID, NSError * _Nullable error))completionHandler;
  27287. | ^
  27288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:56:80: error: expected ';' before '(' token
  27289. 56 | - (void)deleteRecordZoneWithID:(CKRecordZoneID *)zoneID completionHandler:(void (^)(CKRecordZoneID * _Nullable zoneID, NSError * _Nullable error))completionHandler;
  27290. | ^~
  27291. | ;
  27292. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:60:89: error: expected ')' before '(' token
  27293. 60 | - (void)fetchSubscriptionWithID:(CKSubscriptionID)subscriptionID completionHandler:(void (^)(CKSubscription * _Nullable subscription, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27294. | ~ ^~
  27295. | )
  27296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:60:90: error: expected identifier before '(' token
  27297. 60 | - (void)fetchSubscriptionWithID:(CKSubscriptionID)subscriptionID completionHandler:(void (^)(CKSubscription * _Nullable subscription, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27298. | ^
  27299. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:60:89: error: expected ';' before '(' token
  27300. 60 | - (void)fetchSubscriptionWithID:(CKSubscriptionID)subscriptionID completionHandler:(void (^)(CKSubscription * _Nullable subscription, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27301. | ^~
  27302. | ;
  27303. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:61:57: error: expected ')' before '(' token
  27304. 61 | - (void)fetchAllSubscriptionsWithCompletionHandler:(void (^)(NSArray<CKSubscription *> * _Nullable subscriptions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27305. | ~ ^~
  27306. | )
  27307. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:61:58: error: expected identifier before '(' token
  27308. 61 | - (void)fetchAllSubscriptionsWithCompletionHandler:(void (^)(NSArray<CKSubscription *> * _Nullable subscriptions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27309. | ^
  27310. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:61:57: error: expected ';' before '(' token
  27311. 61 | - (void)fetchAllSubscriptionsWithCompletionHandler:(void (^)(NSArray<CKSubscription *> * _Nullable subscriptions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27312. | ^~
  27313. | ;
  27314. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:62:80: error: expected ')' before '(' token
  27315. 62 | - (void)saveSubscription:(CKSubscription *)subscription completionHandler:(void (^)(CKSubscription * _Nullable subscription, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27316. | ~ ^~
  27317. | )
  27318. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:62:81: error: expected identifier before '(' token
  27319. 62 | - (void)saveSubscription:(CKSubscription *)subscription completionHandler:(void (^)(CKSubscription * _Nullable subscription, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27320. | ^
  27321. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:62:80: error: expected ';' before '(' token
  27322. 62 | - (void)saveSubscription:(CKSubscription *)subscription completionHandler:(void (^)(CKSubscription * _Nullable subscription, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27323. | ^~
  27324. | ;
  27325. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:63:90: error: expected ')' before '(' token
  27326. 63 | - (void)deleteSubscriptionWithID:(CKSubscriptionID)subscriptionID completionHandler:(void (^)(NSString * _Nullable subscriptionID, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27327. | ~ ^~
  27328. | )
  27329. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:63:91: error: expected identifier before '(' token
  27330. 63 | - (void)deleteSubscriptionWithID:(CKSubscriptionID)subscriptionID completionHandler:(void (^)(NSString * _Nullable subscriptionID, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27331. | ^
  27332. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CKDatabase.h:63:90: error: expected ';' before '(' token
  27333. 63 | - (void)deleteSubscriptionWithID:(CKSubscriptionID)subscriptionID completionHandler:(void (^)(NSString * _Nullable subscriptionID, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0), watchos(6.0));
  27334. | ^~
  27335. | ;
  27336. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:64:
  27337. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEvent.h:28:22: error: unknown property attribute 'strong'
  27338. 28 | @property(nonatomic, strong, readonly) NSUUID *identifier;
  27339. | ^~~~~~
  27340. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEvent.h:29:22: error: unknown property attribute 'strong'
  27341. 29 | @property(nonatomic, strong, readonly) NSString *storeIdentifier;
  27342. | ^~~~~~
  27343. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEvent.h:31:22: error: unknown property attribute 'strong'
  27344. 31 | @property(nonatomic, strong, readonly) NSDate *startDate;
  27345. | ^~~~~~
  27346. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEvent.h:32:22: error: unknown property attribute 'strong'
  27347. 32 | @property(nonatomic, strong, nullable, readonly) NSDate *endDate;
  27348. | ^~~~~~
  27349. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEvent.h:34:22: error: unknown property attribute 'strong'
  27350. 34 | @property(nonatomic, strong, nullable, readonly) NSError *error;
  27351. | ^~~~~~
  27352. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:65:
  27353. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEventRequest.h:20:4: error: 'nonnull' does not name a type
  27354. 20 | + (nonnull instancetype)fetchEventsAfterDate:(NSDate *)date;
  27355. | ^~~~~~~
  27356. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEventRequest.h:21:4: error: 'nonnull' does not name a type
  27357. 21 | + (nonnull instancetype)fetchEventsAfterEvent:(nullable NSPersistentCloudKitContainerEvent *)event;
  27358. | ^~~~~~~
  27359. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEventRequest.h:21:48: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27360. 21 | + (nonnull instancetype)fetchEventsAfterEvent:(nullable NSPersistentCloudKitContainerEvent *)event;
  27361. | ^~~~~~~~
  27362. | cg_nullable
  27363. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerEventRequest.h:26:4: error: 'nonnull' does not name a type
  27364. 26 | + (nonnull instancetype)fetchEventsMatchingFetchRequest:(NSFetchRequest *)fetchRequest;
  27365. | ^~~~~~~
  27366. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.h:67:
  27367. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:31:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27368. 31 | - (nullable NSString *)indexName;
  27369. | ^~~~~~~~
  27370. | cg_nullable
  27371. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:45:4: error: 'nullable' does not name a type; did you mean 'cg_nullable'?
  27372. 45 | - (nullable CSSearchableItemAttributeSet *)attributeSetForObject:(NSManagedObject*)object;
  27373. | ^~~~~~~~
  27374. | cg_nullable
  27375. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:48:119: error: expected ')' before '(' token
  27376. 48 | - (void)searchableIndex:(CSSearchableIndex *)searchableIndex reindexAllSearchableItemsWithAcknowledgementHandler:(void (^)(void))acknowledgementHandler;
  27377. | ~ ^~
  27378. | )
  27379. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:48:120: error: expected identifier before '(' token
  27380. 48 | - (void)searchableIndex:(CSSearchableIndex *)searchableIndex reindexAllSearchableItemsWithAcknowledgementHandler:(void (^)(void))acknowledgementHandler;
  27381. | ^
  27382. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:48:119: error: expected ';' before '(' token
  27383. 48 | - (void)searchableIndex:(CSSearchableIndex *)searchableIndex reindexAllSearchableItemsWithAcknowledgementHandler:(void (^)(void))acknowledgementHandler;
  27384. | ^~
  27385. | ;
  27386. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:50:119: error: expected '>' before '*' token
  27387. 50 | - (void)searchableIndex:(CSSearchableIndex *)searchableIndex reindexSearchableItemsWithIdentifiers:(NSArray <NSString *> *)identifiers
  27388. | ^
  27389. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:50:119: error: cannot find protocol declaration for 'NSString'
  27390. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:50:120: error: expected ')' before '>' token
  27391. 50 | - (void)searchableIndex:(CSSearchableIndex *)searchableIndex reindexSearchableItemsWithIdentifiers:(NSArray <NSString *> *)identifiers
  27392. | ~ ^
  27393. | )
  27394. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:50:120: error: expected identifier before '>' token
  27395. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSCoreDataCoreSpotlightDelegate.h:50:120: error: expected ';' before '>' token
  27396. 50 | - (void)searchableIndex:(CSSearchableIndex *)searchableIndex reindexSearchableItemsWithIdentifiers:(NSArray <NSString *> *)identifiers
  27397. | ^
  27398. | ;
  27399. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADTableData dealloc]':
  27400. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:90:22: warning: 'NSMutableArray' may not respond to '-release'
  27401. 90 | [data release];
  27402. | ^
  27403. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:90:22: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments)
  27404. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADTableData init:num:]':
  27405. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:97:38: warning: 'NSMutableArray' may not respond to '+alloc'
  27406. 97 | data = [[NSMutableArray alloc] initWithCapacity:numwads];
  27407. | ^
  27408. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:101:74: warning: 'NSMutableDictionary' may not respond to '+alloc'
  27409. 101 | NSMutableDictionary *record = [[NSMutableDictionary alloc] initWithCapacity:NUM_COLUMNS];
  27410. | ^
  27411. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:107:140: warning: 'NSMutableDictionary' may not respond to '-setObject:forKey:'
  27412. 107 | [record setObject:[NSString stringWithUTF8String:filename] forKey:[NSString stringWithUTF8String:tableHeaders[COLUMN_IWAD]]];
  27413. | ^
  27414. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:108:144: warning: 'NSMutableDictionary' may not respond to '-setObject:forKey:'
  27415. 108 | [record setObject:[NSString stringWithUTF8String:wads[i].Name] forKey:[NSString stringWithUTF8String:tableHeaders[COLUMN_GAME]]];
  27416. | ^
  27417. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:109:39: warning: 'NSMutableArray' may not respond to '-addObject:'
  27418. 109 | [data addObject:record];
  27419. | ^
  27420. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:110:32: warning: 'NSMutableDictionary' may not respond to '-release'
  27421. 110 | [record release];
  27422. | ^
  27423. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADTableData numberOfRowsInTableView:]':
  27424. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:118:27: warning: 'NSMutableArray' may not respond to '-count'
  27425. 118 | return [data count];
  27426. | ^
  27427. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:118:16: error: invalid conversion from 'objc_object*' to 'int' [-fpermissive]
  27428. 118 | return [data count];
  27429. | ^~~~~~~~~~~~
  27430. | |
  27431. | objc_object*
  27432. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADTableData tableView:objectValueForTableColumn:row:]':
  27433. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:123:81: warning: 'NSMutableArray' may not respond to '-count'
  27434. 123 | NSParameterAssert(rowIndex >= 0 && (unsigned int) rowIndex < [data count]);
  27435. | ^
  27436. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:123:68: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
  27437. 123 | NSParameterAssert(rowIndex >= 0 && (unsigned int) rowIndex < [data count]);
  27438. | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  27439. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:123:9: error: cannot convert 'const char*' to 'NSString*' in argument passing
  27440. 123 | NSParameterAssert(rowIndex >= 0 && (unsigned int) rowIndex < [data count]);
  27441. | ^
  27442. | |
  27443. | const char*
  27444. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:124:67: warning: 'NSMutableArray' may not respond to '-objectAtIndex:'
  27445. 124 | NSMutableDictionary *record = [data objectAtIndex:rowIndex];
  27446. | ^
  27447. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:125:62: warning: 'NSMutableDictionary' may not respond to '-objectForKey:'
  27448. 125 | return [record objectForKey:[aTableColumn identifier]];
  27449. | ^
  27450. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function 'NSDictionary* GetKnownFileTypes()':
  27451. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:142:20: warning: 'NSDictionary' may not respond to '+dictionaryWithObjectsAndKeys:'
  27452. 142 | nil];
  27453. | ^
  27454. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function 'NSArray* GetKnownExtensions()':
  27455. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:147:44: warning: 'NSDictionary' may not respond to '-allKeys'
  27456. 147 | return [GetKnownFileTypes() allKeys];
  27457. | ^
  27458. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[NSMutableString(AppendKnownFileType) appendKnownFileType:]':
  27459. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:158:74: warning: 'NSDictionary' may not respond to '-objectForKey:'
  27460. 158 | NSString* parameter = [GetKnownFileTypes() objectForKey:extension];
  27461. | ^
  27462. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADPicker browseButtonPressed:]':
  27463. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:208:60: warning: 'NSOpenPanel' may not respond to '-setAllowedFileTypes:'
  27464. 208 | [openPanel setAllowedFileTypes:GetKnownExtensions()];
  27465. | ^
  27466. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:212:49: warning: 'NSOpenPanel' may not respond to '-URLs'
  27467. 212 | NSArray* files = [openPanel URLs];
  27468. | ^
  27469. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:215:57: warning: 'NSArray' may not respond to '-count'
  27470. 215 | for (NSUInteger i = 0, ei = [files count]; i < ei; ++i)
  27471. | ^
  27472. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:215:45: error: invalid conversion from 'objc_object*' to 'NSUInteger' {aka 'long unsigned int'} [-fpermissive]
  27473. 215 | for (NSUInteger i = 0, ei = [files count]; i < ei; ++i)
  27474. | ^~~~~~~~~~~~~
  27475. | |
  27476. | objc_object*
  27477. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:217:69: warning: 'NSArray' may not respond to '-objectAtIndex:'
  27478. 217 | NSString* filePath = [[files objectAtIndex:i] path];
  27479. | ^
  27480. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:220:59: warning: 'NSFileManager' may not respond to '+defaultManager'
  27481. 220 | if ([[NSFileManager defaultManager] fileExistsAtPath:filePath isDirectory:&isDirectory] && isDirectory)
  27482. | ^
  27483. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:220:99: error: cannot convert 'BOOL*' {aka 'signed char*'} to 'objc_object*' in argument passing
  27484. 220 | if ([[NSFileManager defaultManager] fileExistsAtPath:filePath isDirectory:&isDirectory] && isDirectory)
  27485. | ^~~~~~~~~~~~
  27486. | |
  27487. | BOOL* {aka signed char*}
  27488. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADPicker pickIWad:num:showWindow:defaultWad:]':
  27489. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:271:47: warning: 'NSApplication' may not respond to '+sharedApplication'
  27490. 271 | app = [NSApplication sharedApplication];
  27491. | ^
  27492. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:280:29: warning: 'NSWindow' may not respond to '-contentView'
  27493. 280 | [[window contentView] addSubview:description];
  27494. | ^
  27495. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:289:36: warning: 'NSTableColumn' may not respond to '-headerCell'
  27496. 289 | [[column headerCell] setStringValue:[column identifier]];
  27497. | ^
  27498. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:297:48: warning: 'NSScrollView' may not respond to '-setDocumentView:'
  27499. 297 | [iwadScroller setDocumentView:iwadTable];
  27500. | ^
  27501. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:307:29: warning: 'NSWindow' may not respond to '-contentView'
  27502. 307 | [[window contentView] addSubview:iwadScroller];
  27503. | ^
  27504. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:313:29: warning: 'NSWindow' may not respond to '-contentView'
  27505. 313 | [[window contentView] addSubview:additionalParametersLabel];
  27506. | ^
  27507. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:316:29: warning: 'NSWindow' may not respond to '-contentView'
  27508. 316 | [[window contentView] addSubview:parametersTextField];
  27509. | ^
  27510. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:331:29: warning: 'NSWindow' may not respond to '-contentView'
  27511. 331 | [[window contentView] addSubview:okButton];
  27512. | ^
  27513. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:339:29: warning: 'NSWindow' may not respond to '-contentView'
  27514. 339 | [[window contentView] addSubview:cancelButton];
  27515. | ^
  27516. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:346:29: warning: 'NSWindow' may not respond to '-contentView'
  27517. 346 | [[window contentView] addSubview:browseButton];
  27518. | ^
  27519. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:348:75: warning: 'NSNotificationCenter' may not respond to '+defaultCenter'
  27520. 348 | NSNotificationCenter* center = [NSNotificationCenter defaultCenter];
  27521. | ^
  27522. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function '-[IWADPicker menuActionSent:]':
  27523. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:372:65: warning: 'NSDictionary' may not respond to '-valueForKey:'
  27524. 372 | NSMenuItem* menuItem = [userInfo valueForKey:@"MenuItem"];
  27525. | ^
  27526. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm: In function 'void RestartWithParameters(const char*, NSString*)':
  27527. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:413:73: warning: 'NSMutableArray' may not respond to '+alloc'
  27528. 413 | NSMutableArray* const arguments = [[NSMutableArray alloc] init];
  27529. | ^
  27530. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:421:54: warning: 'NSMutableArray' may not respond to '-addObject:'
  27531. 421 | [arguments addObject:@"-arch"];
  27532. | ^
  27533. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:422:69: warning: 'NSMutableArray' may not respond to '-addObject:'
  27534. 422 | [arguments addObject:GetArchitectureString()];
  27535. | ^
  27536. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:423:60: warning: 'NSMutableArray' may not respond to '-addObject:'
  27537. 423 | [arguments addObject:executablePath];
  27538. | ^
  27539. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:428:60: warning: 'NSMutableArray' may not respond to '-addObject:'
  27540. 428 | [arguments addObject:@"-wad_picker_restart"];
  27541. | ^
  27542. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:429:46: warning: 'NSMutableArray' may not respond to '-addObject:'
  27543. 429 | [arguments addObject:@"-iwad"];
  27544. | ^
  27545. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:430:78: warning: 'NSMutableArray' may not respond to '-addObject:'
  27546. 430 | [arguments addObject:[NSString stringWithUTF8String:iwadPath]];
  27547. | ^
  27548. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:435:62: warning: 'NSMutableArray' may not respond to '-addObject:'
  27549. 435 | [arguments addObject:currentParameter];
  27550. | ^
  27551. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:446:68: warning: 'NSMutableArray' may not respond to '-addObject:'
  27552. 446 | [arguments addObject:argumentString];
  27553. | ^
  27554. /Users/admin/doom/zdsrc/src/posix/osx/iwadpicker_cocoa.mm:453:85: warning: passing argument 2 of 'launchedTaskWithLaunchPath:arguments:' from distinct Objective-C type
  27555. 453 | arguments:arguments];
  27556. | ^
  27557. make[2]: *** [src/CMakeFiles/zdoom.dir/build.make:301: src/CMakeFiles/zdoom.dir/posix/osx/iwadpicker_cocoa.mm.o] Error 1
  27558. make[1]: *** [CMakeFiles/Makefile2:589: src/CMakeFiles/zdoom.dir/all] Error 2
  27559. make: *** [Makefile:136: all] Error 2
Add Comment
Please, Sign In to add comment