Foundation iOS 11.0 Beta 1 to Beta 2 API Differences

FoundationErrors.h
NSFileManager.h
Removed -[NSFileManager getFileProviderMessageInterfacesForItemAtURL:completionHandler:]
Removed NSFileProviderMessageInterface
Removed NSFileProviderMessageInterface.name
Removed NSFileProviderMessenger
Removed -[NSFileProviderMessenger initWithInterface:protocol:]
Removed -[NSFileProviderMessenger remoteObjectProxyWithErrorHandler:]
Removed -[NSFileProviderMessenger invalidate]
NSTextCheckingResult.h
Declaration
From@property (readonly, copy, nullable) NSDictionary<NSString *,NSString *> *components
To@property (readonly, copy, nullable) NSDictionary<NSTextCheckingKey,NSString *> *components

Declaration
From@property (readonly, copy, nullable) NSDictionary<NSString *,NSString *> *addressComponents
To@property (readonly, copy, nullable) NSDictionary<NSTextCheckingKey,NSString *> *addressComponents

Declaration
FromNSString *const _Nonnull NSTextCheckingNameKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingNameKey

Declaration
FromNSString *const _Nonnull NSTextCheckingJobTitleKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingJobTitleKey

Declaration
FromNSString *const _Nonnull NSTextCheckingOrganizationKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingOrganizationKey

Declaration
FromNSString *const _Nonnull NSTextCheckingStreetKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingStreetKey

Declaration
FromNSString *const _Nonnull NSTextCheckingCityKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingCityKey

Declaration
FromNSString *const _Nonnull NSTextCheckingStateKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingStateKey

Declaration
FromNSString *const _Nonnull NSTextCheckingZIPKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingZIPKey

Declaration
FromNSString *const _Nonnull NSTextCheckingCountryKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingCountryKey

Declaration
FromNSString *const _Nonnull NSTextCheckingPhoneKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingPhoneKey

Declaration
FromNSString *const _Nonnull NSTextCheckingAirlineKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingAirlineKey

Declaration
FromNSString *const _Nonnull NSTextCheckingFlightKey
Toconst NSTextCheckingKey _Nonnull NSTextCheckingFlightKey

Declaration
From+ (nonnull NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSString *,NSString *> *)components
To+ (nonnull NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSTextCheckingKey,NSString *> *)components

Declaration
From+ (nonnull NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSString *,NSString *> *)components
To+ (nonnull NSTextCheckingResult *)transitInformationCheckingResultWithRange:(NSRange)range components:(nonnull NSDictionary<NSTextCheckingKey,NSString *> *)components

NSXPCConnection.h