/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am depbase=`echo localauth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT localauth.lo -MD -MP -MF $depbase.Tpo -c -o localauth.lo localauth.m &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT localauth.lo -MD -MP -MF .deps/localauth.Tpo -c localauth.m -fno-common -DPIC -o .libs/localauth.o In file included from /usr/include/os/object.h:101, from /usr/include/dispatch/dispatch.h:59, from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20, from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:17, from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:60, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /usr/include/objc/NSObject.h:22:4: error: unknown type name 'instancetype' - (instancetype)self; ^~~~~~~~~~~~ /usr/include/objc/NSObject.h:36:4: error: unknown type name 'instancetype' - (instancetype)retain OBJC_ARC_UNAVAILABLE; ^~~~~~~~~~~~ /usr/include/objc/NSObject.h:38:4: error: unknown type name 'instancetype' - (instancetype)autorelease OBJC_ARC_UNAVAILABLE; ^~~~~~~~~~~~ /usr/include/objc/NSObject.h:63:4: error: unknown type name 'instancetype' - (instancetype)init ^~~~~~~~~~~~ /usr/include/objc/NSObject.h:69:4: error: unknown type name 'instancetype' + (instancetype)new OBJC_SWIFT_UNAVAILABLE("use object initializers instead"); ^~~~~~~~~~~~ /usr/include/objc/NSObject.h:70:4: error: unknown type name 'instancetype' + (instancetype)allocWithZone:(struct _NSZone *)zone OBJC_SWIFT_UNAVAILABLE("use object initializers instead"); ^~~~~~~~~~~~ /usr/include/objc/NSObject.h:71:4: error: unknown type name 'instancetype' + (instancetype)alloc OBJC_SWIFT_UNAVAILABLE("use object initializers instead"); ^~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:19:21: error: unknown type name 'nullable' - (id)copyWithZone:(nullable NSZone *)zone; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:19:29: error: expected ')' before 'NSZone' - (id)copyWithZone:(nullable NSZone *)zone; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:25:28: error: unknown type name 'nullable' - (id)mutableCopyWithZone:(nullable NSZone *)zone; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:25:36: error: expected ')' before 'NSZone' - (id)mutableCopyWithZone:(nullable NSZone *)zone; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:32:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder; // NS_DESIGNATED_INITIALIZER ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:32:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder; // NS_DESIGNATED_INITIALIZER ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:43:17: error: unknown property attribute before ',' token @property (class, readonly) BOOL supportsSecureCoding; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:53:4: error: unknown type name 'nullable' - (nullable id)replacementObjectForCoder:(NSCoder *)aCoder; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:53:12: error: expected ')' before 'id' - (nullable id)replacementObjectForCoder:(NSCoder *)aCoder; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:54:4: error: unknown type name 'nullable' - (nullable id)awakeAfterUsingCoder:(NSCoder *)aDecoder NS_REPLACES_RECEIVER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:54:12: error: expected ')' before 'id' - (nullable id)awakeAfterUsingCoder:(NSCoder *)aDecoder NS_REPLACES_RECEIVER; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:15: error: expected ';' before '<' token @class NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:1: error: cannot find protocol declaration for 'ObjectType' @interface NSEnumerator : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:37: error: expected identifier or '(' before ':' token @interface NSEnumerator : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:1: error: cannot find protocol declaration for 'ObjectType' @interface NSEnumerator (NSExtendedEnumerator) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:1: error: redefinition of 'struct NSEnumerator' /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:1: note: originally defined here @interface NSEnumerator : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'property' @property (readonly, copy) NSArray *allObjects; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSRange.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:18:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:18:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:31:42: error: unknown type name 'nullable' + (NSValue *)valueWithNonretainedObject:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:31:50: error: expected ')' before 'id' + (NSValue *)valueWithNonretainedObject:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:32:20: error: unknown property attribute before ',' token @property (nullable, readonly) id nonretainedObjectValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:32:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly) id nonretainedObjectValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:34:32: error: unknown type name 'nullable' + (NSValue *)valueWithPointer:(nullable const void *)pointer; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:34:47: error: two or more data types in declaration specifiers + (NSValue *)valueWithPointer:(nullable const void *)pointer; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:35:20: error: unknown property attribute before ',' token @property (nullable, readonly) void *pointerValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:43:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:43:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSRange.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:82:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:82:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray<__covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:44: error: expected identifier or '(' before ':' token @interface NSArray<__covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:19:4: error: unknown type name 'ObjectType' - (ObjectType)objectAtIndex:(NSUInteger)index; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:40: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:22:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:22:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray (NSExtendedArray) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:1: error: redefinition of 'struct NSArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:1: note: originally defined here @interface NSArray<__covariant ObjectType> : NSObject ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:28:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSArray *)arrayByAddingObject:(ObjectType)anObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:29:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)arrayByAddingObjectsFromArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:29:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:31:25: error: unknown type name 'ObjectType' - (BOOL)containsObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:33:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:33:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:34:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:34:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:35:4: error: unknown type name 'nullable' - (nullable ObjectType)firstObjectCommonWithArray:(NSArray *)otherArray; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:35:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)firstObjectCommonWithArray:(NSArray *)otherArray; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:35:1: error: cannot find protocol declaration for 'ObjectType' - (nullable ObjectType)firstObjectCommonWithArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:36:21: error: unknown type name 'ObjectType' - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nonnull])objects range:(NSRange)range NS_SWIFT_UNAVAILABLE("Use 'subarrayWithRange()' instead"); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:37:30: error: unknown type name 'ObjectType' - (NSUInteger)indexOfObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:38:30: error: unknown type name 'ObjectType' - (NSUInteger)indexOfObject:(ObjectType)anObject inRange:(NSRange)range; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:39:41: error: unknown type name 'ObjectType' - (NSUInteger)indexOfObjectIdenticalTo:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:40:41: error: unknown type name 'ObjectType' - (NSUInteger)indexOfObjectIdenticalTo:(ObjectType)anObject inRange:(NSRange)range; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:41:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isEqualToArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:42:20: error: unknown property attribute before ',' token @property (nullable, nonatomic, readonly) ObjectType firstObject API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:42:43: error: unknown type name 'ObjectType' @property (nullable, nonatomic, readonly) ObjectType firstObject API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:43:20: error: unknown property attribute before ',' token @property (nullable, nonatomic, readonly) ObjectType lastObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:43:43: error: unknown type name 'ObjectType' @property (nullable, nonatomic, readonly) ObjectType lastObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:44:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)objectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:45:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)reverseObjectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:47:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:47:78: error: unknown type name 'ObjectType'; did you mean 'ResType'? - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context; ^~~~~~~~~~ ResType /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:47:90: error: unknown type name 'ObjectType'; did you mean 'ResType'? - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context; ^~~~~~~~~~ ResType /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:47:140: error: unknown type name 'nullable' - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:47:149: error: two or more data types in declaration specifiers - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:78: error: unknown type name 'ObjectType'; did you mean 'ResType'? - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^~~~~~~~~~ ResType /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:90: error: unknown type name 'ObjectType'; did you mean 'ResType'? - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^~~~~~~~~~ ResType /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:140: error: unknown type name 'nullable' - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:149: error: two or more data types in declaration specifiers - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:170: error: unknown type name 'nullable' - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:48:178: error: expected ')' before 'NSData' - (NSArray *)sortedArrayUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))comparator context:(nullable void *)context hint:(nullable NSData *)hint; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:49:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayUsingSelector:(SEL)comparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:50:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)subarrayWithRange:(NSRange)range; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:52:40: error: unknown type name 'NSError' - (BOOL)writeToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:56:63: error: unknown type name 'nullable' - (void)makeObjectsPerformSelector:(SEL)aSelector withObject:(nullable id)argument NS_SWIFT_UNAVAILABLE("Use enumerateObjectsUsingBlock: or a for loop instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:56:71: error: expected ')' before 'id' - (void)makeObjectsPerformSelector:(SEL)aSelector withObject:(nullable id)argument NS_SWIFT_UNAVAILABLE("Use enumerateObjectsUsingBlock: or a for loop instead"); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:58:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)objectsAtIndexes:(NSIndexSet *)indexes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:60:4: error: unknown type name 'ObjectType' - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:62:43: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:62:57: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:63:82: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:63:96: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:64:104: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:64:118: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:66:47: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:66:61: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:67:86: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:67:100: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:68:108: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:68:121: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:70:52: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:70:66: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:71:91: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:71:105: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:72:113: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:72:127: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:74:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:74:54: error: unknown type name 'NSComparator' - (NSArray *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:75:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:75:86: error: unknown type name 'NSComparator' - (NSArray *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:83:30: error: unknown type name 'ObjectType' - (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 ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:83:126: error: unknown type name 'NSComparator' - (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 ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:87:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray (NSArrayCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:87:1: error: redefinition of 'struct NSArray' /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:1: note: originally defined here @interface NSArray (NSExtendedArray) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:89:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:90:34: error: unknown type name 'ObjectType' + (instancetype)arrayWithObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:91:41: error: unknown type name 'ObjectType' + (instancetype)arrayWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:92:35: error: unknown type name 'ObjectType' + (instancetype)arrayWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:93:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)arrayWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:95:34: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:96:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:97:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)array copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:100:4: error: unknown type name 'nullable' - (nullable NSArray *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:100:12: error: expected ')' before 'NSArray' - (nullable NSArray *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:100:77: error: unknown type name 'NSError' - (nullable NSArray *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:102:4: error: unknown type name 'nullable' + (nullable NSArray *)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"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:102:12: error: expected ')' before 'NSArray' + (nullable NSArray *)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"); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:102:78: error: unknown type name 'NSError' + (nullable NSArray *)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"); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:106:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray (NSDeprecated) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:106:1: error: redefinition of 'struct NSArray' /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:87:1: note: originally defined here @interface NSArray (NSArrayCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:111:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (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)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:114:4: error: unknown type name 'nullable' + (nullable NSArray *)arrayWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:114:12: error: expected ')' before 'NSArray' + (nullable NSArray *)arrayWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:115:4: error: unknown type name 'nullable' + (nullable NSArray *)arrayWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:115:12: error: expected ')' before 'NSArray' + (nullable NSArray *)arrayWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:116:4: error: unknown type name 'nullable' - (nullable NSArray *)initWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:116:12: error: expected ')' before 'NSArray' - (nullable NSArray *)initWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:117:4: error: unknown type name 'nullable' - (nullable NSArray *)initWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:117:12: error: expected ')' before 'NSArray' - (nullable NSArray *)initWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:125:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableArray : NSArray ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:125:39: error: expected identifier or '(' before ':' token @interface NSMutableArray : NSArray ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:128:23: error: unknown type name 'ObjectType' - (void)insertObject:(ObjectType)anObject atIndex:(NSUInteger)index; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:131:60: error: unknown type name 'ObjectType' - (void)replaceObjectAtIndex:(NSUInteger)index withObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:134:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:134:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:138:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableArray (NSExtendedMutableArray) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:138:1: error: redefinition of 'struct NSMutableArray' /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:125:1: note: originally defined here @interface NSMutableArray : NSArray ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:140:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addObjectsFromArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:143:23: error: unknown type name 'ObjectType' - (void)removeObject:(ObjectType)anObject inRange:(NSRange)range; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:144:23: error: unknown type name 'ObjectType' - (void)removeObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:145:34: error: unknown type name 'ObjectType' - (void)removeObjectIdenticalTo:(ObjectType)anObject inRange:(NSRange)range; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:146:34: error: unknown type name 'ObjectType' - (void)removeObjectIdenticalTo:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:148:1: error: cannot find protocol declaration for 'ObjectType' - (void)removeObjectsInArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:150:1: error: cannot find protocol declaration for 'ObjectType' - (void)replaceObjectsInRange:(NSRange)range withObjectsFromArray:(NSArray *)otherArray range:(NSRange)otherRange; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:151:1: error: cannot find protocol declaration for 'ObjectType' - (void)replaceObjectsInRange:(NSRange)range withObjectsFromArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:152:1: error: cannot find protocol declaration for 'ObjectType' - (void)setArray:(NSArray *)otherArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:153:54: error: unknown type name 'ObjectType'; did you mean 'ResType'? - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))compare context:(nullable void *)context; ^~~~~~~~~~ ResType /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:153:67: error: unknown type name 'ObjectType'; did you mean 'ResType'? - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))compare context:(nullable void *)context; ^~~~~~~~~~ ResType /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:153:114: error: unknown type name 'nullable' - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))compare context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:153:123: error: two or more data types in declaration specifiers - (void)sortUsingFunction:(NSInteger (NS_NOESCAPE *)(ObjectType, ObjectType, void * _Nullable))compare context:(nullable void *)context; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:156:1: error: cannot find protocol declaration for 'ObjectType' - (void)insertObjects:(NSArray *)objects atIndexes:(NSIndexSet *)indexes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:158:1: error: cannot find protocol declaration for 'ObjectType' - (void)replaceObjectsAtIndexes:(NSIndexSet *)indexes withObjects:(NSArray *)objects; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:160:20: error: unknown type name 'ObjectType' - (void)setObject:(ObjectType)obj atIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:162:30: error: unknown type name 'NSComparator' - (void)sortUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:163:62: error: unknown type name 'NSComparator' - (void)sortWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:167:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableArray (NSMutableArrayCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:167:1: error: redefinition of 'struct NSMutableArray' /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:138:1: note: originally defined here @interface NSMutableArray (NSExtendedMutableArray) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:169:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)arrayWithCapacity:(NSUInteger)numItems; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:171:4: error: unknown type name 'nullable' + (nullable NSMutableArray *)arrayWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:171:12: error: expected ')' before 'NSMutableArray' + (nullable NSMutableArray *)arrayWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:172:4: error: unknown type name 'nullable' + (nullable NSMutableArray *)arrayWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:172:12: error: expected ')' before 'NSMutableArray' + (nullable NSMutableArray *)arrayWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:173:4: error: unknown type name 'nullable' - (nullable NSMutableArray *)initWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:173:12: error: expected ')' before 'NSMutableArray' - (nullable NSMutableArray *)initWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:174:4: error: unknown type name 'nullable' - (nullable NSMutableArray *)initWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:174:12: error: expected ')' before 'NSMutableArray' - (nullable NSMutableArray *)initWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:38, from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:36:17: error: unknown property attribute before ',' token @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *writableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:36:74: error: expected '>' before '*' token @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *writableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:36:17: error: cannot find protocol declaration for 'NSString' @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *writableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:41:34: error: unknown property attribute before 'readonly' @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *writableTypeIdentifiersForItemProvider; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:41:67: error: expected '>' before '*' token @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *writableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:41:34: error: cannot find protocol declaration for 'NSString' @property (NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *writableTypeIdentifiersForItemProvider; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:50:4: error: unknown type name 'nullable' - (nullable NSProgress *)loadDataWithTypeIdentifier:(NSString *)typeIdentifier // One of writableTypeIdentifiersForItemProvider ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:50:12: error: expected ')' before 'NSProgress' - (nullable NSProgress *)loadDataWithTypeIdentifier:(NSString *)typeIdentifier // One of writableTypeIdentifiersForItemProvider ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:51:60: error: expected ')' before '^' token forItemProviderCompletionHandler:(void (^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:51:62: error: expected ')' before '(' token forItemProviderCompletionHandler:(void (^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:60:17: error: unknown property attribute before ',' token @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *readableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:60:74: error: expected '>' before '*' token @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *readableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:60:17: error: cannot find protocol declaration for 'NSString' @property (class, NS_NONATOMIC_IOSONLY, readonly, copy) NSArray *readableTypeIdentifiersForItemProvider; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:62:4: error: unknown type name 'nullable' + (nullable instancetype)objectWithItemProviderData:(NSData *)data ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:62:12: error: expected ')' before 'id' + (nullable instancetype)objectWithItemProviderData:(NSData *)data ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:64:54: error: unknown type name 'NSError' error:(NSError **)outError; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:69:15: error: expected identifier or '(' before '^' token typedef void (^NSItemProviderCompletionHandler)(__nullable id item, NSError * __null_unspecified error); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:70:15: error: expected identifier or '(' before '^' token typedef void (^NSItemProviderLoadHandler)(__null_unspecified NSItemProviderCompletionHandler completionHandler, __null_unspecified Class expectedValueClass, NSDictionary * __null_unspecified options); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:90:78: error: expected ')' before '^' token 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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:90:80: error: expected ')' before '(' token 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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:98:78: error: expected ')' before '^' token 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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:98:80: error: expected ')' before '(' token 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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:105:34: error: unknown property attribute before ')' token @property (copy, readonly, atomic) NSArray *registeredTypeIdentifiers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:105:34: error: cannot find protocol declaration for 'NSString' /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:107:21: error: expected '>' before '*' token - (NSArray *)registeredTypeIdentifiersWithFileOptions:(NSItemProviderFileOptions)fileOptions API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:107:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)registeredTypeIdentifiersWithFileOptions:(NSItemProviderFileOptions)fileOptions API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:117:63: error: expected ')' before '^' token completionHandler:(void(^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:117:65: error: expected ')' before '(' token completionHandler:(void(^)(NSData * _Nullable data, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:121:63: error: expected ')' before '^' token completionHandler:(void(^)(NSURL * _Nullable url, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:121:65: error: expected ')' before '(' token completionHandler:(void(^)(NSURL * _Nullable url, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:126:71: error: expected ')' before '^' token 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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:126:73: error: expected ')' before '(' token 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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:132:18: error: unknown property attribute before ',' token @property (atomic, copy, nullable) NSString *suggestedName API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(macos, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:132:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (atomic, copy, nullable) NSString *suggestedName API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(macos, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:147:56: error: expected ')' before '^' token loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(id _Nullable object, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:147:58: error: expected ')' before '(' token loadHandler:(NSProgress * _Nullable (^)(void (^completionHandler)(id _Nullable object, NSError * _Nullable error)))loadHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:153:42: error: expected ')' before '^' token completionHandler:(void (^)(id _Nullable object, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:153:44: error: expected ')' before '(' token completionHandler:(void (^)(id _Nullable object, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:183:31: error: unknown type name 'nullable' - (instancetype)initWithItem:(nullable id)item typeIdentifier:(nullable NSString *)typeIdentifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:183:39: error: expected ')' before 'id' - (instancetype)initWithItem:(nullable id)item typeIdentifier:(nullable NSString *)typeIdentifier NS_DESIGNATED_INITIALIZER; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:183:80: error: unknown type name 'nullable' - (instancetype)initWithItem:(nullable id)item typeIdentifier:(nullable NSString *)typeIdentifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:183:88: error: expected ')' before 'NSString' - (instancetype)initWithItem:(nullable id)item typeIdentifier:(nullable NSString *)typeIdentifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:186:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(null_unspecified NSURL *)fileURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:186:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(null_unspecified NSURL *)fileURL; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:186:49: error: unknown type name 'null_unspecified' - (nullable instancetype)initWithContentsOfURL:(null_unspecified NSURL *)fileURL; ^~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:186:65: error: expected ')' before 'NSURL' - (nullable instancetype)initWithContentsOfURL:(null_unspecified NSURL *)fileURL; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:189:79: error: unknown type name 'NSItemProviderLoadHandler' - (void)registerItemForTypeIdentifier:(NSString *)typeIdentifier loadHandler:(NSItemProviderLoadHandler)loadHandler; ^~~~~~~~~~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:197:71: error: unknown type name 'nullable' - (void)loadItemForTypeIdentifier:(NSString *)typeIdentifier options:(nullable NSDictionary *)options completionHandler:(nullable NSItemProviderCompletionHandler)completionHandler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:197:79: error: expected ')' before 'NSDictionary' - (void)loadItemForTypeIdentifier:(NSString *)typeIdentifier options:(nullable NSDictionary *)options completionHandler:(nullable NSItemProviderCompletionHandler)completionHandler; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:197:122: error: unknown type name 'nullable' - (void)loadItemForTypeIdentifier:(NSString *)typeIdentifier options:(nullable NSDictionary *)options completionHandler:(nullable NSItemProviderCompletionHandler)completionHandler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:197:130: error: expected ')' before 'NSItemProviderCompletionHandler' - (void)loadItemForTypeIdentifier:(NSString *)typeIdentifier options:(nullable NSDictionary *)options completionHandler:(nullable NSItemProviderCompletionHandler)completionHandler; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:211:20: error: unknown property attribute before ',' token @property (nullable, copy, atomic) NSItemProviderLoadHandler previewImageHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:211:36: error: unknown type name 'NSItemProviderLoadHandler' @property (nullable, copy, atomic) NSItemProviderLoadHandler previewImageHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:38, from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:214:38: error: unknown type name 'null_unspecified' - (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)); ^~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:214:54: error: expected ')' before 'NSDictionary' - (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)); ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:214:97: error: unknown type name 'null_unspecified' - (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)); ^~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSItemProvider.h:214:113: error: expected ')' before 'NSItemProviderCompletionHandler' - (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)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:41:23: error: expected ';' before '<' token @class NSData, NSArray, NSDictionary, NSCharacterSet, NSURL, NSError, NSLocale; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:111:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:111:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:138:135: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:138:143: error: expected ')' before 'id' - (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. ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:178:135: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:178:143: error: expected ')' before 'NSLocale' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:184:37: error: unknown type name 'NSCharacterSet' - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet; ^~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:185:37: error: unknown type name 'NSCharacterSet' - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet options:(NSStringCompareOptions)mask; ^~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:186:37: error: unknown type name 'NSCharacterSet' - (NSRange)rangeOfCharacterFromSet:(NSCharacterSet *)searchSet options:(NSStringCompareOptions)mask range:(NSRange)rangeOfReceiverToSearch; ^~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:223:42: error: unknown type name 'nullable' - (NSString *)uppercaseStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:223:50: error: expected ')' before 'NSLocale' - (NSString *)uppercaseStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:224:42: error: unknown type name 'nullable' - (NSString *)lowercaseStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:224:50: error: expected ')' before 'NSLocale' - (NSString *)lowercaseStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:225:44: error: unknown type name 'nullable' - (NSString *)capitalizedStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:225:52: error: expected ')' before 'NSLocale' - (NSString *)capitalizedStringWithLocale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:23: error: unknown type name 'nullable' - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:31: error: expected ')' before 'NSUInteger' - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:59: error: unknown type name 'nullable' - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:67: error: expected ')' before 'NSUInteger' - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:105: error: unknown type name 'nullable' - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:230:113: error: expected ')' before 'NSUInteger' - (void)getLineStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)lineEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:28: error: unknown type name 'nullable' - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:36: error: expected ')' before 'NSUInteger' - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:64: error: unknown type name 'nullable' - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:72: error: expected ')' before 'NSUInteger' - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:109: error: unknown type name 'nullable' - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:233:117: error: expected ')' before 'NSUInteger' - (void)getParagraphStart:(nullable NSUInteger *)startPtr end:(nullable NSUInteger *)parEndPtr contentsEnd:(nullable NSUInteger *)contentsEndPtr forRange:(NSRange)range; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:251:110: error: expected ')' before '^' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:251:112: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:252:41: error: expected ')' before '^' token - (void)enumerateLinesUsingBlock:(void (^)(NSString *line, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:252:43: error: expected ')' before '(' token - (void)enumerateLinesUsingBlock:(void (^)(NSString *line, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:257:20: error: unknown property attribute before ',' token @property (nullable, readonly) const char *UTF8String NS_RETURNS_INNER_POINTER; // Convenience to return null-terminated UTF8 representation ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:262:4: error: unknown type name 'nullable' - (nullable NSData *)dataUsingEncoding:(NSStringEncoding)encoding allowLossyConversion:(BOOL)lossy; // External representation ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:262:12: error: expected ')' before 'NSData' - (nullable NSData *)dataUsingEncoding:(NSStringEncoding)encoding allowLossyConversion:(BOOL)lossy; // External representation ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:263:4: error: unknown type name 'nullable' - (nullable NSData *)dataUsingEncoding:(NSStringEncoding)encoding; // External representation ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:263:12: error: expected ')' before 'NSData' - (nullable NSData *)dataUsingEncoding:(NSStringEncoding)encoding; // External representation ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:269:4: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:269:19: error: two or more data types in declaration specifiers - (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. ^~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:283:19: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:283:28: error: two or more data types in declaration specifiers - (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; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:283:91: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:283:99: error: expected ')' before 'NSUInteger' - (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; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:283:253: error: unknown type name 'nullable' - (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; ^~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:283:261: error: expected ')' before 'NSRangePointer' - (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; ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:290:17: error: unknown property attribute before ',' token @property (class, readonly) const NSStringEncoding *availableStringEncodings; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:296:17: error: unknown property attribute before ',' token @property (class, readonly) NSStringEncoding defaultCStringEncoding; // Should be rarely used ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:305:21: error: expected '>' before '*' token - (NSArray *)componentsSeparatedByString:(NSString *)separator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:305:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)componentsSeparatedByString:(NSString *)separator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:306:21: error: expected '>' before '*' token - (NSArray *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)separator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:306:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)separator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:306:64: error: unknown type name 'NSCharacterSet' - (NSArray *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)separator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:308:48: error: unknown type name 'NSCharacterSet' - (NSString *)stringByTrimmingCharactersInSet:(NSCharacterSet *)set; ^~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:313:82: error: unknown type name 'nullable' - (NSString *)stringByFoldingWithOptions:(NSStringCompareOptions)options locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:313:90: error: expected ')' before 'NSLocale' - (NSString *)stringByFoldingWithOptions:(NSStringCompareOptions)options locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:331:4: error: unknown type name 'nullable' - (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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:331:12: error: expected ')' before 'NSString' - (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 ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:353:105: error: unknown type name 'NSError' - (BOOL)writeToURL:(NSURL *)url atomically:(BOOL)useAuxiliaryFile encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:354:110: error: unknown type name 'NSError' - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)useAuxiliaryFile encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:367:4: error: unknown type name 'nullable' - (nullable instancetype)initWithUTF8String:(const char *)nullTerminatedCString; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:367:12: error: expected ')' before 'id' - (nullable instancetype)initWithUTF8String:(const char *)nullTerminatedCString; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:371:59: error: unknown type name 'nullable' - (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale, ... NS_FORMAT_FUNCTION(1,3); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:371:67: error: expected ')' before 'id' - (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale, ... NS_FORMAT_FUNCTION(1,3); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:372:59: error: unknown type name 'nullable' - (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale arguments:(va_list)argList NS_FORMAT_FUNCTION(1,0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:372:67: error: expected ')' before 'id' - (instancetype)initWithFormat:(NSString *)format locale:(nullable id)locale arguments:(va_list)argList NS_FORMAT_FUNCTION(1,0); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:373:4: error: unknown type name 'nullable' - (nullable instancetype)initWithData:(NSData *)data encoding:(NSStringEncoding)encoding; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:373:12: error: expected ')' before 'id' - (nullable instancetype)initWithData:(NSData *)data encoding:(NSStringEncoding)encoding; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:374:4: error: unknown type name 'nullable' - (nullable instancetype)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:374:12: error: expected ')' before 'id' - (nullable instancetype)initWithBytes:(const void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:375:4: error: unknown type name 'nullable' - (nullable instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding freeWhenDone:(BOOL)freeBuffer; /* "NoCopy" is a hint */ ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:375:12: error: expected ')' before 'id' - (nullable instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)len encoding:(NSStringEncoding)encoding freeWhenDone:(BOOL)freeBuffer; /* "NoCopy" is a hint */ ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:380:4: error: unknown type name 'nullable' + (nullable instancetype)stringWithUTF8String:(const char *)nullTerminatedCString; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:380:12: error: expected ')' before 'id' + (nullable instancetype)stringWithUTF8String:(const char *)nullTerminatedCString; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:384:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCString:(const char *)nullTerminatedCString encoding:(NSStringEncoding)encoding; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:384:12: error: expected ')' before 'id' - (nullable instancetype)initWithCString:(const char *)nullTerminatedCString encoding:(NSStringEncoding)encoding; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:385:4: error: unknown type name 'nullable' + (nullable instancetype)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:385:12: error: expected ')' before 'id' + (nullable instancetype)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:389:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:389:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:389:99: error: unknown type name 'NSError' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:390:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:390:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:390:104: error: unknown type name 'NSError' - (nullable instancetype)initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:391:4: error: unknown type name 'nullable' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:391:12: error: expected ')' before 'id' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:391:101: error: unknown type name 'NSError' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:392:4: error: unknown type name 'nullable' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:392:12: error: expected ')' before 'id' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:392:106: error: unknown type name 'NSError' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:75: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:83: error: expected ')' before 'NSStringEncoding' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:396:114: error: unknown type name 'NSError' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:80: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:88: error: expected ')' before 'NSStringEncoding' - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:397:119: error: unknown type name 'NSError' - (nullable instancetype)initWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:398:4: error: unknown type name 'nullable' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:398:12: error: expected ')' before 'id' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:398:77: error: unknown type name 'nullable' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:398:85: error: expected ')' before 'NSStringEncoding' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:398:116: error: unknown type name 'NSError' + (nullable instancetype)stringWithContentsOfURL:(NSURL *)url usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:399:4: error: unknown type name 'nullable' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:399:12: error: expected ')' before 'id' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:399:82: error: unknown type name 'nullable' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:399:90: error: expected ')' before 'NSStringEncoding' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:399:121: error: unknown type name 'NSError' + (nullable instancetype)stringWithContentsOfFile:(NSString *)path usedEncoding:(nullable NSStringEncoding *)enc error:(NSError **)error; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:424:44: error: unknown type name 'nullable' encodingOptions:(nullable NSDictionary *)opts ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:424:52: error: expected ')' before 'NSDictionary' encodingOptions:(nullable NSDictionary *)opts ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:426:44: error: unknown type name 'nullable' usedLossyConversion:(nullable BOOL *)usedLossyConversion API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:426:52: error: expected ')' before 'BOOL' usedLossyConversion:(nullable BOOL *)usedLossyConversion API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:471:110: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:471:118: error: expected ')' before 'NSRangePointer' - (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)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:493:4: error: unknown type name 'nullable' - (nullable NSDictionary *)propertyListFromStringsFileFormat; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:493:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)propertyListFromStringsFileFormat; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:501:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:501:19: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:502:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:502:19: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:506:104: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:506:112: error: expected ')' before 'NSRangePointer' - (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)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:511:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:511:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:512:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:512:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:513:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:513:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:514:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:514:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:516:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:516:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:517:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:517:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:518:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:518:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:519:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:519:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:520:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:520:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:8:15: error: expected ';' before '<' token @class NSArray, NSSet, NSString, NSURL; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:70: error: expected identifier or '(' before ':' token @interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:17:4: error: unknown type name 'nullable' - (nullable ObjectType)objectForKey:(KeyType)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:17:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)objectForKey:(KeyType)aKey; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:17:38: error: unknown type name 'KeyType' - (nullable ObjectType)objectForKey:(KeyType)aKey; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:18:1: error: cannot find protocol declaration for 'KeyType' - (NSEnumerator *)keyEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:23:40: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType _Nonnull [_Nullable])keys count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:23:95: error: unknown type name 'KeyType' - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType _Nonnull [_Nullable])keys count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:23:102: error: expected ')' before '<' token - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType _Nonnull [_Nullable])keys count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:25:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:25:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:29:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary (NSExtendedDictionary) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:29:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:29:1: error: redefinition of 'struct NSDictionary' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:14:1: note: originally defined here @interface NSDictionary<__covariant KeyType, __covariant ObjectType> : NSObject ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:31:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'property' @property (readonly, copy) NSArray *allKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:32:1: error: cannot find protocol declaration for 'KeyType' - (NSArray *)allKeysForObject:(ObjectType)anObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:32:41: error: unknown type name 'ObjectType' - (NSArray *)allKeysForObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:33:1: error: cannot find protocol declaration for 'ObjectType' @property (readonly, copy) NSArray *allValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:36:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:36:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:37:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:37:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:38:1: error: cannot find protocol declaration for 'KeyType' - (BOOL)isEqualToDictionary:(NSDictionary *)otherDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:38:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:39:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)objectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:40:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)objectsForKeys:(NSArray *)keys notFoundMarker:(ObjectType)marker; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:40:1: error: cannot find protocol declaration for 'KeyType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:40:82: error: unknown type name 'ObjectType' - (NSArray *)objectsForKeys:(NSArray *)keys notFoundMarker:(ObjectType)marker; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:43:40: error: unknown type name 'NSError' - (BOOL)writeToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:46:1: error: cannot find protocol declaration for 'KeyType' - (NSArray *)keysSortedByValueUsingSelector:(SEL)comparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:48:21: error: unknown type name 'ObjectType' - (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"); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:48:90: error: unknown type name 'KeyType' - (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"); ^~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:50:4: error: unknown type name 'nullable' - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:50:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:50:49: error: unknown type name 'KeyType' - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:52:50: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:52:64: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:53:89: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:53:103: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:55:1: error: cannot find protocol declaration for 'KeyType' - (NSArray *)keysSortedByValueUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:55:57: error: unknown type name 'NSComparator' - (NSArray *)keysSortedByValueUsingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:56:1: error: cannot find protocol declaration for 'KeyType' - (NSArray *)keysSortedByValueWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:56:89: error: unknown type name 'NSComparator' - (NSArray *)keysSortedByValueWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:58:4: error: unknown type name 'NSSet' - (NSSet *)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)); ^~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:58:9: error: expected ')' before '<' token - (NSSet *)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)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:58:53: error: expected ')' before '^' token - (NSSet *)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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:58:67: error: expected ')' before '(' token - (NSSet *)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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:4: error: unknown type name 'NSSet' - (NSSet *)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)); ^~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:9: error: expected ')' before '<' token - (NSSet *)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)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:92: error: expected ')' before '^' token - (NSSet *)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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:59:106: error: expected ')' before '(' token - (NSSet *)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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:63:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary (NSDeprecated) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:63:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:63:1: error: redefinition of 'struct NSDictionary' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:29:1: note: originally defined here @interface NSDictionary (NSExtendedDictionary) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:65:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (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)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:68:4: error: unknown type name 'nullable' + (nullable NSDictionary *)dictionaryWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:68:12: error: expected ')' before 'NSDictionary' + (nullable NSDictionary *)dictionaryWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:69:4: error: unknown type name 'nullable' + (nullable NSDictionary *)dictionaryWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:69:12: error: expected ')' before 'NSDictionary' + (nullable NSDictionary *)dictionaryWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:70:4: error: unknown type name 'nullable' - (nullable NSDictionary *)initWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:70:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)initWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:71:4: error: unknown type name 'nullable' - (nullable NSDictionary *)initWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:71:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)initWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:77:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary (NSDictionaryCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:77:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:77:1: error: redefinition of 'struct NSDictionary' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:63:1: note: originally defined here @interface NSDictionary (NSDeprecated) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:79:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)dictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:80:39: error: unknown type name 'ObjectType' + (instancetype)dictionaryWithObject:(ObjectType)object forKey:(KeyType )key; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:80:65: error: unknown type name 'KeyType' + (instancetype)dictionaryWithObject:(ObjectType)object forKey:(KeyType )key; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:80:72: error: expected ')' before '<' token + (instancetype)dictionaryWithObject:(ObjectType)object forKey:(KeyType )key; ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:84:46: error: unknown type name 'ObjectType' + (instancetype)dictionaryWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType _Nonnull [_Nullable])keys count:(NSUInteger)cnt; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:84:101: error: unknown type name 'KeyType' + (instancetype)dictionaryWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType _Nonnull [_Nullable])keys count:(NSUInteger)cnt; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:84:108: error: expected ')' before '<' token + (instancetype)dictionaryWithObjects:(const ObjectType _Nonnull [_Nullable])objects forKeys:(const KeyType _Nonnull [_Nullable])keys count:(NSUInteger)cnt; ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:89:1: error: cannot find protocol declaration for 'KeyType' + (instancetype)dictionaryWithDictionary:(NSDictionary *)dict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:89:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:90:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray> *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:90:95: error: expected '>' before '<' token + (instancetype)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray> *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:90:1: error: cannot find protocol declaration for 'KeyType' + (instancetype)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray> *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:90:1: error: can not use an object as parameter to a method /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:93:1: error: cannot find protocol declaration for 'KeyType' - (instancetype)initWithDictionary:(NSDictionary *)otherDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:93:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:94:1: error: cannot find protocol declaration for 'KeyType' - (instancetype)initWithDictionary:(NSDictionary *)otherDictionary copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:94:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:95:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithObjects:(NSArray *)objects forKeys:(NSArray> *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:95:89: error: expected '>' before '<' token - (instancetype)initWithObjects:(NSArray *)objects forKeys:(NSArray> *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:95:1: error: cannot find protocol declaration for 'KeyType' - (instancetype)initWithObjects:(NSArray *)objects forKeys:(NSArray> *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:95:1: error: can not use an object as parameter to a method /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:98:4: error: unknown type name 'nullable' - (nullable NSDictionary *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:98:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:98:94: error: unknown type name 'NSError' - (nullable NSDictionary *)initWithContentsOfURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:101:4: error: unknown type name 'nullable' + (nullable NSDictionary *)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"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:101:12: error: expected ')' before 'NSDictionary' + (nullable NSDictionary *)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"); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:101:100: error: unknown type name 'NSError' + (nullable NSDictionary *)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"); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:107:1: error: cannot find protocol declaration for 'KeyType' @interface NSMutableDictionary : NSDictionary ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:107:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:107:53: error: expected identifier or '(' before ':' token @interface NSMutableDictionary : NSDictionary ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:110:20: error: unknown type name 'ObjectType' - (void)setObject:(ObjectType)anObject forKey:(KeyType )aKey; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:110:48: error: unknown type name 'KeyType' - (void)setObject:(ObjectType)anObject forKey:(KeyType )aKey; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:110:55: error: expected ')' before '<' token - (void)setObject:(ObjectType)anObject forKey:(KeyType )aKey; ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:113:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:113:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:117:1: error: cannot find protocol declaration for 'KeyType' @interface NSMutableDictionary (NSExtendedMutableDictionary) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:117:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:117:1: error: redefinition of 'struct NSMutableDictionary' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:107:1: note: originally defined here @interface NSMutableDictionary : NSDictionary ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:119:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addEntriesFromDictionary:(NSDictionary *)otherDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:121:1: error: cannot find protocol declaration for 'KeyType' - (void)removeObjectsForKeys:(NSArray *)keyArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:122:1: error: cannot find protocol declaration for 'KeyType' - (void)setDictionary:(NSDictionary *)otherDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:122:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:123:20: error: unknown type name 'nullable' - (void)setObject:(nullable ObjectType)obj forKeyedSubscript:(KeyType )key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:123:28: error: expected ')' before 'ObjectType' - (void)setObject:(nullable ObjectType)obj forKeyedSubscript:(KeyType )key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:123:63: error: unknown type name 'KeyType' - (void)setObject:(nullable ObjectType)obj forKeyedSubscript:(KeyType )key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:123:70: error: expected ')' before '<' token - (void)setObject:(nullable ObjectType)obj forKeyedSubscript:(KeyType )key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:127:1: error: cannot find protocol declaration for 'KeyType' @interface NSMutableDictionary (NSMutableDictionaryCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:127:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:127:1: error: redefinition of 'struct NSMutableDictionary' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:117:1: note: originally defined here @interface NSMutableDictionary (NSExtendedMutableDictionary) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:129:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)dictionaryWithCapacity:(NSUInteger)numItems; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:131:4: error: unknown type name 'nullable' + (nullable NSMutableDictionary *)dictionaryWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:131:12: error: expected ')' before 'NSMutableDictionary' + (nullable NSMutableDictionary *)dictionaryWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:132:4: error: unknown type name 'nullable' + (nullable NSMutableDictionary *)dictionaryWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:132:12: error: expected ')' before 'NSMutableDictionary' + (nullable NSMutableDictionary *)dictionaryWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:133:4: error: unknown type name 'nullable' - (nullable NSMutableDictionary *)initWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:133:12: error: expected ')' before 'NSMutableDictionary' - (nullable NSMutableDictionary *)initWithContentsOfFile:(NSString *)path; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:134:4: error: unknown type name 'nullable' - (nullable NSMutableDictionary *)initWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:134:12: error: expected ')' before 'NSMutableDictionary' - (nullable NSMutableDictionary *)initWithContentsOfURL:(NSURL *)url; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:138:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary (NSSharedKeySetDictionary) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:138:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:138:1: error: redefinition of 'struct NSDictionary' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:77:1: note: originally defined here @interface NSDictionary (NSDictionaryCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:148:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (id)sharedKeySetForKeys:(NSArray> *)keys API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:152:1: error: cannot find protocol declaration for 'KeyType' @interface NSMutableDictionary (NSSharedKeySetDictionary) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:152:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:152:1: error: redefinition of 'struct NSMutableDictionary' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:127:1: note: originally defined here @interface NSMutableDictionary (NSMutableDictionaryCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:160:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (NSMutableDictionary *)dictionaryWithSharedKeySet:(id)keyset API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:164:1: error: cannot find protocol declaration for 'K' @interface NSDictionary (NSGenericFastEnumeraiton) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:164:1: error: cannot find protocol declaration for 'V' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:164:1: error: redefinition of 'struct NSDictionary' /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:138:1: note: originally defined here @interface NSDictionary (NSSharedKeySetDictionary) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:164:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token @interface NSDictionary (NSGenericFastEnumeraiton) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet<__covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:42: error: expected identifier or '(' before ':' token @interface NSSet<__covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:17:4: error: unknown type name 'nullable' - (nullable ObjectType)member:(ObjectType)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:17:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)member:(ObjectType)object; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:17:32: error: unknown type name 'ObjectType' - (nullable ObjectType)member:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:18:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)objectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:20:40: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:21:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:21:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:25:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet (NSExtendedSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:25:1: error: redefinition of 'struct NSSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:14:1: note: originally defined here @interface NSSet<__covariant ObjectType> : NSObject ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:27:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'property' @property (readonly, copy) NSArray *allObjects; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:28:4: error: unknown type name 'nullable' - (nullable ObjectType)anyObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:28:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)anyObject; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:29:25: error: unknown type name 'ObjectType' - (BOOL)containsObject:(ObjectType)anObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:31:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:31:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:32:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)intersectsSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:33:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isEqualToSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:34:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isSubsetOfSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:37:63: error: unknown type name 'nullable' - (void)makeObjectsPerformSelector:(SEL)aSelector withObject:(nullable id)argument NS_SWIFT_UNAVAILABLE("Use enumerateObjectsUsingBlock: or a for loop instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:37:71: error: expected ')' before 'id' - (void)makeObjectsPerformSelector:(SEL)aSelector withObject:(nullable id)argument NS_SWIFT_UNAVAILABLE("Use enumerateObjectsUsingBlock: or a for loop instead"); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:39:1: error: cannot find protocol declaration for 'ObjectType' - (NSSet *)setByAddingObject:(ObjectType)anObject API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:39:43: error: unknown type name 'ObjectType' - (NSSet *)setByAddingObject:(ObjectType)anObject API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:40:1: error: cannot find protocol declaration for 'ObjectType' - (NSSet *)setByAddingObjectsFromSet:(NSSet *)other API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:40:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:41:1: error: cannot find protocol declaration for 'ObjectType' - (NSSet *)setByAddingObjectsFromArray:(NSArray *)other API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:41:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:43:43: error: expected ')' before '^' token - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:43:57: error: expected ')' before '(' token - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:44:82: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:44:96: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:1: error: cannot find protocol declaration for 'ObjectType' - (NSSet *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:50: error: expected ')' before '^' token - (NSSet *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:46:64: error: expected ')' before '(' token - (NSSet *)objectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:1: error: cannot find protocol declaration for 'ObjectType' - (NSSet *)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)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:89: error: expected ')' before '^' token - (NSSet *)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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:47:103: error: expected ')' before '(' token - (NSSet *)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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:51:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet (NSSetCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:51:1: error: redefinition of 'struct NSSet' /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:25:1: note: originally defined here @interface NSSet (NSExtendedSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:53:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:54:32: error: unknown type name 'ObjectType' + (instancetype)setWithObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:55:39: error: unknown type name 'ObjectType' + (instancetype)setWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:56:33: error: unknown type name 'ObjectType' + (instancetype)setWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:57:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)setWithSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:58:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)setWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:60:34: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:61:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:62:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithSet:(NSSet *)set copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:63:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableSet : NSSet ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:37: error: expected identifier or '(' before ':' token @interface NSMutableSet : NSSet ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:72:23: error: unknown type name 'ObjectType' - (void)removeObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:73:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:73:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:79:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableSet (NSExtendedMutableSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:79:1: error: redefinition of 'struct NSMutableSet' /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:69:1: note: originally defined here @interface NSMutableSet : NSSet ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:81:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addObjectsFromArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:82:1: error: cannot find protocol declaration for 'ObjectType' - (void)intersectSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:83:1: error: cannot find protocol declaration for 'ObjectType' - (void)minusSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:85:1: error: cannot find protocol declaration for 'ObjectType' - (void)unionSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:87:1: error: cannot find protocol declaration for 'ObjectType' - (void)setSet:(NSSet *)otherSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:91:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableSet (NSMutableSetCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:91:1: error: redefinition of 'struct NSMutableSet' /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:79:1: note: originally defined here @interface NSMutableSet (NSExtendedMutableSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:93:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)setWithCapacity:(NSUInteger)numItems; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:99:1: error: cannot find protocol declaration for 'ObjectType' @interface NSCountedSet : NSMutableSet { ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:99:37: error: expected identifier or '(' before ':' token @interface NSCountedSet : NSMutableSet { ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:107:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:108:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:110:31: error: unknown type name 'ObjectType' - (NSUInteger)countForObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:112:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)objectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:113:20: error: unknown type name 'ObjectType' - (void)addObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:114:23: error: unknown type name 'ObjectType' - (void)removeObject:(ObjectType)object; ^~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:42:11: error: expected identifier or '(' before '^' token void (^ _resumingHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:44:11: error: expected identifier or '(' before '^' token void (^ _pausingHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:62:4: error: unknown type name 'nullable' + (nullable NSProgress *)currentProgress; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:62:12: error: expected ')' before 'NSProgress' + (nullable NSProgress *)currentProgress; ~ ^~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:80:33: error: unknown type name 'nullable' - (instancetype)initWithParent:(nullable NSProgress *)parentProgressOrNil userInfo:(nullable NSDictionary *)userInfoOrNil NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:80:41: error: expected ')' before 'NSProgress' - (instancetype)initWithParent:(nullable NSProgress *)parentProgressOrNil userInfo:(nullable NSDictionary *)userInfoOrNil NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:80:85: error: unknown type name 'nullable' - (instancetype)initWithParent:(nullable NSProgress *)parentProgressOrNil userInfo:(nullable NSDictionary *)userInfoOrNil NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:80:93: error: expected ')' before 'NSDictionary' - (instancetype)initWithParent:(nullable NSProgress *)parentProgressOrNil userInfo:(nullable NSDictionary *)userInfoOrNil NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:90:83: error: expected ')' before '^' token - (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; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:90:97: error: expected ')' before '(' token - (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; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:116:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *localizedDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:116:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *localizedDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:128:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *localizedAdditionalDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:128:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *localizedAdditionalDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:142:20: error: unknown property attribute before ',' token @property (nullable, copy) void (^cancellationHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:142:34: error: expected identifier or '(' before '^' token @property (nullable, copy) void (^cancellationHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:146:1: error: expected identifier before 'property' @property (nullable, copy) void (^pausingHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:150:20: error: unknown property attribute before ',' token @property (nullable, copy) void (^resumingHandler)(void) NS_AVAILABLE(10_11, 9_0); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:150:34: error: expected identifier or '(' before '^' token @property (nullable, copy) void (^resumingHandler)(void) NS_AVAILABLE(10_11, 9_0); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:154:1: error: expected identifier before '-' token - (void)setUserInfoObject:(nullable id)objectOrNil forKey:(NSProgressUserInfoKey)key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:185:1: error: cannot find protocol declaration for 'NSProgressUserInfoKey' @property (readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:185:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:189:20: error: unknown property attribute before ',' token @property (nullable, copy) NSProgressKind kind; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:189:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSProgressKind kind; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:195:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *estimatedTimeRemaining API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:195:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *estimatedTimeRemaining API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:201:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *throughput API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:201:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *throughput API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:208:20: error: unknown property attribute before ',' token @property (nullable, copy) NSProgressFileOperationKind fileOperationKind API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:208:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSProgressFileOperationKind fileOperationKind API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:215:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *fileURL API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:215:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *fileURL API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:222:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *fileTotalCount API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:222:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *fileTotalCount API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:229:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *fileCompletedCount API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:229:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *fileCompletedCount API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)) NS_REFINED_FOR_SWIFT; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:247:15: error: expected identifier or '(' before '^' token typedef void (^NSProgressUnpublishingHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:248:50: error: expected declaration specifiers or '...' before '^' token typedef _Nullable NSProgressUnpublishingHandler (^NSProgressPublishingHandler)(NSProgress *progress); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProgress.h:252:67: error: unknown type name 'NSProgressPublishingHandler' + (id)addSubscriberForFileURL:(NSURL *)url withPublishingHandler:(NSProgressPublishingHandler)publishingHandler API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:18:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id object; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:18:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id object; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:19:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:19:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:21:63: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:21:71: error: expected ')' before 'id' - (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; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:21:92: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:21:100: error: expected ')' before 'NSDictionary' - (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; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:22:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:22:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:28:72: error: unknown type name 'nullable' + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:28:80: error: expected ')' before 'id' + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:29:72: error: unknown type name 'nullable' + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:29:80: error: expected ')' before 'id' + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:29:103: error: unknown type name 'nullable' + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:29:111: error: expected ')' before 'NSDictionary' + (instancetype)notificationWithName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:44:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSNotificationCenter *defaultCenter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:44:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSNotificationCenter *defaultCenter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:46:64: error: unknown type name 'nullable' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:46:72: error: expected ')' before 'NSNotificationName' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:46:106: error: unknown type name 'nullable' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:46:114: error: expected ')' before 'id' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:49:64: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:49:72: error: expected ')' before 'id' - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:50:64: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:50:72: error: expected ')' before 'id' - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:50:95: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:50:103: error: expected ')' before 'NSDictionary' - (void)postNotificationName:(NSNotificationName)aName object:(nullable id)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:53:43: error: unknown type name 'nullable' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:53:51: error: expected ')' before 'NSNotificationName' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:53:85: error: unknown type name 'nullable' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:53:93: error: expected ')' before 'id' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:38: error: unknown type name 'nullable' - (id )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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:46: error: expected ')' before 'NSNotificationName' - (id )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)); ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:79: error: unknown type name 'nullable' - (id )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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:87: error: expected ')' before 'id' - (id )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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:102: error: unknown type name 'nullable' - (id )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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:110: error: expected ')' before 'NSOperationQueue' - (id )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)); ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:154: error: expected ')' before '^' token - (id )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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNotification.h:55:156: error: expected ')' before '(' token - (id )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)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:32:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSBundle *mainBundle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:32:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSBundle *mainBundle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:34:4: error: unknown type name 'nullable' + (nullable instancetype)bundleWithPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:34:12: error: expected ')' before 'id' + (nullable instancetype)bundleWithPath:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:35:4: error: unknown type name 'nullable' - (nullable instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:35:12: error: expected ')' before 'id' - (nullable instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:37:4: error: unknown type name 'nullable' + (nullable instancetype)bundleWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:37:12: error: expected ')' before 'id' + (nullable instancetype)bundleWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:38:4: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:38:12: error: expected ')' before 'id' - (nullable instancetype)initWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:41:4: error: unknown type name 'nullable' + (nullable NSBundle *)bundleWithIdentifier:(NSString *)identifier; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:41:12: error: expected ')' before 'NSBundle' + (nullable NSBundle *)bundleWithIdentifier:(NSString *)identifier; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:43:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *allBundles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:43:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *allBundles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:43:17: error: cannot find protocol declaration for 'NSBundle' @property (class, readonly, copy) NSArray *allBundles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:44:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *allFrameworks; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:44:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *allFrameworks; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:44:17: error: cannot find protocol declaration for 'NSBundle' @property (class, readonly, copy) NSArray *allFrameworks; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:56:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *resourceURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:56:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *resourceURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:57:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *executableURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:57:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *executableURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:58:4: error: unknown type name 'nullable' - (nullable NSURL *)URLForAuxiliaryExecutable:(NSString *)executableName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:58:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLForAuxiliaryExecutable:(NSString *)executableName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:60:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *privateFrameworksURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:60:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *privateFrameworksURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:61:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *sharedFrameworksURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:61:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *sharedFrameworksURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:62:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *sharedSupportURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:62:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *sharedSupportURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:63:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *builtInPlugInsURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:63:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *builtInPlugInsURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:65:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *appStoreReceiptURL API_AVAILABLE(macos(10.7), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:65:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *appStoreReceiptURL API_AVAILABLE(macos(10.7), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:68:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *resourcePath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:68:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *resourcePath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:69:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *executablePath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:69:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *executablePath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:70:4: error: unknown type name 'nullable' - (nullable NSString *)pathForAuxiliaryExecutable:(NSString *)executableName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:70:12: error: expected ')' before 'NSString' - (nullable NSString *)pathForAuxiliaryExecutable:(NSString *)executableName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:72:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *privateFrameworksPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:72:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *privateFrameworksPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:73:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *sharedFrameworksPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:73:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *sharedFrameworksPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *sharedSupportPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:74:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *sharedSupportPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:75:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *builtInPlugInsPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:75:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *builtInPlugInsPath; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:12: error: expected ')' before 'NSURL' + (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)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:37: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:45: error: expected ')' before 'NSString' + (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:77: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:85: error: expected ')' before 'NSString' + (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:115: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:79:123: error: expected ')' before 'NSString' + (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)); ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:4: error: unknown type name 'nullable' + (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:12: error: expected ')' before 'NSArray' + (nullable NSArray *)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)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:63: error: unknown type name 'nullable' + (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:71: error: expected ')' before 'NSString' + (nullable NSArray *)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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:101: error: unknown type name 'nullable' + (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:80:109: error: expected ')' before 'NSString' + (nullable NSArray *)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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:4: error: unknown type name 'nullable' - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:37: error: unknown type name 'nullable' - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:45: error: expected ')' before 'NSString' - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:77: error: unknown type name 'nullable' - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:82:85: error: expected ')' before 'NSString' - (nullable NSURL *)URLForResource:(nullable NSString *)name withExtension:(nullable NSString *)ext API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:12: error: expected ')' before 'NSURL' - (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)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:37: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:45: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:77: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:85: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:115: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:83:123: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:12: error: expected ')' before 'NSURL' - (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)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:37: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:45: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:77: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:85: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:115: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:123: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:157: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:84:165: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:4: error: unknown type name 'nullable' - (nullable NSArray *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:12: error: expected ')' before 'NSArray' - (nullable NSArray *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:63: error: unknown type name 'nullable' - (nullable NSArray *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:71: error: expected ')' before 'NSString' - (nullable NSArray *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:101: error: unknown type name 'nullable' - (nullable NSArray *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:86:109: error: expected ')' before 'NSString' - (nullable NSArray *)URLsForResourcesWithExtension:(nullable NSString *)ext subdirectory:(nullable NSString *)subpath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:4: error: unknown type name 'nullable' - (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:12: error: expected ')' before 'NSArray' - (nullable NSArray *)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)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:63: error: unknown type name 'nullable' - (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:71: error: expected ')' before 'NSString' - (nullable NSArray *)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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:101: error: unknown type name 'nullable' - (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:109: error: expected ')' before 'NSString' - (nullable NSArray *)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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:143: error: unknown type name 'nullable' - (nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:87:151: error: expected ')' before 'NSString' - (nullable NSArray *)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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:89:4: error: unknown type name 'nullable' + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:89:12: error: expected ')' before 'NSString' + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:89:41: error: unknown type name 'nullable' + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:89:49: error: expected ')' before 'NSString' + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:89:74: error: unknown type name 'nullable' + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:89:82: error: expected ')' before 'NSString' + (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:90:21: error: expected '>' before '*' token + (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:90:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:90:51: error: unknown type name 'nullable' + (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:90:59: error: expected ')' before 'NSString' + (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(NSString *)bundlePath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:92:4: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:92:12: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:92:41: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:92:49: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:92:74: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:92:82: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:4: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:12: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:41: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:49: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:74: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:82: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:111: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:93:119: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:4: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:12: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:41: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:49: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:74: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:82: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:111: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:119: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:156: error: unknown type name 'nullable' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:94:164: error: expected ')' before 'NSString' - (nullable NSString *)pathForResource:(nullable NSString *)name ofType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:21: error: expected '>' before '*' token - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:51: error: unknown type name 'nullable' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:59: error: expected ')' before 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:88: error: unknown type name 'nullable' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:96:96: error: expected ')' before 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:21: error: expected '>' before '*' token - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:51: error: unknown type name 'nullable' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:59: error: expected ')' before 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:88: error: unknown type name 'nullable' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:96: error: expected ')' before 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:133: error: unknown type name 'nullable' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:97:141: error: expected ')' before 'NSString' - (NSArray *)pathsForResourcesOfType:(nullable NSString *)ext inDirectory:(nullable NSString *)subpath forLocalization:(nullable NSString *)localizationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:100:60: error: unknown type name 'nullable' - (NSString *)localizedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:100:68: error: expected ')' before 'NSString' - (NSString *)localizedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:100:93: error: unknown type name 'nullable' - (NSString *)localizedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:100:101: error: expected ')' before 'NSString' - (NSString *)localizedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:103:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *bundleIdentifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:103:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *bundleIdentifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:104:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *infoDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:104:60: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *infoDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:104:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSDictionary *infoDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:105:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *localizedInfoDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:105:60: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *localizedInfoDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:105:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSDictionary *localizedInfoDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:106:4: error: unknown type name 'nullable' - (nullable id)objectForInfoDictionaryKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:106:12: error: expected ')' before 'id' - (nullable id)objectForInfoDictionaryKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:107:4: error: unknown type name 'nullable' - (nullable Class)classNamed:(NSString *)className; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:107:12: error: expected ')' before 'Class' - (nullable Class)classNamed:(NSString *)className; ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:108:20: error: unknown property attribute before ',' token @property (nullable, readonly) Class principalClass; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:111:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:111:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:113:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *localizations; // list of language names this bundle appears to be localized to ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:113:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *localizations; // list of language names this bundle appears to be localized to ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:114:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *developmentLocalization; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:114:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *developmentLocalization; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:116:21: error: expected '>' before '*' token + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:116:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:116:76: error: expected '>' before '*' token + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:116:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:117:21: error: expected '>' before '*' token + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(nullable NSArray *)preferencesArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:117:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(nullable NSArray *)preferencesArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:117:76: error: expected '>' before '*' token + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(nullable NSArray *)preferencesArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:117:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(nullable NSArray *)preferencesArray; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:117:116: error: unknown type name 'nullable' + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(nullable NSArray *)preferencesArray; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:117:124: error: expected ')' before 'NSArray' + (NSArray *)preferredLocalizationsFromArray:(NSArray *)localizationsArray forPreferences:(nullable NSArray *)preferencesArray; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:127:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *executableArchitectures API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:127:55: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *executableArchitectures API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:127:20: error: cannot find protocol declaration for 'NSNumber' @property (nullable, readonly, copy) NSArray *executableArchitectures API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:169:46: error: expected '>' before '*' token - (instancetype)initWithTags:(NSSet *)tags; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:169:1: error: cannot find protocol declaration for 'NSString' - (instancetype)initWithTags:(NSSet *)tags; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:170:46: error: expected '>' before '*' token - (instancetype)initWithTags:(NSSet *)tags bundle:(NSBundle *)bundle NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:170:1: error: cannot find protocol declaration for 'NSString' - (instancetype)initWithTags:(NSSet *)tags bundle:(NSBundle *)bundle NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:182:43: error: expected '>' before '*' token @property (readonly, copy) NSSet *tags; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:182:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSSet *tags; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:187:28: error: unknown property attribute before ')' token @property (readonly, strong) NSBundle *bundle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:204:61: error: expected ')' before '^' token - (void)beginAccessingResourcesWithCompletionHandler:(void (^)(NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:204:63: error: expected ')' before '(' token - (void)beginAccessingResourcesWithCompletionHandler:(void (^)(NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:211:74: error: expected ')' before '^' token - (void)conditionallyBeginAccessingResourcesWithCompletionHandler:(void (^)(BOOL resourcesAvailable))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:211:76: error: expected ')' before '(' token - (void)conditionallyBeginAccessingResourcesWithCompletionHandler:(void (^)(BOOL resourcesAvailable))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:221:28: error: unknown property attribute before ')' token @property (readonly, strong) NSProgress *progress; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:233:74: error: expected '>' before '*' token - (void)setPreservationPriority:(double)priority forTags:(NSSet *)tags API_AVAILABLE(ios(9.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:233:1: error: cannot find protocol declaration for 'NSString' - (void)setPreservationPriority:(double)priority forTags:(NSSet *)tags API_AVAILABLE(ios(9.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:24:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:24:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:43:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:43:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:45:17: error: unknown property attribute before ',' token @property (class, readonly) NSTimeInterval timeIntervalSinceReferenceDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:57:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDate *distantFuture; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:57:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDate *distantFuture; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:58:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDate *distantPast; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:58:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDate *distantPast; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:11:65: error: expected ';' before '<' token @class NSDateComponents, NSLocale, NSTimeZone, NSString, NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:106:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCalendar *currentCalendar; // user's preferred calendar ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:106:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCalendar *currentCalendar; // user's preferred calendar ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:107:17: error: unknown property attribute before ',' token @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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:107:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:113:4: error: unknown type name 'nullable' + (nullable NSCalendar *)calendarWithIdentifier:(NSCalendarIdentifier)calendarIdentifierConstant API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:113:12: error: expected ')' before 'NSCalendar' + (nullable NSCalendar *)calendarWithIdentifier:(NSCalendarIdentifier)calendarIdentifierConstant API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:117:4: error: unknown type name 'nullable' - (nullable id)initWithCalendarIdentifier:(NSCalendarIdentifier)ident NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:117:12: error: expected ')' before 'id' - (nullable id)initWithCalendarIdentifier:(NSCalendarIdentifier)ident NS_DESIGNATED_INITIALIZER; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:120:20: error: unknown property attribute before ',' token @property (nullable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:120:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:127:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *eraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:127:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *eraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:128:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *longEraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:128:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *longEraSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:130:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *monthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:130:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *monthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:131:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *shortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:131:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *shortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:132:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *veryShortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:132:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *veryShortMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:133:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *standaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:133:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *standaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:134:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:134:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:135:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:135:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:137:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *weekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:137:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *weekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:138:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *shortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:138:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *shortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:139:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *veryShortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:139:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *veryShortWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:140:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *standaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:140:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *standaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:141:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:141:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:142:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:142:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:144:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *quarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:144:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *quarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:145:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *shortQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:145:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *shortQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:146:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *standaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:146:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *standaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:147:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:147:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:161:100: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:161:108: error: expected ')' before 'NSTimeInterval' - (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)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:163:4: error: unknown type name 'nullable' - (nullable NSDate *)dateFromComponents:(NSDateComponents *)comps; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:163:12: error: expected ')' before 'NSDate' - (nullable NSDate *)dateFromComponents:(NSDateComponents *)comps; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:166:4: error: unknown type name 'nullable' - (nullable NSDate *)dateByAddingComponents:(NSDateComponents *)comps toDate:(NSDate *)date options:(NSCalendarOptions)opts; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:166:12: error: expected ')' before 'NSDate' - (nullable NSDate *)dateByAddingComponents:(NSDateComponents *)comps toDate:(NSDate *)date options:(NSCalendarOptions)opts; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:21: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:29: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:68: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:76: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:117: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:125: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:165: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:175:173: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:21: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:29: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:81: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:89: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:135: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:143: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:186: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:182:194: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:22: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:30: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:72: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:80: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:124: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:132: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:180: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:189:188: error: expected ')' before 'NSInteger' - (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)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:202:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:202:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:209:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:209:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:275:89: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:275:97: error: expected ')' before 'NSTimeInterval' - (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)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:284:86: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:284:94: error: expected ')' before 'NSTimeInterval' - (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)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:301:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:301:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:326:152: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:326:166: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:333:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:333:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:341:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:341:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:349:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:349:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:358:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:358:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:14, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:366:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:366:12: error: expected ')' before 'NSDate' - (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)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:419:20: error: unknown property attribute before ',' token @property (nullable, copy) NSCalendar *calendar API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:419:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSCalendar *calendar API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:420:20: error: unknown property attribute before ',' token @property (nullable, copy) NSTimeZone *timeZone API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:420:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSTimeZone *timeZone API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:436:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *date API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:436:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *date API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:15, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:20:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *controlCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:21:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *whitespaceCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:22:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *whitespaceAndNewlineCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:23:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *decimalDigitCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:24:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *letterCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:25:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *lowercaseLetterCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:26:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *uppercaseLetterCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:27:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *nonBaseCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:28:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *alphanumericCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:29:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *decomposableCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:30:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *illegalCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:31:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *punctuationCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:32:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *capitalizedLetterCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:33:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *symbolCharacterSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:34:27: error: unknown property attribute before ',' token @property (readonly, class, copy) NSCharacterSet *newlineCharacterSet API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:15, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:39:4: error: unknown type name 'nullable' + (nullable NSCharacterSet *)characterSetWithContentsOfFile:(NSString *)fName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:39:12: error: expected ')' before 'NSCharacterSet' + (nullable NSCharacterSet *)characterSetWithContentsOfFile:(NSString *)fName; ~ ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:83:4: error: unknown type name 'nullable' + (nullable NSMutableCharacterSet *)characterSetWithContentsOfFile:(NSString *)fName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:83:12: error: expected ')' before 'NSMutableCharacterSet' + (nullable NSMutableCharacterSet *)characterSetWithContentsOfFile:(NSString *)fName; ~ ^~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:16, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:7:31: error: expected ';' before '<' token @class NSString, NSData, NSSet; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:16, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:26:4: error: unknown type name 'nullable' - (nullable NSData *)decodeDataObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:26:12: error: expected ')' before 'NSData' - (nullable NSData *)decodeDataObject; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:34:23: error: unknown type name 'nullable' - (void)encodeObject:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:34:31: error: expected ')' before 'id' - (void)encodeObject:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:36:29: error: unknown type name 'nullable' - (void)encodeBycopyObject:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:36:37: error: expected ')' before 'id' - (void)encodeBycopyObject:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:37:28: error: unknown type name 'nullable' - (void)encodeByrefObject:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:37:36: error: expected ')' before 'id' - (void)encodeByrefObject:(nullable id)anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:38:34: error: unknown type name 'nullable' - (void)encodeConditionalObject:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:38:42: error: expected ')' before 'id' - (void)encodeConditionalObject:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:41:22: error: unknown type name 'nullable' - (void)encodeBytes:(nullable const void *)byteaddr length:(NSUInteger)length; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:41:37: error: two or more data types in declaration specifiers - (void)encodeBytes:(nullable const void *)byteaddr length:(NSUInteger)length; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:43:4: error: unknown type name 'nullable' - (nullable id)decodeObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:43:12: error: expected ')' before 'id' - (nullable id)decodeObject; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:44:4: error: unknown type name 'nullable' - (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"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:44:12: error: expected ')' before 'id' - (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"); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:47:4: error: unknown type name 'nullable' - (nullable void *)decodeBytesWithReturnedLength:(NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:47:13: error: two or more data types in declaration specifiers - (nullable void *)decodeBytesWithReturnedLength:(NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:51:4: error: unknown type name 'nullable' - (nullable id)decodePropertyList; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:51:12: error: expected ')' before 'id' - (nullable id)decodePropertyList; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:54:24: error: unknown type name 'nullable' - (void)setObjectZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:54:32: error: expected ')' before 'NSZone' - (void)setObjectZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:55:4: error: unknown type name 'nullable' - (nullable NSZone *)objectZone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:55:12: error: expected ')' before 'NSZone' - (nullable NSZone *)objectZone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:61:23: error: unknown type name 'nullable' - (void)encodeObject:(nullable id)object forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:61:31: error: expected ')' before 'id' - (void)encodeObject:(nullable id)object forKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:62:34: error: unknown type name 'nullable' - (void)encodeConditionalObject:(nullable id)object forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:62:42: error: expected ')' before 'id' - (void)encodeConditionalObject:(nullable id)object forKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:69:22: error: unknown type name 'nullable' - (void)encodeBytes:(nullable const uint8_t *)bytes length:(NSUInteger)length forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:69:36: error: expected ')' before 'uint8_t' - (void)encodeBytes:(nullable const uint8_t *)bytes length:(NSUInteger)length forKey:(NSString *)key; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:72:4: error: unknown type name 'nullable' - (nullable id)decodeObjectForKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:72:12: error: expected ')' before 'id' - (nullable id)decodeObjectForKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:73:4: error: unknown type name 'nullable' - (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 'decodeObjectForKey(_:) throws' instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:73:12: error: expected ')' before 'id' - (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 'decodeObjectForKey(_:) throws' instead"); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:80:4: error: unknown type name 'nullable' - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable! ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:80:18: error: expected ')' before 'uint8_t' - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable! ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:80:79: error: unknown type name 'nullable' - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable! ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:80:87: error: expected ')' before 'NSUInteger' - (nullable const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(nullable NSUInteger *)lengthp NS_RETURNS_INNER_POINTER; // returned bytes immutable! ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:89:4: error: unknown type name 'nullable' - (nullable id)decodeObjectOfClass:(Class)aClass forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:89:12: error: expected ')' before 'id' - (nullable id)decodeObjectOfClass:(Class)aClass forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:90:4: error: unknown type name 'nullable' - (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 'decodeTopLevelObjectOfClass(_:,forKey:) throws instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:90:12: error: expected ')' before 'id' - (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 'decodeTopLevelObjectOfClass(_:,forKey:) throws instead"); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:93:4: error: unknown type name 'nullable' - (nullable id)decodeObjectOfClasses:(nullable NSSet *)classes forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:93:12: error: expected ')' before 'id' - (nullable id)decodeObjectOfClasses:(nullable NSSet *)classes forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:93:39: error: unknown type name 'nullable' - (nullable id)decodeObjectOfClasses:(nullable NSSet *)classes forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:93:47: error: expected ')' before 'NSSet' - (nullable id)decodeObjectOfClasses:(nullable NSSet *)classes forKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)) NS_REFINED_FOR_SWIFT; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:94:4: error: unknown type name 'nullable' - (nullable id)decodeTopLevelObjectOfClasses:(nullable NSSet *)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 'decodeObjectOfClasses(_:,forKey:) throws' instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:94:12: error: expected ')' before 'id' - (nullable id)decodeTopLevelObjectOfClasses:(nullable NSSet *)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 'decodeObjectOfClasses(_:,forKey:) throws' instead"); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:94:47: error: unknown type name 'nullable' - (nullable id)decodeTopLevelObjectOfClasses:(nullable NSSet *)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 'decodeObjectOfClasses(_:,forKey:) throws' instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:94:55: error: expected ')' before 'NSSet' - (nullable id)decodeTopLevelObjectOfClasses:(nullable NSSet *)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 'decodeObjectOfClasses(_:,forKey:) throws' instead"); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:97:4: error: unknown type name 'nullable' - (nullable id)decodePropertyListForKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:97:12: error: expected ')' before 'id' - (nullable id)decodePropertyListForKey:(NSString *)key API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:100:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSSet *allowedClasses API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:100:20: error: cannot find protocol declaration for 'Class' /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:100:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSSet *allowedClasses API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:153:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSError *error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:153:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSError *error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:172:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:172:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:17, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:98:47: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:98:61: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:105:32: error: unknown type name 'nullable' + (instancetype)dataWithBytes:(nullable const void *)bytes length:(NSUInteger)length; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:105:47: error: two or more data types in declaration specifiers + (instancetype)dataWithBytes:(nullable const void *)bytes length:(NSUInteger)length; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:108:4: error: unknown type name 'nullable' + (nullable instancetype)dataWithContentsOfFile:(NSString *)path options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:108:12: error: expected ')' before 'id' + (nullable instancetype)dataWithContentsOfFile:(NSString *)path options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:109:4: error: unknown type name 'nullable' + (nullable instancetype)dataWithContentsOfURL:(NSURL *)url options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:109:12: error: expected ')' before 'id' + (nullable instancetype)dataWithContentsOfURL:(NSURL *)url options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:110:4: error: unknown type name 'nullable' + (nullable instancetype)dataWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:110:12: error: expected ')' before 'id' + (nullable instancetype)dataWithContentsOfFile:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:111:4: error: unknown type name 'nullable' + (nullable instancetype)dataWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:111:12: error: expected ')' before 'id' + (nullable instancetype)dataWithContentsOfURL:(NSURL *)url; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:112:32: error: unknown type name 'nullable' - (instancetype)initWithBytes:(nullable const void *)bytes length:(NSUInteger)length; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:112:47: error: two or more data types in declaration specifiers - (instancetype)initWithBytes:(nullable const void *)bytes length:(NSUInteger)length; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:115:90: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:115:99: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:115:105: error: expected ')' before '^' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:115:107: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:116:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfFile:(NSString *)path options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:116:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfFile:(NSString *)path options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:117:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:117:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSDataReadingOptions)readOptionsMask error:(NSError **)errorPtr; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:118:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:118:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfFile:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:119:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:119:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:129:4: error: unknown type name 'nullable' - (nullable instancetype)initWithBase64EncodedString:(NSString *)base64String options:(NSDataBase64DecodingOptions)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:129:12: error: expected ')' before 'id' - (nullable instancetype)initWithBase64EncodedString:(NSString *)base64String options:(NSDataBase64DecodingOptions)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:137:4: error: unknown type name 'nullable' - (nullable instancetype)initWithBase64EncodedData:(NSData *)base64Data options:(NSDataBase64DecodingOptions)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:137:12: error: expected ')' before 'id' - (nullable instancetype)initWithBase64EncodedData:(NSData *)base64Data options:(NSDataBase64DecodingOptions)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:149:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:149:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:150:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:150:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:154:4: error: unknown type name 'nullable' - (nullable id)initWithBase64Encoding:(NSString *)base64String API_DEPRECATED("Use initWithBase64EncodedString instead", macos(10.6,10.9), ios(4.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:154:12: error: expected ')' before 'id' - (nullable id)initWithBase64Encoding:(NSString *)base64String API_DEPRECATED("Use initWithBase64EncodedString instead", macos(10.6,10.9), ios(4.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:176:55: error: unknown type name 'nullable' - (void)replaceBytesInRange:(NSRange)range withBytes:(nullable const void *)replacementBytes length:(NSUInteger)replacementLength; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:176:70: error: two or more data types in declaration specifiers - (void)replaceBytesInRange:(NSRange)range withBytes:(nullable const void *)replacementBytes length:(NSUInteger)replacementLength; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:182:4: error: unknown type name 'nullable' + (nullable instancetype)dataWithCapacity:(NSUInteger)aNumItems; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:182:12: error: expected ')' before 'id' + (nullable instancetype)dataWithCapacity:(NSUInteger)aNumItems; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:183:4: error: unknown type name 'nullable' + (nullable instancetype)dataWithLength:(NSUInteger)length; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:183:12: error: expected ')' before 'id' + (nullable instancetype)dataWithLength:(NSUInteger)length; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:184:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCapacity:(NSUInteger)capacity; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:184:12: error: expected ')' before 'id' - (nullable instancetype)initWithCapacity:(NSUInteger)capacity; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:185:4: error: unknown type name 'nullable' - (nullable instancetype)initWithLength:(NSUInteger)length; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSData.h:185:12: error: expected ')' before 'id' - (nullable instancetype)initWithLength:(NSUInteger)length; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:19, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDateInterval.h:58:4: error: unknown type name 'nullable' - (nullable NSDateInterval *)intersectionWithDateInterval:(NSDateInterval *)dateInterval; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateInterval.h:58:12: error: expected ')' before 'NSDateInterval' - (nullable NSDateInterval *)intersectionWithDateInterval:(NSDateInterval *)dateInterval; ~ ^~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:1: error: cannot find protocol declaration for 'NSAttributedStringKey' - (NSDictionary *)attributesAtIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:101: error: unknown type name 'nullable' - (NSDictionary *)attributesAtIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:17:109: error: expected ')' before 'NSRangePointer' - (NSDictionary *)attributesAtIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ^~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:24:4: error: unknown type name 'nullable' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:24:12: error: expected ')' before 'id' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:24:103: error: unknown type name 'nullable' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:24:111: error: expected ')' before 'NSRangePointer' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location effectiveRange:(nullable NSRangePointer)range; ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:1: error: cannot find protocol declaration for 'NSAttributedStringKey' - (NSDictionary *)attributesAtIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:108: error: unknown type name 'nullable' - (NSDictionary *)attributesAtIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:27:116: error: expected ')' before 'NSRangePointer' - (NSDictionary *)attributesAtIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:28:4: error: unknown type name 'nullable' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:28:12: error: expected ')' before 'id' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:28:110: error: unknown type name 'nullable' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:28:118: error: expected ')' before 'NSRangePointer' - (nullable id)attribute:(NSAttributedStringKey)attrName atIndex:(NSUInteger)location longestEffectiveRange:(nullable NSRangePointer)range inRange:(NSRange)rangeLimit; ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:33:60: error: unknown type name 'nullable' - (instancetype)initWithString:(NSString *)str attributes:(nullable NSDictionary *)attrs; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:33:68: error: expected ')' before 'NSDictionary' - (instancetype)initWithString:(NSString *)str attributes:(nullable NSDictionary *)attrs; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:41:131: error: expected ')' before '^' token - (void)enumerateAttributesInRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDictionary *attrs, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:41:145: error: expected ')' before '(' token - (void)enumerateAttributesInRange:(NSRange)enumerationRange options:(NSAttributedStringEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(NSDictionary *attrs, NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:42:163: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:42:177: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:50:24: error: unknown type name 'nullable' - (void)setAttributes:(nullable NSDictionary *)attrs range:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:50:32: error: expected ')' before 'NSDictionary' - (void)setAttributes:(nullable NSDictionary *)attrs range:(NSRange)range; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:59:1: error: cannot find protocol declaration for 'NSAttributedStringKey' - (void)addAttributes:(NSDictionary *)attrs range:(NSRange)range; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAttributedString.h:59:1: error: cannot find protocol declaration for 'id' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:11:20: error: expected ';' before '<' token @class NSDictionary; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:50:4: error: unknown type name 'nullable' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:50:12: error: expected ')' before 'NSString' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:50:46: error: unknown type name 'nullable' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:50:54: error: expected ')' before 'id' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:52:4: error: unknown type name 'nullable' - (nullable NSAttributedString *)attributedStringForObjectValue:(id)obj withDefaultAttributes:(nullable NSDictionary *)attrs; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:52:12: error: expected ')' before 'NSAttributedString' - (nullable NSAttributedString *)attributedStringForObjectValue:(id)obj withDefaultAttributes:(nullable NSDictionary *)attrs; ~ ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:52:96: error: unknown type name 'nullable' - (nullable NSAttributedString *)attributedStringForObjectValue:(id)obj withDefaultAttributes:(nullable NSDictionary *)attrs; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:52:104: error: expected ')' before 'NSDictionary' - (nullable NSAttributedString *)attributedStringForObjectValue:(id)obj withDefaultAttributes:(nullable NSDictionary *)attrs; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:54:4: error: unknown type name 'nullable' - (nullable NSString *)editingStringForObjectValue:(id)obj; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:54:12: error: expected ')' before 'NSString' - (nullable NSString *)editingStringForObjectValue:(id)obj; ~ ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:61:102: error: unknown type name 'nullable' - (BOOL)isPartialStringValid:(NSString * _Nonnull * _Nonnull)partialStringPtr proposedSelectedRange:(nullable NSRangePointer)proposedSelRangePtr originalString:(NSString *)origString originalSelectedRange:(NSRange)origSelRange errorDescription:(NSString * _Nullable * _Nullable)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFormatter.h:61:110: error: expected ')' before 'NSRangePointer' - (BOOL)isPartialStringValid:(NSString * _Nonnull * _Nonnull)partialStringPtr proposedSelectedRange:(nullable NSRangePointer)proposedSelRangePtr originalString:(NSString *)origString originalSelectedRange:(NSRange)origSelRange errorDescription:(NSString * _Nullable * _Nullable)error; ^~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:8:66: error: expected ';' before '<' token @class NSLocale, NSDate, NSCalendar, NSTimeZone, NSError, NSArray, NSMutableDictionary, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:20, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:38:100: error: unknown type name 'nullable' - (BOOL)getObjectValue:(out id _Nullable * _Nullable)obj forString:(NSString *)string range:(inout nullable NSRange *)rangep error:(out NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:38:108: error: expected ')' before 'NSRange' - (BOOL)getObjectValue:(out id _Nullable * _Nullable)obj forString:(NSString *)string range:(inout nullable NSRange *)rangep error:(out NSError **)error; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:44:4: error: unknown type name 'nullable' - (nullable NSDate *)dateFromString:(NSString *)string; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:44:12: error: expected ')' before 'NSDate' - (nullable NSDate *)dateFromString:(NSString *)string; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:65:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:65:12: error: expected ')' before 'NSString' + (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)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:65:100: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:65:108: error: expected ')' before 'NSLocale' + (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:69:17: error: unknown property attribute before ')' token @property (class) NSDateFormatterBehavior defaultFormatterBehavior; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:82:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *dateFormat; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:82:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *dateFormat; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:85:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:85:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:88:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSTimeZone *timeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:88:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSTimeZone *timeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:89:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSCalendar *calendar; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:89:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSCalendar *calendar; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:91:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *twoDigitStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:91:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *twoDigitStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:92:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *defaultDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:92:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *defaultDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:93:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *eraSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:93:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *eraSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:93:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *eraSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:94:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *monthSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:94:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *monthSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:94:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *monthSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:95:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *shortMonthSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:95:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *shortMonthSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:95:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *shortMonthSymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:96:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *weekdaySymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:96:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *weekdaySymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:96:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *weekdaySymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:97:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *shortWeekdaySymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:97:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *shortWeekdaySymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:97:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *shortWeekdaySymbols; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:98:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *AMSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:98:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *AMSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:99:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *PMSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:99:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *PMSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:100:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *longEraSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:100:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *longEraSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:100:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *longEraSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:101:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *veryShortMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:101:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *veryShortMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:101:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *veryShortMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:102:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *standaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:102:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *standaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:102:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *standaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:103:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:103:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:103:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *shortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:104:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:104:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:104:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *veryShortStandaloneMonthSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:105:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *veryShortWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:105:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *veryShortWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:105:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *veryShortWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:106:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *standaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:106:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *standaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:106:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *standaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:107:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:107:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:107:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *shortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:108:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:108:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:108:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *veryShortStandaloneWeekdaySymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:109:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *quarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:109:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *quarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:109:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *quarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:110:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *shortQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:110:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *shortQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:110:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *shortQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:111:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *standaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:111:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *standaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:111:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *standaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:112:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSArray *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:112:52: error: expected '>' before '*' token @property (null_resettable, copy) NSArray *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:112:27: error: cannot find protocol declaration for 'NSString' @property (null_resettable, copy) NSArray *shortStandaloneQuarterSymbols API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:113:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *gregorianStartDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateFormatter.h:113:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *gregorianStartDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:21, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:41:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSLocale *locale; // default is [NSLocale currentLocale] ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:41:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSLocale *locale; // default is [NSLocale currentLocale] ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:42:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSCalendar *calendar; // default is the calendar of the locale ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:42:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSCalendar *calendar; // default is the calendar of the locale ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:43:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSTimeZone *timeZone; // default is [NSTimeZone defaultTimeZone] ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:43:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSTimeZone *timeZone; // default is [NSTimeZone defaultTimeZone] ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:44:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *dateTemplate; // default is an empty string ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:44:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *dateTemplate; // default is an empty string ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:21, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:68:4: error: unknown type name 'nullable' - (nullable NSString *)stringFromDateInterval:(NSDateInterval *)dateInterval API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateIntervalFormatter.h:68:12: error: expected ')' before 'NSString' - (nullable NSString *)stringFromDateInterval:(NSDateInterval *)dateInterval API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:22, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:54:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSTimeZone *timeZone; // The default time zone is GMT. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:54:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSTimeZone *timeZone; // The default time zone is GMT. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:64:4: error: unknown type name 'nullable' - (nullable NSDate *)dateFromString:(NSString *)string; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:64:12: error: expected ')' before 'NSDate' - (nullable NSDate *)dateFromString:(NSString *)string; ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:23, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h:27:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSNumberFormatter *numberFormatter; // default is NSNumberFormatter with NSNumberFormatterDecimalStyle ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h:27:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSNumberFormatter *numberFormatter; // default is NSNumberFormatter with NSNumberFormatterDecimalStyle ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:23, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h:41:75: error: unknown type name 'nullable' - (NSString *)unitStringFromKilograms:(double)numberInKilograms usedUnit:(nullable NSMassFormatterUnit *)unitp; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMassFormatter.h:41:83: error: expected ')' before 'NSMassFormatterUnit' - (NSString *)unitStringFromKilograms:(double)numberInKilograms usedUnit:(nullable NSMassFormatterUnit *)unitp; ^~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:24, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h:27:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSNumberFormatter *numberFormatter; // default is NSNumberFormatter with NSNumberFormatterDecimalStyle ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h:27:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSNumberFormatter *numberFormatter; // default is NSNumberFormatter with NSNumberFormatterDecimalStyle ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:24, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h:42:69: error: unknown type name 'nullable' - (NSString *)unitStringFromMeters:(double)numberInMeters usedUnit:(nullable NSLengthFormatterUnit *)unitp; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLengthFormatter.h:42:77: error: expected ')' before 'NSLengthFormatterUnit' - (NSString *)unitStringFromMeters:(double)numberInMeters usedUnit:(nullable NSLengthFormatterUnit *)unitp; ^~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:25, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h:23:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSNumberFormatter *numberFormatter; // default is NSNumberFormatter with NSNumberFormatterDecimalStyle ^ /System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h:23:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSNumberFormatter *numberFormatter; // default is NSNumberFormatter with NSNumberFormatterDecimalStyle ^ /System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h:37:69: error: unknown type name 'nullable' - (NSString *)unitStringFromJoules:(double)numberInJoules usedUnit:(nullable NSEnergyFormatterUnit *)unitp; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSEnergyFormatter.h:37:77: error: expected ')' before 'NSEnergyFormatterUnit' - (NSString *)unitStringFromJoules:(double)numberInJoules usedUnit:(nullable NSEnergyFormatterUnit *)unitp; ^~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:26, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:136:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAcceleration *metersPerSecondSquared; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:136:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAcceleration *metersPerSecondSquared; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:137:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAcceleration *gravity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:137:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAcceleration *gravity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:147:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAngle *degrees; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:147:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAngle *degrees; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:148:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAngle *arcMinutes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:148:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAngle *arcMinutes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:149:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAngle *arcSeconds; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:149:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAngle *arcSeconds; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:150:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAngle *radians; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:150:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAngle *radians; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:151:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAngle *gradians; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:151:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAngle *gradians; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:152:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitAngle *revolutions; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:152:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitAngle *revolutions; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:162:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareMegameters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:162:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareMegameters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:163:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareKilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:163:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareKilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:164:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareMeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:164:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareMeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:165:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareCentimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:165:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareCentimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:166:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareMillimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:166:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareMillimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:167:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareMicrometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:167:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareMicrometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:168:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareNanometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:168:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareNanometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:169:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareInches; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:169:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareInches; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:170:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareFeet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:170:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareFeet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:171:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareYards; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:171:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareYards; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:172:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *squareMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:172:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *squareMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:173:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *acres; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:173:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *acres; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:174:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *ares; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:174:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *ares; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:175:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitArea *hectares; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:175:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitArea *hectares; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:185:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitConcentrationMass *gramsPerLiter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:185:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitConcentrationMass *gramsPerLiter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:186:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitConcentrationMass *milligramsPerDeciliter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:186:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitConcentrationMass *milligramsPerDeciliter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:197:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitDispersion *partsPerMillion; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:197:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitDispersion *partsPerMillion; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:207:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitDuration *seconds; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:207:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitDuration *seconds; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:208:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitDuration *minutes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:208:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitDuration *minutes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:209:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitDuration *hours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:209:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitDuration *hours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:219:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCharge *coulombs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:219:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCharge *coulombs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:220:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCharge *megaampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:220:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCharge *megaampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:221:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCharge *kiloampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:221:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCharge *kiloampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:222:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCharge *ampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:222:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCharge *ampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:223:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCharge *milliampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:223:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCharge *milliampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:224:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCharge *microampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:224:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCharge *microampereHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:234:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCurrent *megaamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:234:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCurrent *megaamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:235:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCurrent *kiloamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:235:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCurrent *kiloamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:236:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCurrent *amperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:236:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCurrent *amperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:237:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCurrent *milliamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:237:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCurrent *milliamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:238:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricCurrent *microamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:238:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricCurrent *microamperes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:248:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricPotentialDifference *megavolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:248:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricPotentialDifference *megavolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:249:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricPotentialDifference *kilovolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:249:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricPotentialDifference *kilovolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:250:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricPotentialDifference *volts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:250:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricPotentialDifference *volts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:251:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricPotentialDifference *millivolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:251:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricPotentialDifference *millivolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:252:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricPotentialDifference *microvolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:252:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricPotentialDifference *microvolts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:262:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricResistance *megaohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:262:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricResistance *megaohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:263:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricResistance *kiloohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:263:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricResistance *kiloohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:264:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricResistance *ohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:264:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricResistance *ohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:265:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricResistance *milliohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:265:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricResistance *milliohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:266:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitElectricResistance *microohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:266:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitElectricResistance *microohms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:276:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitEnergy *kilojoules; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:276:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitEnergy *kilojoules; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:277:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitEnergy *joules; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:277:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitEnergy *joules; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:278:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitEnergy *kilocalories; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:278:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitEnergy *kilocalories; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:279:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitEnergy *calories; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:279:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitEnergy *calories; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:280:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitEnergy *kilowattHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:280:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitEnergy *kilowattHours; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:290:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *terahertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:290:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *terahertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:291:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *gigahertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:291:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *gigahertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:292:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *megahertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:292:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *megahertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:293:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *kilohertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:293:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *kilohertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:294:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *hertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:294:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *hertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:295:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *millihertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:295:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *millihertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:296:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *microhertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:296:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *microhertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:297:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFrequency *nanohertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:297:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFrequency *nanohertz; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:307:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFuelEfficiency *litersPer100Kilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:307:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFuelEfficiency *litersPer100Kilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:308:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFuelEfficiency *milesPerImperialGallon; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:308:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFuelEfficiency *milesPerImperialGallon; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:309:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitFuelEfficiency *milesPerGallon; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:309:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitFuelEfficiency *milesPerGallon; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:319:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *megameters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:319:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *megameters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:320:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *kilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:320:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *kilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:321:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *hectometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:321:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *hectometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:322:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *decameters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:322:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *decameters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:323:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *meters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:323:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *meters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:324:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *decimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:324:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *decimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:325:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *centimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:325:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *centimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:326:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *millimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:326:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *millimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:327:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *micrometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:327:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *micrometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:328:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *nanometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:328:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *nanometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:329:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *picometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:329:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *picometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:330:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *inches; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:330:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *inches; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:331:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *feet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:331:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *feet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:332:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *yards; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:332:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *yards; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:333:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *miles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:333:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *miles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:334:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *scandinavianMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:334:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *scandinavianMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:335:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *lightyears; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:335:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *lightyears; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:336:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *nauticalMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:336:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *nauticalMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:337:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *fathoms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:337:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *fathoms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:338:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *furlongs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:338:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *furlongs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:339:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *astronomicalUnits; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:339:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *astronomicalUnits; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:340:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitLength *parsecs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:340:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitLength *parsecs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:350:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitIlluminance *lux; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:350:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitIlluminance *lux; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:360:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *kilograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:360:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *kilograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:361:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *grams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:361:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *grams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:362:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *decigrams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:362:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *decigrams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:363:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *centigrams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:363:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *centigrams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:364:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *milligrams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:364:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *milligrams; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:365:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *micrograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:365:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *micrograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:366:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *nanograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:366:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *nanograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:367:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *picograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:367:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *picograms; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:368:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *ounces; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:368:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *ounces; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:369:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *poundsMass; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:369:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *poundsMass; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:370:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *stones; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:370:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *stones; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:371:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *metricTons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:371:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *metricTons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:372:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *shortTons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:372:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *shortTons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:373:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *carats; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:373:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *carats; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:374:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *ouncesTroy; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:374:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *ouncesTroy; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:375:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitMass *slugs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:375:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitMass *slugs; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:385:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *terawatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:385:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *terawatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:386:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *gigawatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:386:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *gigawatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:387:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *megawatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:387:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *megawatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:388:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *kilowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:388:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *kilowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:389:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *watts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:389:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *watts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:390:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *milliwatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:390:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *milliwatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:391:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *microwatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:391:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *microwatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:392:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *nanowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:392:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *nanowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:393:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *picowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:393:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *picowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:394:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *femtowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:394:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *femtowatts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:395:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPower *horsepower; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:395:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPower *horsepower; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:405:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *newtonsPerMetersSquared; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:405:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *newtonsPerMetersSquared; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:406:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *gigapascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:406:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *gigapascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:407:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *megapascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:407:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *megapascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:408:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *kilopascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:408:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *kilopascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:409:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *hectopascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:409:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *hectopascals; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:410:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *inchesOfMercury; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:410:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *inchesOfMercury; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:411:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *bars; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:411:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *bars; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:412:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *millibars; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:412:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *millibars; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:413:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *millimetersOfMercury; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:413:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *millimetersOfMercury; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:414:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitPressure *poundsForcePerSquareInch; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:414:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitPressure *poundsForcePerSquareInch; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:424:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitSpeed *metersPerSecond; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:424:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitSpeed *metersPerSecond; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:425:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitSpeed *kilometersPerHour; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:425:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitSpeed *kilometersPerHour; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:426:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitSpeed *milesPerHour; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:426:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitSpeed *milesPerHour; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:427:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitSpeed *knots; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:427:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitSpeed *knots; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:436:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitTemperature *kelvin; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:436:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitTemperature *kelvin; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:437:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitTemperature *celsius; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:437:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitTemperature *celsius; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:438:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitTemperature *fahrenheit; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:438:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitTemperature *fahrenheit; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:449:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *megaliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:449:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *megaliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:450:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *kiloliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:450:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *kiloliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:451:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *liters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:451:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *liters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:452:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *deciliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:452:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *deciliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:453:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *centiliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:453:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *centiliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:454:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *milliliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:454:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *milliliters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:455:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicKilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:455:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicKilometers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:456:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicMeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:456:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicMeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:457:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicDecimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:457:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicDecimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:458:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicCentimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:458:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicCentimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:459:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicMillimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:459:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicMillimeters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:460:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicInches; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:460:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicInches; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:461:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicFeet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:461:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicFeet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:462:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicYards; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:462:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicYards; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:463:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cubicMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:463:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cubicMiles; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:464:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *acreFeet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:464:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *acreFeet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:465:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *bushels; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:465:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *bushels; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:466:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *teaspoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:466:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *teaspoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:467:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *tablespoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:467:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *tablespoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:468:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *fluidOunces; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:468:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *fluidOunces; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:469:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *cups; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:469:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *cups; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:470:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *pints; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:470:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *pints; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:471:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *quarts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:471:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *quarts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:472:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *gallons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:472:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *gallons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:473:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *imperialTeaspoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:473:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *imperialTeaspoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:474:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *imperialTablespoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:474:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *imperialTablespoons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:475:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *imperialFluidOunces; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:475:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *imperialFluidOunces; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:476:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *imperialPints; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:476:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *imperialPints; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:477:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *imperialQuarts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:477:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *imperialQuarts; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:478:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *imperialGallons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:478:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *imperialGallons; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:479:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSUnitVolume *metricCups; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUnit.h:479:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSUnitVolume *metricCups; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:26, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:13:34: error: expected '>' before ':' token @interface NSMeasurement : NSObject { ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:13:1: error: cannot find protocol declaration for 'UnitType' @interface NSMeasurement : NSObject { ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:19:28: error: unknown type name 'UnitType' @property (readonly, copy) UnitType unit; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:19:1: error: 'copy' attribute is only valid for Objective-C objects @property (readonly, copy) UnitType unit; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:23:63: error: unknown type name 'UnitType' - (instancetype)initWithDoubleValue:(double)doubleValue unit:(UnitType)unit NS_DESIGNATED_INITIALIZER; ^~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:26, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:43:1: error: cannot find protocol declaration for 'UnitType' - (NSMeasurement *)measurementByAddingMeasurement:(NSMeasurement *)measurement; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:43:1: error: cannot find protocol declaration for 'UnitType' /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:44:1: error: cannot find protocol declaration for 'UnitType' - (NSMeasurement *)measurementBySubtractingMeasurement:(NSMeasurement *)measurement; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurement.h:44:1: error: cannot find protocol declaration for 'UnitType' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:27, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:38:100: error: unknown type name 'nullable' - (BOOL)getObjectValue:(out id _Nullable * _Nullable)obj forString:(NSString *)string range:(inout nullable NSRange *)rangep error:(out NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:38:108: error: expected ')' before 'NSRange' - (BOOL)getObjectValue:(out id _Nullable * _Nullable)obj forString:(NSString *)string range:(inout nullable NSRange *)rangep error:(out NSError **)error; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:43:4: error: unknown type name 'nullable' - (nullable NSString *)stringFromNumber:(NSNumber *)number; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:43:12: error: expected ')' before 'NSString' - (nullable NSString *)stringFromNumber:(NSNumber *)number; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:44:4: error: unknown type name 'nullable' - (nullable NSNumber *)numberFromString:(NSString *)string; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:44:12: error: expected ')' before 'NSNumber' - (nullable NSNumber *)numberFromString:(NSString *)string; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:67:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:67:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:71:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *negativeFormat; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:71:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *negativeFormat; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:72:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForNegativeValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:72:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForNegativeValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:72:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForNegativeValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:73:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *positiveFormat; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:73:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *positiveFormat; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:74:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForPositiveValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:74:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForPositiveValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:74:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForPositiveValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:76:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *decimalSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:76:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *decimalSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:78:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *currencyDecimalSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:78:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *currencyDecimalSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:80:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *groupingSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:80:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *groupingSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:82:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *zeroSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:82:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *zeroSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:83:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForZero; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:83:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForZero; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:83:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForZero; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:85:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForNil; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:85:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForNil; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:85:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForNil; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:86:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *notANumberSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:86:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *notANumberSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:87:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForNotANumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:87:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForNotANumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:87:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForNotANumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:89:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForPositiveInfinity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:89:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForPositiveInfinity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:89:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForPositiveInfinity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:91:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *textAttributesForNegativeInfinity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:91:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *textAttributesForNegativeInfinity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:91:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *textAttributesForNegativeInfinity; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:93:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *positivePrefix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:93:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *positivePrefix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:94:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *positiveSuffix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:94:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *positiveSuffix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:95:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *negativePrefix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:95:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *negativePrefix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:96:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *negativeSuffix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:96:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *negativeSuffix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:97:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *currencyCode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:97:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *currencyCode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:98:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *currencySymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:98:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *currencySymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:99:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *internationalCurrencySymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:99:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *internationalCurrencySymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:100:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *percentSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:100:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *percentSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:101:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *perMillSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:101:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *perMillSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:102:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *minusSign; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:102:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *minusSign; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:103:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *plusSign; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:103:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *plusSign; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:104:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *exponentSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:104:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *exponentSymbol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:108:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *multiplier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:108:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *multiplier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:110:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *paddingCharacter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:110:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *paddingCharacter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:132:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSNumber *roundingIncrement; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:132:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSNumber *roundingIncrement; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:137:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *minimum; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:137:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *minimum; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:138:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *maximum; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:138:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *maximum; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:139:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *currencyGroupingSeparator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:139:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *currencyGroupingSeparator API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:154:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSString *thousandSeparator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNumberFormatter.h:154:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSString *thousandSeparator; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:27, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:13:15: error: expected ';' before '<' token @class NSArray, NSDictionary, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:21:4: error: unknown type name 'nullable' - (nullable id)objectForKey:(NSLocaleKey)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:21:12: error: expected ')' before 'id' - (nullable id)objectForKey:(NSLocaleKey)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:23:4: error: unknown type name 'nullable' - (nullable NSString *)displayNameForKey:(NSLocaleKey)key value:(id)value; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:23:12: error: expected ')' before 'NSString' - (nullable NSString *)displayNameForKey:(NSLocaleKey)key value:(id)value; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:27:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:27:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:27, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:37:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForLanguageCode:(NSString *)languageCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:37:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForLanguageCode:(NSString *)languageCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:39:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *countryCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:39:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *countryCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:40:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForCountryCode:(NSString *)countryCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:40:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForCountryCode:(NSString *)countryCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:42:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *scriptCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:42:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *scriptCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:43:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForScriptCode:(NSString *)scriptCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:43:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForScriptCode:(NSString *)scriptCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:45:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *variantCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:45:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *variantCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:46:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForVariantCode:(NSString *)variantCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:46:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForVariantCode:(NSString *)variantCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:51:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForCalendarIdentifier:(NSString *)calendarIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:51:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForCalendarIdentifier:(NSString *)calendarIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:53:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *collationIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:53:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *collationIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:54:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForCollationIdentifier:(NSString *)collationIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:54:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForCollationIdentifier:(NSString *)collationIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:64:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *currencyCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:64:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *currencyCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:65:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForCurrencyCode:(NSString *)currencyCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:65:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForCurrencyCode:(NSString *)currencyCode API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:68:4: error: unknown type name 'nullable' - (nullable NSString *)localizedStringForCollatorIdentifier:(NSString *)collatorIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:68:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedStringForCollatorIdentifier:(NSString *)collatorIdentifier API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:82:17: error: unknown property attribute before ',' token @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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:82:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:84:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSLocale *currentLocale; // an object representing the user's current locale ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:84:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSLocale *currentLocale; // an object representing the user's current locale ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:85:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSLocale *systemLocale; // the default generic root locale with little localization ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:85:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSLocale *systemLocale; // the default generic root locale with little localization ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:95:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *availableLocaleIdentifiers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:95:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *availableLocaleIdentifiers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:95:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *availableLocaleIdentifiers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:96:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *ISOLanguageCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:96:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *ISOLanguageCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:96:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *ISOLanguageCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:97:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *ISOCountryCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:97:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *ISOCountryCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:97:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *ISOCountryCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:98:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *ISOCurrencyCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:98:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *ISOCurrencyCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:98:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *ISOCurrencyCodes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:99:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *commonISOCurrencyCodes API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:99:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *commonISOCurrencyCodes API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:99:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *commonISOCurrencyCodes API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:101:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:101:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:101:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *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 ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:27, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:103:26: error: expected '>' before '*' token + (NSDictionary *)componentsFromLocaleIdentifier:(NSString *)string; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:103:1: error: cannot find protocol declaration for 'NSString' + (NSDictionary *)componentsFromLocaleIdentifier:(NSString *)string; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:69: error: expected '>' before '*' token + (NSString *)localeIdentifierFromComponents:(NSDictionary *)dict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:104:1: error: cannot find protocol declaration for 'NSString' + (NSString *)localeIdentifierFromComponents:(NSDictionary *)dict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:109:4: error: unknown type name 'nullable' + (nullable NSString *)localeIdentifierFromWindowsLocaleCode:(uint32_t)lcid API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLocale.h:109:12: error: expected ')' before 'NSString' + (nullable NSString *)localeIdentifierFromWindowsLocaleCode:(uint32_t)lcid API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:27, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:53:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:53:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSLocale *locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:58:27: error: unknown property attribute before ',' token @property (null_resettable, copy) NSNumberFormatter *numberFormatter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMeasurementFormatter.h:58:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (null_resettable, copy) NSNumberFormatter *numberFormatter; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:28, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:19:26: error: unknown property attribute before ')' token @property (copy, nullable) NSString *namePrefix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:22:26: error: unknown property attribute before ')' token @property (copy, nullable) NSString *givenName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:25:26: error: unknown property attribute before ')' token @property (copy, nullable) NSString *middleName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:28:26: error: unknown property attribute before ')' token @property (copy, nullable) NSString *familyName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:31:26: error: unknown property attribute before ')' token @property (copy, nullable) NSString *nameSuffix; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:34:26: error: unknown property attribute before ')' token @property (copy, nullable) NSString *nickname; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:28, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponents.h:39:26: error: unknown property attribute before ')' token @property (copy, nullable) NSPersonNameComponents *phoneticRepresentation; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:29, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h:69:4: error: unknown type name 'nullable' - (nullable NSPersonNameComponents *)personNameComponentsFromString:(nonnull NSString *)string API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h:69:12: error: expected ')' before 'NSPersonNameComponents' - (nullable NSPersonNameComponents *)personNameComponentsFromString:(nonnull NSString *)string API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h:69:70: error: unknown type name 'nonnull' - (nullable NSPersonNameComponents *)personNameComponentsFromString:(nonnull NSString *)string API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPersonNameComponentsFormatter.h:69:77: error: expected ')' before 'NSString' - (nullable NSPersonNameComponents *)personNameComponentsFromString:(nonnull NSString *)string API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:15:20: error: unknown property attribute before ',' token @property (nullable, copy) NSCharacterSet *charactersToBeSkipped; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:15:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSCharacterSet *charactersToBeSkipped; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:17:20: error: unknown property attribute before ',' token @property (nullable, retain) id locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:17:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id locale; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:26:18: error: unknown type name 'nullable' - (BOOL)scanInt:(nullable int *)result; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:26:27: error: two or more data types in declaration specifiers - (BOOL)scanInt:(nullable int *)result; ^~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:27:22: error: unknown type name 'nullable' - (BOOL)scanInteger:(nullable NSInteger *)result API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:27:30: error: expected ')' before 'NSInteger' - (BOOL)scanInteger:(nullable NSInteger *)result API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:28:23: error: unknown type name 'nullable' - (BOOL)scanLongLong:(nullable long long *)result; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:28:32: error: two or more data types in declaration specifiers - (BOOL)scanLongLong:(nullable long long *)result; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:28:37: error: two or more data types in declaration specifiers - (BOOL)scanLongLong:(nullable long long *)result; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:29:31: error: unknown type name 'nullable' - (BOOL)scanUnsignedLongLong:(nullable unsigned long long *)result API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:29:40: error: two or more data types in declaration specifiers - (BOOL)scanUnsignedLongLong:(nullable unsigned long long *)result API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:29:49: error: two or more data types in declaration specifiers - (BOOL)scanUnsignedLongLong:(nullable unsigned long long *)result API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:29:54: error: two or more data types in declaration specifiers - (BOOL)scanUnsignedLongLong:(nullable unsigned long long *)result API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:30:20: error: unknown type name 'nullable' - (BOOL)scanFloat:(nullable float *)result; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:30:29: error: two or more data types in declaration specifiers - (BOOL)scanFloat:(nullable float *)result; ^~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:31:21: error: unknown type name 'nullable' - (BOOL)scanDouble:(nullable double *)result; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:31:30: error: two or more data types in declaration specifiers - (BOOL)scanDouble:(nullable double *)result; ^~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:32:21: error: unknown type name 'nullable' - (BOOL)scanHexInt:(nullable unsigned *)result; // Optionally prefixed with "0x" or "0X" ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:32:30: error: two or more data types in declaration specifiers - (BOOL)scanHexInt:(nullable unsigned *)result; // Optionally prefixed with "0x" or "0X" ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:33:26: error: unknown type name 'nullable' - (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" ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:33:35: error: two or more data types in declaration specifiers - (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" ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:33:44: error: two or more data types in declaration specifiers - (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" ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:33:49: error: two or more data types in declaration specifiers - (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" ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:34:23: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:34:32: error: two or more data types in declaration specifiers - (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. ^~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:35:24: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScanner.h:35:33: error: two or more data types in declaration specifiers - (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. ^~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:10:39: error: expected ';' before '<' token @class NSString, NSDictionary, NSArray, NSNumber; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:48:66: error: unknown type name 'nullable' + (NSException *)exceptionWithName:(NSExceptionName)name reason:(nullable NSString *)reason userInfo:(nullable NSDictionary *)userInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:48:74: error: expected ')' before 'NSString' + (NSException *)exceptionWithName:(NSExceptionName)name reason:(nullable NSString *)reason userInfo:(nullable NSDictionary *)userInfo; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:48:103: error: unknown type name 'nullable' + (NSException *)exceptionWithName:(NSExceptionName)name reason:(nullable NSString *)reason userInfo:(nullable NSDictionary *)userInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:48:111: error: expected ')' before 'NSDictionary' + (NSException *)exceptionWithName:(NSExceptionName)name reason:(nullable NSString *)reason userInfo:(nullable NSDictionary *)userInfo; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:49:61: error: unknown type name 'nullable' - (instancetype)initWithName:(NSExceptionName)aName reason:(nullable NSString *)aReason userInfo:(nullable NSDictionary *)aUserInfo NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:49:69: error: expected ')' before 'NSString' - (instancetype)initWithName:(NSExceptionName)aName reason:(nullable NSString *)aReason userInfo:(nullable NSDictionary *)aUserInfo NS_DESIGNATED_INITIALIZER; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:49:99: error: unknown type name 'nullable' - (instancetype)initWithName:(NSExceptionName)aName reason:(nullable NSString *)aReason userInfo:(nullable NSDictionary *)aUserInfo NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:49:107: error: expected ')' before 'NSDictionary' - (instancetype)initWithName:(NSExceptionName)aName reason:(nullable NSString *)aReason userInfo:(nullable NSDictionary *)aUserInfo NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:52:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *reason; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *reason; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:53:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:53:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:55:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:55:1: error: cannot find protocol declaration for 'NSNumber' @property (readonly, copy) NSArray *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:56:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:56:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:296:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSAssertionHandler *currentHandler; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:296:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSAssertionHandler *currentHandler; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:298:129: error: unknown type name 'nullable' - (void)handleFailureInMethod:(SEL)selector object:(id)object file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(5,6); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:298:137: error: expected ')' before 'NSString' - (void)handleFailureInMethod:(SEL)selector object:(id)object file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(5,6); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:298:1: error: format string argument is not a string type - (void)handleFailureInMethod:(SEL)selector object:(id)object file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(5,6); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:300:124: error: unknown type name 'nullable' - (void)handleFailureInFunction:(NSString *)functionName file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(4,5); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:300:132: error: expected ')' before 'NSString' - (void)handleFailureInFunction:(NSString *)functionName file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(4,5); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSException.h:300:1: error: format string argument is not a string type - (void)handleFailureInFunction:(NSString *)functionName file:(NSString *)fileName lineNumber:(NSInteger)line description:(nullable NSString *)format,... NS_FORMAT_FUNCTION(4,5); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:31:4: error: unknown type name 'nullable' - (nullable NSDecimalNumber *)exceptionDuringOperation:(SEL)operation error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(nullable NSDecimalNumber *)rightOperand; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:31:12: error: expected ')' before 'NSDecimalNumber' - (nullable NSDecimalNumber *)exceptionDuringOperation:(SEL)operation error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(nullable NSDecimalNumber *)rightOperand; ~ ^~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:31, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:31:160: error: unknown type name 'nullable' - (nullable NSDecimalNumber *)exceptionDuringOperation:(SEL)operation error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(nullable NSDecimalNumber *)rightOperand; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:31:168: error: expected ')' before 'NSDecimalNumber' - (nullable NSDecimalNumber *)exceptionDuringOperation:(SEL)operation error:(NSCalculationError)error leftOperand:(NSDecimalNumber *)leftOperand rightOperand:(nullable NSDecimalNumber *)rightOperand; ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:52:33: error: unknown type name 'nullable' - (instancetype)initWithString:(nullable NSString *)numberValue; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:52:41: error: expected ')' before 'NSString' - (instancetype)initWithString:(nullable NSString *)numberValue; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:53:33: error: unknown type name 'nullable' - (instancetype)initWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:53:41: error: expected ')' before 'NSString' - (instancetype)initWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:53:73: error: unknown type name 'nullable' - (instancetype)initWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:53:81: error: expected ')' before 'id' - (instancetype)initWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:55:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:55:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:61:47: error: unknown type name 'nullable' + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:61:55: error: expected ')' before 'NSString' + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:62:47: error: unknown type name 'nullable' + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:62:55: error: expected ')' before 'NSString' + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:62:87: error: unknown type name 'nullable' + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:62:95: error: expected ')' before 'id' + (NSDecimalNumber *)decimalNumberWithString:(nullable NSString *)numberValue locale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:64:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDecimalNumber *zero; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:64:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDecimalNumber *zero; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:65:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDecimalNumber *one; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:65:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDecimalNumber *one; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:66:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDecimalNumber *minimumDecimalNumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:66:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDecimalNumber *minimumDecimalNumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:67:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDecimalNumber *maximumDecimalNumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:67:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDecimalNumber *maximumDecimalNumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:68:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSDecimalNumber *notANumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:68:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSDecimalNumber *notANumber; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:71:91: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberByAdding:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:71:99: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberByAdding:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:74:96: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberBySubtracting:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:74:104: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberBySubtracting:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:77:98: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberByMultiplyingBy:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:77:106: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberByMultiplyingBy:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:80:95: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberByDividingBy:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:80:103: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberByDividingBy:(NSDecimalNumber *)decimalNumber withBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:83:84: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberByRaisingToPower:(NSUInteger)power withBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:83:92: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberByRaisingToPower:(NSUInteger)power withBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:86:87: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power withBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:86:95: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power withBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:89:66: error: unknown type name 'nullable' - (NSDecimalNumber *)decimalNumberByRoundingAccordingToBehavior:(nullable id )behavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:89:74: error: expected ')' before 'id' - (NSDecimalNumber *)decimalNumberByRoundingAccordingToBehavior:(nullable id )behavior; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:95:17: error: unknown property attribute before ',' token @property (class, strong) id defaultBehavior; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:95:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, strong) id defaultBehavior; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:125:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSDecimalNumberHandler *defaultDecimalNumberHandler; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:125:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSDecimalNumberHandler *defaultDecimalNumberHandler; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:148:22: error: unknown type name 'nullable' - (BOOL)scanDecimal:(nullable NSDecimal *)dcm; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDecimalNumber.h:148:30: error: expected ')' before 'NSDecimal' - (BOOL)scanDecimal:(nullable NSDecimal *)dcm; ^~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:34, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:7:20: error: expected ';' before '<' token @class NSDictionary, NSArray, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:34, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:51:85: error: unknown type name 'nullable' - (instancetype)initWithDomain:(NSErrorDomain)domain code:(NSInteger)code userInfo:(nullable NSDictionary *)dict NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:51:93: error: expected ')' before 'NSDictionary' - (instancetype)initWithDomain:(NSErrorDomain)domain code:(NSInteger)code userInfo:(nullable NSDictionary *)dict NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:34, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:52:86: error: unknown type name 'nullable' + (instancetype)errorWithDomain:(NSErrorDomain)domain code:(NSInteger)code userInfo:(nullable NSDictionary *)dict; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:52:94: error: expected ')' before 'NSDictionary' + (instancetype)errorWithDomain:(NSErrorDomain)domain code:(NSInteger)code userInfo:(nullable NSDictionary *)dict; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:61:1: error: cannot find protocol declaration for 'NSErrorUserInfoKey' @property (readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:61:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:75:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *localizedFailureReason; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:75:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *localizedFailureReason; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:79:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *localizedRecoverySuggestion; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:79:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *localizedRecoverySuggestion; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:83:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *localizedRecoveryOptions; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:83:55: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *localizedRecoveryOptions; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:83:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSArray *localizedRecoveryOptions; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:87:20: error: unknown property attribute before ',' token @property (nullable, readonly, strong) id recoveryAttempter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:87:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, strong) id recoveryAttempter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:91:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *helpAnchor; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:91:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *helpAnchor; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:34, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:104:94: error: expected ')' before '^' token + (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:104:106: error: expected ')' before '(' token + (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:105:18: error: expected ')' before '^' token + (id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))userInfoValueProviderForDomain:(NSErrorDomain)errorDomain API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:105:30: error: expected ')' before '(' token + (id _Nullable (^ _Nullable)(NSError *err, NSErrorUserInfoKey userInfoKey))userInfoValueProviderForDomain:(NSErrorDomain)errorDomain API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:105: error: unknown type name 'nullable' - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:113: error: expected ')' before 'id' - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:146: error: unknown type name 'nullable' - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:154: error: expected ')' before 'SEL' - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo; ^~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:191: error: unknown type name 'nullable' - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSError.h:118:200: error: two or more data types in declaration specifiers - (void)attemptRecoveryFromError:(NSError *)error optionIndex:(NSUInteger)recoveryOptionIndex delegate:(nullable id)delegate didRecoverSelector:(nullable SEL)didRecoverSelector contextInfo:(nullable void *)contextInfo; ^~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:36, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:9:32: error: expected ';' before '<' token @class NSTimer, NSPort, NSArray, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:26:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSRunLoop *currentRunLoop; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:26:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSRunLoop *currentRunLoop; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:27:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSRunLoop *mainRunLoop API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:27:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSRunLoop *mainRunLoop API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:29:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSRunLoopMode currentMode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:29:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSRunLoopMode currentMode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:38:4: error: unknown type name 'nullable' - (nullable NSDate *)limitDateForMode:(NSRunLoopMode)mode; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:38:12: error: expected ')' before 'NSDate' - (nullable NSDate *)limitDateForMode:(NSRunLoopMode)mode; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:1: error: cannot find protocol declaration for 'NSRunLoopMode' - (void)performInModes:(NSArray *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:69: error: expected ')' before '^' token - (void)performInModes:(NSArray *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:56:71: error: expected ')' before '(' token - (void)performInModes:(NSArray *)modes block:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:10, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:36, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:60:29: error: expected ')' before '^' token - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:60:31: error: expected ')' before '(' token - (void)performBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:68:52: error: unknown type name 'nullable' - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:68:60: error: expected ')' before 'id' - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:68:1: error: cannot find protocol declaration for 'NSRunLoopMode' - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:69:52: error: unknown type name 'nullable' - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:69:60: error: expected ')' before 'id' - (void)performSelector:(SEL)aSelector withObject:(nullable id)anArgument afterDelay:(NSTimeInterval)delay; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:70:93: error: unknown type name 'nullable' + (void)cancelPreviousPerformRequestsWithTarget:(id)aTarget selector:(SEL)aSelector object:(nullable id)anArgument; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:70:101: error: expected ')' before 'id' + (void)cancelPreviousPerformRequestsWithTarget:(id)aTarget selector:(SEL)aSelector object:(nullable id)anArgument; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:77:68: error: unknown type name 'nullable' - (void)performSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg order:(NSUInteger)order modes:(NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:77:76: error: expected ')' before 'id' - (void)performSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg order:(NSUInteger)order modes:(NSArray *)modes; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:77:1: error: cannot find protocol declaration for 'NSRunLoopMode' - (void)performSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg order:(NSUInteger)order modes:(NSArray *)modes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:78:74: error: unknown type name 'nullable' - (void)cancelPerformSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h:78:82: error: expected ')' before 'id' - (void)cancelPerformSelector:(SEL)aSelector target:(id)target argument:(nullable id)arg; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:36, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:34:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:34:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:40:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardInput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:40:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardInput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:41:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardOutput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:41:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardOutput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:42:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:42:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSFileHandle *fileHandleWithStandardError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:43:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSFileHandle *fileHandleWithNullDevice; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:43:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSFileHandle *fileHandleWithNullDevice; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:45:4: error: unknown type name 'nullable' + (nullable instancetype)fileHandleForReadingAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:45:12: error: expected ')' before 'id' + (nullable instancetype)fileHandleForReadingAtPath:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:46:4: error: unknown type name 'nullable' + (nullable instancetype)fileHandleForWritingAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:46:12: error: expected ')' before 'id' + (nullable instancetype)fileHandleForWritingAtPath:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:47:4: error: unknown type name 'nullable' + (nullable instancetype)fileHandleForUpdatingAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:47:12: error: expected ')' before 'id' + (nullable instancetype)fileHandleForUpdatingAtPath:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:49:4: error: unknown type name 'nullable' + (nullable instancetype)fileHandleForReadingFromURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:49:12: error: expected ')' before 'id' + (nullable instancetype)fileHandleForReadingFromURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:36, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:50:4: error: unknown type name 'nullable' + (nullable instancetype)fileHandleForWritingToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:50:12: error: expected ')' before 'id' + (nullable instancetype)fileHandleForWritingToURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:51:4: error: unknown type name 'nullable' + (nullable instancetype)fileHandleForUpdatingURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:51:12: error: expected ')' before 'id' + (nullable instancetype)fileHandleForUpdatingURL:(NSURL *)url error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:68:44: error: unknown type name 'nullable' - (void)readInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:68:52: error: expected ')' before 'NSArray' - (void)readInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:71:55: error: unknown type name 'nullable' - (void)readToEndOfFileInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:71:63: error: expected ')' before 'NSArray' - (void)readToEndOfFileInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:74:56: error: unknown type name 'nullable' - (void)acceptConnectionInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:74:64: error: expected ')' before 'NSArray' - (void)acceptConnectionInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:77:51: error: unknown type name 'nullable' - (void)waitForDataInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileHandle.h:77:59: error: expected ')' before 'NSArray' - (void)waitForDataInBackgroundAndNotifyForModes:(nullable NSArray *)modes; ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:52: error: expected '>' before '*' token + (NSString *)pathWithComponents:(NSArray *)components; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:12:1: error: cannot find protocol declaration for 'NSString' + (NSString *)pathWithComponents:(NSArray *)components; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:13:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *pathComponents; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:13:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *pathComponents; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:23:4: error: unknown type name 'nullable' - (nullable NSString *)stringByAppendingPathExtension:(NSString *)str; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:23:12: error: expected ')' before 'NSString' - (nullable NSString *)stringByAppendingPathExtension:(NSString *)str; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:21: error: expected '>' before '*' token - (NSArray *)stringsByAppendingPaths:(NSArray *)paths; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)stringsByAppendingPaths:(NSArray *)paths; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:68: error: expected '>' before '*' token - (NSArray *)stringsByAppendingPaths:(NSArray *)paths; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:32:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)stringsByAppendingPaths:(NSArray *)paths; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:143: error: expected '>' before '*' token - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray *)filterTypes; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:1: error: cannot find protocol declaration for 'NSString' - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray *)filterTypes; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:195: error: unknown type name 'nullable' - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray *)filterTypes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:34:203: error: expected ')' before 'NSArray' - (NSUInteger)completePathIntoString:(NSString * _Nullable * _Nullable)outputName caseSensitive:(BOOL)flag matchesIntoArray:(NSArray * _Nullable * _Nullable)outputArray filterTypes:(nullable NSArray *)filterTypes; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:41:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray (NSArrayPathExtensions) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:41:1: error: redefinition of 'struct NSArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:106:1: note: originally defined here @interface NSArray (NSDeprecated) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:43:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSArray *)pathsMatchingExtensions:(NSArray *)filterTypes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:96:36: error: expected '>' before '*' token FOUNDATION_EXPORT NSArray *NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, BOOL expandTilde); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:96:1: error: cannot find protocol declaration for 'NSString' FOUNDATION_EXPORT NSArray *NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, BOOL expandTilde); ^~~~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:13:15: error: expected ';' before '<' token @class NSArray, NSNumber, NSData, NSDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:33:4: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:33:12: error: expected ')' before 'id' - (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. ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:33:66: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:33:74: error: expected ')' before 'NSString' - (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. ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:37:93: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:37:101: error: expected ')' before 'NSURL' - (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; ^~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:40:69: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:40:77: error: expected ')' before 'NSURL' - (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. ^~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:47:85: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:47:93: error: expected ')' before 'NSURL' + (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)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:50:60: error: unknown type name 'nullable' + (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:50:68: error: expected ')' before 'NSURL' + (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. ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:57:115: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:57:123: error: expected ')' before 'NSURL' - (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; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:61:107: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:61:115: error: expected ')' before 'NSURL' + (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)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:65:4: error: unknown type name 'nullable' - (nullable instancetype)initWithString:(NSString *)URLString; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:65:12: error: expected ')' before 'id' - (nullable instancetype)initWithString:(NSString *)URLString; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:66:4: error: unknown type name 'nullable' - (nullable instancetype)initWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:66:12: error: expected ')' before 'id' - (nullable instancetype)initWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:66:78: error: unknown type name 'nullable' - (nullable instancetype)initWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:66:86: error: expected ')' before 'NSURL' - (nullable instancetype)initWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL NS_DESIGNATED_INITIALIZER; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:67:4: error: unknown type name 'nullable' + (nullable instancetype)URLWithString:(NSString *)URLString; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:67:12: error: expected ')' before 'id' + (nullable instancetype)URLWithString:(NSString *)URLString; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:68:4: error: unknown type name 'nullable' + (nullable instancetype)URLWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:68:12: error: expected ')' before 'id' + (nullable instancetype)URLWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:68:77: error: unknown type name 'nullable' + (nullable instancetype)URLWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:68:85: error: expected ')' before 'NSURL' + (nullable instancetype)URLWithString:(NSString *)URLString relativeToURL:(nullable NSURL *)baseURL; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:73:74: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:73:82: error: expected ')' before 'NSURL' - (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; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:76:68: error: unknown type name 'nullable' + (NSURL *)URLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:76:76: error: expected ')' before 'NSURL' + (NSURL *)URLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:80:85: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:80:93: error: expected ')' before 'NSURL' - (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; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:83:76: error: unknown type name 'nullable' + (NSURL *)absoluteURLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:83:84: error: expected ')' before 'NSURL' + (NSURL *)absoluteURLWithDataRepresentation:(NSData *)data relativeToURL:(nullable NSURL *)baseURL API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:89:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *absoluteString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:89:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *absoluteString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:91:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *baseURL; // may be nil. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:91:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *baseURL; // may be nil. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:92:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *absoluteURL; // if the receiver is itself absolute, this will return self. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:92:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *absoluteURL; // if the receiver is itself absolute, this will return self. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:96:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *scheme; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:96:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *scheme; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:97:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *resourceSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:97:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *resourceSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:101:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *host; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:101:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *host; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:102:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSNumber *port; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:102:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSNumber *port; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:103:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *user; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:103:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *user; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:104:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *password; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:104:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *password; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:105:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *path; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:105:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *path; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:106:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *fragment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:106:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *fragment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:107:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *parameterString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:107:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *parameterString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:108:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *query; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:108:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *query; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:109:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *relativePath; // The same as path if baseURL is nil ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:109:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *relativePath; // The same as path if baseURL is nil ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:129:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *standardizedURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:129:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *standardizedURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:146:4: error: unknown type name 'nullable' - (nullable NSURL *)fileReferenceURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:146:12: error: expected ')' before 'NSURL' - (nullable NSURL *)fileReferenceURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:150:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *filePathURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:150:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *filePathURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:168:4: error: unknown type name 'nullable' - (nullable NSDictionary *)resourceValuesForKeys:(NSArray *)keys error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:168:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)resourceValuesForKeys:(NSArray *)keys error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:168:1: error: cannot find protocol declaration for 'NSURLResourceKey' - (nullable NSDictionary *)resourceValuesForKeys:(NSArray *)keys error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:172:27: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:172:35: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:176:1: error: cannot find protocol declaration for 'NSURLResourceKey' - (BOOL)setResourceValues:(NSDictionary *)keyedValues error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:176:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:190:36: error: unknown type name 'nullable' - (void)setTemporaryResourceValue:(nullable id)value forKey:(NSURLResourceKey)key API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:190:44: error: expected ')' before 'id' - (void)setTemporaryResourceValue:(nullable id)value forKey:(NSURLResourceKey)key API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:406:4: error: unknown type name 'nullable' - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:406:12: error: expected ')' before 'NSData' - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:406:116: error: unknown type name 'nullable' - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:406:124: error: expected ')' before 'NSArray' - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:406:173: error: unknown type name 'nullable' - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:406:181: error: expected ')' before 'NSURL' - (nullable NSData *)bookmarkDataWithOptions:(NSURLBookmarkCreationOptions)options includingResourceValuesForKeys:(nullable NSArray *)keys relativeToURL:(nullable NSURL *)relativeURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:410:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:410:12: error: expected ')' before 'id' - (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)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:410:140: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:410:148: error: expected ')' before 'NSURL' - (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)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:413:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:413:12: error: expected ')' before 'id' + (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)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:413:139: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:413:147: error: expected ')' before 'NSURL' + (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)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:417:4: error: unknown type name 'nullable' + (nullable NSDictionary *)resourceValuesForKeys:(NSArray *)keys fromBookmarkData:(NSData *)bookmarkData API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:417:12: error: expected ')' before 'NSDictionary' + (nullable NSDictionary *)resourceValuesForKeys:(NSArray *)keys fromBookmarkData:(NSData *)bookmarkData API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:417:1: error: cannot find protocol declaration for 'NSURLResourceKey' + (nullable NSDictionary *)resourceValuesForKeys:(NSArray *)keys fromBookmarkData:(NSData *)bookmarkData API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:425:4: error: unknown type name 'nullable' + (nullable NSData *)bookmarkDataWithContentsOfURL:(NSURL *)bookmarkFileURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:425:12: error: expected ')' before 'NSData' + (nullable NSData *)bookmarkDataWithContentsOfURL:(NSURL *)bookmarkFileURL error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:429:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:429:12: error: expected ')' before 'id' + (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)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:456:4: error: unknown type name 'nullable' - (nullable NSDictionary *)promisedItemResourceValuesForKeys:(NSArray *)keys error:(NSError **)error API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:456:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)promisedItemResourceValuesForKeys:(NSArray *)keys error:(NSError **)error API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:456:1: error: cannot find protocol declaration for 'NSURLResourceKey' - (nullable NSDictionary *)promisedItemResourceValuesForKeys:(NSArray *)keys error:(NSError **)error API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:473:54: error: unknown type name 'nullable' - (instancetype)initWithName:(NSString *)name value:(nullable NSString *)value NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:473:62: error: expected ')' before 'NSString' - (instancetype)initWithName:(NSString *)name value:(nullable NSString *)value NS_DESIGNATED_INITIALIZER; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:474:59: error: unknown type name 'nullable' + (instancetype)queryItemWithName:(NSString *)name value:(nullable NSString *)value; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:474:67: error: expected ')' before 'NSString' + (instancetype)queryItemWithName:(NSString *)name value:(nullable NSString *)value; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:476:20: error: unknown property attribute before ',' token @property (nullable, readonly) NSString *value; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:476:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly) NSString *value; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:487:4: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url resolvingAgainstBaseURL:(BOOL)resolve; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:487:12: error: expected ')' before 'id' - (nullable instancetype)initWithURL:(NSURL *)url resolvingAgainstBaseURL:(BOOL)resolve; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:490:4: error: unknown type name 'nullable' + (nullable instancetype)componentsWithURL:(NSURL *)url resolvingAgainstBaseURL:(BOOL)resolve; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:490:12: error: expected ')' before 'id' + (nullable instancetype)componentsWithURL:(NSURL *)url resolvingAgainstBaseURL:(BOOL)resolve; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:493:4: error: unknown type name 'nullable' - (nullable instancetype)initWithString:(NSString *)URLString; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:493:12: error: expected ')' before 'id' - (nullable instancetype)initWithString:(NSString *)URLString; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:496:4: error: unknown type name 'nullable' + (nullable instancetype)componentsWithString:(NSString *)URLString; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:496:12: error: expected ')' before 'id' + (nullable instancetype)componentsWithString:(NSString *)URLString; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:499:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:499:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:502:4: error: unknown type name 'nullable' - (nullable NSURL *)URLRelativeToURL:(nullable NSURL *)baseURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:502:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLRelativeToURL:(nullable NSURL *)baseURL; ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:502:39: error: unknown type name 'nullable' - (nullable NSURL *)URLRelativeToURL:(nullable NSURL *)baseURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:502:47: error: expected ')' before 'NSURL' - (nullable NSURL *)URLRelativeToURL:(nullable NSURL *)baseURL; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:505:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *string API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:505:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *string API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:510:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *scheme; // Attempting to set the scheme with an invalid scheme string will cause an exception. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:510:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *scheme; // Attempting to set the scheme with an invalid scheme string will cause an exception. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:511:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *user; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:511:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *user; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:512:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *password; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:512:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *password; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:513:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *host; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:513:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *host; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:514:20: error: unknown property attribute before ',' token @property (nullable, copy) NSNumber *port; // Attempting to set a negative port number will cause an exception. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:514:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSNumber *port; // Attempting to set a negative port number will cause an exception. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:515:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *path; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:515:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *path; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:516:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *query; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:516:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *query; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:517:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *fragment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:517:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *fragment; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:520:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *percentEncodedUser; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:520:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *percentEncodedUser; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:521:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *percentEncodedPassword; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:521:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *percentEncodedPassword; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:522:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *percentEncodedHost; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:522:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *percentEncodedHost; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:523:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *percentEncodedPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:523:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *percentEncodedPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:524:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *percentEncodedQuery; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:524:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *percentEncodedQuery; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:525:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *percentEncodedFragment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:525:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *percentEncodedFragment; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:549:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *queryItems API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:549:51: error: expected '>' before '*' token @property (nullable, copy) NSArray *queryItems API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:549:20: error: cannot find protocol declaration for 'NSURLQueryItem' @property (nullable, copy) NSArray *queryItems API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:554:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *percentEncodedQueryItems API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:554:51: error: expected '>' before '*' token @property (nullable, copy) NSArray *percentEncodedQueryItems API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:554:20: error: cannot find protocol declaration for 'NSURLQueryItem' @property (nullable, copy) NSArray *percentEncodedQueryItems API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:563:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCharacterSet *URLUserAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:563:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCharacterSet *URLUserAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:566:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCharacterSet *URLPasswordAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:566:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCharacterSet *URLPasswordAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:569:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCharacterSet *URLHostAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:569:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCharacterSet *URLHostAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:572:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCharacterSet *URLPathAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:572:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCharacterSet *URLPathAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:575:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCharacterSet *URLQueryAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:575:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCharacterSet *URLQueryAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:578:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSCharacterSet *URLFragmentAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:578:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSCharacterSet *URLFragmentAllowedCharacterSet API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:586:4: error: unknown type name 'nullable' - (nullable NSString *)stringByAddingPercentEncodingWithAllowedCharacters:(NSCharacterSet *)allowedCharacters API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:586:12: error: expected ')' before 'NSString' - (nullable NSString *)stringByAddingPercentEncodingWithAllowedCharacters:(NSCharacterSet *)allowedCharacters API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:589:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *stringByRemovingPercentEncoding API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:589:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *stringByRemovingPercentEncoding API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:592:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:592:12: error: expected ')' before 'NSString' - (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)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:593:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:593:12: error: expected ')' before 'NSString' - (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)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:602:4: error: unknown type name 'nullable' + (nullable NSURL *)fileURLWithPathComponents:(NSArray *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:602:12: error: expected ')' before 'NSURL' + (nullable NSURL *)fileURLWithPathComponents:(NSArray *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:602:65: error: expected '>' before '*' token + (nullable NSURL *)fileURLWithPathComponents:(NSArray *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:602:1: error: cannot find protocol declaration for 'NSString' + (nullable NSURL *)fileURLWithPathComponents:(NSArray *)components API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:603:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *pathComponents API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:603:55: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *pathComponents API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:603:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSArray *pathComponents API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:604:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *lastPathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:604:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *lastPathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *pathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:605:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *pathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:607:4: error: unknown type name 'nullable' - (nullable NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:607:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:608:4: error: unknown type name 'nullable' - (nullable NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent isDirectory:(BOOL)isDirectory API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:608:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLByAppendingPathComponent:(NSString *)pathComponent isDirectory:(BOOL)isDirectory API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:609:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URLByDeletingLastPathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:609:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URLByDeletingLastPathComponent API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:610:4: error: unknown type name 'nullable' - (nullable NSURL *)URLByAppendingPathExtension:(NSString *)pathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:610:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLByAppendingPathExtension:(NSString *)pathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:611:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URLByDeletingPathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:611:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URLByDeletingPathExtension API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:615:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URLByStandardizingPath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:615:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URLByStandardizingPath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:616:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URLByResolvingSymlinksInPath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:616:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URLByResolvingSymlinksInPath API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:626:4: error: unknown type name 'nullable' - (nullable instancetype) initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:626:12: error: expected ')' before 'id' - (nullable instancetype) initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:650:4: error: unknown type name 'nullable' - (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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:650:12: error: expected ')' before 'NSData' - (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 ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:652:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:652:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:659:4: error: unknown type name 'nullable' - (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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:659:12: error: expected ')' before 'NSURLHandle' - (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 ~ ^~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:15:15: error: expected ';' before '<' token @class NSArray, NSData, NSDate, NSDirectoryEnumerator, NSError, NSNumber, NSFileProviderService, NSXPCConnection, NSLock; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:92:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSFileManager *defaultManager; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:92:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSFileManager *defaultManager; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:4: error: unknown type name 'nullable' - (nullable NSArray *)mountedVolumeURLsIncludingResourceValuesForKeys:(nullable NSArray *)propertyKeys options:(NSVolumeEnumerationOptions)options API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:12: error: expected ')' before 'NSArray' - (nullable NSArray *)mountedVolumeURLsIncludingResourceValuesForKeys:(nullable NSArray *)propertyKeys options:(NSVolumeEnumerationOptions)options API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:81: error: unknown type name 'nullable' - (nullable NSArray *)mountedVolumeURLsIncludingResourceValuesForKeys:(nullable NSArray *)propertyKeys options:(NSVolumeEnumerationOptions)options API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:89: error: expected ')' before 'NSArray' - (nullable NSArray *)mountedVolumeURLsIncludingResourceValuesForKeys:(nullable NSArray *)propertyKeys options:(NSVolumeEnumerationOptions)options API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:100:108: error: expected ')' before '^' token - (void)unmountVolumeAtURL:(NSURL *)url options:(NSFileManagerUnmountOptions)mask completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:100:110: error: expected ')' before '(' token - (void)unmountVolumeAtURL:(NSURL *)url options:(NSFileManagerUnmountOptions)mask completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:4: error: unknown type name 'nullable' - (nullable NSArray *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:12: error: expected ')' before 'NSArray' - (nullable NSArray *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:98: error: unknown type name 'nullable' - (nullable NSArray *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:108:106: error: expected ')' before 'NSArray' - (nullable NSArray *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:113:18: error: expected '>' before '*' token - (NSArray *)URLsForDirectory:(NSSearchPathDirectory)directory inDomains:(NSSearchPathDomainMask)domainMask API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:113:1: error: cannot find protocol declaration for 'NSURL' - (NSArray *)URLsForDirectory:(NSSearchPathDirectory)directory inDomains:(NSSearchPathDomainMask)domainMask API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:119:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:119:12: error: expected ')' before 'NSURL' - (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)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:119:129: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:119:137: error: expected ')' before 'NSURL' - (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)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:131:109: error: unknown type name 'nullable' - (BOOL)createDirectoryAtURL:(NSURL *)url withIntermediateDirectories:(BOOL)createIntermediates attributes:(nullable NSDictionary *)attributes error:(NSError **)error API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:131:117: error: expected ')' before 'NSDictionary' - (BOOL)createDirectoryAtURL:(NSURL *)url withIntermediateDirectories:(BOOL)createIntermediates attributes:(nullable NSDictionary *)attributes error:(NSError **)error API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:139:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:139:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:145:1: error: cannot find protocol declaration for 'NSFileAttributeKey' - (BOOL)setAttributes:(NSDictionary *)attributes ofItemAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:145:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:151:114: error: unknown type name 'nullable' - (BOOL)createDirectoryAtPath:(NSString *)path withIntermediateDirectories:(BOOL)createIntermediates attributes:(nullable NSDictionary *)attributes error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:151:122: error: expected ')' before 'NSDictionary' - (BOOL)createDirectoryAtPath:(NSString *)path withIntermediateDirectories:(BOOL)createIntermediates attributes:(nullable NSDictionary *)attributes error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:157:4: error: unknown type name 'nullable' - (nullable NSArray *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:157:12: error: expected ')' before 'NSArray' - (nullable NSArray *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:163:4: error: unknown type name 'nullable' - (nullable NSArray *)subpathsOfDirectoryAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:163:12: error: expected ')' before 'NSArray' - (nullable NSArray *)subpathsOfDirectoryAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:169:4: error: unknown type name 'nullable' - (nullable NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:169:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:175:4: error: unknown type name 'nullable' - (nullable NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:175:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:187:4: error: unknown type name 'nullable' - (nullable NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:187:12: error: expected ')' before 'NSString' - (nullable NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:211:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:211:12: error: expected ')' before 'NSDictionary' - (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)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:213:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:213:12: error: expected ')' before 'NSArray' - (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)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:214:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:214:12: error: expected ')' before 'NSDictionary' - (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)); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:215:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:215:12: error: expected ')' before 'NSString' - (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)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:220:67: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:220:75: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:221:67: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:221:75: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:222:67: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:222:75: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:223:52: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:223:60: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:234:56: error: unknown type name 'nullable' - (BOOL)fileExistsAtPath:(NSString *)path isDirectory:(nullable BOOL *)isDirectory; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:234:64: error: expected ')' before 'BOOL' - (BOOL)fileExistsAtPath:(NSString *)path isDirectory:(nullable BOOL *)isDirectory; ^~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:250:4: error: unknown type name 'nullable' - (nullable NSArray *)componentsToDisplayForPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:250:12: error: expected ')' before 'NSArray' - (nullable NSArray *)componentsToDisplayForPath:(NSString *)path; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:254:4: error: unknown type name 'nullable' - (nullable NSDirectoryEnumerator *)enumeratorAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:254:12: error: expected ')' before 'NSDirectoryEnumerator' - (nullable NSDirectoryEnumerator *)enumeratorAtPath:(NSString *)path; ~ ^~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:260:4: error: unknown type name 'nullable' - (nullable NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:260:12: error: expected ')' before 'NSDirectoryEnumerator' - (nullable NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)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)); ~ ^~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:260:103: error: unknown type name 'nullable' - (nullable NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:260:111: error: expected ')' before 'NSArray' - (nullable NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)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)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:260:203: error: unknown type name 'nullable' - (nullable NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:260:211: error: expected ')' before 'BOOL' - (nullable NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(nullable NSArray *)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)); ^~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:264:4: error: unknown type name 'nullable' - (nullable NSArray *)subpathsAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:264:12: error: expected ')' before 'NSArray' - (nullable NSArray *)subpathsAtPath:(NSString *)path; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:268:4: error: unknown type name 'nullable' - (nullable NSData *)contentsAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:268:12: error: expected ')' before 'NSData' - (nullable NSData *)contentsAtPath:(NSString *)path; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:269:53: error: unknown type name 'nullable' - (BOOL)createFileAtPath:(NSString *)path contents:(nullable NSData *)data attributes:(nullable NSDictionary *)attr; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:269:61: error: expected ')' before 'NSData' - (BOOL)createFileAtPath:(NSString *)path contents:(nullable NSData *)data attributes:(nullable NSDictionary *)attr; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:269:88: error: unknown type name 'nullable' - (BOOL)createFileAtPath:(NSString *)path contents:(nullable NSData *)data attributes:(nullable NSDictionary *)attr; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:269:96: error: expected ')' before 'NSDictionary' - (BOOL)createFileAtPath:(NSString *)path contents:(nullable NSData *)data attributes:(nullable NSDictionary *)attr; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:286:101: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:286:109: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:307:4: error: unknown type name 'nullable' - (nullable NSURL *)URLForUbiquityContainerIdentifier:(nullable NSString *)containerIdentifier API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:307:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLForUbiquityContainerIdentifier:(nullable NSString *)containerIdentifier API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:307:56: error: unknown type name 'nullable' - (nullable NSURL *)URLForUbiquityContainerIdentifier:(nullable NSString *)containerIdentifier API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:307:64: error: expected ')' before 'NSString' - (nullable NSURL *)URLForUbiquityContainerIdentifier:(nullable NSString *)containerIdentifier API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:311:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:311:12: error: expected ')' before 'NSURL' - (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)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:317:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) id ubiquityIdentityToken API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:317:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) id ubiquityIdentityToken API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:321:83: error: expected ')' before '^' token - (void)getFileProviderServicesForItemAtURL:(NSURL *)url completionHandler:(void (^)(NSDictionary * _Nullable services, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:321:85: error: expected ')' before '(' token - (void)getFileProviderServicesForItemAtURL:(NSURL *)url completionHandler:(void (^)(NSDictionary * _Nullable services, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:325:4: error: unknown type name 'nullable' - (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:325:12: error: expected ')' before 'NSURL' - (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. ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:335:4: error: unknown type name 'nullable' - (nullable NSURL *)homeDirectoryForUser:(NSString *)userName API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:335:12: error: expected ')' before 'NSURL' - (nullable NSURL *)homeDirectoryForUser:(NSString *)userName API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:409:1: error: cannot find protocol declaration for 'ObjectType' @interface NSDirectoryEnumerator : NSEnumerator ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:409:46: error: expected identifier or '(' before ':' token @interface NSDirectoryEnumerator : NSEnumerator ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:414:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *directoryAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:414:20: error: cannot find protocol declaration for 'NSFileAttributeKey' /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:414:20: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:414:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDictionary *directoryAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:438:63: error: expected ')' before '^' token - (void)getFileProviderConnectionWithCompletionHandler:(void (^)(NSXPCConnection * _Nullable connection, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:438:65: error: expected ')' before '(' token - (void)getFileProviderConnectionWithCompletionHandler:(void (^)(NSXPCConnection * _Nullable connection, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:479:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary (NSFileAttributes) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:479:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:479:1: error: redefinition of 'struct NSDictionary' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:164:1: note: originally defined here @interface NSDictionary (NSGenericFastEnumeraiton) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:481:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (unsigned long long)fileSize; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:482:4: error: unknown type name 'nullable' - (nullable NSDate *)fileModificationDate; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:482:12: error: expected ')' before 'NSDate' - (nullable NSDate *)fileModificationDate; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:483:4: error: unknown type name 'nullable' - (nullable NSString *)fileType; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:483:12: error: expected ')' before 'NSString' - (nullable NSString *)fileType; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:485:4: error: unknown type name 'nullable' - (nullable NSString *)fileOwnerAccountName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:485:12: error: expected ')' before 'NSString' - (nullable NSString *)fileOwnerAccountName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:486:4: error: unknown type name 'nullable' - (nullable NSString *)fileGroupOwnerAccountName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:486:12: error: expected ')' before 'NSString' - (nullable NSString *)fileGroupOwnerAccountName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:494:4: error: unknown type name 'nullable' - (nullable NSDate *)fileCreationDate; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:494:12: error: expected ')' before 'NSDate' - (nullable NSDate *)fileCreationDate; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:495:4: error: unknown type name 'nullable' - (nullable NSNumber *)fileOwnerAccountID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:495:12: error: expected ')' before 'NSNumber' - (nullable NSNumber *)fileOwnerAccountID; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:496:4: error: unknown type name 'nullable' - (nullable NSNumber *)fileGroupOwnerAccountID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:496:12: error: expected ')' before 'NSNumber' - (nullable NSNumber *)fileGroupOwnerAccountID; ~ ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:39, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h:63:20: error: unknown property attribute before ')' token @property (nullable) NSUInteger (*hashFunction)(const void *item, NSUInteger (* _Nullable size)(const void *item)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h:64:20: error: unknown property attribute before ')' token @property (nullable) BOOL (*isEqualFunction)(const void *item1, const void*item2, NSUInteger (* _Nullable size)(const void *item)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h:65:20: error: unknown property attribute before ')' token @property (nullable) NSUInteger (*sizeFunction)(const void *item); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h:66:20: error: unknown property attribute before ')' token @property (nullable) NSString * _Nullable (*descriptionFunction)(const void *item); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h:69:20: error: unknown property attribute before ')' token @property (nullable) void (*relinquishFunction)(const void *item, NSUInteger (* _Nullable size)(const void *item)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerFunctions.h:70:20: error: unknown property attribute before ')' token @property (nullable) void * _Nonnull (*acquireFunction)(const void *src, NSUInteger (* _Nullable size)(const void *item), BOOL shouldCopy); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:39, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:12:15: error: expected ';' before '<' token @class NSArray, NSSet, NSHashTable; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:39, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:31:1: error: cannot find protocol declaration for 'ObjectType' @interface NSHashTable : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:31:36: error: expected identifier or '(' before ':' token @interface NSHashTable : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:38:1: error: cannot find protocol declaration for 'ObjectType' + (NSHashTable *)hashTableWithOptions:(NSPointerFunctionsOptions)options; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:44:1: error: cannot find protocol declaration for 'ObjectType' + (NSHashTable *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:51:4: error: unknown type name 'nullable' - (nullable ObjectType)member:(nullable ObjectType)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:51:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)member:(nullable ObjectType)object; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:51:32: error: unknown type name 'nullable' - (nullable ObjectType)member:(nullable ObjectType)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:51:40: error: expected ')' before 'ObjectType' - (nullable ObjectType)member:(nullable ObjectType)object; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:52:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)objectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:54:20: error: unknown type name 'nullable' - (void)addObject:(nullable ObjectType)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:54:28: error: expected ')' before 'ObjectType' - (void)addObject:(nullable ObjectType)object; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:55:23: error: unknown type name 'nullable' - (void)removeObject:(nullable ObjectType)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:55:31: error: expected ')' before 'ObjectType' - (void)removeObject:(nullable ObjectType)object; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:59:1: error: cannot find protocol declaration for 'ObjectType' @property (readonly, copy) NSArray *allObjects; // convenience ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:61:20: error: unknown property attribute before ',' token @property (nullable, nonatomic, readonly) ObjectType anyObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:61:43: error: unknown type name 'ObjectType' @property (nullable, nonatomic, readonly) ObjectType anyObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:62:25: error: unknown type name 'nullable' - (BOOL)containsObject:(nullable ObjectType)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:62:33: error: expected ')' before 'ObjectType' - (BOOL)containsObject:(nullable ObjectType)anObject; ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:64:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)intersectsHashTable:(NSHashTable *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:65:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isEqualToHashTable:(NSHashTable *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:66:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isSubsetOfHashTable:(NSHashTable *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:68:1: error: cannot find protocol declaration for 'ObjectType' - (void)intersectHashTable:(NSHashTable *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:69:1: error: cannot find protocol declaration for 'ObjectType' - (void)unionHashTable:(NSHashTable *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:70:1: error: cannot find protocol declaration for 'ObjectType' - (void)minusHashTable:(NSHashTable *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHashTable.h:72:1: error: cannot find protocol declaration for 'ObjectType' @property (readonly, copy) NSSet *setRepresentation; // create a set of the contents ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:40, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:10:15: error: expected ';' before '<' token @class NSArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:12:20: error: expected ';' before '<' token @class NSDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:240:4: error: unknown type name 'nullable' - (nullable instancetype)initWithProperties:(NSDictionary *)properties; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:240:12: error: expected ')' before 'id' - (nullable instancetype)initWithProperties:(NSDictionary *)properties; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:240:1: error: cannot find protocol declaration for 'NSHTTPCookiePropertyKey' - (nullable instancetype)initWithProperties:(NSDictionary *)properties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:240:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:255:4: error: unknown type name 'nullable' + (nullable NSHTTPCookie *)cookieWithProperties:(NSDictionary *)properties; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:255:12: error: expected ')' before 'NSHTTPCookie' + (nullable NSHTTPCookie *)cookieWithProperties:(NSDictionary *)properties; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:255:1: error: cannot find protocol declaration for 'NSHTTPCookiePropertyKey' + (nullable NSHTTPCookie *)cookieWithProperties:(NSDictionary *)properties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:255:1: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:265:26: error: expected '>' before '*' token + (NSDictionary *)requestHeaderFieldsWithCookies:(NSArray *)cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:265:1: error: cannot find protocol declaration for 'NSString' + (NSDictionary *)requestHeaderFieldsWithCookies:(NSArray *)cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:265:96: error: expected '>' before '*' token + (NSDictionary *)requestHeaderFieldsWithCookies:(NSArray *)cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:265:1: error: cannot find protocol declaration for 'NSHTTPCookie' + (NSDictionary *)requestHeaderFieldsWithCookies:(NSArray *)cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:276:25: error: expected '>' before '*' token + (NSArray *)cookiesWithResponseHeaderFields:(NSDictionary *)headerFields forURL:(NSURL *)URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:276:1: error: cannot find protocol declaration for 'NSHTTPCookie' + (NSArray *)cookiesWithResponseHeaderFields:(NSDictionary *)headerFields forURL:(NSURL *)URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:276:85: error: expected '>' before '*' token + (NSArray *)cookiesWithResponseHeaderFields:(NSDictionary *)headerFields forURL:(NSURL *)URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:276:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)cookiesWithResponseHeaderFields:(NSDictionary *)headerFields forURL:(NSURL *)URL; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:40, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:289:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *properties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:289:20: error: cannot find protocol declaration for 'NSHTTPCookiePropertyKey' /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:289:20: error: cannot find protocol declaration for 'id' /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:289:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDictionary *properties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:319:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *expiresDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:319:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *expiresDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:381:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *comment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:381:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *comment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:391:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *commentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:391:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *commentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:403:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *portList; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:403:55: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *portList; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookie.h:403:20: error: cannot find protocol declaration for 'NSNumber' @property (nullable, readonly, copy) NSArray *portList; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:41, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:11:15: error: expected ';' before '<' token @class NSArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:59:16: error: unknown property attribute before ',' token @property(class, readonly, strong) NSHTTPCookieStorage *sharedHTTPCookieStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:59:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property(class, readonly, strong) NSHTTPCookieStorage *sharedHTTPCookieStorage; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:41, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:78:21: error: unknown property attribute before ',' token @property (nullable , readonly, copy) NSArray *cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:78:60: error: expected '>' before '*' token @property (nullable , readonly, copy) NSArray *cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:78:21: error: cannot find protocol declaration for 'NSHTTPCookie' @property (nullable , readonly, copy) NSArray *cookies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:110:4: error: unknown type name 'nullable' - (nullable NSArray *)cookiesForURL:(NSURL *)URL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:110:12: error: expected ')' before 'NSArray' - (nullable NSArray *)cookiesForURL:(NSURL *)URL; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:129:42: error: expected '>' before '*' token - (void)setCookies:(NSArray *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:129:1: error: cannot find protocol declaration for 'NSHTTPCookie' - (void)setCookies:(NSArray *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:129:63: error: unknown type name 'nullable' - (void)setCookies:(NSArray *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:129:71: error: expected ')' before 'NSURL' - (void)setCookies:(NSArray *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:129:101: error: unknown type name 'nullable' - (void)setCookies:(NSArray *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:129:109: error: expected ')' before 'NSURL' - (void)setCookies:(NSArray *)cookies forURL:(nullable NSURL *)URL mainDocumentURL:(nullable NSURL *)mainDocumentURL; ^~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:41, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:143:25: error: expected '>' before '*' token - (NSArray *)sortedCookiesUsingDescriptors:(NSArray *) sortOrder API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:143:1: error: cannot find protocol declaration for 'NSHTTPCookie' - (NSArray *)sortedCookiesUsingDescriptors:(NSArray *) sortOrder API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:143:86: error: expected '>' before '*' token - (NSArray *)sortedCookiesUsingDescriptors:(NSArray *) sortOrder API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:143:1: error: cannot find protocol declaration for 'NSSortDescriptor' - (NSArray *)sortedCookiesUsingDescriptors:(NSArray *) sortOrder API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:148:44: error: expected '>' before '*' token - (void)storeCookies:(NSArray *)cookies forTask:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:148:1: error: cannot find protocol declaration for 'NSHTTPCookie' - (void)storeCookies:(NSArray *)cookies forTask:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:77: error: expected ')' before '^' token - (void)getCookiesForTask:(NSURLSessionTask *)task completionHandler:(void (^) (NSArray * _Nullable cookies))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHTTPCookieStorage.h:149:79: error: expected ')' before '(' token - (void)getCookiesForTask:(NSURLSessionTask *)task completionHandler:(void (^) (NSArray * _Nullable cookies))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:43, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:74:98: error: unknown type name 'nullable' - (NSUInteger)getIndexes:(NSUInteger *)indexBuffer maxCount:(NSUInteger)bufferSize inIndexRange:(nullable NSRangePointer)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:74:106: error: expected ')' before 'NSRangePointer' - (NSUInteger)getIndexes:(NSUInteger *)indexBuffer maxCount:(NSUInteger)bufferSize inIndexRange:(nullable NSRangePointer)range; ^~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:43, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:84:43: error: expected ')' before '^' token - (void)enumerateIndexesUsingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:84:57: error: expected ')' before '(' token - (void)enumerateIndexesUsingBlock:(void (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:85:82: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:85:96: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:86:101: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:86:115: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:88:39: error: expected ')' before '^' token - (NSUInteger)indexPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:88:53: error: expected ')' before '(' token - (NSUInteger)indexPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:89:78: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:89:92: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:90:97: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:90:111: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:92:43: error: expected ')' before '^' token - (NSIndexSet *)indexesPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:92:57: error: expected ')' before '(' token - (NSIndexSet *)indexesPassingTest:(BOOL (NS_NOESCAPE ^)(NSUInteger idx, BOOL *stop))predicate API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:93:82: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:93:96: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:94:101: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:94:115: error: expected ')' before '(' token - (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)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:43, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:101:42: error: expected ')' before '^' token - (void)enumerateRangesUsingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:101:56: error: expected ')' before '(' token - (void)enumerateRangesUsingBlock:(void (NS_NOESCAPE ^)(NSRange range, BOOL *stop))block API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:102:81: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:102:95: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:103:100: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSIndexSet.h:103:114: error: expected ')' before '(' token - (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)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:44, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSInvocation.h:30:20: error: unknown property attribute before ',' token @property (nullable, assign) id target; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSInvocation.h:30:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id target; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:45, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:51:4: error: unknown type name 'nullable' + (nullable NSData *)dataWithJSONObject:(id)obj options:(NSJSONWritingOptions)opt error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:51:12: error: expected ')' before 'NSData' + (nullable NSData *)dataWithJSONObject:(id)obj options:(NSJSONWritingOptions)opt error:(NSError **)error; ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:45, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:56:4: error: unknown type name 'nullable' + (nullable id)JSONObjectWithData:(NSData *)data options:(NSJSONReadingOptions)opt error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:56:12: error: expected ')' before 'id' + (nullable id)JSONObjectWithData:(NSData *)data options:(NSJSONReadingOptions)opt error:(NSError **)error; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:64:4: error: unknown type name 'nullable' + (nullable id)JSONObjectWithStream:(NSInputStream *)stream options:(NSJSONReadingOptions)opt error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSJSONSerialization.h:64:12: error: expected ')' before 'id' + (nullable id)JSONObjectWithStream:(NSInputStream *)stream options:(NSJSONReadingOptions)opt error:(NSError **)error; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:10:34: error: expected ';' before '<' token @class NSArray, NSIndexSet, NSSet, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:17:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet<__covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:17:49: error: expected identifier or '(' before ':' token @interface NSOrderedSet<__covariant ObjectType> : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:20:4: error: unknown type name 'ObjectType' - (ObjectType)objectAtIndex:(NSUInteger)idx; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:21:30: error: unknown type name 'ObjectType' - (NSUInteger)indexOfObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:23:40: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:24:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:24:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:28:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet (NSExtendedOrderedSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:28:1: error: redefinition of 'struct NSOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:17:1: note: originally defined here @interface NSOrderedSet<__covariant ObjectType> : NSObject ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:30:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)getObjects:(ObjectType _Nonnull __unsafe_unretained [_Nullable])objects range:(NSRange)range NS_SWIFT_UNAVAILABLE("Use 'array' instead"); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:31:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)objectsAtIndexes:(NSIndexSet *)indexes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:32:20: error: unknown property attribute before ',' token @property (nullable, nonatomic, readonly) ObjectType firstObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:32:43: error: unknown type name 'ObjectType' @property (nullable, nonatomic, readonly) ObjectType firstObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:33:20: error: unknown property attribute before ',' token @property (nullable, nonatomic, readonly) ObjectType lastObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:33:43: error: unknown type name 'ObjectType' @property (nullable, nonatomic, readonly) ObjectType lastObject; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:35:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isEqualToOrderedSet:(NSOrderedSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:37:25: error: unknown type name 'ObjectType' - (BOOL)containsObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:38:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)intersectsOrderedSet:(NSOrderedSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:39:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)intersectsSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:41:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isSubsetOfOrderedSet:(NSOrderedSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:42:1: error: cannot find protocol declaration for 'ObjectType' - (BOOL)isSubsetOfSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:44:4: error: unknown type name 'ObjectType' - (ObjectType)objectAtIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:46:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)objectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:47:1: error: cannot find protocol declaration for 'ObjectType' - (NSEnumerator *)reverseObjectEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:49:1: error: cannot find protocol declaration for 'ObjectType' @property (readonly, copy) NSOrderedSet *reversedOrderedSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:57:28: error: unknown property attribute before ')' token @property (readonly, strong) NSArray *array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:57:28: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:58:28: error: unknown property attribute before ')' token @property (readonly, strong) NSSet *set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:58:28: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:60:43: error: expected ')' before '^' token - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:60:57: error: expected ')' before '(' token - (void)enumerateObjectsUsingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:61:82: error: expected ')' before '^' token - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:61:96: error: expected ')' before '(' token - (void)enumerateObjectsWithOptions:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:62:104: error: expected ')' before '^' token - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:62:118: error: expected ')' before '(' token - (void)enumerateObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts usingBlock:(void (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:64:47: error: expected ')' before '^' token - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:64:61: error: expected ')' before '(' token - (NSUInteger)indexOfObjectPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:65:86: error: expected ')' before '^' token - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:65:100: error: expected ')' before '(' token - (NSUInteger)indexOfObjectWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:66:108: error: expected ')' before '^' token - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:66:122: error: expected ')' before '(' token - (NSUInteger)indexOfObjectAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:68:52: error: expected ')' before '^' token - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:68:66: error: expected ')' before '(' token - (NSIndexSet *)indexesOfObjectsPassingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:69:91: error: expected ')' before '^' token - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:69:105: error: expected ')' before '(' token - (NSIndexSet *)indexesOfObjectsWithOptions:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:70:113: error: expected ')' before '^' token - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:70:127: error: expected ')' before '(' token - (NSIndexSet *)indexesOfObjectsAtIndexes:(NSIndexSet *)s options:(NSEnumerationOptions)opts passingTest:(BOOL (NS_NOESCAPE ^)(ObjectType obj, NSUInteger idx, BOOL *stop))predicate; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:72:30: error: unknown type name 'ObjectType' - (NSUInteger)indexOfObject:(ObjectType)object inSortedRange:(NSRange)range options:(NSBinarySearchingOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmp; // binary search ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:72:133: error: unknown type name 'NSComparator' - (NSUInteger)indexOfObject:(ObjectType)object inSortedRange:(NSRange)range options:(NSBinarySearchingOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmp; // binary search ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:74:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:74:54: error: unknown type name 'NSComparator' - (NSArray *)sortedArrayUsingComparator:(NSComparator NS_NOESCAPE)cmptr; ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:75:1: error: cannot find protocol declaration for 'ObjectType' - (NSArray *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:75:86: error: unknown type name 'NSComparator' - (NSArray *)sortedArrayWithOptions:(NSSortOptions)opts usingComparator:(NSComparator NS_NOESCAPE)cmptr; ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:78:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:78:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:79:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:79:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale indent:(NSUInteger)level; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:83:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet (NSOrderedSetCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:83:1: error: redefinition of 'struct NSOrderedSet' /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:28:1: note: originally defined here @interface NSOrderedSet (NSExtendedOrderedSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:85:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)orderedSet; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:86:39: error: unknown type name 'ObjectType' + (instancetype)orderedSetWithObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:87:46: error: unknown type name 'ObjectType' + (instancetype)orderedSetWithObjects:(const ObjectType _Nonnull [_Nonnull])objects count:(NSUInteger)cnt; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:88:40: error: unknown type name 'ObjectType' + (instancetype)orderedSetWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:89:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)orderedSetWithOrderedSet:(NSOrderedSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:90:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)orderedSetWithOrderedSet:(NSOrderedSet *)set range:(NSRange)range copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:91:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)orderedSetWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:92:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)orderedSetWithArray:(NSArray *)array range:(NSRange)range copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:93:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)orderedSetWithSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:94:1: error: cannot find protocol declaration for 'ObjectType' + (instancetype)orderedSetWithSet:(NSSet *)set copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:96:33: error: unknown type name 'ObjectType' - (instancetype)initWithObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:97:34: error: unknown type name 'ObjectType' - (instancetype)initWithObjects:(ObjectType)firstObj, ... NS_REQUIRES_NIL_TERMINATION; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:98:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithOrderedSet:(NSOrderedSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:99:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithOrderedSet:(NSOrderedSet *)set copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:100:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithOrderedSet:(NSOrderedSet *)set range:(NSRange)range copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:101:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:102:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)set copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:103:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithArray:(NSArray *)set range:(NSRange)range copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:104:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithSet:(NSSet *)set; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:105:1: error: cannot find protocol declaration for 'ObjectType' - (instancetype)initWithSet:(NSSet *)set copyItems:(BOOL)flag; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableOrderedSet : NSOrderedSet ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:44: error: expected identifier or '(' before ':' token @interface NSMutableOrderedSet : NSOrderedSet ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:116:58: error: unknown type name 'ObjectType' - (void)replaceObjectAtIndex:(NSUInteger)idx withObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:117:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:117:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:123:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableOrderedSet (NSExtendedMutableOrderedSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:123:1: error: redefinition of 'struct NSMutableOrderedSet' /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:112:1: note: originally defined here @interface NSMutableOrderedSet : NSOrderedSet ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:125:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addObject:(ObjectType)object; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:126:27: error: unknown type name 'ObjectType' - (void)addObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)count; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:127:1: error: cannot find protocol declaration for 'ObjectType' - (void)addObjectsFromArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:132:1: error: cannot find protocol declaration for 'ObjectType' - (void)insertObjects:(NSArray *)objects atIndexes:(NSIndexSet *)indexes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:134:20: error: unknown type name 'ObjectType' - (void)setObject:(ObjectType)obj atIndex:(NSUInteger)idx; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:135:20: error: unknown type name 'ObjectType' - (void)setObject:(ObjectType)obj atIndexedSubscript:(NSUInteger)idx API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:137:65: error: unknown type name 'ObjectType' - (void)replaceObjectsInRange:(NSRange)range withObjects:(const ObjectType _Nonnull [_Nullable])objects count:(NSUInteger)count; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:138:1: error: cannot find protocol declaration for 'ObjectType' - (void)replaceObjectsAtIndexes:(NSIndexSet *)indexes withObjects:(NSArray *)objects; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:144:23: error: unknown type name 'ObjectType' - (void)removeObject:(ObjectType)object; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:145:1: error: cannot find protocol declaration for 'ObjectType' - (void)removeObjectsInArray:(NSArray *)array; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:147:1: error: cannot find protocol declaration for 'ObjectType' - (void)intersectOrderedSet:(NSOrderedSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:148:1: error: cannot find protocol declaration for 'ObjectType' - (void)minusOrderedSet:(NSOrderedSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:149:1: error: cannot find protocol declaration for 'ObjectType' - (void)unionOrderedSet:(NSOrderedSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:151:1: error: cannot find protocol declaration for 'ObjectType' - (void)intersectSet:(NSSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:152:1: error: cannot find protocol declaration for 'ObjectType' - (void)minusSet:(NSSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:153:1: error: cannot find protocol declaration for 'ObjectType' - (void)unionSet:(NSSet *)other; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:163:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableOrderedSet (NSMutableOrderedSetCreation) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:163:1: error: redefinition of 'struct NSMutableOrderedSet' /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:123:1: note: originally defined here @interface NSMutableOrderedSet (NSExtendedMutableOrderedSet) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:165:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+' token + (instancetype)orderedSetWithCapacity:(NSUInteger)numItems; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:44:17: error: unknown property attribute before ',' token @property (class, readonly) BOOL accessInstanceVariablesDirectly; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:61:4: error: unknown type name 'nullable' - (nullable id)valueForKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:61:12: error: expected ')' before 'id' - (nullable id)valueForKey:(NSString *)key; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:76:19: error: unknown type name 'nullable' - (void)setValue:(nullable id)value forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:76:27: error: expected ')' before 'id' - (void)setValue:(nullable id)value forKey:(NSString *)key; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:122:4: error: unknown type name 'nullable' - (nullable id)valueForKeyPath:(NSString *)keyPath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:122:12: error: expected ')' before 'id' - (nullable id)valueForKeyPath:(NSString *)keyPath; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:123:19: error: unknown type name 'nullable' - (void)setValue:(nullable id)value forKeyPath:(NSString *)keyPath; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:123:27: error: expected ')' before 'id' - (void)setValue:(nullable id)value forKeyPath:(NSString *)keyPath; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:131:4: error: unknown type name 'nullable' - (nullable id)valueForUndefinedKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:131:12: error: expected ')' before 'id' - (nullable id)valueForUndefinedKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:135:19: error: unknown type name 'nullable' - (void)setValue:(nullable id)value forUndefinedKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:135:27: error: expected ')' before 'id' - (void)setValue:(nullable id)value forUndefinedKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:26: error: expected '>' before '*' token - (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:1: error: cannot find protocol declaration for 'NSString' - (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:81: error: expected '>' before '*' token - (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:143:1: error: cannot find protocol declaration for 'NSString' - (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:63: error: expected '>' before '*' token - (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:147:1: error: cannot find protocol declaration for 'NSString' - (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:151:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray(NSKeyValueCoding) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:151:1: error: redefinition of 'struct NSArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:41:1: note: originally defined here @interface NSArray (NSArrayPathExtensions) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:155:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (id)valueForKey:(NSString *)key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:159:19: error: unknown type name 'nullable' - (void)setValue:(nullable id)value forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:159:27: error: expected ')' before 'id' - (void)setValue:(nullable id)value forKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:1: error: cannot find protocol declaration for 'KeyType' @interface NSDictionary(NSKeyValueCoding) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:163:1: error: redefinition of 'struct NSDictionary' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:479:1: note: originally defined here @interface NSDictionary (NSFileAttributes) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:167:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (nullable ObjectType)valueForKey:(NSString *)key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:1: error: cannot find protocol declaration for 'KeyType' @interface NSMutableDictionary(NSKeyValueCoding) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:171:1: error: redefinition of 'struct NSMutableDictionary' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDictionary.h:152:1: note: originally defined here @interface NSMutableDictionary (NSSharedKeySetDictionary) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:175:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)setValue:(nullable ObjectType)value forKey:(NSString *)key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:179:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet(NSKeyValueCoding) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:179:1: error: redefinition of 'struct NSOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:83:1: note: originally defined here @interface NSOrderedSet (NSOrderedSetCreation) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:183:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (id)valueForKey:(NSString *)key API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:187:19: error: unknown type name 'nullable' - (void)setValue:(nullable id)value forKey:(NSString *)key API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:187:27: error: expected ')' before 'id' - (void)setValue:(nullable id)value forKey:(NSString *)key API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:191:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet(NSKeyValueCoding) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:191:1: error: redefinition of 'struct NSSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:51:1: note: originally defined here @interface NSSet (NSSetCreation) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:195:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (id)valueForKey:(NSString *)key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:199:19: error: unknown type name 'nullable' - (void)setValue:(nullable id)value forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:199:27: error: expected ')' before 'id' - (void)setValue:(nullable id)value forKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:210:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:210:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:211:26: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:211:34: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:215:20: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:215:28: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:216:20: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:216:28: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:217:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:217:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:218:26: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:218:34: error: expected ')' before 'id' - (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)); ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:33: error: unknown type name 'nullable' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:41: error: expected ')' before 'NSString' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:71: error: unknown type name 'nullable' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:79: error: expected ')' before 'id' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:98: error: unknown type name 'nullable' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:106: error: expected ')' before 'NSDictionary' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:163: error: unknown type name 'nullable' - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:81:172: error: two or more data types in declaration specifiers - (void)observeValueForKeyPath:(nullable NSString *)keyPath ofObject:(nullable id)object change:(nullable NSDictionary *)change context:(nullable void *)context; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:89:126: error: unknown type name 'nullable' - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:89:135: error: two or more data types in declaration specifiers - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:90:85: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:90:94: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:95:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray(NSKeyValueObserverRegistration) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:95:1: error: redefinition of 'struct NSArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:151:1: note: originally defined here @interface NSArray(NSKeyValueCoding) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:99:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addObserver:(NSObject *)observer toObjectsAtIndexes:(NSIndexSet *)indexes forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:100:128: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:100:137: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:105:126: error: unknown type name 'nullable' - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:105:135: error: two or more data types in declaration specifiers - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:106:85: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:106:94: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:111:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet(NSKeyValueObserverRegistration) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:111:1: error: redefinition of 'struct NSOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:179:1: note: originally defined here @interface NSOrderedSet(NSKeyValueCoding) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:115:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:116:85: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:116:94: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:121:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet(NSKeyValueObserverRegistration) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:121:1: error: redefinition of 'struct NSSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:191:1: note: originally defined here @interface NSSet(NSKeyValueCoding) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:125:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(nullable void *)context; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:126:85: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:126:94: error: two or more data types in declaration specifiers - (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)); ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:178:19: error: expected '>' before '*' token + (NSSet *)keyPathsForValuesAffectingValueForKey:(NSString *)key API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:178:1: error: cannot find protocol declaration for 'NSString' + (NSSet *)keyPathsForValuesAffectingValueForKey:(NSString *)key API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:186:20: error: unknown property attribute before ')' token @property (nullable) void *observationInfo NS_RETURNS_INNER_POINTER; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:37:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:37:12: error: expected ')' before 'NSData' + (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)); ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:45:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:45:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:45:99: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:45:107: error: expected ')' before 'NSPropertyListFormat' + (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)); ^~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:49:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:49:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:49:110: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:49:118: error: expected ')' before 'NSPropertyListFormat' + (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)); ^~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:54:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:54:12: error: expected ')' before 'NSData' + (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)); ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:6, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:4: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:12: error: expected ')' before 'id' + (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:114: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPropertyList.h:58:122: error: expected ')' before 'NSPropertyListFormat' + (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)); ^~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:13:15: error: expected ';' before '<' token @class NSArray, NSMutableData, NSData, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:48, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:52:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:57:28: error: unknown property attribute before ')' token @property (readonly, strong) NSData *encodedData API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:61:23: error: unknown type name 'nullable' + (void)setClassName:(nullable NSString *)codedName forClass:(Class)cls; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:61:31: error: expected ')' before 'NSString' + (void)setClassName:(nullable NSString *)codedName forClass:(Class)cls; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:62:23: error: unknown type name 'nullable' - (void)setClassName:(nullable NSString *)codedName forClass:(Class)cls; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:62:31: error: expected ')' before 'NSString' - (void)setClassName:(nullable NSString *)codedName forClass:(Class)cls; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:66:4: error: unknown type name 'nullable' + (nullable NSString *)classNameForClass:(Class)cls; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:66:12: error: expected ')' before 'NSString' + (nullable NSString *)classNameForClass:(Class)cls; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:67:4: error: unknown type name 'nullable' - (nullable NSString *)classNameForClass:(Class)cls; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:67:12: error: expected ')' before 'NSString' - (nullable NSString *)classNameForClass:(Class)cls; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:69:23: error: unknown type name 'nullable' - (void)encodeObject:(nullable id)object forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:69:31: error: expected ')' before 'id' - (void)encodeObject:(nullable id)object forKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:70:34: error: unknown type name 'nullable' - (void)encodeConditionalObject:(nullable id)object forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:70:42: error: expected ')' before 'id' - (void)encodeConditionalObject:(nullable id)object forKey:(NSString *)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:77:22: error: unknown type name 'nullable' - (void)encodeBytes:(nullable const uint8_t *)bytes length:(NSUInteger)length forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:77:36: error: expected ')' before 'uint8_t' - (void)encodeBytes:(nullable const uint8_t *)bytes length:(NSUInteger)length forKey:(NSString *)key; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:104:4: error: unknown type name 'nullable' + (nullable id)unarchiveObjectWithData:(NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:104:12: error: expected ')' before 'id' + (nullable id)unarchiveObjectWithData:(NSData *)data; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:105:4: error: unknown type name 'nullable' + (nullable id)unarchiveTopLevelObjectWithData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'unarchiveTopLevelObjectWithData(_:) throws' instead"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:105:12: error: expected ')' before 'id' + (nullable id)unarchiveTopLevelObjectWithData:(NSData *)data error:(NSError **)error API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)) NS_SWIFT_UNAVAILABLE("Use 'unarchiveTopLevelObjectWithData(_:) throws' instead"); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:106:4: error: unknown type name 'nullable' + (nullable id)unarchiveObjectWithFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:106:12: error: expected ')' before 'id' + (nullable id)unarchiveObjectWithFile:(NSString *)path; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:110:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:110:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:114:19: error: unknown type name 'nullable' + (void)setClass:(nullable Class)cls forClassName:(NSString *)codedName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:114:27: error: expected ')' before 'Class' + (void)setClass:(nullable Class)cls forClassName:(NSString *)codedName; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:115:19: error: unknown type name 'nullable' - (void)setClass:(nullable Class)cls forClassName:(NSString *)codedName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:115:27: error: expected ')' before 'Class' - (void)setClass:(nullable Class)cls forClassName:(NSString *)codedName; ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:119:4: error: unknown type name 'nullable' + (nullable Class)classForClassName:(NSString *)codedName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:119:12: error: expected ')' before 'Class' + (nullable Class)classForClassName:(NSString *)codedName; ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:120:4: error: unknown type name 'nullable' - (nullable Class)classForClassName:(NSString *)codedName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:120:12: error: expected ')' before 'Class' - (nullable Class)classForClassName:(NSString *)codedName; ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:124:4: error: unknown type name 'nullable' - (nullable id)decodeObjectForKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:124:12: error: expected ')' before 'id' - (nullable id)decodeObjectForKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:131:4: error: unknown type name 'nullable' - (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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:131:18: error: expected ')' before 'uint8_t' - (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 ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:131:79: error: unknown type name 'nullable' - (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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:131:87: error: expected ')' before 'NSUInteger' - (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 ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:144:4: error: unknown type name 'nullable' - (nullable id)archiver:(NSKeyedArchiver *)archiver willEncodeObject:(id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:144:12: error: expected ')' before 'id' - (nullable id)archiver:(NSKeyedArchiver *)archiver willEncodeObject:(id)object; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:155:63: error: unknown type name 'nullable' - (void)archiver:(NSKeyedArchiver *)archiver didEncodeObject:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:155:71: error: expected ')' before 'id' - (void)archiver:(NSKeyedArchiver *)archiver didEncodeObject:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:162:65: error: unknown type name 'nullable' - (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(nullable id)object withObject:(nullable id)newObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:162:73: error: expected ')' before 'id' - (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(nullable id)object withObject:(nullable id)newObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:162:96: error: unknown type name 'nullable' - (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(nullable id)object withObject:(nullable id)newObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:162:104: error: expected ')' before 'id' - (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(nullable id)object withObject:(nullable id)newObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:180:4: error: unknown type name 'nullable' - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray *)classNames; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:180:12: error: expected ')' before 'Class' - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray *)classNames; ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:180:143: error: expected '>' before '*' token - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray *)classNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:180:1: error: cannot find protocol declaration for 'NSString' - (nullable Class)unarchiver:(NSKeyedUnarchiver *)unarchiver cannotDecodeObjectOfClassName:(NSString *)name originalClasses:(NSArray *)classNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:189:4: error: unknown type name 'nullable' - (nullable id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(nullable id) NS_RELEASES_ARGUMENT object NS_RETURNS_RETAINED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:189:12: error: expected ')' before 'id' - (nullable id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(nullable id) NS_RELEASES_ARGUMENT object NS_RETURNS_RETAINED; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:189:76: error: unknown type name 'nullable' - (nullable id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(nullable id) NS_RELEASES_ARGUMENT object NS_RETURNS_RETAINED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:189:84: error: expected ')' before 'id' - (nullable id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(nullable id) NS_RELEASES_ARGUMENT object NS_RETURNS_RETAINED; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:213:20: error: unknown property attribute before ',' token @property (nullable, readonly) Class classForKeyedArchiver; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:222:4: error: unknown type name 'nullable' - (nullable id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:222:12: error: expected ')' before 'id' - (nullable id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:234:21: error: expected '>' before '*' token + (NSArray *)classFallbacksForKeyedArchiver; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:234:1: error: cannot find protocol declaration for 'NSString' + (NSArray *)classFallbacksForKeyedArchiver; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:50, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:26:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:26:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:45:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:45:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:57:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:57:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:74:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLock.h:74:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:51, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:12:29: error: expected ';' before '<' token @class NSArray, NSDictionary, NSMapTable; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:51, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:33:1: error: cannot find protocol declaration for 'KeyType' @interface NSMapTable : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:33:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:33:44: error: expected identifier or '(' before ':' token @interface NSMapTable : NSObject ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:38:1: error: cannot find protocol declaration for 'KeyType' + (NSMapTable *)mapTableWithKeyOptions:(NSPointerFunctionsOptions)keyOptions valueOptions:(NSPointerFunctionsOptions)valueOptions; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:38:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:47:1: error: cannot find protocol declaration for 'KeyType' + (NSMapTable *)strongToStrongObjectsMapTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:47:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:48:1: error: cannot find protocol declaration for 'KeyType' + (NSMapTable *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:48:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:49:1: error: cannot find protocol declaration for 'KeyType' + (NSMapTable *)strongToWeakObjectsMapTable API_AVAILABLE(macos(10.8), ios(6.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:49:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:50:1: error: cannot find protocol declaration for 'KeyType' + (NSMapTable *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:50:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:56:4: error: unknown type name 'nullable' - (nullable ObjectType)objectForKey:(nullable KeyType)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:56:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)objectForKey:(nullable KeyType)aKey; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:56:38: error: unknown type name 'nullable' - (nullable ObjectType)objectForKey:(nullable KeyType)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:56:46: error: expected ')' before 'KeyType' - (nullable ObjectType)objectForKey:(nullable KeyType)aKey; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:58:29: error: unknown type name 'nullable' - (void)removeObjectForKey:(nullable KeyType)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:58:37: error: expected ')' before 'KeyType' - (void)removeObjectForKey:(nullable KeyType)aKey; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:59:20: error: unknown type name 'nullable' - (void)setObject:(nullable ObjectType)anObject forKey:(nullable KeyType)aKey; // add/replace value (CFDictionarySetValue, NSMapInsert) ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:59:28: error: expected ')' before 'ObjectType' - (void)setObject:(nullable ObjectType)anObject forKey:(nullable KeyType)aKey; // add/replace value (CFDictionarySetValue, NSMapInsert) ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:59:57: error: unknown type name 'nullable' - (void)setObject:(nullable ObjectType)anObject forKey:(nullable KeyType)aKey; // add/replace value (CFDictionarySetValue, NSMapInsert) ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:59:65: error: expected ')' before 'KeyType' - (void)setObject:(nullable ObjectType)anObject forKey:(nullable KeyType)aKey; // add/replace value (CFDictionarySetValue, NSMapInsert) ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:63:1: error: cannot find protocol declaration for 'KeyType' - (NSEnumerator *)keyEnumerator; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:64:4: error: unknown type name 'nullable' - (nullable NSEnumerator *)objectEnumerator; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:64:12: error: expected ')' before 'NSEnumerator' - (nullable NSEnumerator *)objectEnumerator; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:68:1: error: cannot find protocol declaration for 'KeyType' - (NSDictionary *)dictionaryRepresentation; // create a dictionary of contents ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMapTable.h:68:1: error: cannot find protocol declaration for 'ObjectType' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:52, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h:17:4: error: unknown type name 'nullable' + (nullable NSMethodSignature *)signatureWithObjCTypes:(const char *)types; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMethodSignature.h:17:12: error: expected ')' before 'NSMethodSignature' + (nullable NSMethodSignature *)signatureWithObjCTypes:(const char *)types; ~ ^~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:54, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:8:53: error: expected ';' before '<' token @class NSNotification, NSNotificationCenter, NSArray, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:32:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSNotificationQueue *defaultQueue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:32:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSNotificationQueue *defaultQueue; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:54, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:37:164: error: unknown type name 'nullable' - (void)enqueueNotification:(NSNotification *)notification postingStyle:(NSPostingStyle)postingStyle coalesceMask:(NSNotificationCoalescing)coalesceMask forModes:(nullable NSArray *)modes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNotificationQueue.h:37:172: error: expected ')' before 'NSArray' - (void)enqueueNotification:(NSNotification *)notification postingStyle:(NSPostingStyle)postingStyle coalesceMask:(NSNotificationCoalescing)coalesceMask forModes:(nullable NSArray *)modes; ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:58, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:10:15: error: expected ';' before '<' token @class NSArray, NSSet; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:46:48: error: expected '>' before '*' token @property (readonly, copy) NSArray *dependencies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:46:1: error: cannot find protocol declaration for 'NSOperation' @property (readonly, copy) NSArray *dependencies; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:58:20: error: unknown property attribute before ',' token @property (nullable, copy) void (^completionBlock)(void) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:58:34: error: expected identifier or '(' before '^' token @property (nullable, copy) void (^completionBlock)(void) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:60:1: error: expected identifier before '-' token - (void)waitUntilFinished API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:58, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:66:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:66:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:79:48: error: expected ')' before '^' token + (instancetype)blockOperationWithBlock:(void (^)(void))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:79:50: error: expected ')' before '(' token + (instancetype)blockOperationWithBlock:(void (^)(void))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:81:34: error: expected ')' before '^' token - (void)addExecutionBlock:(void (^)(void))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:81:36: error: expected ')' before '(' token - (void)addExecutionBlock:(void (^)(void))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:82:36: error: expected identifier before 'void' @property (readonly, copy) NSArray *executionBlocks; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:82:36: error: two or more data types in declaration specifiers /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:96:4: error: unknown type name 'nullable' - (nullable instancetype)initWithTarget:(id)target selector:(SEL)sel object:(nullable id)arg; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:96:12: error: expected ')' before 'id' - (nullable instancetype)initWithTarget:(id)target selector:(SEL)sel object:(nullable id)arg; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:96:78: error: unknown type name 'nullable' - (nullable instancetype)initWithTarget:(id)target selector:(SEL)sel object:(nullable id)arg; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:96:86: error: expected ')' before 'id' - (nullable instancetype)initWithTarget:(id)target selector:(SEL)sel object:(nullable id)arg; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:101:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id result; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:101:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id result; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:118:44: error: expected '>' before '*' token - (void)addOperations:(NSArray *)ops waitUntilFinished:(BOOL)wait API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:118:1: error: cannot find protocol declaration for 'NSOperation' - (void)addOperations:(NSArray *)ops waitUntilFinished:(BOOL)wait API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:120:38: error: expected ')' before '^' token - (void)addOperationWithBlock:(void (^)(void))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:120:40: error: expected ')' before '(' token - (void)addOperationWithBlock:(void (^)(void))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:122:45: error: expected '>' before 'NSOperation' @property (readonly, copy) NSArray<__kindof NSOperation *> *operations; ^~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:122:1: error: cannot find protocol declaration for '__kindof' @property (readonly, copy) NSArray<__kindof NSOperation *> *operations; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:129:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:129:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:133:20: error: unknown property attribute before ',' token @property (nullable, assign /* actually retain */) dispatch_queue_t underlyingQueue API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:133:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign /* actually retain */) dispatch_queue_t underlyingQueue API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:139:17: error: unknown property attribute before ',' token @property (class, readonly, strong, nullable) NSOperationQueue *currentQueue API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:139:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong, nullable) NSOperationQueue *currentQueue API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:140:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSOperationQueue *mainQueue API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOperation.h:140:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSOperationQueue *mainQueue API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:60, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:7:25: error: expected ';' before '<' token @class NSString, NSArray, NSDictionary; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:60, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:18:50: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *> *languageMap; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:18:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSDictionary *> *languageMap; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:94: error: expected '>' before '*' token - (instancetype)initWithDominantScript:(NSString *)script languageMap:(NSDictionary *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:19:1: error: cannot find protocol declaration for 'NSString' - (instancetype)initWithDominantScript:(NSString *)script languageMap:(NSDictionary *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:20:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:20:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)aDecoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:27:4: error: unknown type name 'nullable' - (nullable NSArray *)languagesForScript:(NSString *)script API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:27:12: error: expected ')' before 'NSArray' - (nullable NSArray *)languagesForScript:(NSString *)script API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:28:4: error: unknown type name 'nullable' - (nullable NSString *)dominantLanguageForScript:(NSString *)script API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:28:12: error: expected ')' before 'NSString' - (nullable NSString *)dominantLanguageForScript:(NSString *)script API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:32:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *allScripts API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:32:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *allScripts API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:33:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *allLanguages API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:33:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *allLanguages API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:101: error: expected '>' before '*' token + (instancetype)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSOrthography.h:41:1: error: cannot find protocol declaration for 'NSString' + (instancetype)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary *> *)map API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:62, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:38:4: error: unknown type name 'nullable' - (nullable void *)pointerAtIndex:(NSUInteger)index; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:38:13: error: two or more data types in declaration specifiers - (nullable void *)pointerAtIndex:(NSUInteger)index; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:41:21: error: unknown type name 'nullable' - (void)addPointer:(nullable void *)pointer; // add pointer at index 'count' ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:41:30: error: two or more data types in declaration specifiers - (void)addPointer:(nullable void *)pointer; // add pointer at index 'count' ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:43:24: error: unknown type name 'nullable' - (void)insertPointer:(nullable void *)item atIndex:(NSUInteger)index; // everything at & above index, including holes, slide higher ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:43:33: error: two or more data types in declaration specifiers - (void)insertPointer:(nullable void *)item atIndex:(NSUInteger)index; // everything at & above index, including holes, slide higher ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:45:62: error: unknown type name 'nullable' - (void)replacePointerAtIndex:(NSUInteger)index withPointer:(nullable void *)item; // O(1); NULL item is okay; index must be < count ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPointerArray.h:45:71: error: two or more data types in declaration specifiers - (void)replacePointerAtIndex:(NSUInteger)index withPointer:(nullable void *)item; // O(1); NULL item is okay; index must be < count ^~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:64, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:33:22: error: unknown type name 'nullable' - (void)setDelegate:(nullable id )anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:33:30: error: expected ')' before 'id' - (void)setDelegate:(nullable id )anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:34:4: error: unknown type name 'nullable' - (nullable id )delegate; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:34:12: error: expected ')' before 'id' - (nullable id )delegate; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:46:56: error: unknown type name 'nullable' - (BOOL)sendBeforeDate:(NSDate *)limitDate components:(nullable NSMutableArray *)components from:(nullable NSPort *) receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:46:64: error: expected ')' before 'NSMutableArray' - (BOOL)sendBeforeDate:(NSDate *)limitDate components:(nullable NSMutableArray *)components from:(nullable NSPort *) receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:46:99: error: unknown type name 'nullable' - (BOOL)sendBeforeDate:(NSDate *)limitDate components:(nullable NSMutableArray *)components from:(nullable NSPort *) receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:46:107: error: expected ')' before 'NSPort' - (BOOL)sendBeforeDate:(NSDate *)limitDate components:(nullable NSMutableArray *)components from:(nullable NSPort *) receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:64, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:47:80: error: unknown type name 'nullable' - (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID components:(nullable NSMutableArray *)components from:(nullable NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:47:88: error: expected ')' before 'NSMutableArray' - (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID components:(nullable NSMutableArray *)components from:(nullable NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:47:123: error: unknown type name 'nullable' - (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID components:(nullable NSMutableArray *)components from:(nullable NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:47:131: error: expected ')' before 'NSPort' - (BOOL)sendBeforeDate:(NSDate *)limitDate msgid:(NSUInteger)msgID components:(nullable NSMutableArray *)components from:(nullable NSPort *)receivePort reserved:(NSUInteger)headerSpaceReserved; ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:64, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:93:22: error: unknown type name 'nullable' - (void)setDelegate:(nullable id )anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:93:30: error: expected ')' before 'id' - (void)setDelegate:(nullable id )anObject; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:94:4: error: unknown type name 'nullable' - (nullable id )delegate; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:94:12: error: expected ')' before 'id' - (nullable id )delegate; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:157:4: error: unknown type name 'nullable' - (nullable instancetype)initWithTCPPort:(unsigned short)port; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:157:12: error: expected ')' before 'id' - (nullable instancetype)initWithTCPPort:(unsigned short)port; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:158:4: error: unknown type name 'nullable' - (nullable instancetype)initWithProtocolFamily:(int)family socketType:(int)type protocol:(int)protocol address:(NSData *)address NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:158:12: error: expected ')' before 'id' - (nullable instancetype)initWithProtocolFamily:(int)family socketType:(int)type protocol:(int)protocol address:(NSData *)address NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:159:4: error: unknown type name 'nullable' - (nullable instancetype)initWithProtocolFamily:(int)family socketType:(int)type protocol:(int)protocol socket:(NSSocketNativeHandle)sock NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:159:12: error: expected ')' before 'id' - (nullable instancetype)initWithProtocolFamily:(int)family socketType:(int)type protocol:(int)protocol socket:(NSSocketNativeHandle)sock NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:160:4: error: unknown type name 'nullable' - (nullable instancetype)initRemoteWithTCPPort:(unsigned short)port host:(nullable NSString *)hostName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:160:12: error: expected ')' before 'id' - (nullable instancetype)initRemoteWithTCPPort:(unsigned short)port host:(nullable NSString *)hostName; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:160:75: error: unknown type name 'nullable' - (nullable instancetype)initRemoteWithTCPPort:(unsigned short)port host:(nullable NSString *)hostName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPort.h:160:83: error: expected ')' before 'NSString' - (nullable instancetype)initRemoteWithTCPPort:(unsigned short)port host:(nullable NSString *)hostName; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:65, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:27:15: error: expected ';' before '<' token @class NSArray, NSString, NSDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:38:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSProcessInfo *processInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:38:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSProcessInfo *processInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:40:50: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *environment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:40:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSDictionary *environment; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:41:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:41:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *arguments; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:65, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:171:107: error: expected ')' before '^' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:171:109: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:176:79: error: expected ')' before '^' token - (void)performExpiringActivityWithReason:(NSString *)reason usingBlock:(void(^)(BOOL expired))block API_AVAILABLE(ios(8.2), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSProcessInfo.h:176:81: error: expected ')' before '(' token - (void)performExpiringActivityWithReason:(NSString *)reason usingBlock:(void(^)(BOOL expired))block API_AVAILABLE(ios(8.2), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:67, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h:17:22: error: unknown type name 'nullable' + (id)allocWithZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h:17:30: error: expected ')' before 'NSZone' + (id)allocWithZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h:21:4: error: unknown type name 'nullable' - (nullable NSMethodSignature *)methodSignatureForSelector:(SEL)sel NS_SWIFT_UNAVAILABLE("NSInvocation and related APIs not available"); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSProxy.h:21:12: error: expected ')' before 'NSMethodSignature' - (nullable NSMethodSignature *)methodSignatureForSelector:(SEL)sel NS_SWIFT_UNAVAILABLE("NSInvocation and related APIs not available"); ~ ^~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:69, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:9:25: error: expected ';' before '<' token @class NSString, NSArray, NSDictionary, NSDate, NSTimeZone, NSOrthography, NSURL, NSRegularExpression; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:7, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:69, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:52:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSOrthography *orthography; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSOrthography *orthography; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:53:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *> *grammarDetails; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:53:58: error: expected '>' before '<' token @property (nullable, readonly, copy) NSArray *> *grammarDetails; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:53:20: error: cannot find protocol declaration for 'NSDictionary' @property (nullable, readonly, copy) NSArray *> *grammarDetails; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:54:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *date; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:54:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *date; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:55:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSTimeZone *timeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:55:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSTimeZone *timeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:79: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:20: error: cannot find protocol declaration for 'NSTextCheckingKey' @property (nullable, readonly, copy) NSDictionary *components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:57:20: error: cannot find protocol declaration for 'NSString' /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:58:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:58:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:59:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *replacementString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:59:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *replacementString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:60:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:60:55: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:60:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSArray *alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:61:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSRegularExpression *regularExpression API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:61:38: error: unknown type name 'NSRegularExpression' @property (nullable, readonly, copy) NSRegularExpression *regularExpression API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:62:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *phoneNumber API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:62:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *phoneNumber API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *addressComponents; // Deprecated in favor of components ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:79: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *addressComponents; // Deprecated in favor of components ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:20: error: cannot find protocol declaration for 'NSTextCheckingKey' @property (nullable, readonly, copy) NSDictionary *addressComponents; // Deprecated in favor of components ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:71:20: error: cannot find protocol declaration for 'NSString' /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:102: error: expected '>' before '<' token + (NSTextCheckingResult *)grammarCheckingResultWithRange:(NSRange)range details:(NSArray *> *)details; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:1: error: cannot find protocol declaration for 'NSDictionary' + (NSTextCheckingResult *)grammarCheckingResultWithRange:(NSRange)range details:(NSArray *> *)details; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:95:1: error: can not use an object as parameter to a method /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:126: error: expected '>' before '*' token + (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(NSDictionary *)components; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:1: error: cannot find protocol declaration for 'NSTextCheckingKey' + (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(NSDictionary *)components; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:98:1: error: cannot find protocol declaration for 'NSString' /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:161: error: expected '>' before '*' token + (NSTextCheckingResult *)correctionCheckingResultWithRange:(NSRange)range replacementString:(NSString *)replacementString alternativeStrings:(NSArray *)alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:104:1: error: cannot find protocol declaration for 'NSString' + (NSTextCheckingResult *)correctionCheckingResultWithRange:(NSRange)range replacementString:(NSString *)replacementString alternativeStrings:(NSArray *)alternativeStrings API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:105:135: error: unknown type name 'NSRegularExpression' + (NSTextCheckingResult *)regularExpressionCheckingResultWithRanges:(NSRangePointer)ranges count:(NSUInteger)count regularExpression:(NSRegularExpression *)regularExpression API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:137: error: expected '>' before '*' token + (NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(NSDictionary *)components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:1: error: cannot find protocol declaration for 'NSTextCheckingKey' + (NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(NSDictionary *)components API_AVAILABLE(macos(10.7), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTextCheckingResult.h:107:1: error: cannot find protocol declaration for 'NSString' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:69, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:9:15: error: expected ';' before '<' token @class NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:69, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:39:4: error: unknown type name 'nullable' + (nullable NSRegularExpression *)regularExpressionWithPattern:(NSString *)pattern options:(NSRegularExpressionOptions)options error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:39:12: error: expected ')' before 'NSRegularExpression' + (nullable NSRegularExpression *)regularExpressionWithPattern:(NSString *)pattern options:(NSRegularExpressionOptions)options error:(NSError **)error; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:40:4: error: unknown type name 'nullable' - (nullable instancetype)initWithPattern:(NSString *)pattern options:(NSRegularExpressionOptions)options error:(NSError **)error NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:40:12: error: expected ')' before 'id' - (nullable instancetype)initWithPattern:(NSString *)pattern options:(NSRegularExpressionOptions)options error:(NSError **)error NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:74:127: error: expected ')' before '^' token - (void)enumerateMatchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range usingBlock:(void (NS_NOESCAPE ^)(NSTextCheckingResult * _Nullable result, NSMatchingFlags flags, BOOL *stop))block; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:74:141: error: expected ')' before '(' token - (void)enumerateMatchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range usingBlock:(void (NS_NOESCAPE ^)(NSTextCheckingResult * _Nullable result, NSMatchingFlags flags, BOOL *stop))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:76:33: error: expected '>' before '*' token - (NSArray *)matchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:76:1: error: cannot find protocol declaration for 'NSTextCheckingResult' - (NSArray *)matchesInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:78:4: error: unknown type name 'nullable' - (nullable NSTextCheckingResult *)firstMatchInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:78:12: error: expected ')' before 'NSTextCheckingResult' - (nullable NSTextCheckingResult *)firstMatchInString:(NSString *)string options:(NSMatchingOptions)options range:(NSRange)range; ~ ^~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:69, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:118:4: error: unknown type name 'nullable' + (nullable NSDataDetector *)dataDetectorWithTypes:(NSTextCheckingTypes)checkingTypes error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:118:12: error: expected ')' before 'NSDataDetector' + (nullable NSDataDetector *)dataDetectorWithTypes:(NSTextCheckingTypes)checkingTypes error:(NSError **)error; ~ ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:119:4: error: unknown type name 'nullable' - (nullable instancetype)initWithTypes:(NSTextCheckingTypes)checkingTypes error:(NSError **)error NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSRegularExpression.h:119:12: error: expected ')' before 'id' - (nullable instancetype)initWithTypes:(NSTextCheckingTypes)checkingTypes error:(NSError **)error NS_DESIGNATED_INITIALIZER; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:21:40: error: unknown type name 'nullable' + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:21:48: error: expected ')' before 'NSString' + (instancetype)sortDescriptorWithKey:(nullable NSString *)key ascending:(BOOL)ascending API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:22:40: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:22:48: error: expected ')' before 'NSString' + (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:22:100: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:22:108: error: expected ')' before 'SEL' + (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)); ^~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:25:30: error: unknown type name 'nullable' - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:25:38: error: expected ')' before 'NSString' - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:26:30: error: unknown type name 'nullable' - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:26:38: error: expected ')' before 'NSString' - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:26:90: error: unknown type name 'nullable' - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:26:98: error: expected ')' before 'SEL' - (instancetype)initWithKey:(nullable NSString *)key ascending:(BOOL)ascending selector:(nullable SEL)selector; ^~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:27:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)coder; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:27:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)coder; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:29:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:29:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *key; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:31:20: error: unknown property attribute before ',' token @property (nullable, readonly) SEL selector; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:35:40: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:35:48: error: expected ')' before 'NSString' + (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:35:102: error: unknown type name 'NSComparator' + (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)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:37:30: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:37:38: error: expected ')' before 'NSString' - (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)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:37:92: error: unknown type name 'NSComparator' - (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)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:39:22: error: unknown type name 'NSComparator' @property (readonly) NSComparator comparator API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:46:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet (NSSortDescriptorSorting) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:46:1: error: redefinition of 'struct NSSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:121:1: note: originally defined here @interface NSSet(NSKeyValueObserverRegistration) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:48:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSArray *)sortedArrayUsingDescriptors:(NSArray *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:52:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray (NSSortDescriptorSorting) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:52:1: error: redefinition of 'struct NSArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:95:1: note: originally defined here @interface NSArray(NSKeyValueObserverRegistration) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:54:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSArray *)sortedArrayUsingDescriptors:(NSArray *)sortDescriptors; // returns a new array by sorting the objects of the receiver ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:58:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableArray (NSSortDescriptorSorting) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:58:1: error: redefinition of 'struct NSMutableArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:167:1: note: originally defined here @interface NSMutableArray (NSMutableArrayCreation) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:60:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)sortUsingDescriptors:(NSArray *)sortDescriptors; // sorts the array itself ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:64:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet (NSKeyValueSorting) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:64:1: error: redefinition of 'struct NSOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:47, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h:111:1: note: originally defined here @interface NSOrderedSet(NSKeyValueObserverRegistration) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:67:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSArray *)sortedArrayUsingDescriptors:(NSArray *)sortDescriptors API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:71:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableOrderedSet (NSKeyValueSorting) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:71:1: error: redefinition of 'struct NSMutableOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueCoding.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:46, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSOrderedSet.h:163:1: note: originally defined here @interface NSMutableOrderedSet (NSMutableOrderedSetCreation) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:74:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)sortUsingDescriptors:(NSArray *)sortDescriptors API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:74, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:41:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:41:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:74, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:44:4: error: unknown type name 'nullable' - (nullable id)propertyForKey:(NSStreamPropertyKey)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:44:12: error: expected ')' before 'id' - (nullable id)propertyForKey:(NSStreamPropertyKey)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:45:22: error: unknown type name 'nullable' - (BOOL)setProperty:(nullable id)property forKey:(NSStreamPropertyKey)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:45:30: error: expected ')' before 'id' - (BOOL)setProperty:(nullable id)property forKey:(NSStreamPropertyKey)key; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:51:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSError *streamError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:51:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSError *streamError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:67:4: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:67:12: error: expected ')' before 'id' - (nullable instancetype)initWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:82:4: error: unknown type name 'nullable' - (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; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:82:12: error: expected ')' before 'id' - (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; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:103:4: error: unknown type name 'nullable' - (nullable instancetype)initWithFileAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:103:12: error: expected ')' before 'id' - (nullable instancetype)initWithFileAtPath:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:105:4: error: unknown type name 'nullable' + (nullable instancetype)inputStreamWithData:(NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:105:12: error: expected ')' before 'id' + (nullable instancetype)inputStreamWithData:(NSData *)data; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:106:4: error: unknown type name 'nullable' + (nullable instancetype)inputStreamWithFileAtPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:106:12: error: expected ')' before 'id' + (nullable instancetype)inputStreamWithFileAtPath:(NSString *)path; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:107:4: error: unknown type name 'nullable' + (nullable instancetype)inputStreamWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:107:12: error: expected ')' before 'id' + (nullable instancetype)inputStreamWithURL:(NSURL *)url API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:112:4: error: unknown type name 'nullable' - (nullable instancetype)initToFileAtPath:(NSString *)path append:(BOOL)shouldAppend; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:112:12: error: expected ')' before 'id' - (nullable instancetype)initToFileAtPath:(NSString *)path append:(BOOL)shouldAppend; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:117:4: error: unknown type name 'nullable' + (nullable instancetype)outputStreamWithURL:(NSURL *)url append:(BOOL)shouldAppend API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSStream.h:117:12: error: expected ')' before 'id' + (nullable instancetype)outputStreamWithURL:(NSURL *)url append:(BOOL)shouldAppend API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:77, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:9:15: error: expected ';' before '<' token @class NSArray, NSMutableDictionary, NSDate, NSNumber, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:19:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSThread *currentThread; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:19:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSThread *currentThread; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:21:41: error: expected ')' before '^' token + (void)detachNewThreadWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:21:43: error: expected ')' before '(' token + (void)detachNewThreadWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:22:79: error: unknown type name 'nullable' + (void)detachNewThreadSelector:(SEL)selector toTarget:(id)target withObject:(nullable id)argument; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:22:87: error: expected ')' before 'id' + (void)detachNewThreadSelector:(SEL)selector toTarget:(id)target withObject:(nullable id)argument; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:77, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:40:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:40:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:40:17: error: cannot find protocol declaration for 'NSNumber' @property (class, readonly, copy) NSArray *callStackReturnAddresses API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:41:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:41:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:41:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *callStackSymbols API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:43:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:43:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:48:17: error: unknown property attribute before ',' token @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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:48:1: error: redeclaration of property 'isMainThread' @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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:47:27: note: originally specified here @property (readonly) BOOL isMainThread API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:49:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSThread *mainThread API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:49:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSThread *mainThread API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:52:74: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:52:82: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:53:38: error: expected ')' before '^' token - (instancetype)initWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:53:40: error: expected ')' before '(' token - (instancetype)initWithBlock:(void (^)(void))block API_AVAILABLE(macosx(10.12), ios(10.0), watchos(3.0), tvos(10.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:73:64: error: unknown type name 'nullable' - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:73:72: error: expected ')' before 'id' - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:73:112: error: unknown type name 'nullable' - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:73:120: error: expected ')' before 'NSArray' - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:74:64: error: unknown type name 'nullable' - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:74:72: error: expected ')' before 'id' - (void)performSelectorOnMainThread:(SEL)aSelector withObject:(nullable id)arg waitUntilDone:(BOOL)wait; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:77:77: error: unknown type name 'nullable' - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:77:85: error: expected ')' before 'id' - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:77:125: error: unknown type name 'nullable' - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:77:133: error: expected ')' before 'NSArray' - (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(nullable id)arg waitUntilDone:(BOOL)wait modes:(nullable NSArray *)array API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:78:77: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:78:85: error: expected ')' before 'id' - (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)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:80:64: error: unknown type name 'nullable' - (void)performSelectorInBackground:(SEL)aSelector withObject:(nullable id)arg API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSThread.h:80:72: error: expected ')' before 'id' - (void)performSelectorInBackground:(SEL)aSelector withObject:(nullable id)arg API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:78, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:9:25: error: expected ';' before '<' token @class NSString, NSArray, NSDictionary, NSDate, NSData, NSLocale; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:19:4: error: unknown type name 'nullable' - (nullable NSString *)abbreviationForDate:(NSDate *)aDate; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:19:12: error: expected ')' before 'NSString' - (nullable NSString *)abbreviationForDate:(NSDate *)aDate; ~ ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:78, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:22:4: error: unknown type name 'nullable' - (nullable NSDate *)nextDaylightSavingTimeTransitionAfterDate:(NSDate *)aDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:22:12: error: expected ')' before 'NSDate' - (nullable NSDate *)nextDaylightSavingTimeTransitionAfterDate:(NSDate *)aDate API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:28:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSTimeZone *systemTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:28:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSTimeZone *systemTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:31:17: error: unknown property attribute before ',' token @property (class, copy) NSTimeZone *defaultTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:31:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, copy) NSTimeZone *defaultTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:33:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSTimeZone *localTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:33:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSTimeZone *localTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:35:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray *knownTimeZoneNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:35:52: error: expected '>' before '*' token @property (class, readonly, copy) NSArray *knownTimeZoneNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:35:17: error: cannot find protocol declaration for 'NSString' @property (class, readonly, copy) NSArray *knownTimeZoneNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:37:17: error: unknown property attribute before ',' token @property (class, copy) NSDictionary *abbreviationDictionary API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:37:47: error: expected '>' before '*' token @property (class, copy) NSDictionary *abbreviationDictionary API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:37:17: error: cannot find protocol declaration for 'NSString' @property (class, copy) NSDictionary *abbreviationDictionary API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:39:26: error: expected '>' before '*' token + (NSDictionary *)abbreviationDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:39:1: error: cannot find protocol declaration for 'NSString' + (NSDictionary *)abbreviationDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:41:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSString *timeZoneDataVersion API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:41:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, copy) NSString *timeZoneDataVersion API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:44:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *abbreviation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:44:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *abbreviation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:47:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *nextDaylightSavingTimeTransition API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // after current instant ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:47:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *nextDaylightSavingTimeTransition API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); // after current instant ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:62:4: error: unknown type name 'nullable' - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:62:12: error: expected ')' before 'NSString' - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:62:73: error: unknown type name 'nullable' - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:62:81: error: expected ')' before 'NSLocale' - (nullable NSString *)localizedName:(NSTimeZoneNameStyle)style locale:(nullable NSLocale *)locale API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:71:4: error: unknown type name 'nullable' + (nullable instancetype)timeZoneWithName:(NSString *)tzName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:71:12: error: expected ')' before 'id' + (nullable instancetype)timeZoneWithName:(NSString *)tzName; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:72:4: error: unknown type name 'nullable' + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:72:12: error: expected ')' before 'id' + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:72:68: error: unknown type name 'nullable' + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:72:76: error: expected ')' before 'NSData' + (nullable instancetype)timeZoneWithName:(NSString *)tzName data:(nullable NSData *)aData; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:74:4: error: unknown type name 'nullable' - (nullable instancetype)initWithName:(NSString *)tzName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:74:12: error: expected ')' before 'id' - (nullable instancetype)initWithName:(NSString *)tzName; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:75:4: error: unknown type name 'nullable' - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:75:12: error: expected ')' before 'id' - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:75:64: error: unknown type name 'nullable' - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:75:72: error: expected ')' before 'NSData' - (nullable instancetype)initWithName:(NSString *)tzName data:(nullable NSData *)aData; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:82:4: error: unknown type name 'nullable' + (nullable instancetype)timeZoneWithAbbreviation:(NSString *)abbreviation; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h:82:12: error: expected ')' before 'id' + (nullable instancetype)timeZoneWithAbbreviation:(NSString *)abbreviation; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:79, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:15:108: error: unknown type name 'nullable' + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:15:116: error: expected ')' before 'id' + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:79, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:16:117: error: unknown type name 'nullable' + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:16:125: error: expected ')' before 'id' + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(nullable id)userInfo repeats:(BOOL)yesOrNo; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:23:96: error: expected ')' before '^' token + (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:23:98: error: expected ')' before '(' token + (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:29:105: error: expected ')' before '^' token + (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:29:107: error: expected ')' before '(' token + (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:36:118: error: expected ')' before '^' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:36:120: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:38:116: error: unknown type name 'nullable' - (instancetype)initWithFireDate:(NSDate *)date interval:(NSTimeInterval)ti target:(id)t selector:(SEL)s userInfo:(nullable id)ui repeats:(BOOL)rep NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:38:124: error: expected ')' before 'id' - (instancetype)initWithFireDate:(NSDate *)date interval:(NSTimeInterval)ti target:(id)t selector:(SEL)s userInfo:(nullable id)ui repeats:(BOOL)rep NS_DESIGNATED_INITIALIZER; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:79, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:52:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTimer.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id userInfo; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:82, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:83:91: error: unknown type name 'nullable' - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id)sender; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:83:99: error: expected ')' before 'NSURLCredential' - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id)sender; ^~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:82, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:83:199: error: unknown type name 'nullable' - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id)sender; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:83:207: error: expected ')' before 'NSURLResponse' - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id)sender; ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:83:240: error: unknown type name 'nullable' - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id)sender; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:83:248: error: expected ')' before 'NSError' - (instancetype)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(nullable NSURLCredential *)credential previousFailureCount:(NSInteger)previousFailureCount failureResponse:(nullable NSURLResponse *)response error:(nullable NSError *)error sender:(id)sender; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:111:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURLCredential *proposedCredential; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:111:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURLCredential *proposedCredential; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:127:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURLResponse *failureResponse; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:127:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURLResponse *failureResponse; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:136:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSError *error; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:136:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSError *error; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:143:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id sender; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLAuthenticationChallenge.h:143:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id sender; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:83, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:85:90: error: unknown type name 'nullable' - (instancetype)initWithResponse:(NSURLResponse *)response data:(NSData *)data userInfo:(nullable NSDictionary *)userInfo storagePolicy:(NSURLCacheStoragePolicy)storagePolicy; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:85:98: error: expected ')' before 'NSDictionary' - (instancetype)initWithResponse:(NSURLResponse *)response data:(NSData *)data userInfo:(nullable NSDictionary *)userInfo storagePolicy:(NSURLCacheStoragePolicy)storagePolicy; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:83, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:103:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:103:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:148:17: error: unknown property attribute before ',' token @property (class, strong) NSURLCache *sharedURLCache; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:148:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, strong) NSURLCache *sharedURLCache; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:164:115: error: unknown type name 'nullable' - (instancetype)initWithMemoryCapacity:(NSUInteger)memoryCapacity diskCapacity:(NSUInteger)diskCapacity diskPath:(nullable NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:164:123: error: expected ')' before 'NSString' - (instancetype)initWithMemoryCapacity:(NSUInteger)memoryCapacity diskCapacity:(NSUInteger)diskCapacity diskPath:(nullable NSString *)path; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:177:4: error: unknown type name 'nullable' - (nullable NSCachedURLResponse *)cachedResponseForRequest:(NSURLRequest *)request; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:177:12: error: expected ')' before 'NSCachedURLResponse' - (nullable NSCachedURLResponse *)cachedResponseForRequest:(NSURLRequest *)request; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:246:96: error: expected ')' before '^' token - (void)getCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask completionHandler:(void (^) (NSCachedURLResponse * _Nullable cachedResponse))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCache.h:246:98: error: expected ')' before '(' token - (void)getCachedResponseForDataTask:(NSURLSessionDataTask *)dataTask completionHandler:(void (^) (NSCachedURLResponse * _Nullable cachedResponse))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:84, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:114:4: error: unknown type name 'nullable' - (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:114:12: error: expected ')' before 'id' - (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)) __WATCHOS_PROHIBITED; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:114:76: error: unknown type name 'nullable' - (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:114:84: error: expected ')' before 'id' - (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)) __WATCHOS_PROHIBITED; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:84, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:116:4: error: unknown type name 'nullable' - (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:116:12: error: expected ')' before 'id' - (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)) __WATCHOS_PROHIBITED; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:116:76: error: unknown type name 'nullable' - (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:116:84: error: expected ')' before 'id' - (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)) __WATCHOS_PROHIBITED; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:117:4: error: unknown type name 'nullable' + (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:117:12: error: expected ')' before 'NSURLConnection' + (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)) __WATCHOS_PROHIBITED; ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:117:86: error: unknown type name 'nullable' + (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:117:94: error: expected ')' before 'id' + (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)) __WATCHOS_PROHIBITED; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:127:27: error: unknown type name 'nullable' - (void)setDelegateQueue:(nullable NSOperationQueue*) queue API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:127:35: error: expected ')' before 'NSOperationQueue' - (void)setDelegateQueue:(nullable NSOperationQueue*) queue API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:292:4: error: unknown type name 'nullable' - (nullable NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)response; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:292:12: error: expected ')' before 'NSURLRequest' - (nullable NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)response; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:292:127: error: unknown type name 'nullable' - (nullable NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)response; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:292:135: error: expected ')' before 'NSURLResponse' - (nullable NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)response; ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:297:4: error: unknown type name 'nullable' - (nullable NSInputStream *)connection:(NSURLConnection *)connection needNewBodyStream:(NSURLRequest *)request; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:297:12: error: expected ')' before 'NSInputStream' - (nullable NSInputStream *)connection:(NSURLConnection *)connection needNewBodyStream:(NSURLRequest *)request; ~ ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:302:4: error: unknown type name 'nullable' - (nullable NSCachedURLResponse *)connection:(NSURLConnection *)connection willCacheResponse:(NSCachedURLResponse *)cachedResponse; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:302:12: error: expected ')' before 'NSCachedURLResponse' - (nullable NSCachedURLResponse *)connection:(NSURLConnection *)connection willCacheResponse:(NSCachedURLResponse *)cachedResponse; ~ ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:401:4: error: unknown type name 'nullable' + (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)) __WATCHOS_PROHIBITED; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:401:12: error: expected ')' before 'NSData' + (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)) __WATCHOS_PROHIBITED; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:452:40: error: expected ')' before '^' token 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)) __WATCHOS_PROHIBITED; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:452:42: error: expected ')' before '(' token 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)) __WATCHOS_PROHIBITED; ^ ) In file included from /System/Library/Frameworks/Security.framework/Headers/AuthSession.h:32, from /System/Library/Frameworks/Security.framework/Headers/Security.h:43, from /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:85, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Security.framework/Headers/Authorization.h:193:7: error: variably modified 'bytes' at file scope char bytes[kAuthorizationExternalFormLength]; ^~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:85, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:84:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *user; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:84:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *user; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:93:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *password; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:93:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *password; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:120:73: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:120:81: error: expected ')' before 'NSArray' - (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)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:130:84: error: unknown type name 'nullable' + (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:130:92: error: expected ')' before 'NSArray' + (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)); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredential.h:136:20: error: unknown property attribute before ',' token @property (nullable, readonly) SecIdentityRef identity; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:86, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:12:15: error: expected ';' before '<' token @class NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:86, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:135:78: error: unknown type name 'nullable' - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:135:86: error: expected ')' before 'NSString' - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:135:114: error: unknown type name 'nullable' - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:135:122: error: expected ')' before 'NSString' - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:135:162: error: unknown type name 'nullable' - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:135:170: error: expected ')' before 'NSString' - (instancetype)initWithHost:(NSString *)host port:(NSInteger)port protocol:(nullable NSString *)protocol realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:151:79: error: unknown type name 'nullable' - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:151:87: error: expected ')' before 'NSString' - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:151:111: error: unknown type name 'nullable' - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:151:119: error: expected ')' before 'NSString' - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:151:160: error: unknown type name 'nullable' - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:151:168: error: expected ')' before 'NSString' - (instancetype)initWithProxyHost:(NSString *)host port:(NSInteger)port type:(nullable NSString *)type realm:(nullable NSString *)realm authenticationMethod:(nullable NSString *)authenticationMethod; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:160:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *realm; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:160:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *realm; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:190:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *proxyType; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:190:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *proxyType; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:196:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *protocol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:196:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *protocol; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:215:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *distinguishedNames API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:215:53: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *distinguishedNames API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:215:20: error: cannot find protocol declaration for 'NSData' @property (nullable, readonly, copy) NSArray *distinguishedNames API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtectionSpace.h:228:20: error: unknown property attribute before ',' token @property (nullable, readonly) SecTrustRef serverTrust API_AVAILABLE(macos(10.6), ios(3.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:86, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:12:20: error: expected ';' before '<' token @class NSDictionary; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:86, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:37:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSURLCredentialStorage *sharedCredentialStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:37:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSURLCredentialStorage *sharedCredentialStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:45:4: error: unknown type name 'nullable' - (nullable NSDictionary *)credentialsForProtectionSpace:(NSURLProtectionSpace *)space; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:45:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)credentialsForProtectionSpace:(NSURLProtectionSpace *)space; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:53:62: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *> *allCredentials; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:53:1: error: cannot find protocol declaration for 'NSURLProtectionSpace' @property (readonly, copy) NSDictionary *> *allCredentials; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:88:114: error: unknown type name 'nullable' - (void)removeCredential:(NSURLCredential *)credential forProtectionSpace:(NSURLProtectionSpace *)space options:(nullable NSDictionary *)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:88:122: error: expected ')' before 'NSDictionary' - (void)removeCredential:(NSURLCredential *)credential forProtectionSpace:(NSURLProtectionSpace *)space options:(nullable NSDictionary *)options API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:95:4: error: unknown type name 'nullable' - (nullable NSURLCredential *)defaultCredentialForProtectionSpace:(NSURLProtectionSpace *)space; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:95:12: error: expected ')' before 'NSURLCredential' - (nullable NSURLCredential *)defaultCredentialForProtectionSpace:(NSURLProtectionSpace *)space; ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:109:137: error: expected ')' before '^' token - (void)getCredentialsForProtectionSpace:(NSURLProtectionSpace *)protectionSpace task:(NSURLSessionTask *)task completionHandler:(void (^) (NSDictionary * _Nullable credentials))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:109:139: error: expected ')' before '(' token - (void)getCredentialsForProtectionSpace:(NSURLProtectionSpace *)protectionSpace task:(NSURLSessionTask *)task completionHandler:(void (^) (NSDictionary * _Nullable credentials))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:111:124: error: unknown type name 'nullable' - (void)removeCredential:(NSURLCredential *)credential forProtectionSpace:(NSURLProtectionSpace *)protectionSpace options:(nullable NSDictionary *)options task:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:111:132: error: expected ')' before 'NSDictionary' - (void)removeCredential:(NSURLCredential *)credential forProtectionSpace:(NSURLProtectionSpace *)protectionSpace options:(nullable NSDictionary *)options task:(NSURLSessionTask *)task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:112:133: error: expected ')' before '^' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLCredentialStorage.h:112:135: error: expected ')' before '(' token - (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)); ^~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:89, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:180:73: error: unknown type name 'nullable' - (instancetype)initWithRequest:(NSURLRequest *)request cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:180:81: error: expected ')' before 'NSCachedURLResponse' - (instancetype)initWithRequest:(NSURLRequest *)request cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:180:127: error: unknown type name 'nullable' - (instancetype)initWithRequest:(NSURLRequest *)request cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:180:135: error: expected ')' before 'id' - (instancetype)initWithRequest:(NSURLRequest *)request cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client NS_DESIGNATED_INITIALIZER; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:186:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id client; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:186:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id client; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:198:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSCachedURLResponse *cachedResponse; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:198:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSCachedURLResponse *cachedResponse; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:284:4: error: unknown type name 'nullable' + (nullable id)propertyForKey:(NSString *)key inRequest:(NSURLRequest *)request; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:284:12: error: expected ')' before 'id' + (nullable id)propertyForKey:(NSString *)key inRequest:(NSURLRequest *)request; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:350:71: error: unknown type name 'nullable' - (instancetype)initWithTask:(NSURLSessionTask *)task cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:350:79: error: expected ')' before 'NSCachedURLResponse' - (instancetype)initWithTask:(NSURLSessionTask *)task cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:350:125: error: unknown type name 'nullable' - (instancetype)initWithTask:(NSURLSessionTask *)task cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:350:133: error: expected ')' before 'id' - (instancetype)initWithTask:(NSURLSessionTask *)task cachedResponse:(nullable NSCachedURLResponse *)cachedResponse client:(nullable id )client API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:351:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURLSessionTask *task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLProtocol.h:351:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURLSessionTask *task API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:90, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:12:20: error: expected ';' before '<' token @class NSDictionary; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:90, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:200:17: error: unknown property attribute before ',' token @property (class, readonly) BOOL supportsSecureCoding; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:244:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:244:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:278:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *mainDocumentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:278:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *mainDocumentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:334:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:334:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:368:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *mainDocumentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:368:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *mainDocumentURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:400:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *HTTPMethod; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:400:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *HTTPMethod; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:408:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *allHTTPHeaderFields; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:408:60: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *allHTTPHeaderFields; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:408:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSDictionary *allHTTPHeaderFields; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:420:4: error: unknown type name 'nullable' - (nullable NSString *)valueForHTTPHeaderField:(NSString *)field; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:420:12: error: expected ')' before 'NSString' - (nullable NSString *)valueForHTTPHeaderField:(NSString *)field; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:428:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSData *HTTPBody; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:428:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSData *HTTPBody; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:441:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSInputStream *HTTPBodyStream; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:441:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSInputStream *HTTPBodyStream; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:400:48: note: originally specified here @property (nullable, readonly, copy) NSString *HTTPMethod; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:488:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *allHTTPHeaderFields; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:488:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *allHTTPHeaderFields; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:488:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *allHTTPHeaderFields; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:500:19: error: unknown type name 'nullable' - (void)setValue:(nullable NSString *)value forHTTPHeaderField:(NSString *)field; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:500:27: error: expected ')' before 'NSString' - (void)setValue:(nullable NSString *)value forHTTPHeaderField:(NSString *)field; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:523:20: error: unknown property attribute before ',' token @property (nullable, copy) NSData *HTTPBody; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:523:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSData *HTTPBody; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:533:20: error: unknown property attribute before ',' token @property (nullable, retain) NSInputStream *HTTPBodyStream; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLRequest.h:533:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSInputStream *HTTPBodyStream; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:91, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:11:20: error: expected ';' before '<' token @class NSDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:49:52: error: unknown type name 'nullable' - (instancetype)initWithURL:(NSURL *)URL MIMEType:(nullable NSString *)MIMEType expectedContentLength:(NSInteger)length textEncodingName:(nullable NSString *)name NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:49:60: error: expected ')' before 'NSString' - (instancetype)initWithURL:(NSURL *)URL MIMEType:(nullable NSString *)MIMEType expectedContentLength:(NSInteger)length textEncodingName:(nullable NSString *)name NS_DESIGNATED_INITIALIZER; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:91, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:49:139: error: unknown type name 'nullable' - (instancetype)initWithURL:(NSURL *)URL MIMEType:(nullable NSString *)MIMEType expectedContentLength:(NSInteger)length textEncodingName:(nullable NSString *)name NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:49:147: error: expected ')' before 'NSString' - (instancetype)initWithURL:(NSURL *)URL MIMEType:(nullable NSString *)MIMEType expectedContentLength:(NSInteger)length textEncodingName:(nullable NSString *)name NS_DESIGNATED_INITIALIZER; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:55:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:55:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *URL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:67:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *MIMEType; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:67:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *MIMEType; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:93:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *textEncodingName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:93:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *textEncodingName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:106:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *suggestedFilename; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:106:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *suggestedFilename; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:138:4: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:138:12: error: expected ')' before 'id' - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:138:97: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:138:105: error: expected ')' before 'NSString' - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:138:143: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLResponse.h:138:151: error: expected ')' before 'NSDictionary' - (nullable instancetype)initWithURL:(NSURL *)url statusCode:(NSInteger)statusCode HTTPVersion:(nullable NSString *)HTTPVersion headerFields:(nullable NSDictionary *)headerFields API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:92, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:8:15: error: expected ';' before '<' token @class NSArray, NSData, NSDictionary, NSMutableDictionary, NSString, NSURL; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:92, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:60:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSUserDefaults *standardUserDefaults; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:60:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSUserDefaults *standardUserDefaults; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:92, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:69:4: error: unknown type name 'nullable' - (nullable instancetype)initWithSuiteName:(nullable NSString *)suitename API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:69:12: error: expected ')' before 'id' - (nullable instancetype)initWithSuiteName:(nullable NSString *)suitename API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:69:45: error: unknown type name 'nullable' - (nullable instancetype)initWithSuiteName:(nullable NSString *)suitename API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:69:53: error: expected ')' before 'NSString' - (nullable instancetype)initWithSuiteName:(nullable NSString *)suitename API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)) NS_DESIGNATED_INITIALIZER; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:72:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:72:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:77:4: error: unknown type name 'nullable' - (nullable id)objectForKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:77:12: error: expected ')' before 'id' - (nullable id)objectForKey:(NSString *)defaultName; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:82:20: error: unknown type name 'nullable' - (void)setObject:(nullable id)value forKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:82:28: error: expected ')' before 'id' - (void)setObject:(nullable id)value forKey:(NSString *)defaultName; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:88:4: error: unknown type name 'nullable' - (nullable NSString *)stringForKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:88:12: error: expected ')' before 'NSString' - (nullable NSString *)stringForKey:(NSString *)defaultName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:91:4: error: unknown type name 'nullable' - (nullable NSArray *)arrayForKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:91:12: error: expected ')' before 'NSArray' - (nullable NSArray *)arrayForKey:(NSString *)defaultName; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:93:4: error: unknown type name 'nullable' - (nullable NSDictionary *)dictionaryForKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:93:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)dictionaryForKey:(NSString *)defaultName; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:95:4: error: unknown type name 'nullable' - (nullable NSData *)dataForKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:95:12: error: expected ')' before 'NSData' - (nullable NSData *)dataForKey:(NSString *)defaultName; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:97:4: error: unknown type name 'nullable' - (nullable NSArray *)stringArrayForKey:(NSString *)defaultName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:97:12: error: expected ')' before 'NSArray' - (nullable NSArray *)stringArrayForKey:(NSString *)defaultName; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:114:4: error: unknown type name 'nullable' - (nullable NSURL *)URLForKey:(NSString *)defaultName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:114:12: error: expected ')' before 'NSURL' - (nullable NSURL *)URLForKey:(NSString *)defaultName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:125:17: error: unknown type name 'nullable' - (void)setURL:(nullable NSURL *)url forKey:(NSString *)defaultName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:125:25: error: expected ')' before 'NSURL' - (void)setURL:(nullable NSURL *)url forKey:(NSString *)defaultName API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:49: error: expected '>' before '*' token - (void)registerDefaults:(NSDictionary *)registrationDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:132:1: error: cannot find protocol declaration for 'NSString' - (void)registerDefaults:(NSDictionary *)registrationDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:146:26: error: expected '>' before '*' token - (NSDictionary *)dictionaryRepresentation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:146:1: error: cannot find protocol declaration for 'NSString' - (NSDictionary *)dictionaryRepresentation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:151:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *volatileDomainNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:151:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *volatileDomainNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:152:26: error: expected '>' before '*' token - (NSDictionary *)volatileDomainForName:(NSString *)domainName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:152:1: error: cannot find protocol declaration for 'NSString' - (NSDictionary *)volatileDomainForName:(NSString *)domainName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:50: error: expected '>' before '*' token - (void)setVolatileDomain:(NSDictionary *)domain forName:(NSString *)domainName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:153:1: error: cannot find protocol declaration for 'NSString' - (void)setVolatileDomain:(NSDictionary *)domain forName:(NSString *)domainName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:160:4: error: unknown type name 'nullable' - (nullable NSDictionary *)persistentDomainForName:(NSString *)domainName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:160:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)persistentDomainForName:(NSString *)domainName; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:52: error: expected '>' before '*' token - (void)setPersistentDomain:(NSDictionary *)domain forName:(NSString *)domainName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:162:1: error: cannot find protocol declaration for 'NSString' - (void)setPersistentDomain:(NSDictionary *)domain forName:(NSString *)domainName; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:94, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:7:15: error: expected ';' before '<' token @class NSArray, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:94, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:25:30: error: unknown type name 'nullable' + (void)setValueTransformer:(nullable NSValueTransformer *)transformer forName:(NSValueTransformerName)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:25:38: error: expected ')' before 'NSValueTransformer' + (void)setValueTransformer:(nullable NSValueTransformer *)transformer forName:(NSValueTransformerName)name; ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:26:4: error: unknown type name 'nullable' + (nullable NSValueTransformer *)valueTransformerForName:(NSValueTransformerName)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:26:12: error: expected ')' before 'NSValueTransformer' + (nullable NSValueTransformer *)valueTransformerForName:(NSValueTransformerName)name; ~ ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:27:1: error: cannot find protocol declaration for 'NSValueTransformerName' + (NSArray *)valueTransformerNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:33:4: error: unknown type name 'nullable' - (nullable id)transformedValue:(nullable id)value; // by default returns value ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:33:12: error: expected ')' before 'id' - (nullable id)transformedValue:(nullable id)value; // by default returns value ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:33:34: error: unknown type name 'nullable' - (nullable id)transformedValue:(nullable id)value; // by default returns value ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:33:42: error: expected ')' before 'id' - (nullable id)transformedValue:(nullable id)value; // by default returns value ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:34:4: error: unknown type name 'nullable' - (nullable id)reverseTransformedValue:(nullable id)value; // by default raises an exception if +allowsReverseTransformation returns NO and otherwise invokes transformedValue: ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:34:12: error: expected ')' before 'id' - (nullable id)reverseTransformedValue:(nullable id)value; // by default raises an exception if +allowsReverseTransformation returns NO and otherwise invokes transformedValue: ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:34:41: error: unknown type name 'nullable' - (nullable id)reverseTransformedValue:(nullable id)value; // by default raises an exception if +allowsReverseTransformation returns NO and otherwise invokes transformedValue: ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSValueTransformer.h:34:49: error: expected ')' before 'id' - (nullable id)reverseTransformedValue:(nullable id)value; // by default raises an exception if +allowsReverseTransformation returns NO and otherwise invokes transformedValue: ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:95, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:8:28: error: expected ';' before '<' token @class NSData, NSDictionary, NSError, NSString, NSURL, NSInputStream, NSSet; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:95, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:29:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url; // initializes the parser with the specified URL. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:29:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url; // initializes the parser with the specified URL. ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:34:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:34:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:42:20: error: unknown property attribute before ',' token @property (nullable, copy) NSSet *allowedExternalEntityURLs API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:42:40: error: expected '>' before '*' token @property (nullable, copy) NSSet *allowedExternalEntityURLs API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:42:20: error: cannot find protocol declaration for 'NSURL' @property (nullable, copy) NSSet *allowedExternalEntityURLs API_AVAILABLE(macos(10.9), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:47:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSError *parserError; // can be called after a parse is over to determine parser state. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:47:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSError *parserError; // can be called after a parse is over to determine parser state. ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:57:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *publicID; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:57:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *publicID; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:58:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *systemID; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:58:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *systemID; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:91:98: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundNotationDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:91:106: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundNotationDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:91:137: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundNotationDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:91:145: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundNotationDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:104: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:112: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:143: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:151: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:186: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:93:194: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundUnparsedEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID notationName:(nullable NSString *)notationName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:95:139: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundAttributeDeclarationWithName:(NSString *)attributeName forElement:(NSString *)elementName type:(nullable NSString *)type defaultValue:(nullable NSString *)defaultValue; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:95:147: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundAttributeDeclarationWithName:(NSString *)attributeName forElement:(NSString *)elementName type:(nullable NSString *)type defaultValue:(nullable NSString *)defaultValue; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:95:178: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundAttributeDeclarationWithName:(NSString *)attributeName forElement:(NSString *)elementName type:(nullable NSString *)type defaultValue:(nullable NSString *)defaultValue; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:95:186: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundAttributeDeclarationWithName:(NSString *)attributeName forElement:(NSString *)elementName type:(nullable NSString *)type defaultValue:(nullable NSString *)defaultValue; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:99:101: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundInternalEntityDeclarationWithName:(NSString *)name value:(nullable NSString *)value; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:99:109: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundInternalEntityDeclarationWithName:(NSString *)name value:(nullable NSString *)value; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:101:104: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundExternalEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:101:112: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundExternalEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:101:143: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundExternalEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:101:151: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundExternalEntityDeclarationWithName:(NSString *)name publicID:(nullable NSString *)publicID systemID:(nullable NSString *)systemID; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:92: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary *)attributeDict; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:100: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary *)attributeDict; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:140: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary *)attributeDict; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:148: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary *)attributeDict; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:200: error: expected '>' before '*' token - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary *)attributeDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:103:1: error: cannot find protocol declaration for 'NSString' - (void)parser:(NSXMLParser *)parser didStartElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName attributes:(NSDictionary *)attributeDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:111:90: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:111:98: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:111:138: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:111:146: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser didEndElement:(NSString *)elementName namespaceURI:(nullable NSString *)namespaceURI qualifiedName:(nullable NSString *)qName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:128:100: error: unknown type name 'nullable' - (void)parser:(NSXMLParser *)parser foundProcessingInstructionWithTarget:(NSString *)target data:(nullable NSString *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:128:108: error: expected ')' before 'NSString' - (void)parser:(NSXMLParser *)parser foundProcessingInstructionWithTarget:(NSString *)target data:(nullable NSString *)data; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:137:4: error: unknown type name 'nullable' - (nullable NSData *)parser:(NSXMLParser *)parser resolveExternalEntityName:(NSString *)name systemID:(nullable NSString *)systemID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:137:12: error: expected ')' before 'NSData' - (nullable NSData *)parser:(NSXMLParser *)parser resolveExternalEntityName:(NSString *)name systemID:(nullable NSString *)systemID; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:137:104: error: unknown type name 'nullable' - (nullable NSData *)parser:(NSXMLParser *)parser resolveExternalEntityName:(NSString *)name systemID:(nullable NSString *)systemID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLParser.h:137:112: error: expected ')' before 'NSString' - (nullable NSData *)parser:(NSXMLParser *)parser resolveExternalEntityName:(NSString *)name systemID:(nullable NSString *)systemID; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:96, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:13:62: error: expected ';' before '<' token @class NSMutableDictionary, NSString, NSOperationQueue, NSSet, NSLock, NSError; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:96, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:26:48: error: expected ')' before '^' token - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:26:50: error: expected ')' before '(' token - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:31:59: error: expected ')' before '^' token - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (NS_NOESCAPE ^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:31:73: error: expected ')' before '(' token - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (NS_NOESCAPE ^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:52:11: error: expected identifier or '(' before '^' token void (^_interruptionHandler)(); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:69:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *serviceName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:69:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *serviceName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:79:20: error: unknown property attribute before ',' token @property (nullable, retain) NSXPCInterface *exportedInterface; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:79:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSXPCInterface *exportedInterface; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:82:20: error: unknown property attribute before ',' token @property (nullable, retain) id exportedObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:82:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id exportedObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:85:20: error: unknown property attribute before ',' token @property (nullable, retain) NSXPCInterface *remoteObjectInterface; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:85:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSXPCInterface *remoteObjectInterface; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:90:48: error: expected ')' before '^' token - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:90:50: error: expected ')' before '(' token - (id)remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:93:59: error: expected ')' before '^' token - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:93:61: error: expected ')' before '(' token - (id)synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler API_AVAILABLE(macos(10.11), ios(9.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:97:20: error: unknown property attribute before ',' token @property (nullable, copy) void (^interruptionHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:97:34: error: expected identifier or '(' before '^' token @property (nullable, copy) void (^interruptionHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:102:1: error: expected identifier before 'property' @property (nullable, copy) void (^invalidationHandler)(void); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:146:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:146:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:96, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:188:1: error: cannot find protocol declaration for 'Class' - (void)setClasses:(NSSet *)classes forSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:189:1: error: cannot find protocol declaration for 'Class' - (NSSet *)classesForSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:193:4: error: unknown type name 'nullable' - (nullable NSXPCInterface *)interfaceForSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXPCConnection.h:193:12: error: expected ')' before 'NSXPCInterface' - (nullable NSXPCInterface *)interfaceForSelector:(SEL)sel argumentIndex:(NSUInteger)arg ofReply:(BOOL)ofReply; ~ ^~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:105, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:13:1: error: cannot find protocol declaration for 'KeyType' @interface NSCache : NSObject { ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:13:1: error: cannot find protocol declaration for 'ObjectType' /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:13:42: error: expected identifier or '(' before ':' token @interface NSCache : NSObject { ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:22:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:22:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:24:4: error: unknown type name 'nullable' - (nullable ObjectType)objectForKey:(KeyType)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:24:12: error: expected ')' before 'ObjectType' - (nullable ObjectType)objectForKey:(KeyType)key; ~ ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:24:38: error: unknown type name 'KeyType' - (nullable ObjectType)objectForKey:(KeyType)key; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:25:20: error: unknown type name 'ObjectType' - (void)setObject:(ObjectType)obj forKey:(KeyType)key; // 0 cost ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:25:43: error: unknown type name 'KeyType' - (void)setObject:(ObjectType)obj forKey:(KeyType)key; // 0 cost ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:26:20: error: unknown type name 'ObjectType' - (void)setObject:(ObjectType)obj forKey:(KeyType)key cost:(NSUInteger)g; ^~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:26:43: error: unknown type name 'KeyType' - (void)setObject:(ObjectType)obj forKey:(KeyType)key cost:(NSUInteger)g; ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCache.h:27:29: error: unknown type name 'KeyType' - (void)removeObjectForKey:(KeyType)key; ^~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:10:20: error: expected ';' before '<' token @class NSDictionary , NSString; ^~ ; /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:28:81: error: unknown type name 'nullable' + (NSPredicate *)predicateWithFormat:(NSString *)predicateFormat argumentArray:(nullable NSArray *)arguments; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:28:89: error: expected ')' before 'NSArray' + (NSPredicate *)predicateWithFormat:(NSString *)predicateFormat argumentArray:(nullable NSArray *)arguments; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:32:4: error: unknown type name 'nullable' + (nullable NSPredicate *)predicateFromMetadataQueryString:(NSString *)queryString API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:32:12: error: expected ')' before 'NSPredicate' + (nullable NSPredicate *)predicateFromMetadataQueryString:(NSString *)queryString API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:36:43: error: expected ')' before '^' token + (NSPredicate*)predicateWithBlock:(BOOL (^)(id _Nullable evaluatedObject, NSDictionary * _Nullable bindings))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:36:45: error: expected ')' before '(' token + (NSPredicate*)predicateWithBlock:(BOOL (^)(id _Nullable evaluatedObject, NSDictionary * _Nullable bindings))block API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:75: error: expected '>' before '*' token - (instancetype)predicateWithSubstitutionVariables:(NSDictionary *)variables; // substitute constant values for variables ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:40:1: error: cannot find protocol declaration for 'NSString' - (instancetype)predicateWithSubstitutionVariables:(NSDictionary *)variables; // substitute constant values for variables ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:42:29: error: unknown type name 'nullable' - (BOOL)evaluateWithObject:(nullable id)object; // evaluate a predicate against a single object ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:42:37: error: expected ')' before 'id' - (BOOL)evaluateWithObject:(nullable id)object; // evaluate a predicate against a single object ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:44:29: error: unknown type name 'nullable' - (BOOL)evaluateWithObject:(nullable id)object substitutionVariables:(nullable NSDictionary *)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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:44:37: error: expected ')' before 'id' - (BOOL)evaluateWithObject:(nullable id)object substitutionVariables:(nullable NSDictionary *)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 ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:44:71: error: unknown type name 'nullable' - (BOOL)evaluateWithObject:(nullable id)object substitutionVariables:(nullable NSDictionary *)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 ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:44:79: error: expected ')' before 'NSDictionary' - (BOOL)evaluateWithObject:(nullable id)object substitutionVariables:(nullable NSDictionary *)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 ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:50:1: error: cannot find protocol declaration for 'ObjectType' @interface NSArray (NSPredicateSupport) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:50:1: error: redefinition of 'struct NSArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:52:1: note: originally defined here @interface NSArray (NSSortDescriptorSorting) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:51:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSArray *)filteredArrayUsingPredicate:(NSPredicate *)predicate; // evaluate a predicate against an array of objects and return a filtered array ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:54:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableArray (NSPredicateSupport) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:54:1: error: redefinition of 'struct NSMutableArray' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:58:1: note: originally defined here @interface NSMutableArray (NSSortDescriptorSorting) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:55:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (void)filterUsingPredicate:(NSPredicate *)predicate; // evaluate a predicate against an array of objects and filter the mutable array directly ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:59:1: error: cannot find protocol declaration for 'ObjectType' @interface NSSet (NSPredicateSupport) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:59:1: error: redefinition of 'struct NSSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:46:1: note: originally defined here @interface NSSet (NSSortDescriptorSorting) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:60:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSSet *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:63:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableSet (NSPredicateSupport) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:63:1: error: redefinition of 'struct NSMutableSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:9, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:91:1: note: originally defined here @interface NSMutableSet (NSMutableSetCreation) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:64:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:67:1: error: cannot find protocol declaration for 'ObjectType' @interface NSOrderedSet (NSPredicateSupport) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:67:1: error: redefinition of 'struct NSOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:64:1: note: originally defined here @interface NSOrderedSet (NSKeyValueSorting) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:69:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (NSOrderedSet *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:73:1: error: cannot find protocol declaration for 'ObjectType' @interface NSMutableOrderedSet (NSPredicateSupport) ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:73:1: error: redefinition of 'struct NSMutableOrderedSet' In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:73, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSortDescriptor.h:71:1: note: originally defined here @interface NSMutableOrderedSet (NSKeyValueSorting) ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPredicate.h:75:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token - (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 ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:106, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:61:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:61:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSComparisonPredicate.h:67:20: error: unknown property attribute before ',' token @property (nullable, readonly) SEL customSelector; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:107, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:7:15: error: expected ';' before '<' token @class NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:107, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:95: error: expected '>' before '*' token - (instancetype)initWithType:(NSCompoundPredicateType)type subpredicates:(NSArray *)subpredicates NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:27:1: error: cannot find protocol declaration for 'NSPredicate' - (instancetype)initWithType:(NSCompoundPredicateType)type subpredicates:(NSArray *)subpredicates NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:28:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:28:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:77: error: expected '>' before '*' token + (NSCompoundPredicate *)andPredicateWithSubpredicates:(NSArray *)subpredicates NS_SWIFT_NAME(init(andPredicateWithSubpredicates:)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:34:1: error: cannot find protocol declaration for 'NSPredicate' + (NSCompoundPredicate *)andPredicateWithSubpredicates:(NSArray *)subpredicates NS_SWIFT_NAME(init(andPredicateWithSubpredicates:)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:76: error: expected '>' before '*' token + (NSCompoundPredicate *)orPredicateWithSubpredicates:(NSArray *)subpredicates NS_SWIFT_NAME(init(orPredicateWithSubpredicates:)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSCompoundPredicate.h:35:1: error: cannot find protocol declaration for 'NSPredicate' + (NSCompoundPredicate *)orPredicateWithSubpredicates:(NSArray *)subpredicates NS_SWIFT_NAME(init(orPredicateWithSubpredicates:)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:108, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:60:4: error: unknown type name 'nullable' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:60:12: error: expected ')' before 'NSString' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:60:46: error: unknown type name 'nullable' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:60:54: error: expected ')' before 'id' - (nullable NSString *)stringForObjectValue:(nullable id)obj; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:64:4: error: unknown type name 'nullable' - (nullable NSString *)stringFromDateComponents:(NSDateComponents *)components; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:64:12: error: expected ')' before 'NSString' - (nullable NSString *)stringFromDateComponents:(NSDateComponents *)components; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:72:4: error: unknown type name 'nullable' - (nullable NSString *)stringFromDate:(NSDate *)startDate toDate:(NSDate *)endDate; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:72:12: error: expected ')' before 'NSString' - (nullable NSString *)stringFromDate:(NSDate *)startDate toDate:(NSDate *)endDate; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:76:4: error: unknown type name 'nullable' - (nullable NSString *)stringFromTimeInterval:(NSTimeInterval)ti; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:76:12: error: expected ')' before 'NSString' - (nullable NSString *)stringFromTimeInterval:(NSTimeInterval)ti; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:79:4: error: unknown type name 'nullable' + (nullable NSString *)localizedStringFromDateComponents:(NSDateComponents *)components unitsStyle:(NSDateComponentsFormatterUnitsStyle) unitsStyle; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:79:12: error: expected ')' before 'NSString' + (nullable NSString *)localizedStringFromDateComponents:(NSDateComponents *)components unitsStyle:(NSDateComponentsFormatterUnitsStyle) unitsStyle; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:109:20: error: unknown property attribute before ',' token @property (nullable, copy) NSCalendar *calendar; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:109:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSCalendar *calendar; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:113:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *referenceDate API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSDateComponentsFormatter.h:113:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *referenceDate API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:109, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:8:15: error: expected ';' before '<' token @class NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:109, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:50:47: error: unknown type name 'nullable' + (NSExpression *)expressionForConstantValue:(nullable id)obj; // Expression that returns a constant value ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:50:55: error: expected ')' before 'id' + (NSExpression *)expressionForConstantValue:(nullable id)obj; // Expression that returns a constant value ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:96:64: error: expected '>' before '*' token + (NSExpression *)expressionForAggregate:(NSArray *)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 ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:96:1: error: cannot find protocol declaration for 'NSExpression' + (NSExpression *)expressionForAggregate:(NSArray *)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 ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:109, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:101:105: error: unknown type name 'nullable' + (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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:101:113: error: expected ')' before 'NSArray' + (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. ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:103:43: error: expected ')' before '^' token + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray *)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. ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:103:45: error: expected ')' before '(' token + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray *)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. ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:103:172: error: unknown type name 'nullable' + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray *)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. ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:103:180: error: expected ')' before 'NSArray' + (NSExpression *)expressionForBlock:(id (^)(id _Nullable evaluatedObject, NSArray *expressions, NSMutableDictionary * _Nullable context))block arguments:(nullable NSArray *)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. ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:107:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:107:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:111:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id constantValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:111:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id constantValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:116:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *arguments; // array of expressions which will be passed as parameters during invocation of the selector on the operand of a function expression ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:116:59: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *arguments; // array of expressions which will be passed as parameters during invocation of the selector on the operand of a function expression ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:116:20: error: cannot find protocol declaration for 'NSExpression' @property (nullable, readonly, copy) NSArray *arguments; // array of expressions which will be passed as parameters during invocation of the selector on the operand of a function expression ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:127:32: error: expected identifier or '(' before '^' token @property (readonly, copy) id (^expressionBlock)(id _Nullable, NSArray *, NSMutableDictionary * _Nullable) API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExpression.h:130:1: error: expected identifier before '-' token - (nullable id)expressionValueWithObject:(nullable id)object context:(nullable NSMutableDictionary *)context; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:110, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:16:47: error: expected identifier before ')' token @property(readonly, copy, NS_NONATOMIC_IOSONLY) NSArray *inputItems; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:110, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:40: error: unknown type name 'nullable' - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:48: error: expected ')' before 'NSArray' - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:89: error: expected ')' before '^' token - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:19:101: error: expected ')' before '(' token - (void)completeRequestReturningItems:(nullable NSArray *)items completionHandler:(void(^ _Nullable)(BOOL expired))completionHandler; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:110, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:25:55: error: expected ')' before '^' token - (void)openURL:(NSURL *)URL completionHandler:(void (^ _Nullable)(BOOL success))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionContext.h:25:67: error: expected ')' before '(' token - (void)openURL:(NSURL *)URL completionHandler:(void (^ _Nullable)(BOOL success))completionHandler; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:111, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:16:19: error: unknown property attribute before ',' token @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSAttributedString *attributedTitle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:16:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSAttributedString *attributedTitle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:19:19: error: unknown property attribute before ',' token @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSAttributedString *attributedContentText; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:19:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSAttributedString *attributedContentText; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:22:19: error: unknown property attribute before ',' token @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSArray *attachments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:22:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSArray *attachments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:25:19: error: unknown property attribute before ',' token @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSExtensionItem.h:25:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property(nullable, copy, NS_NONATOMIC_IOSONLY) NSDictionary *userInfo; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:10:15: error: expected ';' before '<' token @class NSArray, NSError, NSMutableDictionary, NSOperationQueue, NSSet; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:107:17: error: unknown property attribute before ',' token @property (class, readonly, copy) NSArray> *filePresenters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:107:45: error: expected '>' before '<' token @property (class, readonly, copy) NSArray> *filePresenters; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:107:17: error: cannot find protocol declaration for 'id' @property (class, readonly, copy) NSArray> *filePresenters; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:121:40: error: unknown type name 'nullable' - (instancetype)initWithFilePresenter:(nullable id)filePresenterOrNil NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:121:48: error: expected ')' before 'id' - (instancetype)initWithFilePresenter:(nullable id)filePresenterOrNil NS_DESIGNATED_INITIALIZER; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:65: error: expected '>' before '*' token - (void)coordinateAccessWithIntents:(NSArray *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:1: error: cannot find protocol declaration for 'NSFileAccessIntent' - (void)coordinateAccessWithIntents:(NSArray *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:128: error: expected ')' before '^' token - (void)coordinateAccessWithIntents:(NSArray *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:171:130: error: expected ')' before '(' token - (void)coordinateAccessWithIntents:(NSArray *)intents queue:(NSOperationQueue *)queue byAccessor:(void (^)(NSError * _Nullable error))accessor API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:183:143: error: expected ')' before '^' token - (void)coordinateReadingItemAtURL:(NSURL *)url options:(NSFileCoordinatorReadingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))reader; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:183:157: error: expected ')' before '(' token - (void)coordinateReadingItemAtURL:(NSURL *)url options:(NSFileCoordinatorReadingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))reader; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:184:143: error: expected ')' before '^' token - (void)coordinateWritingItemAtURL:(NSURL *)url options:(NSFileCoordinatorWritingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))writer; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:184:157: error: expected ')' before '(' token - (void)coordinateWritingItemAtURL:(NSURL *)url options:(NSFileCoordinatorWritingOptions)options error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(NSURL *newURL))writer; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:185:250: error: expected ')' before '^' token - (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; ^ ~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:185:264: error: expected ')' before '(' token - (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; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:186:226: error: expected ')' before '^' token - (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; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:186:240: error: expected ')' before '(' token - (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; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:53: error: expected '>' before '*' token - (void)prepareForReadingItemsAtURLs:(NSArray *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:1: error: cannot find protocol declaration for 'NSURL' - (void)prepareForReadingItemsAtURLs:(NSArray *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:160: error: expected '>' before '*' token - (void)prepareForReadingItemsAtURLs:(NSArray *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:1: error: cannot find protocol declaration for 'NSURL' - (void)prepareForReadingItemsAtURLs:(NSArray *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:278: error: expected ')' before '^' token - (void)prepareForReadingItemsAtURLs:(NSArray *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor; ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:196:292: error: expected ')' before '(' token - (void)prepareForReadingItemsAtURLs:(NSArray *)readingURLs options:(NSFileCoordinatorReadingOptions)readingOptions writingItemsAtURLs:(NSArray *)writingURLs options:(NSFileCoordinatorWritingOptions)writingOptions error:(NSError **)outError byAccessor:(void (NS_NOESCAPE ^)(void (^completionHandler)(void)))batchAccessor; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:113, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileCoordinator.h:227:1: error: cannot find protocol declaration for 'NSURLResourceKey' - (void)itemAtURL:(NSURL *)url didChangeUbiquityAttributes:(NSSet *)attributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:114, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:10:55: error: expected ';' before '<' token @class NSError, NSFileVersion, NSOperationQueue, NSSet; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:114, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:28:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *presentedItemURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:28:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *presentedItemURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:40:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *primaryPresentedItemURL API_AVAILABLE(macos(10.8)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:40:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *primaryPresentedItemURL API_AVAILABLE(macos(10.8)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:46:48: error: expected ')' before '^' token - (void)relinquishPresentedItemToReader:(void (^)(void (^ _Nullable reacquirer)(void)))reader; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:46:50: error: expected ')' before '(' token - (void)relinquishPresentedItemToReader:(void (^)(void (^ _Nullable reacquirer)(void)))reader; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:52:48: error: expected ')' before '^' token - (void)relinquishPresentedItemToWriter:(void (^)(void (^ _Nullable reacquirer)(void)))writer; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:52:50: error: expected ')' before '(' token - (void)relinquishPresentedItemToWriter:(void (^)(void (^ _Nullable reacquirer)(void)))writer; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:60:62: error: expected ')' before '^' token - (void)savePresentedItemChangesWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:60:64: error: expected ')' before '(' token - (void)savePresentedItemChangesWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:114, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:68:70: error: expected ')' before '^' token - (void)accommodatePresentedItemDeletionWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:68:72: error: expected ')' before '(' token - (void)accommodatePresentedItemDeletionWithCompletionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:97:1: error: cannot find protocol declaration for 'NSURLResourceKey' - (void)presentedItemDidChangeUbiquityAttributes:(NSSet *)attributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:105:28: error: unknown property attribute before ')' token @property (readonly, strong) NSSet *observedPresentedItemUbiquityAttributes API_AVAILABLE(macos(10.13), ios(11.0)) API_UNAVAILABLE(watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:105:28: error: cannot find protocol declaration for 'NSURLResourceKey' /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:124:88: error: expected ')' before '^' token - (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFilePresenter.h:124:90: error: expected ')' before '(' token - (void)accommodatePresentedSubitemDeletionAtURL:(NSURL *)url completionHandler:(void (^)(NSError * _Nullable errorOrNil))completionHandler; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:115, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:9:15: error: expected ';' before '<' token @class NSArray, NSDate, NSDictionary, NSError, NSString, NSURL, NSPersonNameComponents; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:51:4: error: unknown type name 'nullable' + (nullable NSFileVersion *)currentVersionOfItemAtURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:51:12: error: expected ')' before 'NSFileVersion' + (nullable NSFileVersion *)currentVersionOfItemAtURL:(NSURL *)url; ~ ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:55:4: error: unknown type name 'nullable' + (nullable NSArray *)otherVersionsOfItemAtURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:55:12: error: expected ')' before 'NSArray' + (nullable NSArray *)otherVersionsOfItemAtURL:(NSURL *)url; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:59:4: error: unknown type name 'nullable' + (nullable NSArray *)unresolvedConflictVersionsOfItemAtURL:(NSURL *)url; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:59:12: error: expected ')' before 'NSArray' + (nullable NSArray *)unresolvedConflictVersionsOfItemAtURL:(NSURL *)url; ~ ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:115, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:67:78: error: expected ')' before '^' token + (void)getNonlocalVersionsOfItemAtURL:(NSURL *)url completionHandler:(void (^)(NSArray * _Nullable nonlocalFileVersions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:67:80: error: expected ')' before '(' token + (void)getNonlocalVersionsOfItemAtURL:(NSURL *)url completionHandler:(void (^)(NSArray * _Nullable nonlocalFileVersions, NSError * _Nullable error))completionHandler API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:71:4: error: unknown type name 'nullable' + (nullable NSFileVersion *)versionOfItemAtURL:(NSURL *)url forPersistentIdentifier:(id)persistentIdentifier; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:71:12: error: expected ')' before 'NSFileVersion' + (nullable NSFileVersion *)versionOfItemAtURL:(NSURL *)url forPersistentIdentifier:(id)persistentIdentifier; ~ ^~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:115, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:79:4: error: unknown type name 'nullable' + (nullable NSFileVersion *)addVersionOfItemAtURL:(NSURL *)url withContentsOfURL:(NSURL *)contentsURL options:(NSFileVersionAddingOptions)options error:(NSError **)outError API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:79:12: error: expected ')' before 'NSFileVersion' + (nullable NSFileVersion *)addVersionOfItemAtURL:(NSURL *)url withContentsOfURL:(NSURL *)contentsURL options:(NSFileVersionAddingOptions)options error:(NSError **)outError API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:115, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:91:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *localizedName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:91:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *localizedName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:95:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *localizedNameOfSavingComputer; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:95:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *localizedNameOfSavingComputer; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:99:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSPersonNameComponents *originatorNameComponents API_AVAILABLE(macosx(10.12), ios(10.0)) __TVOS_PROHIBITED __WATCHOS_PROHIBITED; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:99:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSPersonNameComponents *originatorNameComponents API_AVAILABLE(macosx(10.12), ios(10.0)) __TVOS_PROHIBITED __WATCHOS_PROHIBITED; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:103:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *modificationDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:103:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *modificationDate; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:115, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:145:4: error: unknown type name 'nullable' - (nullable NSURL *)replaceItemAtURL:(NSURL *)url options:(NSFileVersionReplacingOptions)options error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileVersion.h:145:12: error: expected ')' before 'NSURL' - (nullable NSURL *)replaceItemAtURL:(NSURL *)url options:(NSFileVersionReplacingOptions)options error:(NSError **)error; ~ ^~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:116, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:8:28: error: expected ';' before '<' token @class NSData, NSDictionary, NSError, NSString, NSURL; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:51:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:51:12: error: expected ')' before 'id' - (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)); ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:116, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:70: error: expected '>' before '*' token - (instancetype)initDirectoryWithFileWrappers:(NSDictionary *)childrenByPreferredName NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:55:1: error: cannot find protocol declaration for 'NSString' - (instancetype)initDirectoryWithFileWrappers:(NSDictionary *)childrenByPreferredName NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:67:4: error: unknown type name 'nullable' - (nullable instancetype)initWithSerializedRepresentation:(NSData *)serializeRepresentation NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:67:12: error: expected ')' before 'id' - (nullable instancetype)initWithSerializedRepresentation:(NSData *)serializeRepresentation NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:69:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:69:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:116, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:83:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *preferredFilename; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:83:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *preferredFilename; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:87:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *filename; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:87:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *filename; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:91:40: error: expected '>' before '*' token @property (copy) NSDictionary *fileAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:91:1: error: cannot find protocol declaration for 'NSString' @property (copy) NSDictionary *fileAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:110:99: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:110:107: error: expected ')' before 'NSURL' - (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)); ^~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:116:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSData *serializedRepresentation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:116:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSData *serializedRepresentation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:136:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *fileWrappers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:136:60: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *fileWrappers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:136:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSDictionary *fileWrappers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:140:4: error: unknown type name 'nullable' - (nullable NSString *)keyForFileWrapper:(NSFileWrapper *)child; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:140:12: error: expected ')' before 'NSString' - (nullable NSString *)keyForFileWrapper:(NSFileWrapper *)child; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:148:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSData *regularFileContents; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:148:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSData *regularFileContents; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:156:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *symbolicLinkDestinationURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:156:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *symbolicLinkDestinationURL API_AVAILABLE(macos(10.6), ios(4.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:168:4: error: unknown type name 'nullable' - (nullable id)initWithPath:(NSString *)path API_DEPRECATED("Use -initWithURL:options:error: instead.", macos(10.0,10.10)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSFileWrapper.h:168:12: error: expected ')' before 'id' - (nullable id)initWithPath:(NSString *)path API_DEPRECATED("Use -initWithURL:options:error: instead.", macos(10.0,10.10)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:118, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:8:15: error: expected ';' before '<' token @class NSArray, NSOrthography, NSValue; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:118, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:100:1: error: cannot find protocol declaration for 'NSLinguisticTagScheme' - (instancetype)initWithTagSchemes:(NSArray *)tagSchemes options:(NSUInteger)opts NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:102:1: error: cannot find protocol declaration for 'NSLinguisticTagScheme' @property (readonly, copy) NSArray *tagSchemes API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:103:20: error: unknown property attribute before ',' token @property (nullable, retain) NSString *string API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:103:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSString *string API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:107:1: error: cannot find protocol declaration for 'NSLinguisticTagScheme' + (NSArray *)availableTagSchemesForUnit:(NSLinguisticTaggerUnit)unit language:(NSString *)language API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:111:1: error: cannot find protocol declaration for 'NSLinguisticTagScheme' + (NSArray *)availableTagSchemesForLanguage:(NSString *)language API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:115:25: error: unknown type name 'nullable' - (void)setOrthography:(nullable NSOrthography *)orthography range:(NSRange)range API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:115:33: error: expected ')' before 'NSOrthography' - (void)setOrthography:(nullable NSOrthography *)orthography range:(NSRange)range API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:116:4: error: unknown type name 'nullable' - (nullable NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:116:12: error: expected ')' before 'NSOrthography' - (nullable NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:116:86: error: unknown type name 'nullable' - (nullable NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:116:94: error: expected ')' before 'NSRangePointer' - (nullable NSOrthography *)orthographyAtIndex:(NSUInteger)charIndex effectiveRange:(nullable NSRangePointer)effectiveRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:132:177: error: expected ')' before '^' token - (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_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:132:191: error: expected ')' before '(' token - (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_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:133:4: error: unknown type name 'nullable' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:133:12: error: expected ')' before 'NSLinguisticTag' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:133:145: error: unknown type name 'nullable' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:133:153: error: expected ')' before 'NSRangePointer' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:1: error: cannot find protocol declaration for 'NSLinguisticTag' - (NSArray *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:201: error: expected '>' before '*' token - (NSArray *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:134:1: error: cannot find protocol declaration for 'NSValue' - (NSArray *)tagsInRange:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:138:143: error: expected ')' before '^' token - (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_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:138:157: error: expected ')' before '(' token - (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_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:4: error: unknown type name 'nullable' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:12: error: expected ')' before 'NSLinguisticTag' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:111: error: unknown type name 'nullable' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:119: error: expected ')' before 'NSRangePointer' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:161: error: unknown type name 'nullable' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:139:169: error: expected ')' before 'NSRangePointer' - (nullable NSLinguisticTag)tagAtIndex:(NSUInteger)charIndex scheme:(NSLinguisticTagScheme)scheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:21: error: expected '>' before '*' token - (NSArray *)tagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:1: error: cannot find protocol declaration for 'NSString' - (NSArray *)tagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:151: error: expected '>' before '*' token - (NSArray *)tagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:140:1: error: cannot find protocol declaration for 'NSValue' - (NSArray *)tagsInRange:(NSRange)range scheme:(NSString *)tagScheme options:(NSLinguisticTaggerOptions)opts tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:144:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *dominantLanguage API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:144:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *dominantLanguage API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:148:4: error: unknown type name 'nullable' + (nullable NSString *)dominantLanguageForString:(NSString *)string API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:148:12: error: expected ')' before 'NSString' + (nullable NSString *)dominantLanguageForString:(NSString *)string API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:4: error: unknown type name 'nullable' + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:12: error: expected ')' before 'NSLinguisticTag' + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:175: error: unknown type name 'nullable' + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:183: error: expected ')' before 'NSOrthography' + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:224: error: unknown type name 'nullable' + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:149:232: error: expected ')' before 'NSRangePointer' + (nullable NSLinguisticTag)tagForString:(NSString *)string atIndex:(NSUInteger)charIndex unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme orthography:(nullable NSOrthography *)orthography tokenRange:(nullable NSRangePointer)tokenRange API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:1: error: cannot find protocol declaration for 'NSLinguisticTag' + (NSArray *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:212: error: unknown type name 'nullable' + (NSArray *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:220: error: expected ')' before 'NSOrthography' + (NSArray *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:278: error: expected '>' before '*' token + (NSArray *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:150:1: error: cannot find protocol declaration for 'NSValue' + (NSArray *)tagsForString:(NSString *)string range:(NSRange)range unit:(NSLinguisticTaggerUnit)unit scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:199: error: unknown type name 'nullable' + (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_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:207: error: expected ')' before 'NSOrthography' + (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_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:254: error: expected ')' before '^' token + (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_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:151:268: error: expected ')' before '(' token + (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_AVAILABLE(macosx(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:4: error: unknown type name 'nullable' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:12: error: expected ')' before 'NSArray' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:118: error: unknown type name 'nullable' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:126: error: expected ')' before 'NSRangePointer' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:168: error: unknown type name 'nullable' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:176: error: expected ')' before 'NSRangePointer' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:230: error: expected '>' before '*' token - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:155:1: error: cannot find protocol declaration for 'NSValue' - (nullable NSArray *)possibleTagsAtIndex:(NSUInteger)charIndex scheme:(NSString *)tagScheme tokenRange:(nullable NSRangePointer)tokenRange sentenceRange:(nullable NSRangePointer)sentenceRange scores:(NSArray * _Nullable * _Nullable)scores API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:1: error: cannot find protocol declaration for 'NSLinguisticTag' - (NSArray *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:161: error: unknown type name 'nullable' - (NSArray *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:169: error: expected ')' before 'NSOrthography' - (NSArray *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:227: error: expected '>' before '*' token - (NSArray *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:163:1: error: cannot find protocol declaration for 'NSValue' - (NSArray *)linguisticTagsInRange:(NSRange)range scheme:(NSLinguisticTagScheme)scheme options:(NSLinguisticTaggerOptions)options orthography:(nullable NSOrthography *)orthography tokenRanges:(NSArray * _Nullable * _Nullable)tokenRanges API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:148: error: unknown type name 'nullable' - (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_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:156: error: expected ')' before 'NSOrthography' - (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_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:203: error: expected ')' before '^' token - (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_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSLinguisticTagger.h:164:217: error: expected ')' before '(' token - (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_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0)); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:119, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:11:32: error: expected ';' before '<' token @class NSString, NSURL, NSArray, NSDictionary, NSPredicate, NSOperationQueue, NSSortDescriptor; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:119, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:26:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:26:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:27:20: error: unknown property attribute before ',' token @property (nullable, copy) NSPredicate *predicate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:27:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSPredicate *predicate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:28:43: error: expected '>' before '*' token @property (copy) NSArray *sortDescriptors; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:28:1: error: cannot find protocol declaration for 'NSSortDescriptor' @property (copy) NSArray *sortDescriptors; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:29:35: error: expected '>' before '*' token @property (copy) NSArray *valueListAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:29:1: error: cannot find protocol declaration for 'NSString' @property (copy) NSArray *valueListAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:30:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *groupingAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:30:45: error: expected '>' before '*' token @property (nullable, copy) NSArray *groupingAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:30:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSArray *groupingAttributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:39:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *searchItems API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:39:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSArray *searchItems API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:43:20: error: unknown property attribute before ',' token @property (nullable, retain) NSOperationQueue *operationQueue API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:43:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSOperationQueue *operationQueue API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:61:43: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:61:57: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:62:82: error: expected ')' before '^' token - (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)); ^ ~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:62:96: error: expected ')' before '(' token - (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)); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:68:50: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *> *valueLists; // values are arrays of NSMetadataQueryAttributeValueTuple ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:68:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSDictionary *> *valueLists; // values are arrays of NSMetadataQueryAttributeValueTuple ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:70:63: error: expected '>' before '*' token @property (readonly, copy) NSArray *groupedResults; // array of NSMetadataQueryResultGroups, for first grouping attribute ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:70:1: error: cannot find protocol declaration for 'NSMetadataQueryResultGroup' @property (readonly, copy) NSArray *groupedResults; // array of NSMetadataQueryResultGroups, for first grouping attribute ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:72:4: error: unknown type name 'nullable' - (nullable id)valueOfAttribute:(NSString *)attrName forResultAtIndex:(NSUInteger)idx; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:72:12: error: expected ')' before 'id' - (nullable id)valueOfAttribute:(NSString *)attrName forResultAtIndex:(NSUInteger)idx; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:119, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:118:4: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:118:12: error: expected ')' before 'id' - (nullable instancetype)initWithURL:(NSURL *)url NS_DESIGNATED_INITIALIZER API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:120:4: error: unknown type name 'nullable' - (nullable id)valueForAttribute:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:120:12: error: expected ')' before 'id' - (nullable id)valueForAttribute:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:4: error: unknown type name 'nullable' - (nullable NSDictionary *)valuesForAttributes:(NSArray *)keys; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)valuesForAttributes:(NSArray *)keys; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:82: error: expected '>' before '*' token - (nullable NSDictionary *)valuesForAttributes:(NSArray *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:121:1: error: cannot find protocol declaration for 'NSString' - (nullable NSDictionary *)valuesForAttributes:(NSArray *)keys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:123:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:123:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:137:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id value; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:137:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id value; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:153:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *subgroups; // nil if this is a leaf ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:153:73: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *subgroups; // nil if this is a leaf ^ /System/Library/Frameworks/Foundation.framework/Headers/NSMetadata.h:153:20: error: cannot find protocol declaration for 'NSMetadataQueryResultGroup' @property (nullable, readonly, copy) NSArray *subgroups; // nil if this is a leaf ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:121, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:10:15: error: expected ';' before '<' token @class NSArray, NSData, NSDictionary, NSInputStream, NSNumber, NSOutputStream, NSRunLoop, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:121, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:107:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:107:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:127:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *hostName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:127:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *hostName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:131:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *addresses; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:131:53: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *addresses; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:131:20: error: cannot find protocol declaration for 'NSData' @property (nullable, readonly, copy) NSArray *addresses; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:121, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:160:26: error: expected '>' before '*' token + (NSDictionary *)dictionaryFromTXTRecordData:(NSData *)txtData; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:160:1: error: cannot find protocol declaration for 'NSString' + (NSDictionary *)dictionaryFromTXTRecordData:(NSData *)txtData; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:164:64: error: expected '>' before '*' token + (NSData *)dataFromTXTRecordDictionary:(NSDictionary *)txtDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:164:1: error: cannot find protocol declaration for 'NSString' + (NSData *)dataFromTXTRecordDictionary:(NSDictionary *)txtDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:176:27: error: unknown type name 'nullable' - (BOOL)setTXTRecordData:(nullable NSData *)recordData; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:176:35: error: expected ')' before 'NSData' - (BOOL)setTXTRecordData:(nullable NSData *)recordData; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:180:4: error: unknown type name 'nullable' - (nullable NSData *)TXTRecordData; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:180:12: error: expected ')' before 'NSData' - (nullable NSData *)TXTRecordData; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:207:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:207:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:252:80: error: expected '>' before '*' token - (void)netService:(NSNetService *)sender didNotPublish:(NSDictionary *)errorDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:252:1: error: cannot find protocol declaration for 'NSString' - (void)netService:(NSNetService *)sender didNotPublish:(NSDictionary *)errorDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:264:80: error: expected '>' before '*' token - (void)netService:(NSNetService *)sender didNotResolve:(NSDictionary *)errorDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:264:1: error: cannot find protocol declaration for 'NSString' - (void)netService:(NSNetService *)sender didNotResolve:(NSDictionary *)errorDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:305:94: error: expected '>' before '*' token - (void)netServiceBrowser:(NSNetServiceBrowser *)browser didNotSearch:(NSDictionary *)errorDict; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSNetServices.h:305:1: error: cannot find protocol declaration for 'NSString' - (void)netServiceBrowser:(NSNetServiceBrowser *)browser didNotSearch:(NSDictionary *)errorDict; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:124, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:8:29: error: expected ';' before '<' token @class NSArray, NSDictionary, NSData, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:26:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSUbiquitousKeyValueStore *defaultStore; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:26:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSUbiquitousKeyValueStore *defaultStore; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:28:4: error: unknown type name 'nullable' - (nullable id)objectForKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:28:12: error: expected ')' before 'id' - (nullable id)objectForKey:(NSString *)aKey; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:29:20: error: unknown type name 'nullable' - (void)setObject:(nullable id)anObject forKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:29:28: error: expected ')' before 'id' - (void)setObject:(nullable id)anObject forKey:(NSString *)aKey; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:32:4: error: unknown type name 'nullable' - (nullable NSString *)stringForKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:32:12: error: expected ')' before 'NSString' - (nullable NSString *)stringForKey:(NSString *)aKey; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:33:4: error: unknown type name 'nullable' - (nullable NSArray *)arrayForKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:33:12: error: expected ')' before 'NSArray' - (nullable NSArray *)arrayForKey:(NSString *)aKey; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:34:4: error: unknown type name 'nullable' - (nullable NSDictionary *)dictionaryForKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:34:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)dictionaryForKey:(NSString *)aKey; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:35:4: error: unknown type name 'nullable' - (nullable NSData *)dataForKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:35:12: error: expected ')' before 'NSData' - (nullable NSData *)dataForKey:(NSString *)aKey; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:40:20: error: unknown type name 'nullable' - (void)setString:(nullable NSString *)aString forKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:40:28: error: expected ')' before 'NSString' - (void)setString:(nullable NSString *)aString forKey:(NSString *)aKey; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:41:18: error: unknown type name 'nullable' - (void)setData:(nullable NSData *)aData forKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:41:26: error: expected ')' before 'NSData' - (void)setData:(nullable NSData *)aData forKey:(NSString *)aKey; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:42:19: error: unknown type name 'nullable' - (void)setArray:(nullable NSArray *)anArray forKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:42:27: error: expected ')' before 'NSArray' - (void)setArray:(nullable NSArray *)anArray forKey:(NSString *)aKey; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:43:24: error: unknown type name 'nullable' - (void)setDictionary:(nullable NSDictionary *)aDictionary forKey:(NSString *)aKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:43:32: error: expected ')' before 'NSDictionary' - (void)setDictionary:(nullable NSDictionary *)aDictionary forKey:(NSString *)aKey; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:48:50: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *dictionaryRepresentation; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUbiquitousKeyValueStore.h:48:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSDictionary *dictionaryRepresentation; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:125, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:16:15: error: expected ';' before '<' token @class NSArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:68:1: error: cannot find protocol declaration for 'NSRunLoopMode' @property (copy) NSArray *runLoopModes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:100:74: error: unknown type name 'nullable' - (void)registerUndoWithTarget:(id)target selector:(SEL)selector object:(nullable id)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:100:82: error: expected ')' before 'id' - (void)registerUndoWithTarget:(id)target selector:(SEL)selector object:(nullable id)anObject; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:125, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:116:58: error: expected ')' before '^' token - (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; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUndoManager.h:116:60: error: expected ')' before '(' token - (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; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:126, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:15:15: error: expected ';' before '<' token @class NSArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:16:20: error: expected ';' before '<' token @class NSDictionary; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:126, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:129:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSURLSession *sharedSession; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:129:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSURLSession *sharedSession; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:139:97: error: unknown type name 'nullable' + (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration delegate:(nullable id )delegate delegateQueue:(nullable NSOperationQueue *)queue; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:139:105: error: expected ')' before 'id' + (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration delegate:(nullable id )delegate delegateQueue:(nullable NSOperationQueue *)queue; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:139:156: error: unknown type name 'nullable' + (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration delegate:(nullable id )delegate delegateQueue:(nullable NSOperationQueue *)queue; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:139:164: error: expected ')' before 'NSOperationQueue' + (NSURLSession *)sessionWithConfiguration:(NSURLSessionConfiguration *)configuration delegate:(nullable id )delegate delegateQueue:(nullable NSOperationQueue *)queue; ^~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:142:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:142:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:149:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *sessionDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:149:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *sessionDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:172:43: error: expected ')' before '^' token - (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. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:172:45: error: expected ')' before '(' token - (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. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:173:43: error: expected ')' before '^' token - (void)flushWithCompletionHandler:(void (^)(void))completionHandler; /* flush storage to disk and clear transient network caches. Invokes completionHandler() on the delegate queue if not nil. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:173:45: error: expected ')' before '(' token - (void)flushWithCompletionHandler:(void (^)(void))completionHandler; /* flush storage to disk and clear transient network caches. Invokes completionHandler() on the delegate queue if not nil. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:175:46: error: expected ')' before '^' token - (void)getTasksWithCompletionHandler:(void (^)(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks))completionHandler; /* invokes completionHandler with outstanding data, upload and download tasks. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:175:48: error: expected ')' before '(' token - (void)getTasksWithCompletionHandler:(void (^)(NSArray *dataTasks, NSArray *uploadTasks, NSArray *downloadTasks))completionHandler; /* invokes completionHandler with outstanding data, upload and download tasks. */ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:126, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:177:49: error: expected ')' before '^' token - (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. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:177:51: error: expected ')' before '(' token - (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. */ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:237:96: error: expected ')' before '^' token - (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:237:98: error: expected ')' before '(' token - (NSURLSessionDataTask *)dataTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:238:81: error: expected ')' before '^' token - (NSURLSessionDataTask *)dataTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:238:83: error: expected ')' before '(' token - (NSURLSessionDataTask *)dataTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:243:126: error: expected ')' before '^' token - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromFile:(NSURL *)fileURL completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:243:128: error: expected ')' before '(' token - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromFile:(NSURL *)fileURL completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:244:85: error: unknown type name 'nullable' - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:244:93: error: expected ')' before 'NSData' - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:244:137: error: expected ')' before '^' token - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:244:139: error: expected ')' before '(' token - (NSURLSessionUploadTask *)uploadTaskWithRequest:(NSURLRequest *)request fromData:(nullable NSData *)bodyData completionHandler:(void (^)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:252:104: error: expected ')' before '^' token - (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:252:106: error: expected ')' before '(' token - (NSURLSessionDownloadTask *)downloadTaskWithRequest:(NSURLRequest *)request completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:253:89: error: expected ')' before '^' token - (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:253:91: error: expected ')' before '(' token - (NSURLSessionDownloadTask *)downloadTaskWithURL:(NSURL *)url completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:254:104: error: expected ')' before '^' token - (NSURLSessionDownloadTask *)downloadTaskWithResumeData:(NSData *)resumeData completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:254:106: error: expected ')' before '(' token - (NSURLSessionDownloadTask *)downloadTaskWithResumeData:(NSData *)resumeData completionHandler:(void (^)(NSURL * _Nullable location, NSURLResponse * _Nullable response, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:273:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURLRequest *originalRequest; /* may be nil if this is a stream task */ ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:273:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURLRequest *originalRequest; /* may be nil if this is a stream task */ ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:274:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURLRequest *currentRequest; /* may differ from originalRequest due to http server redirection */ ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:274:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURLRequest *currentRequest; /* may differ from originalRequest due to http server redirection */ ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:275:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURLResponse *response; /* may be nil if no response has been received */ ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:275:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURLResponse *response; /* may be nil if no response has been received */ ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:281:28: error: unknown property attribute before ')' token @property (readonly, strong) NSProgress *progress API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:290:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *earliestBeginDate API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:290:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *earliestBeginDate API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:322:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *taskDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:322:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *taskDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:341:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSError *error; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:341:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSError *error; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:408:44: error: expected ')' before '^' token - (void)cancelByProducingResumeData:(void (^)(NSData * _Nullable resumeData))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:408:46: error: expected ')' before '(' token - (void)cancelByProducingResumeData:(void (^)(NSData * _Nullable resumeData))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:443:138: error: expected ')' before '^' token - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable data, BOOL atEOF, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:443:140: error: expected ')' before '(' token - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable data, BOOL atEOF, NSError * _Nullable error))completionHandler; ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:450:91: error: expected ')' before '^' token - (void)writeData:(NSData *)data timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:450:93: error: expected ')' before '(' token - (void)writeData:(NSData *)data timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSError * _Nullable error))completionHandler; ^~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:538:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSURLSessionConfiguration *defaultSessionConfiguration; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:538:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSURLSessionConfiguration *defaultSessionConfiguration; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:539:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSURLSessionConfiguration *ephemeralSessionConfiguration; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:539:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSURLSessionConfiguration *ephemeralSessionConfiguration; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:544:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *identifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:544:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *identifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:584:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *sharedContainerIdentifier API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:584:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *sharedContainerIdentifier API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:594:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *connectionProxyDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:594:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDictionary *connectionProxyDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:613:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *HTTPAdditionalHeaders; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:613:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDictionary *HTTPAdditionalHeaders; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:619:20: error: unknown property attribute before ',' token @property (nullable, retain) NSHTTPCookieStorage *HTTPCookieStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:619:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSHTTPCookieStorage *HTTPCookieStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:622:20: error: unknown property attribute before ',' token @property (nullable, retain) NSURLCredentialStorage *URLCredentialStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:622:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSURLCredentialStorage *URLCredentialStorage; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:625:20: error: unknown property attribute before ',' token @property (nullable, retain) NSURLCache *URLCache; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:625:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSURLCache *URLCache; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:641:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *protocolClasses; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:641:20: error: cannot find protocol declaration for 'Class' /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:641:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSArray *protocolClasses; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:688:71: error: unknown type name 'nullable' - (void)URLSession:(NSURLSession *)session didBecomeInvalidWithError:(nullable NSError *)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:688:79: error: expected ')' before 'NSError' - (void)URLSession:(NSURLSession *)session didBecomeInvalidWithError:(nullable NSError *)error; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:700:71: error: expected ')' before '^' token completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:700:73: error: expected ')' before '(' token completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:743:56: error: expected ')' before '^' token completionHandler:(void (^)(NSURLSessionDelayedRequestDisposition disposition, NSURLRequest * _Nullable newRequest))completionHandler ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:743:58: error: expected ')' before '(' token completionHandler:(void (^)(NSURLSessionDelayedRequestDisposition disposition, NSURLRequest * _Nullable newRequest))completionHandler ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:772:56: error: expected ')' before '^' token completionHandler:(void (^)(NSURLRequest * _Nullable))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:772:58: error: expected ')' before '(' token completionHandler:(void (^)(NSURLRequest * _Nullable))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:781:56: error: expected ')' before '^' token completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:781:58: error: expected ')' before '(' token completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * _Nullable credential))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:788:56: error: expected ')' before '^' token needNewBodyStream:(void (^)(NSInputStream * _Nullable bodyStream))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:788:58: error: expected ')' before '(' token needNewBodyStream:(void (^)(NSInputStream * _Nullable bodyStream))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:807:50: error: unknown type name 'nullable' didCompleteWithError:(nullable NSError *)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:807:58: error: expected ')' before 'NSError' didCompleteWithError:(nullable NSError *)error; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:827:60: error: expected ')' before '^' token completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:827:62: error: expected ')' before '(' token completionHandler:(void (^)(NSURLSessionResponseDisposition disposition))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:870:60: error: expected ')' before '^' token completionHandler:(void (^)(NSCachedURLResponse * _Nullable cachedResponse))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:870:62: error: expected ')' before '(' token completionHandler:(void (^)(NSCachedURLResponse * _Nullable cachedResponse))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:975:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSURLResponse *response; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:975:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSURLResponse *response; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:994:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *fetchStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:994:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *fetchStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:999:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *domainLookupStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:999:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *domainLookupStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1004:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *domainLookupEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1004:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *domainLookupEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1011:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *connectStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1011:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *connectStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1020:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *secureConnectionStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1020:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *secureConnectionStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1027:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *secureConnectionEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1027:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *secureConnectionEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1032:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *connectEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1032:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *connectEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1039:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *requestStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1039:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *requestStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1046:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *requestEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1046:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *requestEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1053:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *responseStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1053:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *responseStartDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1058:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSDate *responseEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1058:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSDate *responseEndDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1072:20: error: unknown property attribute before ',' token @property (nullable, copy, readonly) NSString *networkProtocolName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1072:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy, readonly) NSString *networkProtocolName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1102:71: error: expected '>' before '*' token @property (copy, readonly) NSArray *transactionMetrics; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:1102:1: error: cannot find protocol declaration for 'NSURLSessionTaskTransactionMetrics' @property (copy, readonly) NSArray *transactionMetrics; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:127, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:9:29: error: expected ';' before '<' token @class NSArray, NSDictionary, NSSet, NSString, NSURL, NSInputStream, NSOutputStream, NSError; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:127, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:33:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *title; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:33:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *title; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:37:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:37:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:44:20: error: unknown property attribute before ',' token @property (nullable, copy) NSSet *requiredUserInfoKeys API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:44:43: error: expected '>' before '*' token @property (nullable, copy) NSSet *requiredUserInfoKeys API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:44:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSSet *requiredUserInfoKeys API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:52:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *webpageURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *webpageURL; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:56:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *referrerURL API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:56:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *referrerURL API_AVAILABLE(macos(10.13), ios(11.0), watchos(4.0), tvos(11.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:59:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *expirationDate API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:59:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *expirationDate API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:62:33: error: expected '>' before '*' token @property (copy) NSSet *keywords API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:62:1: error: cannot find protocol declaration for 'NSString' @property (copy) NSSet *keywords API_AVAILABLE(macos(10.11), ios(9.0), watchos(3.0), tvos(10.0)); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:70:20: error: unknown property attribute before ',' token @property (nullable, weak) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:70:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, weak) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:85:60: error: expected ')' before '^' token - (void)getContinuationStreamsWithCompletionHandler:(void (^)(NSInputStream * _Nullable inputStream, NSOutputStream * _Nullable outputStream, NSError * _Nullable error))completionHandler; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserActivity.h:85:62: error: expected ')' before '(' token - (void)getContinuationStreamsWithCompletionHandler:(void (^)(NSInputStream * _Nullable inputStream, NSOutputStream * _Nullable outputStream, NSError * _Nullable error))completionHandler; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:23:4: error: unknown type name 'nullable' - (nullable instancetype)initWithUUIDString:(NSString *)string; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:23:12: error: expected ')' before 'id' - (nullable instancetype)initWithUUIDString:(NSString *)string; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:133, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:31:34: error: unknown type name 'nullable' - (void)encodeConditionalObject:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:31:42: error: expected ')' before 'id' - (void)encodeConditionalObject:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:38:4: error: unknown type name 'nullable' - (nullable NSString *)classNameEncodedForTrueClassName:(NSString *)trueName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:38:12: error: expected ')' before 'NSString' - (nullable NSString *)classNameEncodedForTrueClassName:(NSString *)trueName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:66:4: error: unknown type name 'nullable' - (nullable instancetype)initForReadingWithData:(NSData *)data NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:66:12: error: expected ')' before 'id' - (nullable instancetype)initForReadingWithData:(NSData *)data NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:68:24: error: unknown type name 'nullable' - (void)setObjectZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:68:32: error: expected ')' before 'NSZone' - (void)setObjectZone:(nullable NSZone *)zone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:69:4: error: unknown type name 'nullable' - (nullable NSZone *)objectZone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:69:12: error: expected ')' before 'NSZone' - (nullable NSZone *)objectZone NS_AUTOMATED_REFCOUNT_UNAVAILABLE; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:75:4: error: unknown type name 'nullable' + (nullable id)unarchiveObjectWithData:(NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:75:12: error: expected ')' before 'id' + (nullable id)unarchiveObjectWithData:(NSData *)data; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:76:4: error: unknown type name 'nullable' + (nullable id)unarchiveObjectWithFile:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:76:12: error: expected ')' before 'id' + (nullable id)unarchiveObjectWithFile:(NSString *)path; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:97:20: error: unknown property attribute before ',' token @property (nullable, readonly) Class classForArchiver; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:99:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSArchiver.h:99:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:134, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:20:15: error: expected identifier or '(' before '^' token typedef void (^NSBackgroundActivityCompletionHandler)(NSBackgroundActivityResult result); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:134, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:77:34: error: expected ')' before '^' token - (void)scheduleWithBlock:(void (^)(NSBackgroundActivityCompletionHandler completionHandler))block; ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSBackgroundActivityScheduler.h:77:36: error: expected ')' before '(' token - (void)scheduleWithBlock:(void (^)(NSBackgroundActivityCompletionHandler completionHandler))block; ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:135, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:40:4: error: unknown type name 'nullable' + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:40:12: error: expected ')' before 'id' + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:40:97: error: unknown type name 'nullable' + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:40:105: error: expected ')' before 'id' + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:135, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:41:4: error: unknown type name 'nullable' + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:41:12: error: expected ')' before 'id' + (nullable id)dateWithString:(NSString *)description calendarFormat:(NSString *)format NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:42:164: error: unknown type name 'nullable' + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:42:172: error: expected ')' before 'NSTimeZone' + (id)dateWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:54:72: error: unknown type name 'nullable' - (NSString *)descriptionWithCalendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:54:80: error: expected ')' before 'id' - (NSString *)descriptionWithCalendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:56:38: error: unknown type name 'nullable' - (NSString *)descriptionWithLocale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:56:46: error: expected ')' before 'id' - (NSString *)descriptionWithLocale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:58:4: error: unknown type name 'nullable' - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:58:12: error: expected ')' before 'id' - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:58:97: error: unknown type name 'nullable' - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:58:105: error: expected ')' before 'id' - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:59:4: error: unknown type name 'nullable' - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:59:12: error: expected ')' before 'id' - (nullable id)initWithString:(NSString *)description calendarFormat:(NSString *)format NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:60:4: error: unknown type name 'nullable' - (nullable id)initWithString:(NSString *)description NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:60:12: error: expected ')' before 'id' - (nullable id)initWithString:(NSString *)description NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:61:164: error: unknown type name 'nullable' - (id)initWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:61:172: error: expected ')' before 'NSTimeZone' - (id)initWithYear:(NSInteger)year month:(NSUInteger)month day:(NSUInteger)day hour:(NSUInteger)hour minute:(NSUInteger)minute second:(NSUInteger)second timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:62:28: error: unknown type name 'nullable' - (void)setCalendarFormat:(nullable NSString *)format NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:62:36: error: expected ')' before 'NSString' - (void)setCalendarFormat:(nullable NSString *)format NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:63:22: error: unknown type name 'nullable' - (void)setTimeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:63:30: error: expected ')' before 'NSTimeZone' - (void)setTimeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:16: error: unknown type name 'nullable' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:24: error: expected ')' before 'NSInteger' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:48: error: unknown type name 'nullable' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:56: error: expected ')' before 'NSInteger' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:79: error: unknown type name 'nullable' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:87: error: expected ')' before 'NSInteger' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:110: error: unknown type name 'nullable' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:118: error: expected ')' before 'NSInteger' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:143: error: unknown type name 'nullable' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:151: error: expected ')' before 'NSInteger' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:177: error: unknown type name 'nullable' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:64:185: error: expected ')' before 'NSInteger' - (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 NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:135, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:75:4: error: unknown type name 'nullable' + (nullable id)dateWithNaturalLanguageString:(NSString *)string locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:75:12: error: expected ')' before 'id' + (nullable id)dateWithNaturalLanguageString:(NSString *)string locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:75:73: error: unknown type name 'nullable' + (nullable id)dateWithNaturalLanguageString:(NSString *)string locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:75:81: error: expected ')' before 'id' + (nullable id)dateWithNaturalLanguageString:(NSString *)string locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:76:4: error: unknown type name 'nullable' + (nullable id)dateWithNaturalLanguageString:(NSString *)string NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:76:12: error: expected ')' before 'id' + (nullable id)dateWithNaturalLanguageString:(NSString *)string NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:78:45: error: unknown type name 'nullable' - (NSCalendarDate *)dateWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:78:53: error: expected ')' before 'NSString' - (NSCalendarDate *)dateWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:78:82: error: unknown type name 'nullable' - (NSCalendarDate *)dateWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:78:90: error: expected ')' before 'NSTimeZone' - (NSCalendarDate *)dateWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:4: error: unknown type name 'nullable' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:12: error: expected ')' before 'NSString' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:55: error: unknown type name 'nullable' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:63: error: expected ')' before 'NSString' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:92: error: unknown type name 'nullable' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:100: error: expected ')' before 'NSTimeZone' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:132: error: unknown type name 'nullable' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:79:140: error: expected ')' before 'id' - (nullable NSString *)descriptionWithCalendarFormat:(nullable NSString *)format timeZone:(nullable NSTimeZone *)aTimeZone locale:(nullable id)locale NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:80:4: error: unknown type name 'nullable' - (nullable id)initWithString:(NSString *)description NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:80:12: error: expected ')' before 'id' - (nullable id)initWithString:(NSString *)description NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0); ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:136, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:9:57: error: expected ';' before '<' token @class NSPort, NSRunLoop, NSPortNameServer, NSDictionary, NSArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:51:50: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *statistics; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:51:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSDictionary *statistics; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:25: error: expected '>' before '*' token + (NSArray *)allConnections; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:1: error: cannot find protocol declaration for 'NSConnection' + (NSArray *)allConnections; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:57:4: error: unknown type name 'nullable' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:57:12: error: expected ')' before 'id' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:57:78: error: unknown type name 'nullable' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:57:86: error: expected ')' before 'NSString' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:4: error: unknown type name 'nullable' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:12: error: expected ')' before 'id' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:78: error: unknown type name 'nullable' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:86: error: expected ')' before 'NSString' + (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:136, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:4: error: unknown type name 'nullable' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:12: error: expected ')' before 'NSDistantObject' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:95: error: unknown type name 'nullable' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:103: error: expected ')' before 'NSString' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:4: error: unknown type name 'nullable' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:12: error: expected ')' before 'NSDistantObject' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ~ ^~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:95: error: unknown type name 'nullable' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:103: error: expected ')' before 'NSString' + (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:62:4: error: unknown type name 'nullable' + (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root usingNameServer:(NSPortNameServer *)server NS_AVAILABLE(10_5, 2_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:62:12: error: expected ')' before 'id' + (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root usingNameServer:(NSPortNameServer *)server NS_AVAILABLE(10_5, 2_0); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:63:4: error: unknown type name 'nullable' + (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root NS_AVAILABLE(10_5, 2_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:63:12: error: expected ')' before 'id' + (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root NS_AVAILABLE(10_5, 2_0); ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:67:20: error: unknown property attribute before ',' token @property (nullable, retain) id rootObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:67:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id rootObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:68:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:68:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:78:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *requestModes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:78:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *requestModes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:80:23: error: unknown type name 'nullable' - (BOOL)registerName:(nullable NSString *) name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:80:31: error: expected ')' before 'NSString' - (BOOL)registerName:(nullable NSString *) name; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:81:23: error: unknown type name 'nullable' - (BOOL)registerName:(nullable NSString *) name withNameServer:(NSPortNameServer *)server; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:81:31: error: expected ')' before 'NSString' - (BOOL)registerName:(nullable NSString *) name withNameServer:(NSPortNameServer *)server; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:4: error: unknown type name 'nullable' + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:12: error: expected ')' before 'id' + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:53: error: unknown type name 'nullable' + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:61: error: expected ')' before 'NSPort' + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:93: error: unknown type name 'nullable' + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:83:101: error: expected ')' before 'NSPort' + (nullable instancetype)connectionWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:85:4: error: unknown type name 'nullable' + (nullable id)currentConversation; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:85:12: error: expected ')' before 'id' + (nullable id)currentConversation; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:4: error: unknown type name 'nullable' - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:12: error: expected ')' before 'id' - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:47: error: unknown type name 'nullable' - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:55: error: expected ')' before 'NSPort' - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:87: error: unknown type name 'nullable' - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:95: error: expected ')' before 'NSPort' - (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:146:29: error: unknown type name 'nullable' - (void)replyWithException:(nullable NSException *)exception; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:146:37: error: expected ')' before 'NSException' - (void)replyWithException:(nullable NSException *)exception; ^~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:137, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:27:4: error: unknown type name 'nullable' + (nullable id)proxyWithTarget:(id)target connection:(NSConnection *)connection; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:27:12: error: expected ')' before 'id' + (nullable id)proxyWithTarget:(id)target connection:(NSConnection *)connection; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:28:4: error: unknown type name 'nullable' - (nullable instancetype)initWithTarget:(id)target connection:(NSConnection *)connection; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:28:12: error: expected ')' before 'id' - (nullable instancetype)initWithTarget:(id)target connection:(NSConnection *)connection; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:33:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:33:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:35:30: error: unknown type name 'nullable' - (void)setProtocolForProxy:(nullable Protocol *)proto; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistantObject.h:35:38: error: expected ')' before 'Protocol' - (void)setProtocolForProxy:(nullable Protocol *)proto; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:138, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:44:63: error: unknown type name 'nullable' - (void)addObserver:(id)observer selector:(SEL)selector name:(nullable NSNotificationName)name object:(nullable NSString *)object suspensionBehavior:(NSNotificationSuspensionBehavior)suspensionBehavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:44:71: error: expected ')' before 'NSNotificationName' - (void)addObserver:(id)observer selector:(SEL)selector name:(nullable NSNotificationName)name object:(nullable NSString *)object suspensionBehavior:(NSNotificationSuspensionBehavior)suspensionBehavior; ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:44:104: error: unknown type name 'nullable' - (void)addObserver:(id)observer selector:(SEL)selector name:(nullable NSNotificationName)name object:(nullable NSString *)object suspensionBehavior:(NSNotificationSuspensionBehavior)suspensionBehavior; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:44:112: error: expected ')' before 'NSString' - (void)addObserver:(id)observer selector:(SEL)selector name:(nullable NSNotificationName)name object:(nullable NSString *)object suspensionBehavior:(NSNotificationSuspensionBehavior)suspensionBehavior; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:47:63: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo deliverImmediately:(BOOL)deliverImmediately; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:47:71: error: expected ')' before 'NSString' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo deliverImmediately:(BOOL)deliverImmediately; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:47:100: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo deliverImmediately:(BOOL)deliverImmediately; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:47:108: error: expected ')' before 'NSDictionary' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo deliverImmediately:(BOOL)deliverImmediately; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:51:63: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo options:(NSDistributedNotificationOptions)options; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:51:71: error: expected ')' before 'NSString' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo options:(NSDistributedNotificationOptions)options; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:51:100: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo options:(NSDistributedNotificationOptions)options; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:51:108: error: expected ')' before 'NSDictionary' - (void)postNotificationName:(NSNotificationName)name object:(nullable NSString *)object userInfo:(nullable NSDictionary *)userInfo options:(NSDistributedNotificationOptions)options; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:60:64: error: unknown type name 'nullable' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:60:72: error: expected ')' before 'NSNotificationName' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:60:106: error: unknown type name 'nullable' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:60:114: error: expected ')' before 'NSString' - (void)addObserver:(id)observer selector:(SEL)aSelector name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:62:64: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:62:72: error: expected ')' before 'NSString' - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:63:64: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:63:72: error: expected ')' before 'NSString' - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:63:103: error: unknown type name 'nullable' - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:63:111: error: expected ')' before 'NSDictionary' - (void)postNotificationName:(NSNotificationName)aName object:(nullable NSString *)anObject userInfo:(nullable NSDictionary *)aUserInfo; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:64:43: error: unknown type name 'nullable' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:64:51: error: expected ')' before 'NSNotificationName' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:64:85: error: unknown type name 'nullable' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedNotificationCenter.h:64:93: error: expected ')' before 'NSString' - (void)removeObserver:(id)observer name:(nullable NSNotificationName)aName object:(nullable NSString *)anObject; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:140, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:18:4: error: unknown type name 'nullable' - (nullable NSPort *)decodePortObject; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:18:12: error: expected ')' before 'NSPort' - (nullable NSPort *)decodePortObject; ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:140, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:21:4: error: unknown type name 'nullable' - (nullable NSConnection *)connection NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:21:12: error: expected ')' before 'NSConnection' - (nullable NSConnection *)connection NS_DEPRECATED(10_0, 10_7, 2_0, NA); ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:34: error: unknown type name 'nullable' + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:42: error: expected ')' before 'NSPort' + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:70: error: unknown type name 'nullable' + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:78: error: expected ')' before 'NSPort' + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:108: error: unknown type name 'nullable' + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:22:116: error: expected ')' before 'NSArray' + (id) portCoderWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:28: error: unknown type name 'nullable' - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:36: error: expected ')' before 'NSPort' - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:64: error: unknown type name 'nullable' - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:72: error: expected ')' before 'NSPort' - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:102: error: unknown type name 'nullable' - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:23:110: error: expected ')' before 'NSArray' - (id)initWithReceivePort:(nullable NSPort *)rcvPort sendPort:(nullable NSPort *)sndPort components:(nullable NSArray *)comps NS_DEPRECATED(10_0, 10_7, 2_0, NA); ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:32:4: error: unknown type name 'nullable' - (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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortCoder.h:32:12: error: expected ')' before 'id' - (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)); ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:141, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:35: error: unknown type name 'nullable' - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:43: error: expected ')' before 'NSPort' - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:75: error: unknown type name 'nullable' - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:83: error: expected ')' before 'NSPort' - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:115: error: unknown type name 'nullable' - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:21:123: error: expected ')' before 'NSArray' - (instancetype)initWithSendPort:(nullable NSPort *)sendPort receivePort:(nullable NSPort *)replyPort components:(nullable NSArray *)components NS_DESIGNATED_INITIALIZER; ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:141, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:23:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *components; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:23:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSArray *components; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:24:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSPort *receivePort; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:24:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSPort *receivePort; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:25:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSPort *sendPort; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSPortMessage.h:25:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSPort *sendPort; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:142, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:17:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:17:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:18:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:18:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:18:57: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:18:65: error: expected ')' before 'NSString' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:36:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:36:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:37:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:37:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:37:57: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:37:65: error: expected ')' before 'NSString' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:48:4: error: unknown type name 'nullable' - (nullable NSPort *)servicePortWithName:(NSString *)name NS_AVAILABLE(10_5, 2_0); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:48:12: error: expected ')' before 'NSPort' - (nullable NSPort *)servicePortWithName:(NSString *)name NS_AVAILABLE(10_5, 2_0); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:62:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:62:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:63:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:63:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:63:57: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:63:65: error: expected ')' before 'NSString' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:84:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:84:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:85:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:85:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:85:57: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:85:65: error: expected ')' before 'NSString' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:93:4: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host nameServerPortNumber:(uint16_t)portNumber; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:93:12: error: expected ')' before 'NSPort' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host nameServerPortNumber:(uint16_t)portNumber; ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:93:57: error: unknown type name 'nullable' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host nameServerPortNumber:(uint16_t)portNumber; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:93:65: error: expected ')' before 'NSString' - (nullable NSPort *)portForName:(NSString *)name host:(nullable NSString *)host nameServerPortNumber:(uint16_t)portNumber; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:143, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSProtocolChecker.h:13:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSObject *target; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSProtocolChecker.h:13:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSObject *target; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:144, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:8:15: error: expected ';' before '<' token @class NSArray, NSDictionary, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:29:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *executableURL API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:29:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *executableURL API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:30:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:30:45: error: expected '>' before '*' token @property (nullable, copy) NSArray *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:30:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSArray *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:31:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *environment; // if not set, use current ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:31:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *environment; // if not set, use current ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:31:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *environment; // if not set, use current ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:32:20: error: unknown property attribute before ',' token @property (nullable, copy) NSURL *currentDirectoryURL API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:32:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSURL *currentDirectoryURL API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:35:20: error: unknown property attribute before ',' token @property (nullable, retain) id standardInput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:35:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id standardInput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:36:20: error: unknown property attribute before ',' token @property (nullable, retain) id standardOutput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:36:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id standardOutput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:37:20: error: unknown property attribute before ',' token @property (nullable, retain) id standardError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:37:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id standardError; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:144, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:58:20: error: unknown property attribute before ',' token @property (nullable, copy) void (^terminationHandler)(NSTask *) API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:58:34: error: expected identifier or '(' before '^' token @property (nullable, copy) void (^terminationHandler)(NSTask *) API_AVAILABLE(macos(10.7)) API_UNAVAILABLE(ios, watchos, tvos); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:144, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:60:1: error: expected identifier before 'property' @property NSQualityOfService qualityOfService API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0)); // read-only after the task is launched ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:4: error: unknown type name 'nullable' + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:12: error: expected ')' before 'NSTask' + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:93: error: expected '>' before '*' token + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:1: error: cannot find protocol declaration for 'NSString' + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:172: error: expected ')' before '^' token + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:66:183: error: expected ')' before '(' token + (nullable NSTask *)launchedTaskWithExecutableURL:(NSURL *)url arguments:(NSArray *)arguments error:(out NSError ** _Nullable)error terminationHandler:(void (^_Nullable)(NSTask *))terminationHandler API_AVAILABLE(macos(10.13)) API_UNAVAILABLE(ios, watchos, tvos); ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:144, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:75:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *launchPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:75:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *launchPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:85: error: expected '>' before '*' token + (NSTask *)launchedTaskWithLaunchPath:(NSString *)path arguments:(NSArray *)arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSTask.h:80:1: error: cannot find protocol declaration for 'NSString' + (NSTask *)launchedTaskWithLaunchPath:(NSString *)path arguments:(NSArray *)arguments; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:145, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:8:15: error: expected ';' before '<' token @class NSArray, NSDictionary, NSError, NSString, NSURL; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:145, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:119:50: error: unknown type name 'nullable' + (id)elementWithName:(NSString *)name children:(nullable NSArray *)children attributes:(nullable NSArray *)attributes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:119:58: error: expected ')' before 'NSArray' + (id)elementWithName:(NSString *)name children:(nullable NSArray *)children attributes:(nullable NSArray *)attributes; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:119:103: error: unknown type name 'nullable' + (id)elementWithName:(NSString *)name children:(nullable NSArray *)children attributes:(nullable NSArray *)attributes; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:119:111: error: expected ')' before 'NSArray' + (id)elementWithName:(NSString *)name children:(nullable NSArray *)children attributes:(nullable NSArray *)attributes; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:161:4: error: unknown type name 'nullable' + (nullable id)DTDNodeWithXMLString:(NSString *)string; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:161:12: error: expected ')' before 'id' + (nullable id)DTDNodeWithXMLString:(NSString *)string; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:175:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *name; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:175:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *name; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:180:20: error: unknown property attribute before ',' token @property (nullable, retain) id objectValue; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:180:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id objectValue; //primitive ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:5, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:145, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:185:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *stringValue; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:185:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *stringValue; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:210:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSXMLDocument *rootDocument; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:210:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSXMLDocument *rootDocument; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:215:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSXMLNode *parent; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:215:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSXMLNode *parent; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:225:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSArray *children; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:225:56: error: expected '>' before '*' token @property (nullable, readonly, copy) NSArray *children; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:225:20: error: cannot find protocol declaration for 'NSXMLNode' @property (nullable, readonly, copy) NSArray *children; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:231:4: error: unknown type name 'nullable' - (nullable NSXMLNode *)childAtIndex:(NSUInteger)index; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:231:12: error: expected ')' before 'NSXMLNode' - (nullable NSXMLNode *)childAtIndex:(NSUInteger)index; //primitive ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:236:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSXMLNode *previousSibling; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:236:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSXMLNode *previousSibling; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:241:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSXMLNode *nextSibling; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:241:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSXMLNode *nextSibling; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:246:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSXMLNode *previousNode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:246:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSXMLNode *previousNode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:251:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSXMLNode *nextNode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:251:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSXMLNode *nextNode; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:262:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *XPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:262:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *XPath; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:271:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *localName; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:271:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *localName; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:276:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *prefix; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:276:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *prefix; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:281:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *URI; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:281:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *URI; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:293:4: error: unknown type name 'nullable' + (nullable NSString *)prefixForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:293:12: error: expected ')' before 'NSString' + (nullable NSString *)prefixForName:(NSString *)name; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:300:4: error: unknown type name 'nullable' + (nullable NSXMLNode *)predefinedNamespaceForPrefix:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:300:12: error: expected ')' before 'NSXMLNode' + (nullable NSXMLNode *)predefinedNamespaceForPrefix:(NSString *)name; ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:337:4: error: unknown type name 'nullable' - (nullable NSArray<__kindof NSXMLNode *> *)nodesForXPath:(NSString *)xpath error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:337:12: error: expected ')' before 'NSArray' - (nullable NSArray<__kindof NSXMLNode *> *)nodesForXPath:(NSString *)xpath error:(NSError **)error; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:344:4: error: unknown type name 'nullable' - (nullable NSArray *)objectsForXQuery:(NSString *)xquery constants:(nullable NSDictionary *)constants error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:344:12: error: expected ')' before 'NSArray' - (nullable NSArray *)objectsForXQuery:(NSString *)xquery constants:(nullable NSDictionary *)constants error:(NSError **)error; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:344:70: error: unknown type name 'nullable' - (nullable NSArray *)objectsForXQuery:(NSString *)xquery constants:(nullable NSDictionary *)constants error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:344:78: error: expected ')' before 'NSDictionary' - (nullable NSArray *)objectsForXQuery:(NSString *)xquery constants:(nullable NSDictionary *)constants error:(NSError **)error; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:346:4: error: unknown type name 'nullable' - (nullable NSArray *)objectsForXQuery:(NSString *)xquery error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLNode.h:346:12: error: expected ')' before 'NSArray' - (nullable NSArray *)objectsForXQuery:(NSString *)xquery error:(NSError **)error; ~ ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:145, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:7:15: error: expected ';' before '<' token @class NSArray, NSData, NSMutableDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:39:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSXMLNodeOptions)mask error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:39:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSXMLNodeOptions)mask error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:40:4: error: unknown type name 'nullable' - (nullable instancetype)initWithData:(NSData *)data options:(NSXMLNodeOptions)mask error:(NSError **)error NS_DESIGNATED_INITIALIZER; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:40:12: error: expected ')' before 'id' - (nullable instancetype)initWithData:(NSData *)data options:(NSXMLNodeOptions)mask error:(NSError **)error NS_DESIGNATED_INITIALIZER; //primitive ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:145, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:45:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *publicID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:45:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *publicID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:50:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *systemID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:50:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *systemID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:43: error: expected '>' before '*' token - (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:66:1: error: cannot find protocol declaration for 'NSXMLNode' - (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:78:22: error: unknown type name 'nullable' - (void)setChildren:(nullable NSArray *)children; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:78:30: error: expected ')' before 'NSArray' - (void)setChildren:(nullable NSArray *)children; //primitive ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:100:4: error: unknown type name 'nullable' - (nullable NSXMLDTDNode *)entityDeclarationForName:(NSString *)name; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:100:12: error: expected ')' before 'NSXMLDTDNode' - (nullable NSXMLDTDNode *)entityDeclarationForName:(NSString *)name; //primitive ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:106:4: error: unknown type name 'nullable' - (nullable NSXMLDTDNode *)notationDeclarationForName:(NSString *)name; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:106:12: error: expected ')' before 'NSXMLDTDNode' - (nullable NSXMLDTDNode *)notationDeclarationForName:(NSString *)name; //primitive ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:112:4: error: unknown type name 'nullable' - (nullable NSXMLDTDNode *)elementDeclarationForName:(NSString *)name; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:112:12: error: expected ')' before 'NSXMLDTDNode' - (nullable NSXMLDTDNode *)elementDeclarationForName:(NSString *)name; //primitive ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:118:4: error: unknown type name 'nullable' - (nullable NSXMLDTDNode *)attributeDeclarationForName:(NSString *)name elementName:(NSString *)elementName; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:118:12: error: expected ')' before 'NSXMLDTDNode' - (nullable NSXMLDTDNode *)attributeDeclarationForName:(NSString *)name elementName:(NSString *)elementName; //primitive ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:126:4: error: unknown type name 'nullable' + (nullable NSXMLDTDNode *)predefinedEntityDeclarationForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTD.h:126:12: error: expected ')' before 'NSXMLDTDNode' + (nullable NSXMLDTDNode *)predefinedEntityDeclarationForName:(NSString *)name; ~ ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:146, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:60:4: error: unknown type name 'nullable' - (nullable instancetype)initWithXMLString:(NSString *)string NS_DESIGNATED_INITIALIZER; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:60:12: error: expected ')' before 'id' - (nullable instancetype)initWithXMLString:(NSString *)string NS_DESIGNATED_INITIALIZER; //primitive ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:146, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:79:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *publicID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:79:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *publicID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:84:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *systemID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:84:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *systemID; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:89:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *notationName; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDTDNode.h:89:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *notationName; //primitive ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:147, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:7:53: error: expected ';' before '<' token @class NSData, NSXMLDTD, NSXMLDocument, NSDictionary, NSArray; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:147, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:76:4: error: unknown type name 'nullable' - (nullable instancetype)initWithXMLString:(NSString *)string options:(NSXMLNodeOptions)mask error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:76:12: error: expected ')' before 'id' - (nullable instancetype)initWithXMLString:(NSString *)string options:(NSXMLNodeOptions)mask error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:82:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSXMLNodeOptions)mask error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:82:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url options:(NSXMLNodeOptions)mask error:(NSError **)error; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:88:4: error: unknown type name 'nullable' - (nullable instancetype)initWithData:(NSData *)data options:(NSXMLNodeOptions)mask error:(NSError **)error NS_DESIGNATED_INITIALIZER; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:88:12: error: expected ')' before 'id' - (nullable instancetype)initWithData:(NSData *)data options:(NSXMLNodeOptions)mask error:(NSError **)error NS_DESIGNATED_INITIALIZER; //primitive ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:94:38: error: unknown type name 'nullable' - (instancetype)initWithRootElement:(nullable NSXMLElement *)element NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:94:46: error: expected ')' before 'NSXMLElement' - (instancetype)initWithRootElement:(nullable NSXMLElement *)element NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:105:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *characterEncoding; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:105:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *characterEncoding; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:110:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *version; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:110:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *version; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:125:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *MIMEType; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:125:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *MIMEType; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:130:20: error: unknown property attribute before ',' token @property (nullable, copy) NSXMLDTD *DTD; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:130:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSXMLDTD *DTD; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:142:4: error: unknown type name 'nullable' - (nullable NSXMLElement *)rootElement; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:142:12: error: expected ')' before 'NSXMLElement' - (nullable NSXMLElement *)rootElement; //primitive ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:43: error: expected '>' before '*' token - (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:158:1: error: cannot find protocol declaration for 'NSXMLNode' - (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:170:22: error: unknown type name 'nullable' - (void)setChildren:(nullable NSArray *)children; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:170:30: error: expected ')' before 'NSArray' - (void)setChildren:(nullable NSArray *)children; //primitive ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:207:4: error: unknown type name 'nullable' - (nullable id)objectByApplyingXSLT:(NSData *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:207:12: error: expected ')' before 'id' - (nullable id)objectByApplyingXSLT:(NSData *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:207:63: error: unknown type name 'nullable' - (nullable id)objectByApplyingXSLT:(NSData *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:207:71: error: expected ')' before 'NSDictionary' - (nullable id)objectByApplyingXSLT:(NSData *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:213:4: error: unknown type name 'nullable' - (nullable id)objectByApplyingXSLTString:(NSString *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:213:12: error: expected ')' before 'id' - (nullable id)objectByApplyingXSLTString:(NSString *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:213:71: error: unknown type name 'nullable' - (nullable id)objectByApplyingXSLTString:(NSString *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:213:79: error: expected ')' before 'NSDictionary' - (nullable id)objectByApplyingXSLTString:(NSString *)xslt arguments:(nullable NSDictionary *)arguments error:(NSError **)error; ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:219:4: error: unknown type name 'nullable' - (nullable id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:(nullable NSDictionary *)argument error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:219:12: error: expected ')' before 'id' - (nullable id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:(nullable NSDictionary *)argument error:(NSError **)error; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:219:70: error: unknown type name 'nullable' - (nullable id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:(nullable NSDictionary *)argument error:(NSError **)error; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLDocument.h:219:78: error: expected ')' before 'NSDictionary' - (nullable id)objectByApplyingXSLTAtURL:(NSURL *)xsltURL arguments:(nullable NSDictionary *)argument error:(NSError **)error; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:148, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:7:15: error: expected ';' before '<' token @class NSArray, NSDictionary, NSMutableArray, NSEnumerator, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:148, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:40:52: error: unknown type name 'nullable' - (instancetype)initWithName:(NSString *)name URI:(nullable NSString *)URI NS_DESIGNATED_INITIALIZER; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:40:60: error: expected ')' before 'NSString' - (instancetype)initWithName:(NSString *)name URI:(nullable NSString *)URI NS_DESIGNATED_INITIALIZER; //primitive ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:46:60: error: unknown type name 'nullable' - (instancetype)initWithName:(NSString *)name stringValue:(nullable NSString *)string; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:46:68: error: expected ')' before 'NSString' - (instancetype)initWithName:(NSString *)name stringValue:(nullable NSString *)string; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:52:4: error: unknown type name 'nullable' - (nullable instancetype)initWithXMLString:(NSString *)string error:(NSError **)error NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:52:12: error: expected ')' before 'id' - (nullable instancetype)initWithXMLString:(NSString *)string error:(NSError **)error NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:64:25: error: expected '>' before '*' token - (NSArray *)elementsForName:(NSString *)name; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:64:1: error: cannot find protocol declaration for 'NSXMLElement' - (NSArray *)elementsForName:(NSString *)name; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:25: error: expected '>' before '*' token - (NSArray *)elementsForLocalName:(NSString *)localName URI:(nullable NSString *)URI; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:1: error: cannot find protocol declaration for 'NSXMLElement' - (NSArray *)elementsForLocalName:(NSString *)localName URI:(nullable NSString *)URI; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:78: error: unknown type name 'nullable' - (NSArray *)elementsForLocalName:(NSString *)localName URI:(nullable NSString *)URI; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:70:86: error: expected ')' before 'NSString' - (NSArray *)elementsForLocalName:(NSString *)localName URI:(nullable NSString *)URI; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:91:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:91:46: error: expected '>' before '*' token @property (nullable, copy) NSArray *attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:91:20: error: cannot find protocol declaration for 'NSXMLNode' @property (nullable, copy) NSArray *attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:60: error: expected '>' before '*' token - (void)setAttributesWithDictionary:(NSDictionary *)attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:97:1: error: cannot find protocol declaration for 'NSString' - (void)setAttributesWithDictionary:(NSDictionary *)attributes; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:103:4: error: unknown type name 'nullable' - (nullable NSXMLNode *)attributeForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:103:12: error: expected ')' before 'NSXMLNode' - (nullable NSXMLNode *)attributeForName:(NSString *)name; ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:109:4: error: unknown type name 'nullable' - (nullable NSXMLNode *)attributeForLocalName:(NSString *)localName URI:(nullable NSString *)URI; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:109:12: error: expected ')' before 'NSXMLNode' - (nullable NSXMLNode *)attributeForLocalName:(NSString *)localName URI:(nullable NSString *)URI; //primitive ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:109:74: error: unknown type name 'nullable' - (nullable NSXMLNode *)attributeForLocalName:(NSString *)localName URI:(nullable NSString *)URI; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:109:82: error: expected ')' before 'NSString' - (nullable NSXMLNode *)attributeForLocalName:(NSString *)localName URI:(nullable NSString *)URI; //primitive ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:130:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *namespaces; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:130:46: error: expected '>' before '*' token @property (nullable, copy) NSArray *namespaces; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:130:20: error: cannot find protocol declaration for 'NSXMLNode' @property (nullable, copy) NSArray *namespaces; //primitive ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:136:4: error: unknown type name 'nullable' - (nullable NSXMLNode *)namespaceForPrefix:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:136:12: error: expected ')' before 'NSXMLNode' - (nullable NSXMLNode *)namespaceForPrefix:(NSString *)name; ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:142:4: error: unknown type name 'nullable' - (nullable NSXMLNode *)resolveNamespaceForName:(NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:142:12: error: expected ')' before 'NSXMLNode' - (nullable NSXMLNode *)resolveNamespaceForName:(NSString *)name; ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:148:4: error: unknown type name 'nullable' - (nullable NSString *)resolvePrefixForNamespaceURI:(NSString *)namespaceURI; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:148:12: error: expected ')' before 'NSString' - (nullable NSString *)resolvePrefixForNamespaceURI:(NSString *)namespaceURI; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:43: error: expected '>' before '*' token - (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:164:1: error: cannot find protocol declaration for 'NSXMLNode' - (void)insertChildren:(NSArray *)children atIndex:(NSUInteger)index; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:176:22: error: unknown type name 'nullable' - (void)setChildren:(nullable NSArray *)children; //primitive ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:176:30: error: expected ')' before 'NSArray' - (void)setChildren:(nullable NSArray *)children; //primitive ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:151, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:54:67: error: unknown type name 'nullable' - (instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id )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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:54:75: error: expected ')' before 'id' - (instancetype)initWithRequest:(NSURLRequest *)request delegate:(nullable id )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)); ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:151, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:64:67: error: unknown type name 'nullable' - (instancetype)initWithResumeData:(NSData *)resumeData delegate:(nullable id )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)); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:64:75: error: expected ')' before 'id' - (instancetype)initWithResumeData:(NSData *)resumeData delegate:(nullable id )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)); ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:151, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:101:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSData *resumeData; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:101:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSData *resumeData; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:139:4: error: unknown type name 'nullable' - (nullable NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)redirectResponse; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:139:12: error: expected ')' before 'NSURLRequest' - (nullable NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)redirectResponse; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:139:121: error: unknown type name 'nullable' - (nullable NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)redirectResponse; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSURLDownload.h:139:129: error: expected ')' before 'NSURLResponse' - (nullable NSURLRequest *)download:(NSURLDownload *)download willSendRequest:(NSURLRequest *)request redirectResponse:(nullable NSURLResponse *)redirectResponse; ^~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:21, from /System/Library/Frameworks/CoreGraphics.framework/Headers/CGBitmapContext.h:9, from /System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11, from /System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35, from /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:8, from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:159, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:391:15: error: expected identifier or '(' before '^' token typedef void (^CGPathApplyBlock)(const CGPathElement * element); ^ /System/Library/Frameworks/CoreGraphics.framework/Headers/CGPath.h:393:53: error: unknown type name 'CGPathApplyBlock' CG_EXTERN void CGPathApplyWithBlock(CGPathRef path, CGPathApplyBlock CF_NOESCAPE block) ^~~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:159, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:40:4: error: unknown type name 'nullable' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:40:12: error: expected ')' before 'NSAppleEventDescriptor' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:40:99: error: unknown type name 'nullable' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:40:114: error: two or more data types in declaration specifiers + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:41:4: error: unknown type name 'nullable' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:41:12: error: expected ')' before 'NSAppleEventDescriptor' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:41:98: error: unknown type name 'nullable' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:41:106: error: expected ')' before 'NSData' + (nullable NSAppleEventDescriptor *)descriptorWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:56:124: error: unknown type name 'nullable' + (NSAppleEventDescriptor *)appleEventWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(nullable NSAppleEventDescriptor *)targetDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:56:132: error: expected ')' before 'NSAppleEventDescriptor' + (NSAppleEventDescriptor *)appleEventWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(nullable NSAppleEventDescriptor *)targetDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID; ^~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:159, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:70:4: error: unknown type name 'nullable' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:70:12: error: expected ')' before 'id' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:70:81: error: unknown type name 'nullable' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:70:96: error: two or more data types in declaration specifiers - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType bytes:(nullable const void *)bytes length:(NSUInteger)byteCount; ^~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:71:4: error: unknown type name 'nullable' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:71:12: error: expected ')' before 'id' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:71:80: error: unknown type name 'nullable' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:71:88: error: expected ')' before 'NSData' - (nullable instancetype)initWithDescriptorType:(DescType)descriptorType data:(nullable NSData *)data; ^~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:72:106: error: unknown type name 'nullable' - (instancetype)initWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(nullable NSAppleEventDescriptor *)targetDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:72:114: error: expected ')' before 'NSAppleEventDescriptor' - (instancetype)initWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(nullable NSAppleEventDescriptor *)targetDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID; ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:77:20: error: unknown property attribute before ',' token @property (nullable, readonly) const AEDesc *aeDesc NS_RETURNS_INNER_POINTER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:91:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *stringValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:91:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *stringValue; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:92:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *dateValue API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:92:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *dateValue API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:93:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSURL *fileURLValue API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:93:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSURL *fileURLValue API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:103:4: error: unknown type name 'nullable' - (nullable NSAppleEventDescriptor *)paramDescriptorForKeyword:(AEKeyword)keyword; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:103:12: error: expected ')' before 'NSAppleEventDescriptor' - (nullable NSAppleEventDescriptor *)paramDescriptorForKeyword:(AEKeyword)keyword; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:108:4: error: unknown type name 'nullable' - (nullable NSAppleEventDescriptor *)attributeDescriptorForKeyword:(AEKeyword)keyword; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:108:12: error: expected ')' before 'NSAppleEventDescriptor' - (nullable NSAppleEventDescriptor *)attributeDescriptorForKeyword:(AEKeyword)keyword; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:111:4: error: unknown type name 'nullable' - (nullable NSAppleEventDescriptor *)sendEventWithOptions:(NSAppleEventSendOptions)sendOptions timeout:(NSTimeInterval)timeoutInSeconds error:(NSError **)error API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:111:12: error: expected ')' before 'NSAppleEventDescriptor' - (nullable NSAppleEventDescriptor *)sendEventWithOptions:(NSAppleEventSendOptions)sendOptions timeout:(NSTimeInterval)timeoutInSeconds error:(NSError **)error API_AVAILABLE(macos(10.11)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:121:4: error: unknown type name 'nullable' - (nullable NSAppleEventDescriptor *)descriptorAtIndex:(NSInteger)index; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:121:12: error: expected ')' before 'NSAppleEventDescriptor' - (nullable NSAppleEventDescriptor *)descriptorAtIndex:(NSInteger)index; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:126:4: error: unknown type name 'nullable' - (nullable NSAppleEventDescriptor *)descriptorForKeyword:(AEKeyword)keyword; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:126:12: error: expected ')' before 'NSAppleEventDescriptor' - (nullable NSAppleEventDescriptor *)descriptorForKeyword:(AEKeyword)keyword; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:133:4: error: unknown type name 'nullable' - (nullable NSAppleEventDescriptor *)coerceToDescriptorType:(DescType)descriptorType; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventDescriptor.h:133:12: error: expected ')' before 'NSAppleEventDescriptor' - (nullable NSAppleEventDescriptor *)coerceToDescriptorType:(DescType)descriptorType; ~ ^~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:160, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:41:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSAppleEventDescriptor *currentAppleEvent; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:41:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSAppleEventDescriptor *currentAppleEvent; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:160, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:44:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSAppleEventDescriptor *currentReplyAppleEvent; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:44:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSAppleEventDescriptor *currentReplyAppleEvent; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:160, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:47:4: error: unknown type name 'nullable' - (nullable NSAppleEventManagerSuspensionID)suspendCurrentAppleEvent NS_RETURNS_INNER_POINTER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleEventManager.h:47:12: error: expected ')' before 'NSAppleEventManagerSuspensionID' - (nullable NSAppleEventManagerSuspensionID)suspendCurrentAppleEvent NS_RETURNS_INNER_POINTER; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:161, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:9:44: error: expected ';' before '<' token @class NSAppleEventDescriptor, NSDictionary, NSString, NSURL; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:161, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:4: error: unknown type name 'nullable' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:12: error: expected ')' before 'id' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:90: error: expected '>' before '*' token - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:29:1: error: cannot find protocol declaration for 'NSString' - (nullable instancetype)initWithContentsOfURL:(NSURL *)url error:(NSDictionary * _Nullable * _Nullable)errorInfo NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:32:4: error: unknown type name 'nullable' - (nullable instancetype)initWithSource:(NSString *)source NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:32:12: error: expected ')' before 'id' - (nullable instancetype)initWithSource:(NSString *)source NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:35:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *source; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:35:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *source; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:54: error: expected '>' before '*' token - (BOOL)compileAndReturnError:(NSDictionary * _Nullable * _Nullable)errorInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:41:1: error: cannot find protocol declaration for 'NSString' - (BOOL)compileAndReturnError:(NSDictionary * _Nullable * _Nullable)errorInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:74: error: expected '>' before '*' token - (NSAppleEventDescriptor *)executeAndReturnError:(NSDictionary * _Nullable * _Nullable)errorInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:44:1: error: cannot find protocol declaration for 'NSString' - (NSAppleEventDescriptor *)executeAndReturnError:(NSDictionary * _Nullable * _Nullable)errorInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:108: error: expected '>' before '*' token - (NSAppleEventDescriptor *)executeAppleEvent:(NSAppleEventDescriptor *)event error:(NSDictionary * _Nullable * _Nullable)errorInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSAppleScript.h:47:1: error: cannot find protocol declaration for 'NSString' - (NSAppleEventDescriptor *)executeAppleEvent:(NSAppleEventDescriptor *)event error:(NSDictionary * _Nullable * _Nullable)errorInfo; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:162, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:9:25: error: expected ';' before '<' token @class NSString, NSArray, NSDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:17:4: error: unknown type name 'nullable' + (nullable NSClassDescription *)classDescriptionForClass:(Class)aClass; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:17:12: error: expected ')' before 'NSClassDescription' + (nullable NSClassDescription *)classDescriptionForClass:(Class)aClass; ~ ^~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:19:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *attributeKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:19:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *attributeKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:20:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *toOneRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:20:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *toOneRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:21:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *toManyRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:21:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *toManyRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:22:4: error: unknown type name 'nullable' - (nullable NSString *)inverseForRelationshipKey:(NSString *)relationshipKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:22:12: error: expected ')' before 'NSString' - (nullable NSString *)inverseForRelationshipKey:(NSString *)relationshipKey; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:29:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *attributeKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:29:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *attributeKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:30:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *toOneRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:30:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *toOneRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:31:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *toManyRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:31:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *toManyRelationshipKeys; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:32:4: error: unknown type name 'nullable' - (nullable NSString *)inverseForRelationshipKey:(NSString *)relationshipKey; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSClassDescription.h:32:12: error: expected ')' before 'NSString' - (nullable NSString *)inverseForRelationshipKey:(NSString *)relationshipKey; ~ ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:163, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h:16:4: error: unknown type name 'nullable' + (nullable NSDistributedLock *)lockWithPath:(NSString *)path; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h:16:12: error: expected ')' before 'NSDistributedLock' + (nullable NSDistributedLock *)lockWithPath:(NSString *)path; ~ ^~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h:19:4: error: unknown type name 'nullable' - (nullable instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSDistributedLock.h:19:12: error: expected ')' before 'id' - (nullable instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER; ~ ^ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:166, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:7:25: error: expected ';' before '<' token @class NSString, NSArray, NSMutableArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:19:31: error: unknown type name 'nullable' + (instancetype)hostWithName:(nullable NSString *)name; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:19:39: error: expected ')' before 'NSString' + (instancetype)hostWithName:(nullable NSString *)name; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:24:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *name; // arbitrary choice ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:24:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *name; // arbitrary choice ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:25:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *names; // unordered list ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:25:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *names; // unordered list ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:27:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *address; // arbitrary choice ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:27:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *address; // arbitrary choice ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:28:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *addresses; // unordered list of IPv6 and IPv4 addresses ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:28:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *addresses; // unordered list of IPv6 and IPv4 addresses ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:30:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *localizedName API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSHost.h:30:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *localizedName API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:167, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:8:20: error: expected ';' before '<' token @class NSDictionary, NSScriptObjectSpecifier, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:16:4: error: unknown type name 'nullable' - (nullable id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:16:12: error: expected ')' before 'id' - (nullable id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:16:44: error: unknown type name 'NSScriptObjectSpecifier' - (nullable id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:167, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:25:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *scriptingProperties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:25:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *scriptingProperties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:25:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *scriptingProperties; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:4: error: unknown type name 'nullable' - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:12: error: expected ')' before 'id' - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:106: error: expected '>' before '*' token - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:29:1: error: cannot find protocol declaration for 'NSString' - (nullable id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:4: error: unknown type name 'nullable' - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:12: error: expected ')' before 'id' - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:111: error: unknown type name 'nullable' - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:119: error: expected ')' before 'id' - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:171: error: expected '>' before '*' token - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSObjectScripting.h:33:1: error: cannot find protocol declaration for 'NSString' - (nullable id)newScriptingObjectOfClass:(Class)objectClass forValueForKey:(NSString *)key withContentsValue:(nullable id)contentsValue properties:(NSDictionary *)properties API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:168, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:28:4: error: unknown type name 'nullable' + (nullable NSScriptClassDescription *)classDescriptionForClass:(Class)aClass; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:28:12: error: expected ')' before 'NSScriptClassDescription' + (nullable NSScriptClassDescription *)classDescriptionForClass:(Class)aClass; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:32:4: error: unknown type name 'nullable' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName className:(NSString *)className dictionary:(nullable NSDictionary *)classDeclaration NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:32:12: error: expected ')' before 'id' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName className:(NSString *)className dictionary:(nullable NSDictionary *)classDeclaration NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:32:110: error: unknown type name 'nullable' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName className:(NSString *)className dictionary:(nullable NSDictionary *)classDeclaration NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:32:118: error: expected ')' before 'NSDictionary' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName className:(NSString *)className dictionary:(nullable NSDictionary *)classDeclaration NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:168, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:36:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *suiteName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:36:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *suiteName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:37:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *className; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:37:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *className; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:41:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *implementationClassName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:41:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *implementationClassName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:45:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSScriptClassDescription *superclassDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:45:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSScriptClassDescription *superclassDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:61:4: error: unknown type name 'nullable' - (nullable SEL)selectorForCommand:(NSScriptCommandDescription *)commandDescription; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:61:12: error: expected ')' before 'SEL' - (nullable SEL)selectorForCommand:(NSScriptCommandDescription *)commandDescription; ~ ^~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:65:4: error: unknown type name 'nullable' - (nullable NSString *)typeForKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:65:12: error: expected ')' before 'NSString' - (nullable NSString *)typeForKey:(NSString *)key; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:69:4: error: unknown type name 'nullable' - (nullable NSScriptClassDescription *)classDescriptionForKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:69:12: error: expected ')' before 'NSScriptClassDescription' - (nullable NSScriptClassDescription *)classDescriptionForKey:(NSString *)key; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:77:4: error: unknown type name 'nullable' - (nullable NSString *)keyWithAppleEventCode:(FourCharCode)appleEventCode; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:77:12: error: expected ')' before 'NSString' - (nullable NSString *)keyWithAppleEventCode:(FourCharCode)appleEventCode; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:81:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *defaultSubcontainerAttributeKey; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptClassDescription.h:81:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *defaultSubcontainerAttributeKey; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:169, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCoercionHandler.h:16:4: error: unknown type name 'nullable' - (nullable id)coerceValue:(id)value toClass:(Class)toClass; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCoercionHandler.h:16:12: error: expected ')' before 'id' - (nullable id)coerceValue:(id)value toClass:(Class)toClass; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:8:44: error: expected ';' before '<' token @class NSAppleEventDescriptor, NSDictionary, NSMutableDictionary, NSScriptObjectSpecifier, NSScriptCommandDescription, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:33:5: error: unknown type name 'NSScriptObjectSpecifier' NSScriptObjectSpecifier *_receiversSpecifier; ^~~~~~~~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:48:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:48:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:53:20: error: unknown property attribute before ',' token @property (nullable, retain) id directParameter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:53:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id directParameter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:56:20: error: unknown property attribute before ',' token @property (nullable, retain) NSScriptObjectSpecifier *receiversSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:56:30: error: unknown type name 'NSScriptObjectSpecifier' @property (nullable, retain) NSScriptObjectSpecifier *receiversSpecifier; ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:60:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id evaluatedReceivers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:60:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id evaluatedReceivers; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:63:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:63:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:63:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *arguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:64:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDictionary *evaluatedArguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:64:60: error: expected '>' before '*' token @property (nullable, readonly, copy) NSDictionary *evaluatedArguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:64:20: error: cannot find protocol declaration for 'NSString' @property (nullable, readonly, copy) NSDictionary *evaluatedArguments; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:72:4: error: unknown type name 'nullable' - (nullable id)performDefaultImplementation; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:72:12: error: expected ')' before 'id' - (nullable id)performDefaultImplementation; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:76:4: error: unknown type name 'nullable' - (nullable id)executeCommand; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:76:12: error: expected ')' before 'id' - (nullable id)executeCommand; ~ ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:80:20: error: unknown property attribute before ',' token @property (nullable, retain) NSAppleEventDescriptor *scriptErrorOffendingObjectDescriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:80:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSAppleEventDescriptor *scriptErrorOffendingObjectDescriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:81:20: error: unknown property attribute before ',' token @property (nullable, retain) NSAppleEventDescriptor *scriptErrorExpectedTypeDescriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:81:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSAppleEventDescriptor *scriptErrorExpectedTypeDescriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:82:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *scriptErrorString; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:82:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *scriptErrorString; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:85:4: error: unknown type name 'nullable' + (nullable NSScriptCommand *)currentCommand; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:85:12: error: expected ')' before 'NSScriptCommand' + (nullable NSScriptCommand *)currentCommand; ~ ^~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:170, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:88:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSAppleEventDescriptor *appleEvent; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:88:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSAppleEventDescriptor *appleEvent; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:97:36: error: unknown type name 'nullable' - (void)resumeExecutionWithResult:(nullable id)result; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommand.h:97:44: error: expected ')' before 'id' - (void)resumeExecutionWithResult:(nullable id)result; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:171, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:8:15: error: expected ';' before '<' token @class NSArray, NSDictionary, NSScriptCommand, NSString; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:28:4: error: unknown type name 'nullable' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName commandName:(NSString *)commandName dictionary:(nullable NSDictionary *)commandDeclaration NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:28:12: error: expected ')' before 'id' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName commandName:(NSString *)commandName dictionary:(nullable NSDictionary *)commandDeclaration NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:28:114: error: unknown type name 'nullable' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName commandName:(NSString *)commandName dictionary:(nullable NSDictionary *)commandDeclaration NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:28:122: error: expected ')' before 'NSDictionary' - (nullable instancetype)initWithSuiteName:(NSString *)suiteName commandName:(NSString *)commandName dictionary:(nullable NSDictionary *)commandDeclaration NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:171, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:30:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:30:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:48:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *returnType; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:48:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *returnType; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:56:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *argumentNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:56:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *argumentNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:60:4: error: unknown type name 'nullable' - (nullable NSString *)typeForArgumentWithName:(NSString *)argumentName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:60:12: error: expected ')' before 'NSString' - (nullable NSString *)typeForArgumentWithName:(NSString *)argumentName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:73:53: error: unknown type name 'nullable' - (NSScriptCommand *)createCommandInstanceWithZone:(nullable NSZone *)zone; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptCommandDescription.h:73:61: error: expected ')' before 'NSZone' - (NSScriptCommand *)createCommandInstanceWithZone:(nullable NSZone *)zone; ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:172, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h:22:20: error: unknown property attribute before ',' token @property (nullable, retain) id topLevelObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h:22:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id topLevelObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h:23:20: error: unknown property attribute before ',' token @property (nullable, retain) id objectBeingTested; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h:23:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id objectBeingTested; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h:24:20: error: unknown property attribute before ',' token @property (nullable, retain) id rangeContainerObject; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptExecutionContext.h:24:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) id rangeContainerObject; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:173, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:18:4: error: unknown type name 'nullable' - (nullable id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:18:12: error: expected ')' before 'id' - (nullable id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:22:4: error: unknown type name 'nullable' - (nullable id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:22:12: error: expected ')' before 'id' - (nullable id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:26:4: error: unknown type name 'nullable' - (nullable id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:26:12: error: expected ')' before 'id' - (nullable id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:40:4: error: unknown type name 'nullable' - (nullable id)coerceValue:(nullable id)value forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:40:12: error: expected ')' before 'id' - (nullable id)coerceValue:(nullable id)value forKey:(NSString *)key; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:40:29: error: unknown type name 'nullable' - (nullable id)coerceValue:(nullable id)value forKey:(NSString *)key; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptKeyValueCoding.h:40:37: error: expected ')' before 'id' - (nullable id)coerceValue:(nullable id)value forKey:(NSString *)key; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:8:15: error: expected ';' before '<' token @class NSArray, NSAppleEventDescriptor, NSNumber, NSScriptClassDescription, NSScriptWhoseTest, NSString; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:64:4: error: unknown type name 'nullable' + (nullable NSScriptObjectSpecifier *)objectSpecifierWithDescriptor:(NSAppleEventDescriptor *)descriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:64:12: error: expected ')' before 'NSScriptObjectSpecifier' + (nullable NSScriptObjectSpecifier *)objectSpecifierWithDescriptor:(NSAppleEventDescriptor *)descriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:69:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:69:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:71:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:71:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:73:20: error: unknown property attribute before ',' token @property (nullable, assign) NSScriptObjectSpecifier *childSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:73:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) NSScriptObjectSpecifier *childSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:76:20: error: unknown property attribute before ',' token @property (nullable, retain) NSScriptObjectSpecifier *containerSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:76:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSScriptObjectSpecifier *containerSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:88:20: error: unknown property attribute before ',' token @property (nullable, retain) NSScriptClassDescription *containerClassDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:88:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSScriptClassDescription *containerClassDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:89:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSScriptClassDescription *keyClassDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:89:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSScriptClassDescription *keyClassDescription; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:91:4: error: unknown type name 'nullable' - (nullable NSInteger *)indicesOfObjectsByEvaluatingWithContainer:(id)container count:(NSInteger *)count NS_RETURNS_INNER_POINTER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:91:12: error: expected ')' before 'NSInteger' - (nullable NSInteger *)indicesOfObjectsByEvaluatingWithContainer:(id)container count:(NSInteger *)count NS_RETURNS_INNER_POINTER; ~ ^~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:94:4: error: unknown type name 'nullable' - (nullable id)objectsByEvaluatingWithContainers:(id)containers; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:94:12: error: expected ')' before 'id' - (nullable id)objectsByEvaluatingWithContainers:(id)containers; ~ ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:95:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id objectsByEvaluatingSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:95:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id objectsByEvaluatingSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:98:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSScriptObjectSpecifier *evaluationErrorSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:98:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSScriptObjectSpecifier *evaluationErrorSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:102:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSAppleEventDescriptor *descriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:102:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSAppleEventDescriptor *descriptor API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:109:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) NSScriptObjectSpecifier *objectSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:109:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) NSScriptObjectSpecifier *objectSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:112:4: error: unknown type name 'nullable' - (nullable NSArray *)indicesOfObjectsByEvaluatingObjectSpecifier:(NSScriptObjectSpecifier *)specifier; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:112:12: error: expected ')' before 'NSArray' - (nullable NSArray *)indicesOfObjectsByEvaluatingObjectSpecifier:(NSScriptObjectSpecifier *)specifier; ~ ^~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:125:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property index:(NSInteger)index NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:125:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property index:(NSInteger)index NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:146:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:146:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:147:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property name:(NSString *)name NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:147:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property name:(NSString *)name NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:109:65: note: originally specified here @property (nullable, readonly, retain) NSScriptObjectSpecifier *objectSpecifier; ^~~~~~~~~~~~~~~ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:176:20: error: unknown property attribute before ',' token @property (nullable, readonly, retain) id insertionContainer; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:176:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, retain) id insertionContainer; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:179:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *insertionKey; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:179:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *insertionKey; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:174, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:211:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:211:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:195: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:203: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:254: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:212:262: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property startSpecifier:(nullable NSScriptObjectSpecifier *)startSpec endSpecifier:(nullable NSScriptObjectSpecifier *)endSpec NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:214:20: error: unknown property attribute before ',' token @property (nullable, retain) NSScriptObjectSpecifier *startSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:214:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSScriptObjectSpecifier *startSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:216:20: error: unknown property attribute before ',' token @property (nullable, retain) NSScriptObjectSpecifier *endSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:216:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSScriptObjectSpecifier *endSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:226:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:226:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:227:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property relativePosition:(NSRelativePosition)relPos baseSpecifier:(nullable NSScriptObjectSpecifier *)baseSpecifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:227:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property relativePosition:(NSRelativePosition)relPos baseSpecifier:(nullable NSScriptObjectSpecifier *)baseSpecifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:227:238: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property relativePosition:(NSRelativePosition)relPos baseSpecifier:(nullable NSScriptObjectSpecifier *)baseSpecifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:227:246: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property relativePosition:(NSRelativePosition)relPos baseSpecifier:(nullable NSScriptObjectSpecifier *)baseSpecifier NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:231:20: error: unknown property attribute before ',' token @property (nullable, retain) NSScriptObjectSpecifier *baseSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:231:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSScriptObjectSpecifier *baseSpecifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:243:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:243:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:244:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property uniqueID:(id)uniqueID NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:244:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property uniqueID:(id)uniqueID NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:262:5: error: unknown type name 'NSScriptWhoseTest' NSScriptWhoseTest *_test; ^~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:269:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:269:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:270:109: error: unknown type name 'nullable' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property test:(NSScriptWhoseTest *)test NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:270:117: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property test:(NSScriptWhoseTest *)test NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:270:185: error: unknown type name 'NSScriptWhoseTest' - (instancetype)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc containerSpecifier:(nullable NSScriptObjectSpecifier *)container key:(NSString *)property test:(NSScriptWhoseTest *)test NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:272:20: error: unknown type name 'NSScriptWhoseTest' @property (retain) NSScriptWhoseTest *test; ^~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptObjectSpecifiers.h:272:1: error: 'retain' attribute is only valid for Objective-C objects @property (retain) NSScriptWhoseTest *test; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:175, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:8:20: error: expected ';' before '<' token @class NSDictionary; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:26:32: error: unknown type name 'nullable' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:26:40: error: expected ')' before 'NSScriptObjectSpecifier' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:175, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:55:50: error: expected '>' before '*' token @property (readonly, copy) NSDictionary *resolvedKeyDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:55:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSDictionary *resolvedKeyDictionary; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:66:32: error: unknown type name 'nullable' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:66:40: error: expected ')' before 'NSScriptObjectSpecifier' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:89:32: error: unknown type name 'nullable' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:89:40: error: expected ')' before 'NSScriptObjectSpecifier' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:110:32: error: unknown type name 'nullable' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptStandardSuiteCommands.h:110:40: error: expected ')' before 'NSScriptObjectSpecifier' - (void)setReceiversSpecifier:(nullable NSScriptObjectSpecifier *)receiversRef; ^~~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:176, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:9:15: error: expected ';' before '<' token @class NSArray, NSBundle, NSData, NSDictionary, NSMutableArray, NSMutableDictionary, NSMutableSet, NSScriptClassDescription, NSScriptCommandDescription; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:176, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:53:45: error: expected '>' before '*' token @property (readonly, copy) NSArray *suiteNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:53:1: error: cannot find protocol declaration for 'NSString' @property (readonly, copy) NSArray *suiteNames; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:61:4: error: unknown type name 'nullable' - (nullable NSBundle *)bundleForSuite:(NSString *)suiteName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:61:12: error: expected ')' before 'NSBundle' - (nullable NSBundle *)bundleForSuite:(NSString *)suiteName; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:65:4: error: unknown type name 'nullable' - (nullable NSDictionary *)classDescriptionsInSuite:(NSString *)suiteName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:65:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)classDescriptionsInSuite:(NSString *)suiteName; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:66:4: error: unknown type name 'nullable' - (nullable NSDictionary *)commandDescriptionsInSuite:(NSString *)suiteName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:66:12: error: expected ')' before 'NSDictionary' - (nullable NSDictionary *)commandDescriptionsInSuite:(NSString *)suiteName; ~ ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:70:4: error: unknown type name 'nullable' - (nullable NSString *)suiteForAppleEventCode:(FourCharCode)appleEventCode; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:70:12: error: expected ')' before 'NSString' - (nullable NSString *)suiteForAppleEventCode:(FourCharCode)appleEventCode; ~ ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:74:4: error: unknown type name 'nullable' - (nullable NSScriptClassDescription *)classDescriptionWithAppleEventCode:(FourCharCode)appleEventCode; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:74:12: error: expected ')' before 'NSScriptClassDescription' - (nullable NSScriptClassDescription *)classDescriptionWithAppleEventCode:(FourCharCode)appleEventCode; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:78:4: error: unknown type name 'nullable' - (nullable NSScriptCommandDescription *)commandDescriptionWithAppleEventClass:(FourCharCode)appleEventClassCode andAppleEventCode:(FourCharCode)appleEventIDCode; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:78:12: error: expected ')' before 'NSScriptCommandDescription' - (nullable NSScriptCommandDescription *)commandDescriptionWithAppleEventClass:(FourCharCode)appleEventClassCode andAppleEventCode:(FourCharCode)appleEventIDCode; ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:82:4: error: unknown type name 'nullable' - (nullable NSData *)aeteResource:(NSString *)languageName; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptSuiteRegistry.h:82:12: error: expected ')' before 'NSData' - (nullable NSData *)aeteResource:(NSString *)languageName; ~ ^~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:177, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:8:15: error: expected ';' before '<' token @class NSArray; ^ ; /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:30:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:30:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:63: error: expected '>' before '*' token - (instancetype)initAndTestWithTests:(NSArray *)subTests NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:41:1: error: cannot find protocol declaration for 'NSSpecifierTest' - (instancetype)initAndTestWithTests:(NSArray *)subTests NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:62: error: expected '>' before '*' token - (instancetype)initOrTestWithTests:(NSArray *)subTests NS_DESIGNATED_INITIALIZER; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:42:1: error: cannot find protocol declaration for 'NSSpecifierTest' - (instancetype)initOrTestWithTests:(NSArray *)subTests NS_DESIGNATED_INITIALIZER; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:177, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:58:4: error: unknown type name 'nullable' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:58:12: error: expected ')' before 'id' - (nullable instancetype)initWithCoder:(NSCoder *)inCoder NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:59:42: error: unknown type name 'nullable' - (instancetype)initWithObjectSpecifier:(nullable NSScriptObjectSpecifier *)obj1 comparisonOperator:(NSTestComparisonOperation)compOp testObject:(nullable id)obj2 NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:59:50: error: expected ')' before 'NSScriptObjectSpecifier' - (instancetype)initWithObjectSpecifier:(nullable NSScriptObjectSpecifier *)obj1 comparisonOperator:(NSTestComparisonOperation)compOp testObject:(nullable id)obj2 NS_DESIGNATED_INITIALIZER; ^~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:59:147: error: unknown type name 'nullable' - (instancetype)initWithObjectSpecifier:(nullable NSScriptObjectSpecifier *)obj1 comparisonOperator:(NSTestComparisonOperation)compOp testObject:(nullable id)obj2 NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:59:155: error: expected ')' before 'id' - (instancetype)initWithObjectSpecifier:(nullable NSScriptObjectSpecifier *)obj1 comparisonOperator:(NSTestComparisonOperation)compOp testObject:(nullable id)obj2 NS_DESIGNATED_INITIALIZER; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:65:20: error: unknown type name 'nullable' - (BOOL)isEqualTo:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:65:28: error: expected ')' before 'id' - (BOOL)isEqualTo:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:67:30: error: unknown type name 'nullable' - (BOOL)isLessThanOrEqualTo:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:67:38: error: expected ')' before 'id' - (BOOL)isLessThanOrEqualTo:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:69:21: error: unknown type name 'nullable' - (BOOL)isLessThan:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:69:29: error: expected ')' before 'id' - (BOOL)isLessThan:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:71:33: error: unknown type name 'nullable' - (BOOL)isGreaterThanOrEqualTo:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:71:41: error: expected ')' before 'id' - (BOOL)isGreaterThanOrEqualTo:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:73:24: error: unknown type name 'nullable' - (BOOL)isGreaterThan:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:73:32: error: expected ')' before 'id' - (BOOL)isGreaterThan:(nullable id)object; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:75:23: error: unknown type name 'nullable' - (BOOL)isNotEqualTo:(nullable id)object; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSScriptWhoseTests.h:75:31: error: expected ')' before 'id' - (BOOL)isNotEqualTo:(nullable id)object; ^~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:178, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:9:15: error: expected ';' before '<' token @class NSArray, NSDictionary, NSOrthography; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:178, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:42:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:42:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:45:27: error: unknown type name 'nullable' - (BOOL)registerLanguage:(nullable NSString *)language byVendor:(nullable NSString *)vendor; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:45:35: error: expected ')' before 'NSString' - (BOOL)registerLanguage:(nullable NSString *)language byVendor:(nullable NSString *)vendor; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:45:66: error: unknown type name 'nullable' - (BOOL)registerLanguage:(nullable NSString *)language byVendor:(nullable NSString *)vendor; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:45:74: error: expected ')' before 'NSString' - (BOOL)registerLanguage:(nullable NSString *)language byVendor:(nullable NSString *)vendor; ^~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:178, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:76:4: error: unknown type name 'nullable' - (nullable NSArray *)spellServer:(NSSpellServer *)sender suggestGuessesForWord:(NSString *)word inLanguage:(NSString *)language; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:76:12: error: expected ')' before 'NSArray' - (nullable NSArray *)spellServer:(NSSpellServer *)sender suggestGuessesForWord:(NSString *)word inLanguage:(NSString *)language; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:82:4: error: unknown type name 'nullable' - (nullable NSArray *)spellServer:(NSSpellServer *)sender suggestCompletionsForPartialWordRange:(NSRange)range inString:(NSString *)string language:(NSString *)language; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:82:12: error: expected ')' before 'NSArray' - (nullable NSArray *)spellServer:(NSSpellServer *)sender suggestCompletionsForPartialWordRange:(NSRange)range inString:(NSString *)string language:(NSString *)language; ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:105: error: unknown type name 'nullable' - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:113: error: expected ')' before 'NSString' - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:163: error: expected '>' before '<' token - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:1: error: cannot find protocol declaration for 'NSDictionary' - (NSRange)spellServer:(NSSpellServer *)sender checkGrammarInString:(NSString *)stringToCheck language:(nullable NSString *)language details:(NSArray *> * _Nullable * _Nullable)details API_AVAILABLE(macos(10.5)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:84:1: error: can not use an object as parameter to a method In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:178, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:4: error: unknown type name 'nullable' - (nullable NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:12: error: expected ')' before 'NSArray' - (nullable NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ~ ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:197: error: unknown type name 'nullable' - (nullable NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:205: error: expected ')' before 'NSDictionary' - (nullable NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:258: error: unknown type name 'nullable' - (nullable NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSSpellServer.h:91:266: error: expected ')' before 'NSOrthography' - (nullable NSArray *)spellServer:(NSSpellServer *)sender checkString:(NSString *)stringToCheck offset:(NSUInteger)offset types:(NSTextCheckingTypes)checkingTypes options:(nullable NSDictionary *)options orthography:(nullable NSOrthography *)orthography wordCount:(NSInteger *)wordCount API_AVAILABLE(macos(10.6)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:179, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:8:30: error: expected ';' before '<' token @class NSString, NSDictionary, NSArray, NSDateComponents, NSDate, NSTimeZone, NSImage, NSAttributedString, NSUserNotificationAction; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:179, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:34:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *title; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:34:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *title; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:37:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *subtitle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:37:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *subtitle; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:40:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *informativeText; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:40:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *informativeText; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:46:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:46:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:46:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *userInfo; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:49:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDate *deliveryDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:49:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDate *deliveryDate; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:179, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:52:20: error: unknown property attribute before ',' token @property (nullable, copy) NSTimeZone *deliveryTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSTimeZone *deliveryTimeZone; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:55:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDateComponents *deliveryRepeatInterval; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:55:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSDateComponents *deliveryRepeatInterval; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:58:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSDate *actualDeliveryDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:58:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSDate *actualDeliveryDate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:67:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *soundName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:67:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *soundName; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:79:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *identifier API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:79:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *identifier API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:82:20: error: unknown property attribute before ',' token @property (nullable, copy) NSImage *contentImage API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:82:28: error: unknown type name 'NSImage' @property (nullable, copy) NSImage *contentImage API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:88:20: error: unknown property attribute before ',' token @property (nullable, copy) NSString *responsePlaceholder API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:88:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, copy) NSString *responsePlaceholder API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:91:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSAttributedString *response API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:91:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSAttributedString *response API_AVAILABLE(macos(10.9)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:94:20: error: unknown property attribute before ',' token @property (nullable, copy) NSArray *additionalActions API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:94:61: error: expected '>' before '*' token @property (nullable, copy) NSArray *additionalActions API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:94:20: error: cannot find protocol declaration for 'NSUserNotificationAction' @property (nullable, copy) NSArray *additionalActions API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:96:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSUserNotificationAction *additionalActivationAction API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:96:38: error: unknown type name 'NSUserNotificationAction' @property (nullable, readonly, copy) NSUserNotificationAction *additionalActivationAction API_AVAILABLE(macos(10.10)) API_UNAVAILABLE(ios, watchos, tvos); ^~~~~~~~~~~~~~~~~~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:104:39: error: unknown type name 'nullable' + (instancetype)actionWithIdentifier:(nullable NSString *)identifier title:(nullable NSString *)title; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:104:47: error: expected ')' before 'NSString' + (instancetype)actionWithIdentifier:(nullable NSString *)identifier title:(nullable NSString *)title; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:104:77: error: unknown type name 'nullable' + (instancetype)actionWithIdentifier:(nullable NSString *)identifier title:(nullable NSString *)title; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:104:85: error: expected ')' before 'NSString' + (instancetype)actionWithIdentifier:(nullable NSString *)identifier title:(nullable NSString *)title; ^~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:106:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *identifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:106:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *identifier; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:109:20: error: unknown property attribute before ',' token @property (nullable, readonly, copy) NSString *title; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:109:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, readonly, copy) NSString *title; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:122:17: error: unknown property attribute before ',' token @property (class, readonly, strong) NSUserNotificationCenter *defaultUserNotificationCenter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:122:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (class, readonly, strong) NSUserNotificationCenter *defaultUserNotificationCenter; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:124:20: error: unknown property attribute before ',' token @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:124:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, assign) id delegate; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:135:45: error: expected '>' before '*' token @property (copy) NSArray *scheduledNotifications; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:135:1: error: cannot find protocol declaration for 'NSUserNotification' @property (copy) NSArray *scheduledNotifications; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:146:55: error: expected '>' before '*' token @property (readonly, copy) NSArray *deliveredNotifications; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserNotification.h:146:1: error: cannot find protocol declaration for 'NSUserNotification' @property (readonly, copy) NSArray *deliveredNotifications; ^ In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:180, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:8:39: error: expected ';' before '<' token @class NSAppleEventDescriptor, NSArray, NSDictionary, NSError, NSFileHandle, NSString, NSURL, NSXPCConnection; ^ ; In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:180, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:8, from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:33:4: error: unknown type name 'nullable' - (nullable instancetype)initWithURL:(NSURL *)url error:(NSError **)error NS_DESIGNATED_INITIALIZER; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:33:12: error: expected ')' before 'id' - (nullable instancetype)initWithURL:(NSURL *)url error:(NSError **)error NS_DESIGNATED_INITIALIZER; ~ ^ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:38:15: error: expected identifier or '(' before '^' token typedef void (^NSUserScriptTaskCompletionHandler)(NSError * _Nullable error); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:39:39: error: unknown type name 'nullable' - (void)executeWithCompletionHandler:(nullable NSUserScriptTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:39:47: error: expected ')' before 'NSUserScriptTaskCompletionHandler' - (void)executeWithCompletionHandler:(nullable NSUserScriptTaskCompletionHandler)handler; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:50:20: error: unknown property attribute before ',' token @property (nullable, retain) NSFileHandle *standardInput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:50:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSFileHandle *standardInput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:51:20: error: unknown property attribute before ',' token @property (nullable, retain) NSFileHandle *standardOutput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:51:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSFileHandle *standardOutput; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:52:20: error: unknown property attribute before ',' token @property (nullable, retain) NSFileHandle *standardError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:52:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nullable, retain) NSFileHandle *standardError; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:55:15: error: expected identifier or '(' before '^' token typedef void (^NSUserUnixTaskCompletionHandler)(NSError *_Nullable error); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:56:31: error: unknown type name 'nullable' - (void)executeWithArguments:(nullable NSArray *)arguments completionHandler:(nullable NSUserUnixTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:56:39: error: expected ')' before 'NSArray' - (void)executeWithArguments:(nullable NSArray *)arguments completionHandler:(nullable NSUserUnixTaskCompletionHandler)handler; ^~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:56:91: error: unknown type name 'nullable' - (void)executeWithArguments:(nullable NSArray *)arguments completionHandler:(nullable NSUserUnixTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:56:99: error: expected ')' before 'NSUserUnixTaskCompletionHandler' - (void)executeWithArguments:(nullable NSArray *)arguments completionHandler:(nullable NSUserUnixTaskCompletionHandler)handler; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:70:15: error: expected identifier or '(' before '^' token typedef void (^NSUserAppleScriptTaskCompletionHandler)(NSAppleEventDescriptor * _Nullable result, NSError * _Nullable error); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:71:32: error: unknown type name 'nullable' - (void)executeWithAppleEvent:(nullable NSAppleEventDescriptor *)event completionHandler:(nullable NSUserAppleScriptTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:71:40: error: expected ')' before 'NSAppleEventDescriptor' - (void)executeWithAppleEvent:(nullable NSAppleEventDescriptor *)event completionHandler:(nullable NSUserAppleScriptTaskCompletionHandler)handler; ^~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:71:91: error: unknown type name 'nullable' - (void)executeWithAppleEvent:(nullable NSAppleEventDescriptor *)event completionHandler:(nullable NSUserAppleScriptTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:71:99: error: expected ')' before 'NSUserAppleScriptTaskCompletionHandler' - (void)executeWithAppleEvent:(nullable NSAppleEventDescriptor *)event completionHandler:(nullable NSUserAppleScriptTaskCompletionHandler)handler; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:85:20: error: unknown property attribute before ',' token @property (nullable, copy) NSDictionary *variables; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:85:50: error: expected '>' before '*' token @property (nullable, copy) NSDictionary *variables; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:85:20: error: cannot find protocol declaration for 'NSString' @property (nullable, copy) NSDictionary *variables; ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:88:15: error: expected identifier or '(' before '^' token typedef void (^NSUserAutomatorTaskCompletionHandler)(id _Nullable result, NSError * _Nullable error); ^ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:89:27: error: unknown type name 'nullable' - (void)executeWithInput:(nullable id )input completionHandler:(nullable NSUserAutomatorTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:89:35: error: expected ')' before 'id' - (void)executeWithInput:(nullable id )input completionHandler:(nullable NSUserAutomatorTaskCompletionHandler)handler; ^~~ ) /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:89:81: error: unknown type name 'nullable' - (void)executeWithInput:(nullable id )input completionHandler:(nullable NSUserAutomatorTaskCompletionHandler)handler; ^~~~~~~~ /System/Library/Frameworks/Foundation.framework/Headers/NSUserScriptTask.h:89:89: error: expected ')' before 'NSUserAutomatorTaskCompletionHandler' - (void)executeWithInput:(nullable id )input completionHandler:(nullable NSUserAutomatorTaskCompletionHandler)handler; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ) In file included from /System/Library/Frameworks/LocalAuthentication.framework/Headers/LocalAuthentication.h:8, from localauth.m:63: /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:125:30: error: expected ')' before '^' token reply:(void(^)(BOOL success, NSError * __nullable error))reply; ^ ) /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:125:32: error: expected ')' before '(' token reply:(void(^)(BOOL success, NSError * __nullable error))reply; ^ ) /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:164:24: error: unknown type name 'nullable' - (BOOL)setCredential:(nullable NSData *)credential ^~~~~~~~ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:164:32: error: expected ')' before 'NSData' - (BOOL)setCredential:(nullable NSData *)credential ^~~~~~~ ) /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:241:37: error: expected ')' before '^' token reply:(void(^)(BOOL success, NSError * __nullable error))reply ^ ) /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:241:39: error: expected ')' before '(' token reply:(void(^)(BOOL success, NSError * __nullable error))reply ^ ) /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:247:31: error: unknown property attribute before ',' token @property (nonatomic, nullable, copy) NSString *localizedFallbackTitle; ^ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:247:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nonatomic, nullable, copy) NSString *localizedFallbackTitle; ^ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:252:31: error: unknown property attribute before ',' token @property (nonatomic, nullable, copy) NSString *localizedCancelTitle NS_AVAILABLE(10_12, 10_0); ^ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:252:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nonatomic, nullable, copy) NSString *localizedCancelTitle NS_AVAILABLE(10_12, 10_0); ^ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:262:31: error: unknown property attribute before ')' token @property (nonatomic, nullable) NSNumber *maxBiometryFailures NS_DEPRECATED_IOS(8_3, 9_0) __WATCHOS_UNAVAILABLE __TVOS_UNAVAILABLE; ^ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:276:31: error: unknown property attribute before ',' token @property (nonatomic, nullable, readonly) NSData *evaluatedPolicyDomainState NS_AVAILABLE(10_11, 9_0) __WATCHOS_UNAVAILABLE __TVOS_UNAVAILABLE; ^ /System/Library/Frameworks/LocalAuthentication.framework/Headers/LAContext.h:276:1: note: 'assign' can be unsafe for Objective-C objects; please state explicitly if you need it @property (nonatomic, nullable, readonly) NSData *evaluatedPolicyDomainState NS_AVAILABLE(10_11, 9_0) __WATCHOS_UNAVAILABLE __TVOS_UNAVAILABLE; ^ In file included from localauth.m:65: /usr/include/os/log.h:17:2: error: #error using os/log.h requires Xcode 8 or later #error using os/log.h requires Xcode 8 or later ^~~~~ localauth.m: In function 'lacontext_auth': localauth.m:104:2: warning: passing argument 1 of 'initWithBytes:length:' from incompatible pointer type [-Wincompatible-pointer-types] NSData *password = [[NSData alloc] initWithBytes:bytes length: len]; ^~~~~~ localauth.m:104:2: note: expected 'id' but argument is of type 'unsigned char *' localauth.m:107:2: error: unknown type name '__block' __block BOOL b; ^~~~~~~ localauth.m:107:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'b' __block BOOL b; ^ localauth.m:108:2: error: unknown type name '__block' __block NSError *e_ref = NULL; ^~~~~~~ localauth.m:108:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token __block NSError *e_ref = NULL; ^ localauth.m:111:2: error: 'b' undeclared (first use in this function) b = [lac setCredential: password ^ localauth.m:111:2: note: each undeclared identifier is reported only once for each function it appears in localauth.m:123:3: warning: 'internal_linkage' attribute directive ignored [-Wattributes] os_log_debug(logsys, "LAContext setCredential failed!"); ^~~~~~~~~~~~ localauth.m:144:11: error: expected expression before '^' token reply: ^(BOOL success, NSError *err) { ^ localauth.m:163:3: warning: 'internal_linkage' attribute directive ignored [-Wattributes] os_log_debug(logsys, "evaluateAccessControl failed: %d " ^~~~~~~~~~~~ In file included from /opt/local/lib/gcc8/gcc/x86_64-apple-darwin17/8.2.0/include-fixed/os/trace.h:17, from /usr/include/os/log.h:14, from localauth.m:65: localauth.m:164:29: error: 'e_ref' undeclared (first use in this function); did you mean 'erf'? "%{public}@", (int) e_ref.code, e_ref); ^~~~~ localauth.m: In function 'lacontext_logout': localauth.m:181:3: warning: 'internal_linkage' attribute directive ignored [-Wattributes] os_log_debug(logsys, "WARNING: unable to logout of credential"); ^~~~~~~~~~~~ make[1]: *** [localauth.lo] Error 1 make: *** [all] Error 2