Documentation Archive Developer
Search

Foundation Changes for Swift

Foundation

Removed Array.init(_fromNSArray: NSArray, noCopy: Bool)
Removed Index.advancedBy(_: Int) -> String.UTF16View.Index
Removed Index.distanceTo(_: String.UTF16View.Index) -> Int
Removed Index.init(_: Int)
Removed NSActivityOptions.init(_: UInt64)
Removed NSAlignmentOptions.init(_: UInt64)
Removed NSArray.getMirror() -> MirrorType
Removed NSAttributedStringEnumerationOptions.init(_: UInt)
Removed NSBackgroundActivityScheduler.shouldDefer() -> Bool
Removed NSBinarySearchingOptions.init(_: UInt)
Removed NSByteCountFormatterUnits.init(_: UInt)
Removed NSCalendarOptions.init(_: UInt)
Removed NSCalendarUnit.init(_: UInt)
Removed NSCoder.decodeObjectOfClass(_: AnyClass, forKey: String) -> AnyObject?
Removed NSCoder.decodeObjectOfClasses(_: Set<NSObject>, forKey: String) -> AnyObject?
Removed NSComparisonPredicateOptions.init(_: UInt)
Removed NSDataBase64DecodingOptions.init(_: UInt)
Removed NSDataBase64EncodingOptions.init(_: UInt)
Removed NSDataReadingOptions.init(_: UInt)
Removed NSDataSearchOptions.init(_: UInt)
Removed NSDataWritingOptions.init(_: UInt)
Removed NSDate.getMirror() -> MirrorType
Removed NSDateComponentsFormatterZeroFormattingBehavior.init(_: UInt)
Removed NSDictionary.getMirror() -> MirrorType
Removed NSDictionary.init(objectsAndKeys: AnyObject)
Removed NSDirectoryEnumerationOptions.init(_: UInt)
Removed NSEnumerationOptions.init(_: UInt)
Removed NSFastGenerator.count
Removed NSFastGenerator.enumerable
Removed NSFastGenerator.n
Removed NSFastGenerator.objects
Removed NSFastGenerator.refresh()
Removed NSFastGenerator.STACK_BUF_SIZE
Removed NSFastGenerator.state
Removed NSFastGenerator.ObjectsBuffer [struct]
Removed NSFastGenerator.ObjectsBuffer.buf
Removed NSFileCoordinatorReadingOptions.init(_: UInt)
Removed NSFileCoordinatorWritingOptions.init(_: UInt)
Removed NSFileManagerItemReplacementOptions.init(_: UInt)
Removed NSFileVersionAddingOptions.init(_: UInt)
Removed NSFileVersionReplacingOptions.init(_: UInt)
Removed NSFileWrapperReadingOptions.init(_: UInt)
Removed NSFileWrapperWritingOptions.init(_: UInt)
Removed NSHashTableCallBacks.init(hash: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Int)>, isEqual: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>, retain: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Void)>, release: CFunctionPointer<((NSHashTable!, UnsafeMutablePointer<Void>) -> Void)>, describe: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> String!)>)
Removed NSIndexSetGenerator.init(set: NSIndexSet)
Removed NSJSONReadingOptions.init(_: UInt)
Removed NSJSONWritingOptions.init(_: UInt)
Removed NSKeyedArchiver.setRequiresSecureCoding(_: Bool)
Removed NSKeyedUnarchiver.setRequiresSecureCoding(_: Bool)
Removed NSKeyValueObservingOptions.init(_: UInt)
Removed NSLinguisticTaggerOptions.init(_: UInt)
Removed NSMapTableKeyCallBacks.init(hash: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Int)>, isEqual: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>, retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>, release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>, describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>, notAKeyMarker: UnsafePointer<Void>)
Removed NSMapTableValueCallBacks.init(retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>, release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>, describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>)
Removed NSMatchingFlags.init(_: UInt)
Removed NSMatchingOptions.init(_: UInt)
Removed NSMutableArray.subscript() -> AnyObject
Removed NSMutableDictionary.subscript() -> AnyObject?
Removed NSMutableOrderedSet.subscript() -> AnyObject
Removed NSNetServiceOptions.init(_: UInt)
Removed NSObject.encode() -> [Word]
Removed NSObject.hashValue
Removed NSOrderedSet.init(orderedSet: NSOrderedSet?)
Removed NSOrderedSet.init(set: Set<NSObject>?)
Removed NSOrderedSet.init(set: Set<NSObject>?, copyItems: Bool)
Removed NSPropertyListMutabilityOptions.init(_: UInt)
Removed NSProxy.dealloc()
Removed NSRange.getMirror() -> MirrorType
Removed NSRegularExpressionOptions.init(_: UInt)
Removed NSSearchPathDomainMask.init(_: UInt)
Removed NSSet.getMirror() -> MirrorType
Removed NSSortOptions.init(_: UInt)
Removed NSStreamEvent.init(_: UInt)
Removed NSString.getMirror() -> MirrorType
Removed NSStringCompareOptions.init(_: UInt)
Removed NSStringEncodingConversionOptions.init(_: UInt)
Removed NSStringEnumerationOptions.init(_: UInt)
Removed NSTextCheckingType.init(_: UInt64)
Removed NSURL.getMirror() -> MirrorType
Removed NSURLBookmarkCreationOptions.init(_: UInt)
Removed NSURLBookmarkResolutionOptions.init(_: UInt)
Removed NSValue.pointerValue() -> UnsafeMutablePointer<Void>
Removed NSVolumeEnumerationOptions.init(_: UInt)
Removed NSXPCConnectionOptions.init(_: UInt)
Removed String.compare(_: String, options: NSStringCompareOptions, range: Range<String.Index>?, locale: NSLocale?) -> NSComparisonResult
Removed String.enumerateLinguisticTagsInRange(_: Range<String.Index>, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, _: (String, Range<String.Index>, Range<String.Index>, inout Bool) -> ())
Removed String.enumerateSubstringsInRange(_: Range<String.Index>, options: NSStringEnumerationOptions, _: (substring: String, substringRange: Range<String.Index>, enclosingRange: Range<String.Index>, inout Bool) -> ())
Removed String.fileSystemRepresentation() -> [CChar]
Removed String.getBytes(_: [UInt8], maxLength: Int, usedLength: UnsafeMutablePointer<Int>, encoding: NSStringEncoding, options: NSStringEncodingConversionOptions, range: Range<String.Index>, remainingRange: UnsafeMutablePointer<Range<String.Index>>) -> Bool
Removed String.getFileSystemRepresentation(_: [CChar], maxLength: Int) -> Bool
Removed String.getLineStart(_: UnsafeMutablePointer<String.Index>, end: UnsafeMutablePointer<String.Index>, contentsEnd: UnsafeMutablePointer<String.Index>, forRange: Range<String.Index>)
Removed String.getParagraphStart(_: UnsafeMutablePointer<String.Index>, end: UnsafeMutablePointer<String.Index>, contentsEnd: UnsafeMutablePointer<String.Index>, forRange: Range<String.Index>)
Removed String.init(contentsOfFile: String, encoding: NSStringEncoding, error: NSErrorPointer)
Removed String.init(contentsOfFile: String, usedEncoding: UnsafeMutablePointer<NSStringEncoding>, error: NSErrorPointer)
Removed String.init(contentsOfURL: NSURL, encoding: NSStringEncoding, error: NSErrorPointer)
Removed String.init(contentsOfURL: NSURL, usedEncoding: UnsafeMutablePointer<NSStringEncoding>, error: NSErrorPointer)
Removed String.lastPathComponent
Removed String.lineRangeForRange(_: Range<String.Index>) -> Range<String.Index>
Removed String.linguisticTagsInRange(_: Range<String.Index>, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, tokenRanges: UnsafeMutablePointer<[Range<String.Index>]>) -> [String]
Removed String.lowercaseStringWithLocale(_: NSLocale) -> String
Removed String.paragraphRangeForRange(_: Range<String.Index>) -> Range<String.Index>
Removed String.pathComponents
Removed String.pathExtension
Removed String.pathWithComponents(_: [String]) -> String [static]
Removed String.rangeOfCharacterFromSet(_: NSCharacterSet, options: NSStringCompareOptions, range: Range<String.Index>?) -> Range<String.Index>?
Removed String.rangeOfComposedCharacterSequenceAtIndex(_: String.Index) -> Range<String.Index>
Removed String.rangeOfComposedCharacterSequencesForRange(_: Range<String.Index>) -> Range<String.Index>
Removed String.rangeOfString(_: String, options: NSStringCompareOptions, range: Range<String.Index>?, locale: NSLocale?) -> Range<String.Index>?
Removed String.stringByAbbreviatingWithTildeInPath
Removed String.stringByAppendingPathComponent(_: String) -> String
Removed String.stringByAppendingPathExtension(_: String) -> String?
Removed String.stringByDeletingLastPathComponent
Removed String.stringByDeletingPathExtension
Removed String.stringByExpandingTildeInPath
Removed String.stringByFoldingWithOptions(_: NSStringCompareOptions, locale: NSLocale) -> String
Removed String.stringByReplacingCharactersInRange(_: Range<String.Index>, withString: String) -> String
Removed String.stringByReplacingOccurrencesOfString(_: String, withString: String, options: NSStringCompareOptions, range: Range<String.Index>?) -> String
Removed String.stringByResolvingSymlinksInPath
Removed String.stringByStandardizingPath
Removed String.stringsByAppendingPaths(_: [String]) -> [String]
Removed String.substringFromIndex(_: String.Index) -> String
Removed String.substringToIndex(_: String.Index) -> String
Removed String.substringWithRange(_: Range<String.Index>) -> String
Removed String.uppercaseStringWithLocale(_: NSLocale) -> String
Removed String.writeToFile(_: String, atomically: Bool, encoding: NSStringEncoding, error: NSErrorPointer) -> Bool
Removed String.writeToURL(_: NSURL, atomically: Bool, encoding: NSStringEncoding, error: NSErrorPointer) -> Bool
Removed ==(_: NSObject, _: NSObject) -> Bool
Removed NSAllocateCollectable(_: Int, _: Int) -> UnsafeMutablePointer<Void>
Removed NSDefaultMallocZone() -> NSZone
Removed NSEDGEINSETS_DEFINED
Removed NSMachPortDeallocateNone
Removed NSMachPortDeallocateReceiveRight
Removed NSMachPortDeallocateSendRight
Removed NSMaxXEdge
Removed NSMaxYEdge
Removed NSMinXEdge
Removed NSMinYEdge
Removed NSPointerFunctionsCopyIn
Removed NSPointerFunctionsCStringPersonality
Removed NSPointerFunctionsIntegerPersonality
Removed NSPointerFunctionsMachVirtualMemory
Removed NSPointerFunctionsMallocMemory
Removed NSPointerFunctionsObjectPersonality
Removed NSPointerFunctionsObjectPointerPersonality
Removed NSPointerFunctionsOpaqueMemory
Removed NSPointerFunctionsOpaquePersonality
Removed NSPointerFunctionsOptions
Removed NSPointerFunctionsStrongMemory
Removed NSPointerFunctionsStructPersonality
Removed NSPointerFunctionsWeakMemory
Removed NSReallocateCollectable(_: UnsafeMutablePointer<Void>, _: Int, _: Int) -> UnsafeMutablePointer<Void>
Removed NSRectEdge
Added CGRectEdge.init(rectEdge: NSRectEdge)
Added NSAppleEventSendOptions.init(rawValue: UInt)
Added NSCocoaError [struct]
Added NSCocoaError.CoderReadCorruptError
Added NSCocoaError.CoderValueNotFoundError
Added NSCocoaError.ExecutableArchitectureMismatchError
Added NSCocoaError.ExecutableLinkError
Added NSCocoaError.ExecutableLoadError
Added NSCocoaError.ExecutableNotLoadableError
Added NSCocoaError.ExecutableRuntimeMismatchError
Added NSCocoaError.FeatureUnsupportedError
Added NSCocoaError.FileLockingError
Added NSCocoaError.FileManagerUnmountBusyError
Added NSCocoaError.FileManagerUnmountUnknownError
Added NSCocoaError.FileNoSuchFileError
Added NSCocoaError.FileReadCorruptFileError
Added NSCocoaError.FileReadInapplicableStringEncodingError
Added NSCocoaError.FileReadInvalidFileNameError
Added NSCocoaError.FileReadNoPermissionError
Added NSCocoaError.FileReadNoSuchFileError
Added NSCocoaError.FileReadTooLargeError
Added NSCocoaError.FileReadUnknownError
Added NSCocoaError.FileReadUnknownStringEncodingError
Added NSCocoaError.FileReadUnsupportedSchemeError
Added NSCocoaError.FileWriteFileExistsError
Added NSCocoaError.FileWriteInapplicableStringEncodingError
Added NSCocoaError.FileWriteInvalidFileNameError
Added NSCocoaError.FileWriteNoPermissionError
Added NSCocoaError.FileWriteOutOfSpaceError
Added NSCocoaError.FileWriteUnknownError
Added NSCocoaError.FileWriteUnsupportedSchemeError
Added NSCocoaError.FileWriteVolumeReadOnlyError
Added NSCocoaError.FormattingError
Added NSCocoaError.init(rawValue: Int)
Added NSCocoaError.isCoderError
Added NSCocoaError.isExecutableError
Added NSCocoaError.isFileError
Added NSCocoaError.isFormattingError
Added NSCocoaError.isPropertyListError
Added NSCocoaError.isUbiquitousFileError
Added NSCocoaError.isUserActivityError
Added NSCocoaError.isValidationError
Added NSCocoaError.isXPCConnectionError
Added NSCocoaError.KeyValueValidationError
Added NSCocoaError.PropertyListReadCorruptError
Added NSCocoaError.PropertyListReadStreamError
Added NSCocoaError.PropertyListReadUnknownVersionError
Added NSCocoaError.PropertyListWriteInvalidError
Added NSCocoaError.PropertyListWriteStreamError
Added NSCocoaError.rawValue
Added NSCocoaError.UbiquitousFileNotUploadedDueToQuotaError
Added NSCocoaError.UbiquitousFileUbiquityServerNotAvailable
Added NSCocoaError.UbiquitousFileUnavailableError
Added NSCocoaError.UserActivityConnectionUnavailableError
Added NSCocoaError.UserActivityHandoffFailedError
Added NSCocoaError.UserActivityHandoffUserInfoTooLargeError
Added NSCocoaError.UserActivityRemoteApplicationTimedOutError
Added NSCocoaError.UserCancelledError
Added NSCocoaError.XPCConnectionInterrupted
Added NSCocoaError.XPCConnectionInvalid
Added NSCocoaError.XPCConnectionReplyInvalid
Added NSCoder.decodeObjectOfClass<DecodedObjectType : NSCoding where DecodedObjectType : NSObject>(_: DecodedObjectType.Type, forKey: String) -> DecodedObjectType?
Added NSCoder.decodeObjectOfClasses(_: NSSet?, forKey: String) -> AnyObject?
Added NSCoder.decodeTopLevelObject() throws -> AnyObject?
Added NSCoder.decodeTopLevelObjectForKey(_: String) throws -> AnyObject?
Added NSCoder.decodeTopLevelObjectOfClass<DecodedObjectType : NSCoding where DecodedObjectType : NSObject>(_: DecodedObjectType.Type, forKey: String) throws -> DecodedObjectType?
Added NSCoder.decodeTopLevelObjectOfClasses(_: NSSet?, forKey: String) throws -> AnyObject?
Added NSDistributedNotificationOptions.init(rawValue: UInt)
Added NSFileManagerUnmountOptions.init(rawValue: UInt)
Added NSHashTableCallBacks.init(hash: ((NSHashTable, UnsafePointer<Void>) -> Int)?, isEqual: ((NSHashTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?, retain: ((NSHashTable, UnsafePointer<Void>) -> Void)?, release: ((NSHashTable, UnsafeMutablePointer<Void>) -> Void)?, describe: ((NSHashTable, UnsafePointer<Void>) -> String?)?)
Added NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(_: NSData) throws -> AnyObject? [class]
Added NSMachPortOptions.init(rawValue: UInt)
Added NSMapTableKeyCallBacks.init(hash: ((NSMapTable, UnsafePointer<Void>) -> Int)?, isEqual: ((NSMapTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?, retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?, release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?, describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?, notAKeyMarker: UnsafePointer<Void>)
Added NSMapTableValueCallBacks.init(retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?, release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?, describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?)
Added NSNotificationCoalescing.init(rawValue: UInt)
Added NSPersonNameComponentsFormatterOptions.init(rawValue: UInt)
Added NSPointerFunctionsOptions.init(rawValue: UInt)
Added NSRectEdge.init(rectEdge: CGRectEdge)
Added NSUndoManager.registerUndoWithTarget<TargetType>(_: TargetType, handler: TargetType -> ())
Added NSURLError [enum]
Added NSURLError.BackgroundSessionInUseByAnotherProcess
Added NSURLError.BackgroundSessionRequiresSharedContainer
Added NSURLError.BackgroundSessionWasDisconnected
Added NSURLError.BadServerResponse
Added NSURLError.BadURL
Added NSURLError.CallIsActive
Added NSURLError.Cancelled
Added NSURLError.CannotCloseFile
Added NSURLError.CannotConnectToHost
Added NSURLError.CannotCreateFile
Added NSURLError.CannotDecodeContentData
Added NSURLError.CannotDecodeRawData
Added NSURLError.CannotFindHost
Added NSURLError.CannotLoadFromNetwork
Added NSURLError.CannotMoveFile
Added NSURLError.CannotOpenFile
Added NSURLError.CannotParseResponse
Added NSURLError.CannotRemoveFile
Added NSURLError.CannotWriteToFile
Added NSURLError.ClientCertificateRejected
Added NSURLError.ClientCertificateRequired
Added NSURLError.DataNotAllowed
Added NSURLError.DNSLookupFailed
Added NSURLError.DownloadDecodingFailedMidStream
Added NSURLError.DownloadDecodingFailedToComplete
Added NSURLError.FileDoesNotExist
Added NSURLError.FileIsDirectory
Added NSURLError.HTTPTooManyRedirects
Added NSURLError.InternationalRoamingOff
Added NSURLError.NetworkConnectionLost
Added NSURLError.NoPermissionsToReadFile
Added NSURLError.NotConnectedToInternet
Added NSURLError.RedirectToNonExistentLocation
Added NSURLError.RequestBodyStreamExhausted
Added NSURLError.ResourceUnavailable
Added NSURLError.SecureConnectionFailed
Added NSURLError.ServerCertificateHasBadDate
Added NSURLError.ServerCertificateHasUnknownRoot
Added NSURLError.ServerCertificateNotYetValid
Added NSURLError.ServerCertificateUntrusted
Added NSURLError.TimedOut
Added NSURLError.Unknown
Added NSURLError.UnsupportedURL
Added NSURLError.UserAuthenticationRequired
Added NSURLError.UserCancelledAuthentication
Added NSURLError.ZeroByteResource
Added String.compare(_: String, options: NSStringCompareOptions, range: Range<Index>?, locale: NSLocale?) -> NSComparisonResult
Added String.containsString(_: String) -> Bool
Added String.enumerateLinguisticTagsInRange(_: Range<Index>, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, _: (String, Range<Index>, Range<Index>, inout Bool) -> ())
Added String.enumerateSubstringsInRange(_: Range<Index>, options: NSStringEnumerationOptions, _: (substring: String?, substringRange: Range<Index>, enclosingRange: Range<Index>, inout Bool) -> ())
Added String.getBytes(_: [UInt8], maxLength: Int, usedLength: UnsafeMutablePointer<Int>, encoding: NSStringEncoding, options: NSStringEncodingConversionOptions, range: Range<Index>, remainingRange: UnsafeMutablePointer<Range<Index>>) -> Bool
Added String.getLineStart(_: UnsafeMutablePointer<Index>, end: UnsafeMutablePointer<Index>, contentsEnd: UnsafeMutablePointer<Index>, forRange: Range<Index>)
Added String.getParagraphStart(_: UnsafeMutablePointer<Index>, end: UnsafeMutablePointer<Index>, contentsEnd: UnsafeMutablePointer<Index>, forRange: Range<Index>)
Added String.init(contentsOfFile: String, encoding: NSStringEncoding) throws
Added String.init(contentsOfFile: String, usedEncoding: UnsafeMutablePointer<NSStringEncoding>) throws
Added String.init(contentsOfURL: NSURL, encoding: NSStringEncoding) throws
Added String.init(contentsOfURL: NSURL, usedEncoding: UnsafeMutablePointer<NSStringEncoding>) throws
Added String.init(data: NSData, encoding: NSStringEncoding)
Added String.lineRangeForRange(_: Range<Index>) -> Range<Index>
Added String.linguisticTagsInRange(_: Range<Index>, scheme: String, options: NSLinguisticTaggerOptions, orthography: NSOrthography?, tokenRanges: UnsafeMutablePointer<[Range<Index>]>) -> [String]
Added String.localizedCapitalizedString
Added String.localizedCaseInsensitiveContainsString(_: String) -> Bool
Added String.localizedLowercaseString
Added String.localizedStandardContainsString(_: String) -> Bool
Added String.localizedStandardRangeOfString(_: String) -> Range<Index>?
Added String.localizedUppercaseString
Added String.lowercaseStringWithLocale(_: NSLocale?) -> String
Added String.paragraphRangeForRange(_: Range<Index>) -> Range<Index>
Added String.rangeOfCharacterFromSet(_: NSCharacterSet, options: NSStringCompareOptions, range: Range<Index>?) -> Range<Index>?
Added String.rangeOfComposedCharacterSequenceAtIndex(_: Index) -> Range<Index>
Added String.rangeOfComposedCharacterSequencesForRange(_: Range<Index>) -> Range<Index>
Added String.rangeOfString(_: String, options: NSStringCompareOptions, range: Range<Index>?, locale: NSLocale?) -> Range<Index>?
Added String.stringByApplyingTransform(_: String, reverse: Bool) -> String?
Added String.stringByFoldingWithOptions(_: NSStringCompareOptions, locale: NSLocale?) -> String
Added String.stringByReplacingCharactersInRange(_: Range<Index>, withString: String) -> String
Added String.stringByReplacingOccurrencesOfString(_: String, withString: String, options: NSStringCompareOptions, range: Range<Index>?) -> String
Added String.substringFromIndex(_: Index) -> String
Added String.substringToIndex(_: Index) -> String
Added String.substringWithRange(_: Range<Index>) -> String
Added String.uppercaseStringWithLocale(_: NSLocale?) -> String
Added String.writeToFile(_: String, atomically: Bool, encoding: NSStringEncoding) throws
Added String.writeToURL(_: NSURL, atomically: Bool, encoding: NSStringEncoding) throws
Added ==(_: T, _: T) -> Bool
Added ==(_: T, _: T) -> Bool
Added ~=(_: NSCocoaError, _: ErrorType) -> Bool
DeclarationProtocols
From
struct NSActivityOptions : RawOptionSetType {
    init(_ rawValue: UInt64)
    init(rawValue rawValue: UInt64)
    static var IdleDisplaySleepDisabled: NSActivityOptions { get }
    static var IdleSystemSleepDisabled: NSActivityOptions { get }
    static var SuddenTerminationDisabled: NSActivityOptions { get }
    static var AutomaticTerminationDisabled: NSActivityOptions { get }
    static var UserInitiated: NSActivityOptions { get }
    static var UserInitiatedAllowingIdleSystemSleep: NSActivityOptions { get }
    static var Background: NSActivityOptions { get }
    static var LatencyCritical: NSActivityOptions { get }
}
RawOptionSetType
To
struct NSActivityOptions : OptionSetType {
    init(rawValue rawValue: UInt64)
    static var IdleDisplaySleepDisabled: NSActivityOptions { get }
    static var IdleSystemSleepDisabled: NSActivityOptions { get }
    static var SuddenTerminationDisabled: NSActivityOptions { get }
    static var AutomaticTerminationDisabled: NSActivityOptions { get }
    static var UserInitiated: NSActivityOptions { get }
    static var UserInitiatedAllowingIdleSystemSleep: NSActivityOptions { get }
    static var Background: NSActivityOptions { get }
    static var LatencyCritical: NSActivityOptions { get }
}
OptionSetType

DeclarationProtocols
From
class NSAffineTransform : NSObject, NSCopying, NSCoding {
    init!() -> NSAffineTransform
    class func transform() -> NSAffineTransform!
    convenience init(transform transform: NSAffineTransform)
    init()
    func translateXBy(_ deltaX: CGFloat, yBy deltaY: CGFloat)
    func rotateByDegrees(_ angle: CGFloat)
    func rotateByRadians(_ angle: CGFloat)
    func scaleBy(_ scale: CGFloat)
    func scaleXBy(_ scaleX: CGFloat, yBy scaleY: CGFloat)
    func invert()
    func appendTransform(_ transform: NSAffineTransform)
    func prependTransform(_ transform: NSAffineTransform)
    func transformPoint(_ aPoint: NSPoint) -> NSPoint
    func transformSize(_ aSize: NSSize) -> NSSize
    var transformStruct: NSAffineTransformStruct
}
extension NSAffineTransform {
    func transformBezierPath(_ aPath: NSBezierPath) -> NSBezierPath
    func set()
    func concat()
}
AnyObject, NSCoding, NSCopying
To
class NSAffineTransform : NSObject, NSCopying, NSSecureCoding, NSCoding {
     init()
    class func transform() -> NSAffineTransform
    convenience init(transform transform: NSAffineTransform)
    init()
    func translateXBy(_ deltaX: CGFloat, yBy deltaY: CGFloat)
    func rotateByDegrees(_ angle: CGFloat)
    func rotateByRadians(_ angle: CGFloat)
    func scaleBy(_ scale: CGFloat)
    func scaleXBy(_ scaleX: CGFloat, yBy scaleY: CGFloat)
    func invert()
    func appendTransform(_ transform: NSAffineTransform)
    func prependTransform(_ transform: NSAffineTransform)
    func transformPoint(_ aPoint: NSPoint) -> NSPoint
    func transformSize(_ aSize: NSSize) -> NSSize
    var transformStruct: NSAffineTransformStruct
}
extension NSAffineTransform {
    func transformBezierPath(_ aPath: NSBezierPath) -> NSBezierPath
    func set()
    func concat()
}
AnyObject, NSCoding, NSCopying, NSSecureCoding

DeclarationProtocols
From
struct NSAlignmentOptions : RawOptionSetType {
    init(_ rawValue: UInt64)
    init(rawValue rawValue: UInt64)
    static var AlignMinXInward: NSAlignmentOptions { get }
    static var AlignMinYInward: NSAlignmentOptions { get }
    static var AlignMaxXInward: NSAlignmentOptions { get }
    static var AlignMaxYInward: NSAlignmentOptions { get }
    static var AlignWidthInward: NSAlignmentOptions { get }
    static var AlignHeightInward: NSAlignmentOptions { get }
    static var AlignMinXOutward: NSAlignmentOptions { get }
    static var AlignMinYOutward: NSAlignmentOptions { get }
    static var AlignMaxXOutward: NSAlignmentOptions { get }
    static var AlignMaxYOutward: NSAlignmentOptions { get }
    static var AlignWidthOutward: NSAlignmentOptions { get }
    static var AlignHeightOutward: NSAlignmentOptions { get }
    static var AlignMinXNearest: NSAlignmentOptions { get }
    static var AlignMinYNearest: NSAlignmentOptions { get }
    static var AlignMaxXNearest: NSAlignmentOptions { get }
    static var AlignMaxYNearest: NSAlignmentOptions { get }
    static var AlignWidthNearest: NSAlignmentOptions { get }
    static var AlignHeightNearest: NSAlignmentOptions { get }
    static var AlignRectFlipped: NSAlignmentOptions { get }
    static var AlignAllEdgesInward: NSAlignmentOptions { get }
    static var AlignAllEdgesOutward: NSAlignmentOptions { get }
    static var AlignAllEdgesNearest: NSAlignmentOptions { get }
}
RawOptionSetType
To
struct NSAlignmentOptions : OptionSetType {
    init(rawValue rawValue: UInt64)
    static var AlignMinXInward: NSAlignmentOptions { get }
    static var AlignMinYInward: NSAlignmentOptions { get }
    static var AlignMaxXInward: NSAlignmentOptions { get }
    static var AlignMaxYInward: NSAlignmentOptions { get }
    static var AlignWidthInward: NSAlignmentOptions { get }
    static var AlignHeightInward: NSAlignmentOptions { get }
    static var AlignMinXOutward: NSAlignmentOptions { get }
    static var AlignMinYOutward: NSAlignmentOptions { get }
    static var AlignMaxXOutward: NSAlignmentOptions { get }
    static var AlignMaxYOutward: NSAlignmentOptions { get }
    static var AlignWidthOutward: NSAlignmentOptions { get }
    static var AlignHeightOutward: NSAlignmentOptions { get }
    static var AlignMinXNearest: NSAlignmentOptions { get }
    static var AlignMinYNearest: NSAlignmentOptions { get }
    static var AlignMaxXNearest: NSAlignmentOptions { get }
    static var AlignMaxYNearest: NSAlignmentOptions { get }
    static var AlignWidthNearest: NSAlignmentOptions { get }
    static var AlignHeightNearest: NSAlignmentOptions { get }
    static var AlignRectFlipped: NSAlignmentOptions { get }
    static var AlignAllEdgesInward: NSAlignmentOptions { get }
    static var AlignAllEdgesOutward: NSAlignmentOptions { get }
    static var AlignAllEdgesNearest: NSAlignmentOptions { get }
}
OptionSetType

Declaration
From
class NSAppleEventDescriptor : NSObject, NSCopying, NSSecureCoding, NSCoding {
    class func nullDescriptor() -> NSAppleEventDescriptor?
    init!(descriptorType descriptorType: DescType, bytes bytes: UnsafePointer<Void>, length byteCount: Int) -> NSAppleEventDescriptor
    class func descriptorWithDescriptorType(_ descriptorType: DescType, bytes bytes: UnsafePointer<Void>, length byteCount: Int) -> NSAppleEventDescriptor!
    init?(descriptorType descriptorType: DescType, data data: NSData) -> NSAppleEventDescriptor
    class func descriptorWithDescriptorType(_ descriptorType: DescType, data data: NSData) -> NSAppleEventDescriptor?
    init?(boolean boolean: Boolean) -> NSAppleEventDescriptor
    class func descriptorWithBoolean(_ boolean: Boolean) -> NSAppleEventDescriptor?
    init?(enumCode enumerator: OSType) -> NSAppleEventDescriptor
    class func descriptorWithEnumCode(_ enumerator: OSType) -> NSAppleEventDescriptor?
    init?(int32 signedInt: Int32) -> NSAppleEventDescriptor
    class func descriptorWithInt32(_ signedInt: Int32) -> NSAppleEventDescriptor?
    init?(typeCode typeCode: OSType) -> NSAppleEventDescriptor
    class func descriptorWithTypeCode(_ typeCode: OSType) -> NSAppleEventDescriptor?
    init?(string string: String) -> NSAppleEventDescriptor
    class func descriptorWithString(_ string: String) -> NSAppleEventDescriptor?
    class func appleEventWithEventClass(_ eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID) -> NSAppleEventDescriptor?
    class func listDescriptor() -> NSAppleEventDescriptor?
    class func recordDescriptor() -> NSAppleEventDescriptor?
    init(AEDescNoCopy aeDesc: UnsafePointer<AEDesc>)
    convenience init?(descriptorType descriptorType: DescType, bytes bytes: UnsafePointer<Void>, length byteCount: Int)
    convenience init?(descriptorType descriptorType: DescType, data data: NSData)
    convenience init?(eventClass eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID)
    convenience init?(listDescriptor listDescriptor: ())
    convenience init?(recordDescriptor recordDescriptor: ())
    var aeDesc: UnsafePointer<AEDesc> { get }
    var descriptorType: DescType { get }
    @NSCopying var data: NSData { get }
    var booleanValue: Boolean { get }
    var enumCodeValue: OSType { get }
    var int32Value: Int32 { get }
    var typeCodeValue: OSType { get }
    var stringValue: String? { get }
    var eventClass: AEEventClass { get }
    var eventID: AEEventID { get }
    var returnID: AEReturnID { get }
    var transactionID: AETransactionID { get }
    func setParamDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
    func paramDescriptorForKeyword(_ keyword: AEKeyword) -> NSAppleEventDescriptor?
    func removeParamDescriptorWithKeyword(_ keyword: AEKeyword)
    func setAttributeDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
    func attributeDescriptorForKeyword(_ keyword: AEKeyword) -> NSAppleEventDescriptor?
    var numberOfItems: Int { get }
    func insertDescriptor(_ descriptor: NSAppleEventDescriptor, atIndex index: Int)
    func descriptorAtIndex(_ index: Int) -> NSAppleEventDescriptor?
    func removeDescriptorAtIndex(_ index: Int)
    func setDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
    func descriptorForKeyword(_ keyword: AEKeyword) -> NSAppleEventDescriptor?
    func removeDescriptorWithKeyword(_ keyword: AEKeyword)
    func keywordForDescriptorAtIndex(_ index: Int) -> AEKeyword
    func coerceToDescriptorType(_ descriptorType: DescType) -> NSAppleEventDescriptor?
}
To
class NSAppleEventDescriptor : NSObject, NSCopying, NSSecureCoding, NSCoding {
    class func nullDescriptor() -> NSAppleEventDescriptor
     init?(descriptorType descriptorType: DescType, bytes bytes: UnsafePointer<Void>, length byteCount: Int)
    class func descriptorWithDescriptorType(_ descriptorType: DescType, bytes bytes: UnsafePointer<Void>, length byteCount: Int) -> NSAppleEventDescriptor?
     init?(descriptorType descriptorType: DescType, data data: NSData?)
    class func descriptorWithDescriptorType(_ descriptorType: DescType, data data: NSData?) -> NSAppleEventDescriptor?
     init(boolean boolean: Bool)
    class func descriptorWithBoolean(_ boolean: Bool) -> NSAppleEventDescriptor
     init(enumCode enumerator: OSType)
    class func descriptorWithEnumCode(_ enumerator: OSType) -> NSAppleEventDescriptor
     init(int32 signedInt: Int32)
    class func descriptorWithInt32(_ signedInt: Int32) -> NSAppleEventDescriptor
     init(double doubleValue: Double)
    class func descriptorWithDouble(_ doubleValue: Double) -> NSAppleEventDescriptor
     init(typeCode typeCode: OSType)
    class func descriptorWithTypeCode(_ typeCode: OSType) -> NSAppleEventDescriptor
     init(string string: String)
    class func descriptorWithString(_ string: String) -> NSAppleEventDescriptor
     init(date date: NSDate)
    class func descriptorWithDate(_ date: NSDate) -> NSAppleEventDescriptor
     init(fileURL fileURL: NSURL)
    class func descriptorWithFileURL(_ fileURL: NSURL) -> NSAppleEventDescriptor
    class func appleEventWithEventClass(_ eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID) -> NSAppleEventDescriptor
    class func listDescriptor() -> NSAppleEventDescriptor
    class func recordDescriptor() -> NSAppleEventDescriptor
    class func currentProcessDescriptor() -> NSAppleEventDescriptor
     init(processIdentifier processIdentifier: pid_t)
    class func descriptorWithProcessIdentifier(_ processIdentifier: pid_t) -> NSAppleEventDescriptor
     init(bundleIdentifier bundleIdentifier: String)
    class func descriptorWithBundleIdentifier(_ bundleIdentifier: String) -> NSAppleEventDescriptor
     init(applicationURL applicationURL: NSURL)
    class func descriptorWithApplicationURL(_ applicationURL: NSURL) -> NSAppleEventDescriptor
    init(AEDescNoCopy aeDesc: UnsafePointer<AEDesc>)
    convenience init?(descriptorType descriptorType: DescType, bytes bytes: UnsafePointer<Void>, length byteCount: Int)
    convenience init?(descriptorType descriptorType: DescType, data data: NSData?)
    convenience init(eventClass eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID)
    convenience init(listDescriptor listDescriptor: ())
    convenience init(recordDescriptor recordDescriptor: ())
    var aeDesc: UnsafePointer<AEDesc> { get }
    var descriptorType: DescType { get }
    @NSCopying var data: NSData { get }
    var booleanValue: Bool { get }
    var enumCodeValue: OSType { get }
    var int32Value: Int32 { get }
    var doubleValue: Double { get }
    var typeCodeValue: OSType { get }
    var stringValue: String? { get }
    @NSCopying var dateValue: NSDate? { get }
    @NSCopying var fileURLValue: NSURL? { get }
    var eventClass: AEEventClass { get }
    var eventID: AEEventID { get }
    var returnID: AEReturnID { get }
    var transactionID: AETransactionID { get }
    func setParamDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
    func paramDescriptorForKeyword(_ keyword: AEKeyword) -> NSAppleEventDescriptor?
    func removeParamDescriptorWithKeyword(_ keyword: AEKeyword)
    func setAttributeDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
    func attributeDescriptorForKeyword(_ keyword: AEKeyword) -> NSAppleEventDescriptor?
    func sendEventWithOptions(_ sendOptions: NSAppleEventSendOptions, timeout timeoutInSeconds: NSTimeInterval) throws -> NSAppleEventDescriptor
    var isRecordDescriptor: Bool { get }
    var numberOfItems: Int { get }
    func insertDescriptor(_ descriptor: NSAppleEventDescriptor, atIndex index: Int)
    func descriptorAtIndex(_ index: Int) -> NSAppleEventDescriptor?
    func removeDescriptorAtIndex(_ index: Int)
    func setDescriptor(_ descriptor: NSAppleEventDescriptor, forKeyword keyword: AEKeyword)
    func descriptorForKeyword(_ keyword: AEKeyword) -> NSAppleEventDescriptor?
    func removeDescriptorWithKeyword(_ keyword: AEKeyword)
    func keywordForDescriptorAtIndex(_ index: Int) -> AEKeyword
    func coerceToDescriptorType(_ descriptorType: DescType) -> NSAppleEventDescriptor?
}

Declaration
From
class func appleEventWithEventClass(_ eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID) -> NSAppleEventDescriptor?
To
class func appleEventWithEventClass(_ eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID) -> NSAppleEventDescriptor

Declaration
From
var booleanValue: Boolean { get }
To
var booleanValue: Bool { get }

Declaration
From
init?(boolean boolean: Boolean) -> NSAppleEventDescriptor
To
init(boolean boolean: Bool)

Declaration
From
convenience init?(descriptorType descriptorType: DescType, data data: NSData)
To
convenience init?(descriptorType descriptorType: DescType, data data: NSData?)

Declaration
From
init?(enumCode enumerator: OSType) -> NSAppleEventDescriptor
To
init(enumCode enumerator: OSType)

Declaration
From
convenience init?(eventClass eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID)
To
convenience init(eventClass eventClass: AEEventClass, eventID eventID: AEEventID, targetDescriptor targetDescriptor: NSAppleEventDescriptor?, returnID returnID: AEReturnID, transactionID transactionID: AETransactionID)

Declaration
From
init?(int32 signedInt: Int32) -> NSAppleEventDescriptor
To
init(int32 signedInt: Int32)

Declaration
From
convenience init?(listDescriptor listDescriptor: ())
To
convenience init(listDescriptor listDescriptor: ())

Declaration
From
convenience init?(recordDescriptor recordDescriptor: ())
To
convenience init(recordDescriptor recordDescriptor: ())

Declaration
From
init?(string string: String) -> NSAppleEventDescriptor
To
init(string string: String)

Declaration
From
init?(typeCode typeCode: OSType) -> NSAppleEventDescriptor
To
init(typeCode typeCode: OSType)

Declaration
From
class func listDescriptor() -> NSAppleEventDescriptor?
To
class func listDescriptor() -> NSAppleEventDescriptor

Declaration
From
class func nullDescriptor() -> NSAppleEventDescriptor?
To
class func nullDescriptor() -> NSAppleEventDescriptor

Declaration
From
class func recordDescriptor() -> NSAppleEventDescriptor?
To
class func recordDescriptor() -> NSAppleEventDescriptor

Modified NSAppleScript
Declaration
From
class NSAppleScript : NSObject, NSCopying {
    init?(contentsOfURL url: NSURL, error errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(source source: String)
    var source: String? { get }
    var compiled: Bool { get }
    func compileAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
    func executeAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor?
    func executeAppleEvent(_ event: NSAppleEventDescriptor, error errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor?
}
extension NSAppleScript {
    var richTextSource: NSAttributedString? { get }
}
To
class NSAppleScript : NSObject, NSCopying {
    init?(contentsOfURL url: NSURL, error errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(source source: String)
    var source: String? { get }
    var compiled: Bool { get }
    func compileAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
    func executeAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor
    func executeAppleEvent(_ event: NSAppleEventDescriptor, error errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor
}
extension NSAppleScript {
    var richTextSource: NSAttributedString? { get }
}

Declaration
From
func executeAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor?
To
func executeAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor

Declaration
From
func executeAppleEvent(_ event: NSAppleEventDescriptor, error errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor?
To
func executeAppleEvent(_ event: NSAppleEventDescriptor, error errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> NSAppleEventDescriptor

Modified NSArray
DeclarationProtocols
From
class NSArray : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func objectAtIndex(_ index: Int) -> AnyObject
    init()
    init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    init(coder aDecoder: NSCoder)
}
extension NSArray : CKRecordValue, NSObjectProtocol {
}
extension NSArray : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSArray : SequenceType {
    final func generate() -> NSFastGenerator
}
extension NSArray {
    convenience init(objects elements: AnyObject...)
}
extension NSArray {
    @objc(_swiftInitWithArray_NSArray:) convenience init(array anArray: NSArray)
}
extension NSArray : Reflectable {
    func getMirror() -> MirrorType
}
extension NSArray {
    func arrayByAddingObject(_ anObject: AnyObject) -> [AnyObject]
    func arrayByAddingObjectsFromArray(_ otherArray: [AnyObject]) -> [AnyObject]
    func componentsJoinedByString(_ separator: String) -> String
    func containsObject(_ anObject: AnyObject) -> Bool
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func descriptionWithLocale(_ locale: AnyObject?, indent level: Int) -> String
    func firstObjectCommonWithArray(_ otherArray: [AnyObject]) -> AnyObject?
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, range range: NSRange)
    func indexOfObject(_ anObject: AnyObject) -> Int
    func indexOfObject(_ anObject: AnyObject, inRange range: NSRange) -> Int
    func indexOfObjectIdenticalTo(_ anObject: AnyObject) -> Int
    func indexOfObjectIdenticalTo(_ anObject: AnyObject, inRange range: NSRange) -> Int
    func isEqualToArray(_ otherArray: [AnyObject]) -> Bool
    var firstObject: AnyObject? { get }
    var lastObject: AnyObject? { get }
    func objectEnumerator() -> NSEnumerator
    func reverseObjectEnumerator() -> NSEnumerator
    @NSCopying var sortedArrayHint: NSData { get }
    func sortedArrayUsingFunction(_ comparator: CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context context: UnsafeMutablePointer<Void>) -> [AnyObject]
    func sortedArrayUsingFunction(_ comparator: CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context context: UnsafeMutablePointer<Void>, hint hint: NSData?) -> [AnyObject]
    func sortedArrayUsingSelector(_ comparator: Selector) -> [AnyObject]
    func subarrayWithRange(_ range: NSRange) -> [AnyObject]
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    func makeObjectsPerformSelector(_ aSelector: Selector)
    func makeObjectsPerformSelector(_ aSelector: Selector, withObject argument: AnyObject?)
    func objectsAtIndexes(_ indexes: NSIndexSet) -> [AnyObject]
    subscript (idx: Int) -> AnyObject { get }
    func objectAtIndexedSubscript(_ idx: Int) -> AnyObject
    func enumerateObjectsUsingBlock(_ block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func indexOfObjectPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexesOfObjectsPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func sortedArrayUsingComparator(_ cmptr: NSComparator) -> [AnyObject]
    func sortedArrayWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator) -> [AnyObject]
    func indexOfObject(_ obj: AnyObject, inSortedRange r: NSRange, options opts: NSBinarySearchingOptions, usingComparator cmp: NSComparator) -> Int
}
extension NSArray {
    convenience init!()
    class func array() -> Self!
    convenience init(object anObject: AnyObject)
    class func arrayWithObject(_ anObject: AnyObject) -> Self
    convenience init!(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    class func arrayWithObjects(_ objects: UnsafePointer<AnyObject?>, count cnt: Int) -> Self!
    convenience init(array array: [AnyObject])
    class func arrayWithArray(_ array: [AnyObject]) -> Self
    convenience init(array array: [AnyObject])
    convenience init(array array: [AnyObject], copyItems flag: Bool)
    init?(contentsOfFile path: String) -> NSArray
    class func arrayWithContentsOfFile(_ path: String) -> [AnyObject]?
    init?(contentsOfURL url: NSURL) -> NSArray
    class func arrayWithContentsOfURL(_ url: NSURL) -> [AnyObject]?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSArray {
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>)
}
extension NSArray {
    func valueForKey(_ key: String) -> AnyObject?
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSArray {
    func addObserver(_ observer: NSObject, toObjectsAtIndexes indexes: NSIndexSet, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, fromObjectsAtIndexes indexes: NSIndexSet, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, fromObjectsAtIndexes indexes: NSIndexSet, forKeyPath keyPath: String)
    func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSArray {
    func pathsMatchingExtensions(_ filterTypes: [AnyObject]) -> [AnyObject]
}
extension NSArray {
    func filteredArrayUsingPredicate(_ predicate: NSPredicate) -> [AnyObject]
}
extension NSArray {
    func sortedArrayUsingDescriptors(_ sortDescriptors: [AnyObject]) -> [AnyObject]
}
extension NSArray : Reflectable {
    func getMirror() -> MirrorType
}
extension NSArray {
    @objc(_swiftInitWithArray_NSArray:) convenience init(array anArray: NSArray)
}
extension NSArray {
    convenience init(objects elements: AnyObject...)
}
extension NSArray : SequenceType {
    final func generate() -> NSFastGenerator
}
extension NSArray : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
AnyObject, ArrayLiteralConvertible, CKRecordValue, NSCoding, NSCopying, NSFastEnumeration, NSMutableCopying, NSObjectProtocol, NSSecureCoding, Reflectable, SequenceType
To
class NSArray : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func objectAtIndex(_ index: Int) -> AnyObject
    init()
    init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSArray : CKRecordValue {
}
extension NSArray : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSArray : SequenceType {
    final func generate() -> NSFastGenerator
}
extension NSArray {
    convenience init(objects elements: AnyObject...)
}
extension NSArray {
    @objc(_swiftInitWithArray_NSArray:) convenience init(array anArray: NSArray)
}
extension NSArray : _Reflectable {
}
extension NSArray {
    func arrayByAddingObject(_ anObject: AnyObject) -> [AnyObject]
    func arrayByAddingObjectsFromArray(_ otherArray: [AnyObject]) -> [AnyObject]
    func componentsJoinedByString(_ separator: String) -> String
    func containsObject(_ anObject: AnyObject) -> Bool
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func descriptionWithLocale(_ locale: AnyObject?, indent level: Int) -> String
    func firstObjectCommonWithArray(_ otherArray: [AnyObject]) -> AnyObject?
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, range range: NSRange)
    func indexOfObject(_ anObject: AnyObject) -> Int
    func indexOfObject(_ anObject: AnyObject, inRange range: NSRange) -> Int
    func indexOfObjectIdenticalTo(_ anObject: AnyObject) -> Int
    func indexOfObjectIdenticalTo(_ anObject: AnyObject, inRange range: NSRange) -> Int
    func isEqualToArray(_ otherArray: [AnyObject]) -> Bool
    var firstObject: AnyObject? { get }
    var lastObject: AnyObject? { get }
    func objectEnumerator() -> NSEnumerator
    func reverseObjectEnumerator() -> NSEnumerator
    @NSCopying var sortedArrayHint: NSData { get }
    func sortedArrayUsingFunction(_ comparator: (AnyObject, AnyObject, UnsafeMutablePointer<Void>) -> Int, context context: UnsafeMutablePointer<Void>) -> [AnyObject]
    func sortedArrayUsingFunction(_ comparator: (AnyObject, AnyObject, UnsafeMutablePointer<Void>) -> Int, context context: UnsafeMutablePointer<Void>, hint hint: NSData?) -> [AnyObject]
    func sortedArrayUsingSelector(_ comparator: Selector) -> [AnyObject]
    func subarrayWithRange(_ range: NSRange) -> [AnyObject]
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    func makeObjectsPerformSelector(_ aSelector: Selector)
    func makeObjectsPerformSelector(_ aSelector: Selector, withObject argument: AnyObject?)
    func objectsAtIndexes(_ indexes: NSIndexSet) -> [AnyObject]
    subscript (_ idx: Int) -> AnyObject { get }
    func objectAtIndexedSubscript(_ idx: Int) -> AnyObject
    func enumerateObjectsUsingBlock(_ block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func indexOfObjectPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexesOfObjectsPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func sortedArrayUsingComparator(_ cmptr: NSComparator) -> [AnyObject]
    func sortedArrayWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator) -> [AnyObject]
    func indexOfObject(_ obj: AnyObject, inSortedRange r: NSRange, options opts: NSBinarySearchingOptions, usingComparator cmp: NSComparator) -> Int
}
extension NSArray {
    convenience init()
    class func array() -> Self
    convenience init(object anObject: AnyObject)
    class func arrayWithObject(_ anObject: AnyObject) -> Self
    convenience init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    class func arrayWithObjects(_ objects: UnsafePointer<AnyObject?>, count cnt: Int) -> Self
    convenience init(array array: [AnyObject])
    class func arrayWithArray(_ array: [AnyObject]) -> Self
    convenience init(array array: [AnyObject])
    convenience init(array array: [AnyObject], copyItems flag: Bool)
     init?(contentsOfFile path: String)
    class func arrayWithContentsOfFile(_ path: String) -> [AnyObject]?
     init?(contentsOfURL url: NSURL)
    class func arrayWithContentsOfURL(_ url: NSURL) -> [AnyObject]?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSArray {
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>)
}
extension NSArray {
    func valueForKey(_ key: String) -> AnyObject
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSArray {
    func addObserver(_ observer: NSObject, toObjectsAtIndexes indexes: NSIndexSet, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, fromObjectsAtIndexes indexes: NSIndexSet, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, fromObjectsAtIndexes indexes: NSIndexSet, forKeyPath keyPath: String)
    func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSArray {
    func pathsMatchingExtensions(_ filterTypes: [String]) -> [String]
}
extension NSArray {
    func filteredArrayUsingPredicate(_ predicate: NSPredicate) -> [AnyObject]
}
extension NSArray {
    func sortedArrayUsingDescriptors(_ sortDescriptors: [NSSortDescriptor]) -> [AnyObject]
}
extension NSArray : _Reflectable {
}
extension NSArray {
    @objc(_swiftInitWithArray_NSArray:) convenience init(array anArray: NSArray)
}
extension NSArray {
    convenience init(objects elements: AnyObject...)
}
extension NSArray : SequenceType {
    final func generate() -> NSFastGenerator
}
extension NSArray : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
AnyObject, ArrayLiteralConvertible, CKRecordValue, NSCoding, NSCopying, NSFastEnumeration, NSMutableCopying, NSObjectProtocol, NSSecureCoding, SequenceType

Declaration
From
func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateObjectsUsingBlock(_ block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsUsingBlock(_ block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
To
func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet

Declaration
From
func indexesOfObjectsPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
To
func indexesOfObjectsPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet

Declaration
From
func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
To
func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet

Declaration
From
func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
To
func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int

Declaration
From
func indexOfObjectPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
To
func indexOfObjectPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int

Declaration
From
func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
To
func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Declaration
From
func pathsMatchingExtensions(_ filterTypes: [AnyObject]) -> [AnyObject]
To
func pathsMatchingExtensions(_ filterTypes: [String]) -> [String]

Declaration
From
func sortedArrayUsingDescriptors(_ sortDescriptors: [AnyObject]) -> [AnyObject]
To
func sortedArrayUsingDescriptors(_ sortDescriptors: [NSSortDescriptor]) -> [AnyObject]

Declaration
From
func sortedArrayUsingFunction(_ comparator: CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context context: UnsafeMutablePointer<Void>) -> [AnyObject]
To
func sortedArrayUsingFunction(_ comparator: (AnyObject, AnyObject, UnsafeMutablePointer<Void>) -> Int, context context: UnsafeMutablePointer<Void>) -> [AnyObject]

Declaration
From
func sortedArrayUsingFunction(_ comparator: CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context context: UnsafeMutablePointer<Void>, hint hint: NSData?) -> [AnyObject]
To
func sortedArrayUsingFunction(_ comparator: (AnyObject, AnyObject, UnsafeMutablePointer<Void>) -> Int, context context: UnsafeMutablePointer<Void>, hint hint: NSData?) -> [AnyObject]

Declaration
From
subscript (idx: Int) -> AnyObject { get }
To
subscript (_ idx: Int) -> AnyObject { get }

Declaration
From
func valueForKey(_ key: String) -> AnyObject?
To
func valueForKey(_ key: String) -> AnyObject

Declaration
From
class NSAttributedString : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    var string: String { get }
    func attributesAtIndex(_ location: Int, effectiveRange range: NSRangePointer) -> [NSObject : AnyObject]
}
extension NSAttributedString {
    func fontAttributesInRange(_ range: NSRange) -> [NSObject : AnyObject]
    func rulerAttributesInRange(_ range: NSRange) -> [NSObject : AnyObject]?
    var containsAttachments: Bool { get }
    func lineBreakBeforeIndex(_ location: Int, withinRange aRange: NSRange) -> Int
    func lineBreakByHyphenatingBeforeIndex(_ location: Int, withinRange aRange: NSRange) -> Int
    func doubleClickAtIndex(_ location: Int) -> NSRange
    func nextWordFromIndex(_ location: Int, forward isForward: Bool) -> Int
    func URLAtIndex(_ location: Int, effectiveRange effectiveRange: NSRangePointer) -> NSURL?
    func rangeOfTextBlock(_ block: NSTextBlock, atIndex location: Int) -> NSRange
    func rangeOfTextTable(_ table: NSTextTable, atIndex location: Int) -> NSRange
    func rangeOfTextList(_ list: NSTextList, atIndex location: Int) -> NSRange
    func itemNumberInTextList(_ list: NSTextList, atIndex location: Int) -> Int
    init?(URL url: NSURL, options options: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error error: NSErrorPointer)
    init?(data data: NSData, options options: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error error: NSErrorPointer)
    init?(path path: String, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(URL url: NSURL, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(RTF data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(RTFD data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(HTML data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(HTML data: NSData, baseURL base: NSURL, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(docFormat data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(HTML data: NSData, options options: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(RTFDFileWrapper wrapper: NSFileWrapper, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    func dataFromRange(_ range: NSRange, documentAttributes dict: [NSObject : AnyObject], error error: NSErrorPointer) -> NSData?
    func fileWrapperFromRange(_ range: NSRange, documentAttributes dict: [NSObject : AnyObject], error error: NSErrorPointer) -> NSFileWrapper?
    func RTFFromRange(_ range: NSRange, documentAttributes dict: [NSObject : AnyObject]?) -> NSData?
    func RTFDFromRange(_ range: NSRange, documentAttributes dict: [NSObject : AnyObject]?) -> NSData?
    func RTFDFileWrapperFromRange(_ range: NSRange, documentAttributes dict: [NSObject : AnyObject]?) -> NSFileWrapper?
    func docFormatFromRange(_ range: NSRange, documentAttributes dict: [NSObject : AnyObject]?) -> NSData?
}
extension NSAttributedString : NSPasteboardReading, NSObjectProtocol, NSPasteboardWriting {
    class func textTypes() -> [AnyObject]
    class func textUnfilteredTypes() -> [AnyObject]
}
extension NSAttributedString {
    class func textFileTypes() -> [AnyObject]!
    class func textPasteboardTypes() -> [AnyObject]!
    class func textUnfilteredFileTypes() -> [AnyObject]!
    class func textUnfilteredPasteboardTypes() -> [AnyObject]!
}
extension NSAttributedString {
    var size: NSSize { get }
    func drawAtPoint(_ point: NSPoint)
    func drawInRect(_ rect: NSRect)
}
extension NSAttributedString {
    func drawWithRect(_ rect: NSRect, options options: NSStringDrawingOptions)
    func boundingRectWithSize(_ size: NSSize, options options: NSStringDrawingOptions) -> NSRect
}
extension NSAttributedString {
    init(attachment attachment: NSTextAttachment) -> NSAttributedString
    class func attributedStringWithAttachment(_ attachment: NSTextAttachment) -> NSAttributedString
}
extension NSAttributedString {
    var length: Int { get }
    func attribute(_ attrName: String, atIndex location: Int, effectiveRange range: NSRangePointer) -> AnyObject?
    func attributedSubstringFromRange(_ range: NSRange) -> NSAttributedString
    func attributesAtIndex(_ location: Int, longestEffectiveRange range: NSRangePointer, inRange rangeLimit: NSRange) -> [NSObject : AnyObject]
    func attribute(_ attrName: String, atIndex location: Int, longestEffectiveRange range: NSRangePointer, inRange rangeLimit: NSRange) -> AnyObject?
    func isEqualToAttributedString(_ other: NSAttributedString) -> Bool
    init(string str: String)
    init(string str: String, attributes attrs: [NSObject : AnyObject]?)
    init(attributedString attrStr: NSAttributedString)
    func enumerateAttributesInRange(_ enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: ([NSObject : AnyObject]!, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateAttribute(_ attrName: String, inRange enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: (AnyObject!, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
To
class NSAttributedString : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    var string: String { get }
    func attributesAtIndex(_ location: Int, effectiveRange range: NSRangePointer) -> [String : AnyObject]
}
extension NSAttributedString {
    init(URL url: NSURL, options options: [String : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>) throws
    init(data data: NSData, options options: [String : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>) throws
    func dataFromRange(_ range: NSRange, documentAttributes dict: [String : AnyObject]) throws -> NSData
    func fileWrapperFromRange(_ range: NSRange, documentAttributes dict: [String : AnyObject]) throws -> NSFileWrapper
    init?(RTF data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(RTFD data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(HTML data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(HTML data: NSData, baseURL base: NSURL, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(docFormat data: NSData, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(HTML data: NSData, options options: [NSObject : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(RTFDFileWrapper wrapper: NSFileWrapper, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    func RTFFromRange(_ range: NSRange, documentAttributes dict: [String : AnyObject]) -> NSData?
    func RTFDFromRange(_ range: NSRange, documentAttributes dict: [String : AnyObject]) -> NSData?
    func RTFDFileWrapperFromRange(_ range: NSRange, documentAttributes dict: [String : AnyObject]) -> NSFileWrapper?
    func docFormatFromRange(_ range: NSRange, documentAttributes dict: [String : AnyObject]) -> NSData?
}
extension NSAttributedString {
    func fontAttributesInRange(_ range: NSRange) -> [String : AnyObject]
    func rulerAttributesInRange(_ range: NSRange) -> [String : AnyObject]
    func containsAttachmentsInRange(_ range: NSRange) -> Bool
    func lineBreakBeforeIndex(_ location: Int, withinRange aRange: NSRange) -> Int
    func lineBreakByHyphenatingBeforeIndex(_ location: Int, withinRange aRange: NSRange) -> Int
    func doubleClickAtIndex(_ location: Int) -> NSRange
    func nextWordFromIndex(_ location: Int, forward isForward: Bool) -> Int
    func rangeOfTextBlock(_ block: NSTextBlock, atIndex location: Int) -> NSRange
    func rangeOfTextTable(_ table: NSTextTable, atIndex location: Int) -> NSRange
    func rangeOfTextList(_ list: NSTextList, atIndex location: Int) -> NSRange
    func itemNumberInTextList(_ list: NSTextList, atIndex location: Int) -> Int
}
extension NSAttributedString : NSPasteboardReading, NSPasteboardWriting {
    class func textTypes() -> [String]
    class func textUnfilteredTypes() -> [String]
}
extension NSAttributedString {
    var containsAttachments: Bool { get }
    class func textFileTypes() -> [AnyObject]
    class func textPasteboardTypes() -> [AnyObject]
    class func textUnfilteredFileTypes() -> [AnyObject]
    class func textUnfilteredPasteboardTypes() -> [AnyObject]
    init?(URL url: NSURL, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    init?(path path: String, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>)
    func URLAtIndex(_ location: Int, effectiveRange effectiveRange: NSRangePointer) -> NSURL?
}
extension NSAttributedString {
    func size() -> NSSize
    func drawAtPoint(_ point: NSPoint)
    func drawInRect(_ rect: NSRect)
}
extension NSAttributedString {
    func drawWithRect(_ rect: NSRect, options options: NSStringDrawingOptions, context context: NSStringDrawingContext?)
    func boundingRectWithSize(_ size: NSSize, options options: NSStringDrawingOptions, context context: NSStringDrawingContext?) -> NSRect
}
extension NSAttributedString {
    func drawWithRect(_ rect: NSRect, options options: NSStringDrawingOptions)
    func boundingRectWithSize(_ size: NSSize, options options: NSStringDrawingOptions) -> NSRect
}
extension NSAttributedString {
     init(attachment attachment: NSTextAttachment)
    class func attributedStringWithAttachment(_ attachment: NSTextAttachment) -> NSAttributedString
}
extension NSAttributedString {
    var length: Int { get }
    func attribute(_ attrName: String, atIndex location: Int, effectiveRange range: NSRangePointer) -> AnyObject?
    func attributedSubstringFromRange(_ range: NSRange) -> NSAttributedString
    func attributesAtIndex(_ location: Int, longestEffectiveRange range: NSRangePointer, inRange rangeLimit: NSRange) -> [String : AnyObject]
    func attribute(_ attrName: String, atIndex location: Int, longestEffectiveRange range: NSRangePointer, inRange rangeLimit: NSRange) -> AnyObject?
    func isEqualToAttributedString(_ other: NSAttributedString) -> Bool
    init(string str: String)
    init(string str: String, attributes attrs: [String : AnyObject]?)
    init(attributedString attrStr: NSAttributedString)
    func enumerateAttributesInRange(_ enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: ([String : AnyObject], NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateAttribute(_ attrName: String, inRange enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: (AnyObject?, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}

Declaration
From
func attributesAtIndex(_ location: Int, effectiveRange range: NSRangePointer) -> [NSObject : AnyObject]
To
func attributesAtIndex(_ location: Int, effectiveRange range: NSRangePointer) -> [String : AnyObject]

Declaration
From
func attributesAtIndex(_ location: Int, longestEffectiveRange range: NSRangePointer, inRange rangeLimit: NSRange) -> [NSObject : AnyObject]
To
func attributesAtIndex(_ location: Int, longestEffectiveRange range: NSRangePointer, inRange rangeLimit: NSRange) -> [String : AnyObject]

Declaration
From
func enumerateAttribute(_ attrName: String, inRange enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: (AnyObject!, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateAttribute(_ attrName: String, inRange enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: (AnyObject?, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateAttributesInRange(_ enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: ([NSObject : AnyObject]!, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateAttributesInRange(_ enumerationRange: NSRange, options opts: NSAttributedStringEnumerationOptions, usingBlock block: ([String : AnyObject], NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
init(string str: String, attributes attrs: [NSObject : AnyObject]?)
To
init(string str: String, attributes attrs: [String : AnyObject]?)

DeclarationProtocols
From
struct NSAttributedStringEnumerationOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Reverse: NSAttributedStringEnumerationOptions { get }
    static var LongestEffectiveRangeNotRequired: NSAttributedStringEnumerationOptions { get }
}
RawOptionSetType
To
struct NSAttributedStringEnumerationOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Reverse: NSAttributedStringEnumerationOptions { get }
    static var LongestEffectiveRangeNotRequired: NSAttributedStringEnumerationOptions { get }
}
OptionSetType

Raw Value Type
From--
ToInt

Declaration
From
class NSBackgroundActivityScheduler : NSObject {
    init(identifier identifier: String)
    var identifier: String { get }
    var qualityOfService: NSQualityOfService
    var repeats: Bool
    var interval: NSTimeInterval
    var tolerance: NSTimeInterval
    func scheduleWithBlock(_ block: (NSBackgroundActivityCompletionHandler!) -> Void)
    func invalidate()
    func shouldDefer() -> Bool
}
To
class NSBackgroundActivityScheduler : NSObject {
    init(identifier identifier: String)
    var identifier: String { get }
    var qualityOfService: NSQualityOfService
    var repeats: Bool
    var interval: NSTimeInterval
    var tolerance: NSTimeInterval
    func scheduleWithBlock(_ block: (NSBackgroundActivityCompletionHandler) -> Void)
    func invalidate()
    var shouldDefer: Bool { get }
}

Declaration
From
func scheduleWithBlock(_ block: (NSBackgroundActivityCompletionHandler!) -> Void)
To
func scheduleWithBlock(_ block: (NSBackgroundActivityCompletionHandler) -> Void)

DeclarationProtocols
From
struct NSBinarySearchingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var FirstEqual: NSBinarySearchingOptions { get }
    static var LastEqual: NSBinarySearchingOptions { get }
    static var InsertionIndex: NSBinarySearchingOptions { get }
}
RawOptionSetType
To
struct NSBinarySearchingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var FirstEqual: NSBinarySearchingOptions { get }
    static var LastEqual: NSBinarySearchingOptions { get }
    static var InsertionIndex: NSBinarySearchingOptions { get }
}
OptionSetType

Declaration
From
class NSBlockOperation : NSOperation {
    convenience init(block block: () -> Void)
    class func blockOperationWithBlock(_ block: () -> Void) -> Self
    func addExecutionBlock(_ block: () -> Void)
    var executionBlocks: [AnyObject] { get }
}
To
class NSBlockOperation : NSOperation {
    convenience init(block block: () -> Void)
    class func blockOperationWithBlock(_ block: () -> Void) -> Self
    func addExecutionBlock(_ block: () -> Void)
    var executionBlocks: [() -> Void] { get }
}

Declaration
From
var executionBlocks: [AnyObject] { get }
To
var executionBlocks: [() -> Void] { get }

Modified NSBundle
Declaration
From
class NSBundle : NSObject {
    class func mainBundle() -> NSBundle
    convenience init?(path path: String)
    class func bundleWithPath(_ path: String) -> Self?
    init?(path path: String)
    convenience init?(URL url: NSURL)
    class func bundleWithURL(_ url: NSURL) -> Self?
    convenience init?(URL url: NSURL)
    init(forClass aClass: AnyClass) -> NSBundle
    class func bundleForClass(_ aClass: AnyClass) -> NSBundle
    init?(identifier identifier: String) -> NSBundle
    class func bundleWithIdentifier(_ identifier: String) -> NSBundle?
    class func allBundles() -> [AnyObject]
    class func allFrameworks() -> [AnyObject]
    func load() -> Bool
    var loaded: Bool { get }
    func unload() -> Bool
    func preflightAndReturnError(_ error: NSErrorPointer) -> Bool
    func loadAndReturnError(_ error: NSErrorPointer) -> Bool
    @NSCopying var bundleURL: NSURL { get }
    @NSCopying var resourceURL: NSURL? { get }
    @NSCopying var executableURL: NSURL? { get }
    func URLForAuxiliaryExecutable(_ executableName: String) -> NSURL?
    @NSCopying var privateFrameworksURL: NSURL? { get }
    @NSCopying var sharedFrameworksURL: NSURL? { get }
    @NSCopying var sharedSupportURL: NSURL? { get }
    @NSCopying var builtInPlugInsURL: NSURL? { get }
    @NSCopying var appStoreReceiptURL: NSURL? { get }
    var bundlePath: String { get }
    var resourcePath: String? { get }
    var executablePath: String? { get }
    func pathForAuxiliaryExecutable(_ executableName: String) -> String?
    var privateFrameworksPath: String? { get }
    var sharedFrameworksPath: String? { get }
    var sharedSupportPath: String? { get }
    var builtInPlugInsPath: String? { get }
    class func URLForResource(_ name: String, withExtension ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> NSURL?
    class func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> [AnyObject]?
    func URLForResource(_ name: String, withExtension ext: String?) -> NSURL?
    func URLForResource(_ name: String, withExtension ext: String?, subdirectory subpath: String?) -> NSURL?
    func URLForResource(_ name: String, withExtension ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> NSURL?
    func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?) -> [AnyObject]?
    func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> [AnyObject]?
    class func pathForResource(_ name: String?, ofType ext: String?, inDirectory bundlePath: String) -> String?
    class func pathsForResourcesOfType(_ ext: String?, inDirectory bundlePath: String) -> [AnyObject]
    func pathForResource(_ name: String?, ofType ext: String?) -> String?
    func pathForResource(_ name: String?, ofType ext: String?, inDirectory subpath: String?) -> String?
    func pathForResource(_ name: String?, ofType ext: String?, inDirectory subpath: String?, forLocalization localizationName: String?) -> String?
    func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?) -> [AnyObject]
    func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?, forLocalization localizationName: String?) -> [AnyObject]
    func localizedStringForKey(_ key: String, value value: String?, table tableName: String?) -> String
    var bundleIdentifier: String? { get }
    var infoDictionary: [NSObject : AnyObject]? { get }
    var localizedInfoDictionary: [NSObject : AnyObject]? { get }
    func objectForInfoDictionaryKey(_ key: String) -> AnyObject?
    func classNamed(_ className: String) -> AnyClass?
    var principalClass: AnyClass? { get }
    var preferredLocalizations: [AnyObject] { get }
    var localizations: [AnyObject]? { get }
    var developmentLocalization: String? { get }
    class func preferredLocalizationsFromArray(_ localizationsArray: [AnyObject]) -> [AnyObject]
    class func preferredLocalizationsFromArray(_ localizationsArray: [AnyObject], forPreferences preferencesArray: [AnyObject]?) -> [AnyObject]
    var executableArchitectures: [AnyObject]? { get }
}
extension NSBundle {
    func contextHelpForKey(_ key: String) -> NSAttributedString?
}
extension NSBundle {
    func imageForResource(_ name: String) -> NSImage?
    func pathForImageResource(_ name: String) -> String?
    func URLForImageResource(_ name: String) -> NSURL?
}
extension NSBundle {
    func loadNibNamed(_ nibName: String, owner owner: AnyObject!, topLevelObjects topLevelObjects: AutoreleasingUnsafeMutablePointer<NSArray?>) -> Bool
}
extension NSBundle {
    class func loadNibFile(_ fileName: String!, externalNameTable context: [NSObject : AnyObject]!, withZone zone: NSZone) -> Bool
    class func loadNibNamed(_ nibName: String!, owner owner: AnyObject!) -> Bool
    func loadNibFile(_ fileName: String!, externalNameTable context: [NSObject : AnyObject]!, withZone zone: NSZone) -> Bool
}
extension NSBundle {
    func pathForSoundResource(_ name: String) -> String?
}
extension NSBundle {
    func loadAppleScriptObjectiveCScripts()
}
To
class NSBundle : NSObject {
    class func mainBundle() -> NSBundle
    convenience init?(path path: String)
    class func bundleWithPath(_ path: String) -> Self?
    init?(path path: String)
    convenience init?(URL url: NSURL)
    class func bundleWithURL(_ url: NSURL) -> Self?
    convenience init?(URL url: NSURL)
     init(forClass aClass: AnyClass)
    class func bundleForClass(_ aClass: AnyClass) -> NSBundle
     init?(identifier identifier: String)
    class func bundleWithIdentifier(_ identifier: String) -> NSBundle?
    class func allBundles() -> [NSBundle]
    class func allFrameworks() -> [NSBundle]
    func load() -> Bool
    var loaded: Bool { get }
    func unload() -> Bool
    func preflight() throws
    func loadAndReturnError() throws
    @NSCopying var bundleURL: NSURL { get }
    @NSCopying var resourceURL: NSURL? { get }
    @NSCopying var executableURL: NSURL? { get }
    func URLForAuxiliaryExecutable(_ executableName: String) -> NSURL?
    @NSCopying var privateFrameworksURL: NSURL? { get }
    @NSCopying var sharedFrameworksURL: NSURL? { get }
    @NSCopying var sharedSupportURL: NSURL? { get }
    @NSCopying var builtInPlugInsURL: NSURL? { get }
    @NSCopying var appStoreReceiptURL: NSURL? { get }
    var bundlePath: String { get }
    var resourcePath: String? { get }
    var executablePath: String? { get }
    func pathForAuxiliaryExecutable(_ executableName: String) -> String?
    var privateFrameworksPath: String? { get }
    var sharedFrameworksPath: String? { get }
    var sharedSupportPath: String? { get }
    var builtInPlugInsPath: String? { get }
    class func URLForResource(_ name: String?, withExtension ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> NSURL?
    class func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> [NSURL]?
    func URLForResource(_ name: String?, withExtension ext: String?) -> NSURL?
    func URLForResource(_ name: String?, withExtension ext: String?, subdirectory subpath: String?) -> NSURL?
    func URLForResource(_ name: String?, withExtension ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> NSURL?
    func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?) -> [NSURL]?
    func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> [NSURL]?
    class func pathForResource(_ name: String?, ofType ext: String?, inDirectory bundlePath: String) -> String?
    class func pathsForResourcesOfType(_ ext: String?, inDirectory bundlePath: String) -> [String]
    func pathForResource(_ name: String?, ofType ext: String?) -> String?
    func pathForResource(_ name: String?, ofType ext: String?, inDirectory subpath: String?) -> String?
    func pathForResource(_ name: String?, ofType ext: String?, inDirectory subpath: String?, forLocalization localizationName: String?) -> String?
    func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?) -> [String]
    func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?, forLocalization localizationName: String?) -> [String]
    func localizedStringForKey(_ key: String, value value: String?, table tableName: String?) -> String
    var bundleIdentifier: String? { get }
    var infoDictionary: [String : AnyObject]? { get }
    var localizedInfoDictionary: [String : AnyObject]? { get }
    func objectForInfoDictionaryKey(_ key: String) -> AnyObject?
    func classNamed(_ className: String) -> AnyClass?
    var principalClass: AnyClass? { get }
    var preferredLocalizations: [String] { get }
    var localizations: [String] { get }
    var developmentLocalization: String? { get }
    class func preferredLocalizationsFromArray(_ localizationsArray: [String]) -> [String]
    class func preferredLocalizationsFromArray(_ localizationsArray: [String], forPreferences preferencesArray: [String]?) -> [String]
    var executableArchitectures: [NSNumber]? { get }
}
extension NSBundle {
    func contextHelpForKey(_ key: String) -> NSAttributedString?
}
extension NSBundle {
    func imageForResource(_ name: String) -> NSImage?
    func pathForImageResource(_ name: String) -> String?
    func URLForImageResource(_ name: String) -> NSURL?
}
extension NSBundle {
    func loadNibNamed(_ nibName: String, owner owner: AnyObject?, topLevelObjects topLevelObjects: AutoreleasingUnsafeMutablePointer<NSArray?>) -> Bool
}
extension NSBundle {
    class func loadNibFile(_ fileName: String!, externalNameTable context: [NSObject : AnyObject]!, withZone zone: NSZone) -> Bool
    class func loadNibNamed(_ nibName: String!, owner owner: AnyObject!) -> Bool
    func loadNibFile(_ fileName: String!, externalNameTable context: [NSObject : AnyObject]!, withZone zone: NSZone) -> Bool
}
extension NSBundle {
    func pathForSoundResource(_ name: String) -> String?
}
extension NSBundle {
    func loadAppleScriptObjectiveCScripts()
}
extension NSBundle {
    func setPreservationPriority(_ priority: Double, forTags tags: Set<String>)
    func preservationPriorityForTag(_ tag: String) -> Double
}

Declaration
From
class func allBundles() -> [AnyObject]
To
class func allBundles() -> [NSBundle]

Declaration
From
class func allFrameworks() -> [AnyObject]
To
class func allFrameworks() -> [NSBundle]

Declaration
From
var executableArchitectures: [AnyObject]? { get }
To
var executableArchitectures: [NSNumber]? { get }

Declaration
From
var infoDictionary: [NSObject : AnyObject]? { get }
To
var infoDictionary: [String : AnyObject]? { get }

Declaration
From
init(forClass aClass: AnyClass) -> NSBundle
To
init(forClass aClass: AnyClass)

Declaration
From
init?(identifier identifier: String) -> NSBundle
To
init?(identifier identifier: String)

Declaration
From
func loadAndReturnError(_ error: NSErrorPointer) -> Bool
To
func loadAndReturnError() throws

Declaration
From
var localizations: [AnyObject]? { get }
To
var localizations: [String] { get }

Declaration
From
var localizedInfoDictionary: [NSObject : AnyObject]? { get }
To
var localizedInfoDictionary: [String : AnyObject]? { get }

Declaration
From
class func pathsForResourcesOfType(_ ext: String?, inDirectory bundlePath: String) -> [AnyObject]
To
class func pathsForResourcesOfType(_ ext: String?, inDirectory bundlePath: String) -> [String]

Declaration
From
func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?) -> [AnyObject]
To
func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?) -> [String]

Declaration
From
func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?, forLocalization localizationName: String?) -> [AnyObject]
To
func pathsForResourcesOfType(_ ext: String?, inDirectory subpath: String?, forLocalization localizationName: String?) -> [String]

Declaration
From
var preferredLocalizations: [AnyObject] { get }
To
var preferredLocalizations: [String] { get }

Declaration
From
class func preferredLocalizationsFromArray(_ localizationsArray: [AnyObject]) -> [AnyObject]
To
class func preferredLocalizationsFromArray(_ localizationsArray: [String]) -> [String]

Declaration
From
class func preferredLocalizationsFromArray(_ localizationsArray: [AnyObject], forPreferences preferencesArray: [AnyObject]?) -> [AnyObject]
To
class func preferredLocalizationsFromArray(_ localizationsArray: [String], forPreferences preferencesArray: [String]?) -> [String]

Declaration
From
func preflightAndReturnError(_ error: NSErrorPointer) -> Bool
To
func preflight() throws

Declaration
From
func URLForResource(_ name: String, withExtension ext: String?) -> NSURL?
To
func URLForResource(_ name: String?, withExtension ext: String?) -> NSURL?

Declaration
From
func URLForResource(_ name: String, withExtension ext: String?, subdirectory subpath: String?) -> NSURL?
To
func URLForResource(_ name: String?, withExtension ext: String?, subdirectory subpath: String?) -> NSURL?

Declaration
From
class func URLForResource(_ name: String, withExtension ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> NSURL?
To
class func URLForResource(_ name: String?, withExtension ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> NSURL?

Declaration
From
func URLForResource(_ name: String, withExtension ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> NSURL?
To
func URLForResource(_ name: String?, withExtension ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> NSURL?

Declaration
From
func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?) -> [AnyObject]?
To
func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?) -> [NSURL]?

Declaration
From
class func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> [AnyObject]?
To
class func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, inBundleWithURL bundleURL: NSURL) -> [NSURL]?

Declaration
From
func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> [AnyObject]?
To
func URLsForResourcesWithExtension(_ ext: String?, subdirectory subpath: String?, localization localizationName: String?) -> [NSURL]?

Raw Value Type
From--
ToInt

DeclarationProtocols
From
struct NSByteCountFormatterUnits : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var UseDefault: NSByteCountFormatterUnits { get }
    static var UseBytes: NSByteCountFormatterUnits { get }
    static var UseKB: NSByteCountFormatterUnits { get }
    static var UseMB: NSByteCountFormatterUnits { get }
    static var UseGB: NSByteCountFormatterUnits { get }
    static var UseTB: NSByteCountFormatterUnits { get }
    static var UsePB: NSByteCountFormatterUnits { get }
    static var UseEB: NSByteCountFormatterUnits { get }
    static var UseZB: NSByteCountFormatterUnits { get }
    static var UseYBOrHigher: NSByteCountFormatterUnits { get }
    static var UseAll: NSByteCountFormatterUnits { get }
}
RawOptionSetType
To
struct NSByteCountFormatterUnits : OptionSetType {
    init(rawValue rawValue: UInt)
    static var UseDefault: NSByteCountFormatterUnits { get }
    static var UseBytes: NSByteCountFormatterUnits { get }
    static var UseKB: NSByteCountFormatterUnits { get }
    static var UseMB: NSByteCountFormatterUnits { get }
    static var UseGB: NSByteCountFormatterUnits { get }
    static var UseTB: NSByteCountFormatterUnits { get }
    static var UsePB: NSByteCountFormatterUnits { get }
    static var UseEB: NSByteCountFormatterUnits { get }
    static var UseZB: NSByteCountFormatterUnits { get }
    static var UseYBOrHigher: NSByteCountFormatterUnits { get }
    static var UseAll: NSByteCountFormatterUnits { get }
}
OptionSetType

Introduction
FromOS X 10.10
ToOS X 10.6

Raw Value Type
From--
ToUInt

Modified NSCalendar
Declaration
From
class NSCalendar : NSObject, NSCopying, NSSecureCoding, NSCoding {
    class func currentCalendar() -> NSCalendar
    class func autoupdatingCurrentCalendar() -> NSCalendar
    init?(identifier calendarIdentifierConstant: String) -> NSCalendar
    class func calendarWithIdentifier(_ calendarIdentifierConstant: String) -> NSCalendar?
    init?(calendarIdentifier ident: String)
    var calendarIdentifier: String { get }
    @NSCopying var locale: NSLocale?
    @NSCopying var timeZone: NSTimeZone
    var firstWeekday: Int
    var minimumDaysInFirstWeek: Int
    var eraSymbols: [AnyObject] { get }
    var longEraSymbols: [AnyObject] { get }
    var monthSymbols: [AnyObject] { get }
    var shortMonthSymbols: [AnyObject] { get }
    var veryShortMonthSymbols: [AnyObject] { get }
    var standaloneMonthSymbols: [AnyObject] { get }
    var shortStandaloneMonthSymbols: [AnyObject] { get }
    var veryShortStandaloneMonthSymbols: [AnyObject] { get }
    var weekdaySymbols: [AnyObject] { get }
    var shortWeekdaySymbols: [AnyObject] { get }
    var veryShortWeekdaySymbols: [AnyObject] { get }
    var standaloneWeekdaySymbols: [AnyObject] { get }
    var shortStandaloneWeekdaySymbols: [AnyObject] { get }
    var veryShortStandaloneWeekdaySymbols: [AnyObject] { get }
    var quarterSymbols: [AnyObject] { get }
    var shortQuarterSymbols: [AnyObject] { get }
    var standaloneQuarterSymbols: [AnyObject] { get }
    var shortStandaloneQuarterSymbols: [AnyObject] { get }
    var AMSymbol: String { get }
    var PMSymbol: String { get }
    func minimumRangeOfUnit(_ unit: NSCalendarUnit) -> NSRange
    func maximumRangeOfUnit(_ unit: NSCalendarUnit) -> NSRange
    func rangeOfUnit(_ smaller: NSCalendarUnit, inUnit larger: NSCalendarUnit, forDate date: NSDate) -> NSRange
    func ordinalityOfUnit(_ smaller: NSCalendarUnit, inUnit larger: NSCalendarUnit, forDate date: NSDate) -> Int
    func rangeOfUnit(_ unit: NSCalendarUnit, startDate datep: AutoreleasingUnsafeMutablePointer<NSDate?>, interval tip: UnsafeMutablePointer<NSTimeInterval>, forDate date: NSDate) -> Bool
    func dateFromComponents(_ comps: NSDateComponents) -> NSDate?
    func components(_ unitFlags: NSCalendarUnit, fromDate date: NSDate) -> NSDateComponents
    func dateByAddingComponents(_ comps: NSDateComponents, toDate date: NSDate, options opts: NSCalendarOptions) -> NSDate?
    func components(_ unitFlags: NSCalendarUnit, fromDate startingDate: NSDate, toDate resultDate: NSDate, options opts: NSCalendarOptions) -> NSDateComponents
    func getEra(_ eraValuePointer: UnsafeMutablePointer<Int>, year yearValuePointer: UnsafeMutablePointer<Int>, month monthValuePointer: UnsafeMutablePointer<Int>, day dayValuePointer: UnsafeMutablePointer<Int>, fromDate date: NSDate)
    func getEra(_ eraValuePointer: UnsafeMutablePointer<Int>, yearForWeekOfYear yearValuePointer: UnsafeMutablePointer<Int>, weekOfYear weekValuePointer: UnsafeMutablePointer<Int>, weekday weekdayValuePointer: UnsafeMutablePointer<Int>, fromDate date: NSDate)
    func getHour(_ hourValuePointer: UnsafeMutablePointer<Int>, minute minuteValuePointer: UnsafeMutablePointer<Int>, second secondValuePointer: UnsafeMutablePointer<Int>, nanosecond nanosecondValuePointer: UnsafeMutablePointer<Int>, fromDate date: NSDate)
    func component(_ unit: NSCalendarUnit, fromDate date: NSDate) -> Int
    func dateWithEra(_ eraValue: Int, year yearValue: Int, month monthValue: Int, day dayValue: Int, hour hourValue: Int, minute minuteValue: Int, second secondValue: Int, nanosecond nanosecondValue: Int) -> NSDate?
    func dateWithEra(_ eraValue: Int, yearForWeekOfYear yearValue: Int, weekOfYear weekValue: Int, weekday weekdayValue: Int, hour hourValue: Int, minute minuteValue: Int, second secondValue: Int, nanosecond nanosecondValue: Int) -> NSDate?
    func startOfDayForDate(_ date: NSDate) -> NSDate
    func componentsInTimeZone(_ timezone: NSTimeZone, fromDate date: NSDate) -> NSDateComponents
    func compareDate(_ date1: NSDate, toDate date2: NSDate, toUnitGranularity unit: NSCalendarUnit) -> NSComparisonResult
    func isDate(_ date1: NSDate, equalToDate date2: NSDate, toUnitGranularity unit: NSCalendarUnit) -> Bool
    func isDate(_ date1: NSDate, inSameDayAsDate date2: NSDate) -> Bool
    func isDateInToday(_ date: NSDate) -> Bool
    func isDateInYesterday(_ date: NSDate) -> Bool
    func isDateInTomorrow(_ date: NSDate) -> Bool
    func isDateInWeekend(_ date: NSDate) -> Bool
    func rangeOfWeekendStartDate(_ datep: AutoreleasingUnsafeMutablePointer<NSDate?>, interval tip: UnsafeMutablePointer<NSTimeInterval>, containingDate date: NSDate) -> Bool
    func nextWeekendStartDate(_ datep: AutoreleasingUnsafeMutablePointer<NSDate?>, interval tip: UnsafeMutablePointer<NSTimeInterval>, options options: NSCalendarOptions, afterDate date: NSDate) -> Bool
    func components(_ unitFlags: NSCalendarUnit, fromDateComponents startingDateComp: NSDateComponents, toDateComponents resultDateComp: NSDateComponents, options options: NSCalendarOptions) -> NSDateComponents
    func dateByAddingUnit(_ unit: NSCalendarUnit, value value: Int, toDate date: NSDate, options options: NSCalendarOptions) -> NSDate?
    func enumerateDatesStartingAfterDate(_ start: NSDate, matchingComponents comps: NSDateComponents, options opts: NSCalendarOptions, usingBlock block: (NSDate!, Bool, UnsafeMutablePointer<ObjCBool>) -> Void)
    func nextDateAfterDate(_ date: NSDate, matchingComponents comps: NSDateComponents, options options: NSCalendarOptions) -> NSDate?
    func nextDateAfterDate(_ date: NSDate, matchingUnit unit: NSCalendarUnit, value value: Int, options options: NSCalendarOptions) -> NSDate?
    func nextDateAfterDate(_ date: NSDate, matchingHour hourValue: Int, minute minuteValue: Int, second secondValue: Int, options options: NSCalendarOptions) -> NSDate?
    func dateBySettingUnit(_ unit: NSCalendarUnit, value v: Int, ofDate date: NSDate, options opts: NSCalendarOptions) -> NSDate?
    func dateBySettingHour(_ h: Int, minute m: Int, second s: Int, ofDate date: NSDate, options opts: NSCalendarOptions) -> NSDate?
    func date(_ date: NSDate, matchesComponents components: NSDateComponents) -> Bool
}
To
class NSCalendar : NSObject, NSCopying, NSSecureCoding, NSCoding {
    class func currentCalendar() -> NSCalendar
    class func autoupdatingCurrentCalendar() -> NSCalendar
     init?(identifier calendarIdentifierConstant: String)
    class func calendarWithIdentifier(_ calendarIdentifierConstant: String) -> NSCalendar?
    convenience init()
    init?(calendarIdentifier ident: String)
    var calendarIdentifier: String { get }
    @NSCopying var locale: NSLocale?
    @NSCopying var timeZone: NSTimeZone
    var firstWeekday: Int
    var minimumDaysInFirstWeek: Int
    var eraSymbols: [String] { get }
    var longEraSymbols: [String] { get }
    var monthSymbols: [String] { get }
    var shortMonthSymbols: [String] { get }
    var veryShortMonthSymbols: [String] { get }
    var standaloneMonthSymbols: [String] { get }
    var shortStandaloneMonthSymbols: [String] { get }
    var veryShortStandaloneMonthSymbols: [String] { get }
    var weekdaySymbols: [String] { get }
    var shortWeekdaySymbols: [String] { get }
    var veryShortWeekdaySymbols: [String] { get }
    var standaloneWeekdaySymbols: [String] { get }
    var shortStandaloneWeekdaySymbols: [String] { get }
    var veryShortStandaloneWeekdaySymbols: [String] { get }
    var quarterSymbols: [String] { get }
    var shortQuarterSymbols: [String] { get }
    var standaloneQuarterSymbols: [String] { get }
    var shortStandaloneQuarterSymbols: [String] { get }
    var AMSymbol: String { get }
    var PMSymbol: String { get }
    func minimumRangeOfUnit(_ unit: NSCalendarUnit) -> NSRange
    func maximumRangeOfUnit(_ unit: NSCalendarUnit) -> NSRange
    func rangeOfUnit(_ smaller: NSCalendarUnit, inUnit larger: NSCalendarUnit, forDate date: NSDate) -> NSRange
    func ordinalityOfUnit(_ smaller: NSCalendarUnit, inUnit larger: NSCalendarUnit, forDate date: NSDate) -> Int
    func rangeOfUnit(_ unit: NSCalendarUnit, startDate datep: AutoreleasingUnsafeMutablePointer<NSDate?>, interval tip: UnsafeMutablePointer<NSTimeInterval>, forDate date: NSDate) -> Bool
    func dateFromComponents(_ comps: NSDateComponents) -> NSDate?
    func components(_ unitFlags: NSCalendarUnit, fromDate date: NSDate) -> NSDateComponents
    func dateByAddingComponents(_ comps: NSDateComponents, toDate date: NSDate, options opts: NSCalendarOptions) -> NSDate?
    func components(_ unitFlags: NSCalendarUnit, fromDate startingDate: NSDate, toDate resultDate: NSDate, options opts: NSCalendarOptions) -> NSDateComponents
    func getEra(_ eraValuePointer: UnsafeMutablePointer<Int>, year yearValuePointer: UnsafeMutablePointer<Int>, month monthValuePointer: UnsafeMutablePointer<Int>, day dayValuePointer: UnsafeMutablePointer<Int>, fromDate date: NSDate)
    func getEra(_ eraValuePointer: UnsafeMutablePointer<Int>, yearForWeekOfYear yearValuePointer: UnsafeMutablePointer<Int>, weekOfYear weekValuePointer: UnsafeMutablePointer<Int>, weekday weekdayValuePointer: UnsafeMutablePointer<Int>, fromDate date: NSDate)
    func getHour(_ hourValuePointer: UnsafeMutablePointer<Int>, minute minuteValuePointer: UnsafeMutablePointer<Int>, second secondValuePointer: UnsafeMutablePointer<Int>, nanosecond nanosecondValuePointer: UnsafeMutablePointer<Int>, fromDate date: NSDate)
    func component(_ unit: NSCalendarUnit, fromDate date: NSDate) -> Int
    func dateWithEra(_ eraValue: Int, year yearValue: Int, month monthValue: Int, day dayValue: Int, hour hourValue: Int, minute minuteValue: Int, second secondValue: Int, nanosecond nanosecondValue: Int) -> NSDate?
    func dateWithEra(_ eraValue: Int, yearForWeekOfYear yearValue: Int, weekOfYear weekValue: Int, weekday weekdayValue: Int, hour hourValue: Int, minute minuteValue: Int, second secondValue: Int, nanosecond nanosecondValue: Int) -> NSDate?
    func startOfDayForDate(_ date: NSDate) -> NSDate
    func componentsInTimeZone(_ timezone: NSTimeZone, fromDate date: NSDate) -> NSDateComponents
    func compareDate(_ date1: NSDate, toDate date2: NSDate, toUnitGranularity unit: NSCalendarUnit) -> NSComparisonResult
    func isDate(_ date1: NSDate, equalToDate date2: NSDate, toUnitGranularity unit: NSCalendarUnit) -> Bool
    func isDate(_ date1: NSDate, inSameDayAsDate date2: NSDate) -> Bool
    func isDateInToday(_ date: NSDate) -> Bool
    func isDateInYesterday(_ date: NSDate) -> Bool
    func isDateInTomorrow(_ date: NSDate) -> Bool
    func isDateInWeekend(_ date: NSDate) -> Bool
    func rangeOfWeekendStartDate(_ datep: AutoreleasingUnsafeMutablePointer<NSDate?>, interval tip: UnsafeMutablePointer<NSTimeInterval>, containingDate date: NSDate) -> Bool
    func nextWeekendStartDate(_ datep: AutoreleasingUnsafeMutablePointer<NSDate?>, interval tip: UnsafeMutablePointer<NSTimeInterval>, options options: NSCalendarOptions, afterDate date: NSDate) -> Bool
    func components(_ unitFlags: NSCalendarUnit, fromDateComponents startingDateComp: NSDateComponents, toDateComponents resultDateComp: NSDateComponents, options options: NSCalendarOptions) -> NSDateComponents
    func dateByAddingUnit(_ unit: NSCalendarUnit, value value: Int, toDate date: NSDate, options options: NSCalendarOptions) -> NSDate?
    func enumerateDatesStartingAfterDate(_ start: NSDate, matchingComponents comps: NSDateComponents, options opts: NSCalendarOptions, usingBlock block: (NSDate?, Bool, UnsafeMutablePointer<ObjCBool>) -> Void)
    func nextDateAfterDate(_ date: NSDate, matchingComponents comps: NSDateComponents, options options: NSCalendarOptions) -> NSDate?
    func nextDateAfterDate(_ date: NSDate, matchingUnit unit: NSCalendarUnit, value value: Int, options options: NSCalendarOptions) -> NSDate?
    func nextDateAfterDate(_ date: NSDate, matchingHour hourValue: Int, minute minuteValue: Int, second secondValue: Int, options options: NSCalendarOptions) -> NSDate?
    func dateBySettingUnit(_ unit: NSCalendarUnit, value v: Int, ofDate date: NSDate, options opts: NSCalendarOptions) -> NSDate?
    func dateBySettingHour(_ h: Int, minute m: Int, second s: Int, ofDate date: NSDate, options opts: NSCalendarOptions) -> NSDate?
    func date(_ date: NSDate, matchesComponents components: NSDateComponents) -> Bool
}

Declaration
From
func enumerateDatesStartingAfterDate(_ start: NSDate, matchingComponents comps: NSDateComponents, options opts: NSCalendarOptions, usingBlock block: (NSDate!, Bool, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateDatesStartingAfterDate(_ start: NSDate, matchingComponents comps: NSDateComponents, options opts: NSCalendarOptions, usingBlock block: (NSDate?, Bool, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
var eraSymbols: [AnyObject] { get }
To
var eraSymbols: [String] { get }

Declaration
From
init?(identifier calendarIdentifierConstant: String) -> NSCalendar
To
init?(identifier calendarIdentifierConstant: String)

Declaration
From
var longEraSymbols: [AnyObject] { get }
To
var longEraSymbols: [String] { get }

Declaration
From
var monthSymbols: [AnyObject] { get }
To
var monthSymbols: [String] { get }

Declaration
From
var quarterSymbols: [AnyObject] { get }
To
var quarterSymbols: [String] { get }

Declaration
From
var shortMonthSymbols: [AnyObject] { get }
To
var shortMonthSymbols: [String] { get }

Declaration
From
var shortQuarterSymbols: [AnyObject] { get }
To
var shortQuarterSymbols: [String] { get }

Declaration
From
var shortStandaloneMonthSymbols: [AnyObject] { get }
To
var shortStandaloneMonthSymbols: [String] { get }

Declaration
From
var shortStandaloneQuarterSymbols: [AnyObject] { get }
To
var shortStandaloneQuarterSymbols: [String] { get }

Declaration
From
var shortStandaloneWeekdaySymbols: [AnyObject] { get }
To
var shortStandaloneWeekdaySymbols: [String] { get }

Declaration
From
var shortWeekdaySymbols: [AnyObject] { get }
To
var shortWeekdaySymbols: [String] { get }

Declaration
From
var standaloneMonthSymbols: [AnyObject] { get }
To
var standaloneMonthSymbols: [String] { get }

Declaration
From
var standaloneQuarterSymbols: [AnyObject] { get }
To
var standaloneQuarterSymbols: [String] { get }

Declaration
From
var standaloneWeekdaySymbols: [AnyObject] { get }
To
var standaloneWeekdaySymbols: [String] { get }

Declaration
From
var veryShortMonthSymbols: [AnyObject] { get }
To
var veryShortMonthSymbols: [String] { get }

Declaration
From
var veryShortStandaloneMonthSymbols: [AnyObject] { get }
To
var veryShortStandaloneMonthSymbols: [String] { get }

Declaration
From
var veryShortStandaloneWeekdaySymbols: [AnyObject] { get }
To
var veryShortStandaloneWeekdaySymbols: [String] { get }

Declaration
From
var veryShortWeekdaySymbols: [AnyObject] { get }
To
var veryShortWeekdaySymbols: [String] { get }

Declaration
From
var weekdaySymbols: [AnyObject] { get }
To
var weekdaySymbols: [String] { get }

DeclarationProtocols
From
struct NSCalendarOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var WrapComponents: NSCalendarOptions { get }
    static var MatchStrictly: NSCalendarOptions { get }
    static var SearchBackwards: NSCalendarOptions { get }
    static var MatchPreviousTimePreservingSmallerUnits: NSCalendarOptions { get }
    static var MatchNextTimePreservingSmallerUnits: NSCalendarOptions { get }
    static var MatchNextTime: NSCalendarOptions { get }
    static var MatchFirst: NSCalendarOptions { get }
    static var MatchLast: NSCalendarOptions { get }
}
RawOptionSetType
To
struct NSCalendarOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var WrapComponents: NSCalendarOptions { get }
    static var MatchStrictly: NSCalendarOptions { get }
    static var SearchBackwards: NSCalendarOptions { get }
    static var MatchPreviousTimePreservingSmallerUnits: NSCalendarOptions { get }
    static var MatchNextTimePreservingSmallerUnits: NSCalendarOptions { get }
    static var MatchNextTime: NSCalendarOptions { get }
    static var MatchFirst: NSCalendarOptions { get }
    static var MatchLast: NSCalendarOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSCalendarUnit : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var CalendarUnitEra: NSCalendarUnit { get }
    static var CalendarUnitYear: NSCalendarUnit { get }
    static var CalendarUnitMonth: NSCalendarUnit { get }
    static var CalendarUnitDay: NSCalendarUnit { get }
    static var CalendarUnitHour: NSCalendarUnit { get }
    static var CalendarUnitMinute: NSCalendarUnit { get }
    static var CalendarUnitSecond: NSCalendarUnit { get }
    static var CalendarUnitWeekday: NSCalendarUnit { get }
    static var CalendarUnitWeekdayOrdinal: NSCalendarUnit { get }
    static var CalendarUnitQuarter: NSCalendarUnit { get }
    static var CalendarUnitWeekOfMonth: NSCalendarUnit { get }
    static var CalendarUnitWeekOfYear: NSCalendarUnit { get }
    static var CalendarUnitYearForWeekOfYear: NSCalendarUnit { get }
    static var CalendarUnitNanosecond: NSCalendarUnit { get }
    static var CalendarUnitCalendar: NSCalendarUnit { get }
    static var CalendarUnitTimeZone: NSCalendarUnit { get }
    static var EraCalendarUnit: NSCalendarUnit { get }
    static var YearCalendarUnit: NSCalendarUnit { get }
    static var MonthCalendarUnit: NSCalendarUnit { get }
    static var DayCalendarUnit: NSCalendarUnit { get }
    static var HourCalendarUnit: NSCalendarUnit { get }
    static var MinuteCalendarUnit: NSCalendarUnit { get }
    static var SecondCalendarUnit: NSCalendarUnit { get }
    static var WeekCalendarUnit: NSCalendarUnit { get }
    static var WeekdayCalendarUnit: NSCalendarUnit { get }
    static var WeekdayOrdinalCalendarUnit: NSCalendarUnit { get }
    static var QuarterCalendarUnit: NSCalendarUnit { get }
    static var WeekOfMonthCalendarUnit: NSCalendarUnit { get }
    static var WeekOfYearCalendarUnit: NSCalendarUnit { get }
    static var YearForWeekOfYearCalendarUnit: NSCalendarUnit { get }
    static var CalendarCalendarUnit: NSCalendarUnit { get }
    static var TimeZoneCalendarUnit: NSCalendarUnit { get }
}
RawOptionSetType
To
struct NSCalendarUnit : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Era: NSCalendarUnit { get }
    static var Year: NSCalendarUnit { get }
    static var Month: NSCalendarUnit { get }
    static var Day: NSCalendarUnit { get }
    static var Hour: NSCalendarUnit { get }
    static var Minute: NSCalendarUnit { get }
    static var Second: NSCalendarUnit { get }
    static var Weekday: NSCalendarUnit { get }
    static var WeekdayOrdinal: NSCalendarUnit { get }
    static var Quarter: NSCalendarUnit { get }
    static var WeekOfMonth: NSCalendarUnit { get }
    static var WeekOfYear: NSCalendarUnit { get }
    static var YearForWeekOfYear: NSCalendarUnit { get }
    static var Nanosecond: NSCalendarUnit { get }
    static var Calendar: NSCalendarUnit { get }
    static var TimeZone: NSCalendarUnit { get }
    static var NSEraCalendarUnit: NSCalendarUnit { get }
    static var NSYearCalendarUnit: NSCalendarUnit { get }
    static var NSMonthCalendarUnit: NSCalendarUnit { get }
    static var NSDayCalendarUnit: NSCalendarUnit { get }
    static var NSHourCalendarUnit: NSCalendarUnit { get }
    static var NSMinuteCalendarUnit: NSCalendarUnit { get }
    static var NSSecondCalendarUnit: NSCalendarUnit { get }
    static var NSWeekCalendarUnit: NSCalendarUnit { get }
    static var NSWeekdayCalendarUnit: NSCalendarUnit { get }
    static var NSWeekdayOrdinalCalendarUnit: NSCalendarUnit { get }
    static var NSQuarterCalendarUnit: NSCalendarUnit { get }
    static var NSWeekOfMonthCalendarUnit: NSCalendarUnit { get }
    static var NSWeekOfYearCalendarUnit: NSCalendarUnit { get }
    static var NSYearForWeekOfYearCalendarUnit: NSCalendarUnit { get }
    static var NSCalendarCalendarUnit: NSCalendarUnit { get }
    static var NSTimeZoneCalendarUnit: NSCalendarUnit { get }
}
OptionSetType

Declaration
From
static var CalendarUnitCalendar: NSCalendarUnit { get }
To
static var Calendar: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitDay: NSCalendarUnit { get }
To
static var Day: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitEra: NSCalendarUnit { get }
To
static var Era: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitHour: NSCalendarUnit { get }
To
static var Hour: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitMinute: NSCalendarUnit { get }
To
static var Minute: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitMonth: NSCalendarUnit { get }
To
static var Month: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitNanosecond: NSCalendarUnit { get }
To
static var Nanosecond: NSCalendarUnit { get }

Declaration
From
static var CalendarCalendarUnit: NSCalendarUnit { get }
To
static var NSCalendarCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var DayCalendarUnit: NSCalendarUnit { get }
To
static var NSDayCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var EraCalendarUnit: NSCalendarUnit { get }
To
static var NSEraCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var HourCalendarUnit: NSCalendarUnit { get }
To
static var NSHourCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var MinuteCalendarUnit: NSCalendarUnit { get }
To
static var NSMinuteCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var MonthCalendarUnit: NSCalendarUnit { get }
To
static var NSMonthCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var QuarterCalendarUnit: NSCalendarUnit { get }
To
static var NSQuarterCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var SecondCalendarUnit: NSCalendarUnit { get }
To
static var NSSecondCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var TimeZoneCalendarUnit: NSCalendarUnit { get }
To
static var NSTimeZoneCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var WeekCalendarUnit: NSCalendarUnit { get }
To
static var NSWeekCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var WeekdayCalendarUnit: NSCalendarUnit { get }
To
static var NSWeekdayCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var WeekdayOrdinalCalendarUnit: NSCalendarUnit { get }
To
static var NSWeekdayOrdinalCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var WeekOfMonthCalendarUnit: NSCalendarUnit { get }
To
static var NSWeekOfMonthCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var WeekOfYearCalendarUnit: NSCalendarUnit { get }
To
static var NSWeekOfYearCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var YearCalendarUnit: NSCalendarUnit { get }
To
static var NSYearCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var YearForWeekOfYearCalendarUnit: NSCalendarUnit { get }
To
static var NSYearForWeekOfYearCalendarUnit: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitQuarter: NSCalendarUnit { get }
To
static var Quarter: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitSecond: NSCalendarUnit { get }
To
static var Second: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitTimeZone: NSCalendarUnit { get }
To
static var TimeZone: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitWeekday: NSCalendarUnit { get }
To
static var Weekday: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitWeekdayOrdinal: NSCalendarUnit { get }
To
static var WeekdayOrdinal: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitWeekOfMonth: NSCalendarUnit { get }
To
static var WeekOfMonth: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitWeekOfYear: NSCalendarUnit { get }
To
static var WeekOfYear: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitYear: NSCalendarUnit { get }
To
static var Year: NSCalendarUnit { get }

Declaration
From
static var CalendarUnitYearForWeekOfYear: NSCalendarUnit { get }
To
static var YearForWeekOfYear: NSCalendarUnit { get }

Declaration
From
class NSCharacterSet : NSObject, NSCopying, NSMutableCopying, NSCoding {
    class func controlCharacterSet() -> NSCharacterSet
    class func whitespaceCharacterSet() -> NSCharacterSet
    class func whitespaceAndNewlineCharacterSet() -> NSCharacterSet
    class func decimalDigitCharacterSet() -> NSCharacterSet
    class func letterCharacterSet() -> NSCharacterSet
    class func lowercaseLetterCharacterSet() -> NSCharacterSet
    class func uppercaseLetterCharacterSet() -> NSCharacterSet
    class func nonBaseCharacterSet() -> NSCharacterSet
    class func alphanumericCharacterSet() -> NSCharacterSet
    class func decomposableCharacterSet() -> NSCharacterSet
    class func illegalCharacterSet() -> NSCharacterSet
    class func punctuationCharacterSet() -> NSCharacterSet
    class func capitalizedLetterCharacterSet() -> NSCharacterSet
    class func symbolCharacterSet() -> NSCharacterSet
    class func newlineCharacterSet() -> NSCharacterSet
    init(range aRange: NSRange) -> NSCharacterSet
    class func characterSetWithRange(_ aRange: NSRange) -> NSCharacterSet
    init(charactersInString aString: String) -> NSCharacterSet
    class func characterSetWithCharactersInString(_ aString: String) -> NSCharacterSet
    init(bitmapRepresentation data: NSData) -> NSCharacterSet
    class func characterSetWithBitmapRepresentation(_ data: NSData) -> NSCharacterSet
    init?(contentsOfFile fName: String) -> NSCharacterSet
    class func characterSetWithContentsOfFile(_ fName: String) -> NSCharacterSet?
    init(coder aDecoder: NSCoder)
    func characterIsMember(_ aCharacter: unichar) -> Bool
    @NSCopying var bitmapRepresentation: NSData { get }
    @NSCopying var invertedSet: NSCharacterSet { get }
    func longCharacterIsMember(_ theLongChar: UTF32Char) -> Bool
    func isSupersetOfSet(_ theOtherSet: NSCharacterSet) -> Bool
    func hasMemberInPlane(_ thePlane: UInt8) -> Bool
}
extension NSCharacterSet {
    class func URLUserAllowedCharacterSet() -> NSCharacterSet
    class func URLPasswordAllowedCharacterSet() -> NSCharacterSet
    class func URLHostAllowedCharacterSet() -> NSCharacterSet
    class func URLPathAllowedCharacterSet() -> NSCharacterSet
    class func URLQueryAllowedCharacterSet() -> NSCharacterSet
    class func URLFragmentAllowedCharacterSet() -> NSCharacterSet
}
To
class NSCharacterSet : NSObject, NSCopying, NSMutableCopying, NSCoding {
    class func controlCharacterSet() -> NSCharacterSet
    class func whitespaceCharacterSet() -> NSCharacterSet
    class func whitespaceAndNewlineCharacterSet() -> NSCharacterSet
    class func decimalDigitCharacterSet() -> NSCharacterSet
    class func letterCharacterSet() -> NSCharacterSet
    class func lowercaseLetterCharacterSet() -> NSCharacterSet
    class func uppercaseLetterCharacterSet() -> NSCharacterSet
    class func nonBaseCharacterSet() -> NSCharacterSet
    class func alphanumericCharacterSet() -> NSCharacterSet
    class func decomposableCharacterSet() -> NSCharacterSet
    class func illegalCharacterSet() -> NSCharacterSet
    class func punctuationCharacterSet() -> NSCharacterSet
    class func capitalizedLetterCharacterSet() -> NSCharacterSet
    class func symbolCharacterSet() -> NSCharacterSet
    class func newlineCharacterSet() -> NSCharacterSet
     init(range aRange: NSRange)
    class func characterSetWithRange(_ aRange: NSRange) -> NSCharacterSet
     init(charactersInString aString: String)
    class func characterSetWithCharactersInString(_ aString: String) -> NSCharacterSet
     init(bitmapRepresentation data: NSData)
    class func characterSetWithBitmapRepresentation(_ data: NSData) -> NSCharacterSet
     init?(contentsOfFile fName: String)
    class func characterSetWithContentsOfFile(_ fName: String) -> NSCharacterSet?
    init(coder aDecoder: NSCoder)
    func characterIsMember(_ aCharacter: unichar) -> Bool
    @NSCopying var bitmapRepresentation: NSData { get }
    @NSCopying var invertedSet: NSCharacterSet { get }
    func longCharacterIsMember(_ theLongChar: UTF32Char) -> Bool
    func isSupersetOfSet(_ theOtherSet: NSCharacterSet) -> Bool
    func hasMemberInPlane(_ thePlane: UInt8) -> Bool
}
extension NSCharacterSet {
    class func URLUserAllowedCharacterSet() -> NSCharacterSet
    class func URLPasswordAllowedCharacterSet() -> NSCharacterSet
    class func URLHostAllowedCharacterSet() -> NSCharacterSet
    class func URLPathAllowedCharacterSet() -> NSCharacterSet
    class func URLQueryAllowedCharacterSet() -> NSCharacterSet
    class func URLFragmentAllowedCharacterSet() -> NSCharacterSet
}

Declaration
From
init(bitmapRepresentation data: NSData) -> NSCharacterSet
To
init(bitmapRepresentation data: NSData)

Declaration
From
init(charactersInString aString: String) -> NSCharacterSet
To
init(charactersInString aString: String)

Declaration
From
init?(contentsOfFile fName: String) -> NSCharacterSet
To
init?(contentsOfFile fName: String)

Declaration
From
init(range aRange: NSRange) -> NSCharacterSet
To
init(range aRange: NSRange)

Declaration
From
class NSClassDescription : NSObject {
    class func registerClassDescription(_ description: NSClassDescription, forClass aClass: AnyClass)
    class func invalidateClassDescriptionCache()
    init?(forClass aClass: AnyClass!) -> NSClassDescription
    class func classDescriptionForClass(_ aClass: AnyClass!) -> NSClassDescription?
    var attributeKeys: [AnyObject] { get }
    var toOneRelationshipKeys: [AnyObject] { get }
    var toManyRelationshipKeys: [AnyObject] { get }
    func inverseForRelationshipKey(_ relationshipKey: String) -> String?
}
To
class NSClassDescription : NSObject {
    class func registerClassDescription(_ description: NSClassDescription, forClass aClass: AnyClass)
    class func invalidateClassDescriptionCache()
     init?(forClass aClass: AnyClass)
    class func classDescriptionForClass(_ aClass: AnyClass) -> NSClassDescription?
    var attributeKeys: [String] { get }
    var toOneRelationshipKeys: [String] { get }
    var toManyRelationshipKeys: [String] { get }
    func inverseForRelationshipKey(_ relationshipKey: String) -> String?
}

Declaration
From
var attributeKeys: [AnyObject] { get }
To
var attributeKeys: [String] { get }

Declaration
From
init?(forClass aClass: AnyClass!) -> NSClassDescription
To
init?(forClass aClass: AnyClass)

Declaration
From
var toManyRelationshipKeys: [AnyObject] { get }
To
var toManyRelationshipKeys: [String] { get }

Declaration
From
var toOneRelationshipKeys: [AnyObject] { get }
To
var toOneRelationshipKeys: [String] { get }

Declaration
From
class NSCloneCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
    var keySpecifier: NSScriptObjectSpecifier! { get }
}
To
class NSCloneCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)
    var keySpecifier: NSScriptObjectSpecifier { get }
}

Declaration
From
var keySpecifier: NSScriptObjectSpecifier! { get }
To
var keySpecifier: NSScriptObjectSpecifier { get }

Declaration
From
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
To
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)

Modified NSCoder
Declaration
From
class NSCoder : NSObject {
    func encodeValueOfObjCType(_ type: UnsafePointer<Int8>, at addr: UnsafePointer<Void>)
    func encodeDataObject(_ data: NSData)
    func decodeValueOfObjCType(_ type: UnsafePointer<Int8>, at data: UnsafeMutablePointer<Void>)
    func decodeDataObject() -> NSData?
    func versionForClassName(_ className: String) -> Int
}
extension NSCoder {
    func encodeCMTime(_ time: CMTime, forKey key: String!)
    func decodeCMTimeForKey(_ key: String!) -> CMTime
    func encodeCMTimeRange(_ timeRange: CMTimeRange, forKey key: String!)
    func decodeCMTimeRangeForKey(_ key: String!) -> CMTimeRange
    func encodeCMTimeMapping(_ timeMapping: CMTimeMapping, forKey key: String!)
    func decodeCMTimeMappingForKey(_ key: String!) -> CMTimeMapping
}
extension NSCoder {
    func decodeNXColor() -> NSColor!
}
extension NSCoder {
    func encodeObject(_ object: AnyObject?)
    func encodeRootObject(_ rootObject: AnyObject)
    func encodeBycopyObject(_ anObject: AnyObject?)
    func encodeByrefObject(_ anObject: AnyObject?)
    func encodeConditionalObject(_ object: AnyObject?)
    func encodeArrayOfObjCType(_ type: UnsafePointer<Int8>, count count: Int, at array: UnsafePointer<Void>)
    func encodeBytes(_ byteaddr: UnsafePointer<Void>, length length: Int)
    func decodeObject() -> AnyObject?
    func decodeArrayOfObjCType(_ itemType: UnsafePointer<Int8>, count count: Int, at array: UnsafeMutablePointer<Void>)
    func decodeBytesWithReturnedLength(_ lengthp: UnsafeMutablePointer<Int>) -> UnsafeMutablePointer<Void>
    func encodePropertyList(_ aPropertyList: AnyObject)
    func decodePropertyList() -> AnyObject?
    func setObjectZone(_ zone: NSZone)
    func objectZone() -> NSZone
    var systemVersion: UInt32 { get }
    var allowsKeyedCoding: Bool { get }
    func encodeObject(_ objv: AnyObject?, forKey key: String)
    func encodeConditionalObject(_ objv: AnyObject?, forKey key: String)
    func encodeBool(_ boolv: Bool, forKey key: String)
    func encodeInt(_ intv: Int32, forKey key: String)
    func encodeInt32(_ intv: Int32, forKey key: String)
    func encodeInt64(_ intv: Int64, forKey key: String)
    func encodeFloat(_ realv: Float, forKey key: String)
    func encodeDouble(_ realv: Double, forKey key: String)
    func encodeBytes(_ bytesp: UnsafePointer<UInt8>, length lenv: Int, forKey key: String)
    func containsValueForKey(_ key: String) -> Bool
    func decodeObjectForKey(_ key: String) -> AnyObject?
    func decodeBoolForKey(_ key: String) -> Bool
    func decodeIntForKey(_ key: String) -> Int32
    func decodeInt32ForKey(_ key: String) -> Int32
    func decodeInt64ForKey(_ key: String) -> Int64
    func decodeFloatForKey(_ key: String) -> Float
    func decodeDoubleForKey(_ key: String) -> Double
    func decodeBytesForKey(_ key: String, returnedLength lengthp: UnsafeMutablePointer<Int>) -> UnsafePointer<UInt8>
    func encodeInteger(_ intv: Int, forKey key: String)
    func decodeIntegerForKey(_ key: String) -> Int
    var requiresSecureCoding: Bool { get }
    func decodeObjectOfClass(_ aClass: AnyClass, forKey key: String) -> AnyObject?
    func decodeObjectOfClasses(_ classes: Set<NSObject>, forKey key: String) -> AnyObject?
    func decodePropertyListForKey(_ key: String) -> AnyObject?
    var allowedClasses: Set<NSObject>? { get }
}
extension NSCoder {
    func encodeNXObject(_ object: AnyObject!)
    func decodeNXObject() -> AnyObject!
}
extension NSCoder {
    func encodePoint(_ point: NSPoint)
    func decodePoint() -> NSPoint
    func encodeSize(_ size: NSSize)
    func decodeSize() -> NSSize
    func encodeRect(_ rect: NSRect)
    func decodeRect() -> NSRect
}
extension NSCoder {
    func encodePoint(_ point: NSPoint, forKey key: String)
    func encodeSize(_ size: NSSize, forKey key: String)
    func encodeRect(_ rect: NSRect, forKey key: String)
    func decodePointForKey(_ key: String) -> NSPoint
    func decodeSizeForKey(_ key: String) -> NSSize
    func decodeRectForKey(_ key: String) -> NSRect
}
extension NSCoder {
    func encodeQTTime(_ time: QTTime, forKey key: String!)
    func decodeQTTimeForKey(_ key: String!) -> QTTime
}
extension NSCoder {
    func encodeSMPTETime(_ time: SMPTETime, forKey key: String!)
    func decodeSMPTETimeForKey(_ key: String!) -> SMPTETime
}
extension NSCoder {
    func encodeQTTimeRange(_ range: QTTimeRange, forKey key: String!)
    func decodeQTTimeRangeForKey(_ key: String!) -> QTTimeRange
}
To
class NSCoder : NSObject {
    func encodeValueOfObjCType(_ type: UnsafePointer<Int8>, at addr: UnsafePointer<Void>)
    func encodeDataObject(_ data: NSData)
    func decodeValueOfObjCType(_ type: UnsafePointer<Int8>, at data: UnsafeMutablePointer<Void>)
    func decodeDataObject() -> NSData?
    func versionForClassName(_ className: String) -> Int
}
extension NSCoder {
    func encodeCMTime(_ time: CMTime, forKey key: String)
    func decodeCMTimeForKey(_ key: String) -> CMTime
    func encodeCMTimeRange(_ timeRange: CMTimeRange, forKey key: String)
    func decodeCMTimeRangeForKey(_ key: String) -> CMTimeRange
    func encodeCMTimeMapping(_ timeMapping: CMTimeMapping, forKey key: String)
    func decodeCMTimeMappingForKey(_ key: String) -> CMTimeMapping
}
extension NSCoder {
    func decodeNXColor() -> NSColor!
}
extension NSCoder {
    @warn_unused_result
    func decodeObjectOfClass<DecodedObjectType : NSCoding where DecodedObjectType : NSObject>(_ cls: DecodedObjectType.Type, forKey key: String) -> DecodedObjectType?
    @warn_unused_result
    @nonobjc func decodeObjectOfClasses(_ classes: NSSet?, forKey key: String) -> AnyObject?
    @warn_unused_result
    func decodeTopLevelObject() throws -> AnyObject?
    @warn_unused_result
    func decodeTopLevelObjectForKey(_ key: String) throws -> AnyObject?
    @warn_unused_result
    func decodeTopLevelObjectOfClass<DecodedObjectType : NSCoding where DecodedObjectType : NSObject>(_ cls: DecodedObjectType.Type, forKey key: String) throws -> DecodedObjectType?
    @warn_unused_result
    func decodeTopLevelObjectOfClasses(_ classes: NSSet?, forKey key: String) throws -> AnyObject?
}
extension NSCoder {
    func encodeObject(_ object: AnyObject?)
    func encodeRootObject(_ rootObject: AnyObject)
    func encodeBycopyObject(_ anObject: AnyObject?)
    func encodeByrefObject(_ anObject: AnyObject?)
    func encodeConditionalObject(_ object: AnyObject?)
    func encodeArrayOfObjCType(_ type: UnsafePointer<Int8>, count count: Int, at array: UnsafePointer<Void>)
    func encodeBytes(_ byteaddr: UnsafePointer<Void>, length length: Int)
    func decodeObject() -> AnyObject?
    func decodeTopLevelObject() throws -> AnyObject
    func decodeArrayOfObjCType(_ itemType: UnsafePointer<Int8>, count count: Int, at array: UnsafeMutablePointer<Void>)
    func decodeBytesWithReturnedLength(_ lengthp: UnsafeMutablePointer<Int>) -> UnsafeMutablePointer<Void>
    func encodePropertyList(_ aPropertyList: AnyObject)
    func decodePropertyList() -> AnyObject?
    func setObjectZone(_ zone: NSZone)
    func objectZone() -> NSZone
    var systemVersion: UInt32 { get }
    var allowsKeyedCoding: Bool { get }
    func encodeObject(_ objv: AnyObject?, forKey key: String)
    func encodeConditionalObject(_ objv: AnyObject?, forKey key: String)
    func encodeBool(_ boolv: Bool, forKey key: String)
    func encodeInt(_ intv: Int32, forKey key: String)
    func encodeInt32(_ intv: Int32, forKey key: String)
    func encodeInt64(_ intv: Int64, forKey key: String)
    func encodeFloat(_ realv: Float, forKey key: String)
    func encodeDouble(_ realv: Double, forKey key: String)
    func encodeBytes(_ bytesp: UnsafePointer<UInt8>, length lenv: Int, forKey key: String)
    func containsValueForKey(_ key: String) -> Bool
    func decodeObjectForKey(_ key: String) -> AnyObject?
    func decodeTopLevelObjectForKey(_ key: String) throws -> AnyObject
    func decodeBoolForKey(_ key: String) -> Bool
    func decodeIntForKey(_ key: String) -> Int32
    func decodeInt32ForKey(_ key: String) -> Int32
    func decodeInt64ForKey(_ key: String) -> Int64
    func decodeFloatForKey(_ key: String) -> Float
    func decodeDoubleForKey(_ key: String) -> Double
    func decodeBytesForKey(_ key: String, returnedLength lengthp: UnsafeMutablePointer<Int>) -> UnsafePointer<UInt8>
    func encodeInteger(_ intv: Int, forKey key: String)
    func decodeIntegerForKey(_ key: String) -> Int
    var requiresSecureCoding: Bool { get }
    func decodeObjectOfClass(_ aClass: AnyClass, forKey key: String) -> AnyObject?
    func decodeTopLevelObjectOfClass(_ aClass: AnyClass, forKey key: String) throws -> AnyObject
    func __decodeObjectOfClasses(_ classes: Set<NSObject>?, forKey key: String) -> AnyObject?
    func decodeTopLevelObjectOfClasses(_ classes: Set<NSObject>?, forKey key: String) throws -> AnyObject
    func decodePropertyListForKey(_ key: String) -> AnyObject?
    var allowedClasses: Set<NSObject>? { get }
    func failWithError(_ error: NSError)
}
extension NSCoder {
    func encodeNXObject(_ object: AnyObject)
    func decodeNXObject() -> AnyObject?
}
extension NSCoder {
    func encodePoint(_ point: NSPoint)
    func decodePoint() -> NSPoint
    func encodeSize(_ size: NSSize)
    func decodeSize() -> NSSize
    func encodeRect(_ rect: NSRect)
    func decodeRect() -> NSRect
}
extension NSCoder {
    func encodePoint(_ point: NSPoint, forKey key: String)
    func encodeSize(_ size: NSSize, forKey key: String)
    func encodeRect(_ rect: NSRect, forKey key: String)
    func decodePointForKey(_ key: String) -> NSPoint
    func decodeSizeForKey(_ key: String) -> NSSize
    func decodeRectForKey(_ key: String) -> NSRect
}
extension NSCoder {
    @warn_unused_result
    func decodeObjectOfClass<DecodedObjectType : NSCoding where DecodedObjectType : NSObject>(_ cls: DecodedObjectType.Type, forKey key: String) -> DecodedObjectType?
    @warn_unused_result
    @nonobjc func decodeObjectOfClasses(_ classes: NSSet?, forKey key: String) -> AnyObject?
    @warn_unused_result
    func decodeTopLevelObject() throws -> AnyObject?
    @warn_unused_result
    func decodeTopLevelObjectForKey(_ key: String) throws -> AnyObject?
    @warn_unused_result
    func decodeTopLevelObjectOfClass<DecodedObjectType : NSCoding where DecodedObjectType : NSObject>(_ cls: DecodedObjectType.Type, forKey key: String) throws -> DecodedObjectType?
    @warn_unused_result
    func decodeTopLevelObjectOfClasses(_ classes: NSSet?, forKey key: String) throws -> AnyObject?
}

Modified NSCoding
Declaration
From
protocol NSCoding {
    func encodeWithCoder(_ aCoder: NSCoder)
    init(coder aDecoder: NSCoder)
}
To
protocol NSCoding {
    func encodeWithCoder(_ aCoder: NSCoder)
    init?(coder aDecoder: NSCoder)
}

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Declaration
From
class NSComparisonPredicate : NSPredicate {
    init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, modifier modifier: NSComparisonPredicateModifier, type type: NSPredicateOperatorType, options options: NSComparisonPredicateOptions) -> NSComparisonPredicate
    class func predicateWithLeftExpression(_ lhs: NSExpression, rightExpression rhs: NSExpression, modifier modifier: NSComparisonPredicateModifier, type type: NSPredicateOperatorType, options options: NSComparisonPredicateOptions) -> NSComparisonPredicate
    init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, customSelector selector: Selector) -> NSComparisonPredicate
    class func predicateWithLeftExpression(_ lhs: NSExpression, rightExpression rhs: NSExpression, customSelector selector: Selector) -> NSComparisonPredicate
    init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, modifier modifier: NSComparisonPredicateModifier, type type: NSPredicateOperatorType, options options: NSComparisonPredicateOptions)
    init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, customSelector selector: Selector)
    var predicateOperatorType: NSPredicateOperatorType { get }
    var comparisonPredicateModifier: NSComparisonPredicateModifier { get }
    var leftExpression: NSExpression { get }
    var rightExpression: NSExpression { get }
    var customSelector: Selector { get }
    var options: NSComparisonPredicateOptions { get }
}
To
class NSComparisonPredicate : NSPredicate {
     init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, modifier modifier: NSComparisonPredicateModifier, type type: NSPredicateOperatorType, options options: NSComparisonPredicateOptions)
    class func predicateWithLeftExpression(_ lhs: NSExpression, rightExpression rhs: NSExpression, modifier modifier: NSComparisonPredicateModifier, type type: NSPredicateOperatorType, options options: NSComparisonPredicateOptions) -> NSComparisonPredicate
     init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, customSelector selector: Selector)
    class func predicateWithLeftExpression(_ lhs: NSExpression, rightExpression rhs: NSExpression, customSelector selector: Selector) -> NSComparisonPredicate
    init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, modifier modifier: NSComparisonPredicateModifier, type type: NSPredicateOperatorType, options options: NSComparisonPredicateOptions)
    init(leftExpression lhs: NSExpression, rightExpression rhs: NSExpression, customSelector selector: Selector)
    init?(coder coder: NSCoder)
    var predicateOperatorType: NSPredicateOperatorType { get }
    var comparisonPredicateModifier: NSComparisonPredicateModifier { get }
    var leftExpression: NSExpression { get }
    var rightExpression: NSExpression { get }
    var customSelector: Selector { get }
    var options: NSComparisonPredicateOptions { get }
}

Raw Value Type
From--
ToUInt

DeclarationProtocols
From
struct NSComparisonPredicateOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var CaseInsensitivePredicateOption: NSComparisonPredicateOptions { get }
    static var DiacriticInsensitivePredicateOption: NSComparisonPredicateOptions { get }
    static var NormalizedPredicateOption: NSComparisonPredicateOptions { get }
}
RawOptionSetType
To
struct NSComparisonPredicateOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var CaseInsensitivePredicateOption: NSComparisonPredicateOptions { get }
    static var DiacriticInsensitivePredicateOption: NSComparisonPredicateOptions { get }
    static var NormalizedPredicateOption: NSComparisonPredicateOptions { get }
}
OptionSetType

Raw Value Type
From--
ToInt

Declaration
From
class NSCompoundPredicate : NSPredicate {
    init(type type: NSCompoundPredicateType, subpredicates subpredicates: [AnyObject]!)
    var compoundPredicateType: NSCompoundPredicateType { get }
    var subpredicates: [AnyObject] { get }
    class func andPredicateWithSubpredicates(_ subpredicates: [AnyObject]) -> NSCompoundPredicate
    class func orPredicateWithSubpredicates(_ subpredicates: [AnyObject]) -> NSCompoundPredicate
    class func notPredicateWithSubpredicate(_ predicate: NSPredicate) -> NSCompoundPredicate
}
To
class NSCompoundPredicate : NSPredicate {
    init(type type: NSCompoundPredicateType, subpredicates subpredicates: [NSPredicate])
    init?(coder coder: NSCoder)
    var compoundPredicateType: NSCompoundPredicateType { get }
    var subpredicates: [AnyObject] { get }
     init(andPredicateWithSubpredicates subpredicates: [NSPredicate])
    class func andPredicateWithSubpredicates(_ subpredicates: [NSPredicate]) -> NSCompoundPredicate
     init(orPredicateWithSubpredicates subpredicates: [NSPredicate])
    class func orPredicateWithSubpredicates(_ subpredicates: [NSPredicate]) -> NSCompoundPredicate
     init(notPredicateWithSubpredicate predicate: NSPredicate)
    class func notPredicateWithSubpredicate(_ predicate: NSPredicate) -> NSCompoundPredicate
}

NameDeclarationIntroduction
FromandPredicateWithSubpredicates(_:)
class func andPredicateWithSubpredicates(_ subpredicates: [AnyObject]) -> NSCompoundPredicate
OS X 10.10
Toinit(andPredicateWithSubpredicates:)
init(andPredicateWithSubpredicates subpredicates: [NSPredicate])
OS X 10.11

NameDeclarationIntroduction
FromnotPredicateWithSubpredicate(_:)
class func notPredicateWithSubpredicate(_ predicate: NSPredicate) -> NSCompoundPredicate
OS X 10.10
Toinit(notPredicateWithSubpredicate:)
init(notPredicateWithSubpredicate predicate: NSPredicate)
OS X 10.11

NameDeclarationIntroduction
FromorPredicateWithSubpredicates(_:)
class func orPredicateWithSubpredicates(_ subpredicates: [AnyObject]) -> NSCompoundPredicate
OS X 10.10
Toinit(orPredicateWithSubpredicates:)
init(orPredicateWithSubpredicates subpredicates: [NSPredicate])
OS X 10.11

Declaration
From
init(type type: NSCompoundPredicateType, subpredicates subpredicates: [AnyObject]!)
To
init(type type: NSCompoundPredicateType, subpredicates subpredicates: [NSPredicate])

Raw Value Type
From--
ToUInt

Declaration
From
class NSCreateCommand : NSScriptCommand {
    var createClassDescription: NSScriptClassDescription { get }
    var resolvedKeyDictionary: [NSObject : AnyObject] { get }
}
To
class NSCreateCommand : NSScriptCommand {
    var createClassDescription: NSScriptClassDescription { get }
    var resolvedKeyDictionary: [String : AnyObject] { get }
}

Declaration
From
var resolvedKeyDictionary: [NSObject : AnyObject] { get }
To
var resolvedKeyDictionary: [String : AnyObject] { get }

Modified NSData
Declaration
From
class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    var length: Int { get }
    var bytes: UnsafePointer<Void> { get }
}
extension NSData : CKRecordValue, NSObjectProtocol {
}
extension NSData {
    var description: String { get }
    func getBytes(_ buffer: UnsafeMutablePointer<Void>, length length: Int)
    func getBytes(_ buffer: UnsafeMutablePointer<Void>, range range: NSRange)
    func isEqualToData(_ other: NSData) -> Bool
    func subdataWithRange(_ range: NSRange) -> NSData
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    func writeToFile(_ path: String, options writeOptionsMask: NSDataWritingOptions, error errorPtr: NSErrorPointer) -> Bool
    func writeToURL(_ url: NSURL, options writeOptionsMask: NSDataWritingOptions, error errorPtr: NSErrorPointer) -> Bool
    func rangeOfData(_ dataToFind: NSData, options mask: NSDataSearchOptions, range searchRange: NSRange) -> NSRange
    func enumerateByteRangesUsingBlock(_ block: (UnsafePointer<Void>, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSData {
    convenience init!()
    class func data() -> Self!
    convenience init!(bytes bytes: UnsafePointer<Void>, length length: Int)
    class func dataWithBytes(_ bytes: UnsafePointer<Void>, length length: Int) -> Self!
    convenience init!(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int)
    class func dataWithBytesNoCopy(_ bytes: UnsafeMutablePointer<Void>, length length: Int) -> Self!
    convenience init!(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int, freeWhenDone b: Bool)
    class func dataWithBytesNoCopy(_ bytes: UnsafeMutablePointer<Void>, length length: Int, freeWhenDone b: Bool) -> Self!
    convenience init?(contentsOfFile path: String, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer)
    class func dataWithContentsOfFile(_ path: String, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer) -> Self?
    convenience init?(contentsOfURL url: NSURL, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer)
    class func dataWithContentsOfURL(_ url: NSURL, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer) -> Self?
    convenience init?(contentsOfFile path: String)
    class func dataWithContentsOfFile(_ path: String) -> Self?
    convenience init?(contentsOfURL url: NSURL)
    class func dataWithContentsOfURL(_ url: NSURL) -> Self?
    init(bytes bytes: UnsafePointer<Void>, length length: Int)
    init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int)
    init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int, freeWhenDone b: Bool)
    init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int, deallocator deallocator: ((UnsafeMutablePointer<Void>, Int) -> Void)?)
    init?(contentsOfFile path: String, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer)
    init?(contentsOfURL url: NSURL, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer)
    init?(contentsOfFile path: String)
    init?(contentsOfURL url: NSURL)
    init(data data: NSData)
    class func dataWithData(_ data: NSData) -> Self
}
extension NSData {
    init?(base64EncodedString base64String: String, options options: NSDataBase64DecodingOptions)
    func base64EncodedStringWithOptions(_ options: NSDataBase64EncodingOptions) -> String
    init?(base64EncodedData base64Data: NSData, options options: NSDataBase64DecodingOptions)
    func base64EncodedDataWithOptions(_ options: NSDataBase64EncodingOptions) -> NSData
}
extension NSData {
    func getBytes(_ buffer: UnsafeMutablePointer<Void>)
    class func dataWithContentsOfMappedFile(_ path: String) -> AnyObject?
    init?(contentsOfMappedFile path: String)
    init!(base64Encoding base64String: String!)
    func base64Encoding() -> String!
}
To
class NSData : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    var length: Int { get }
    var bytes: UnsafePointer<Void> { get }
}
extension NSData : CKRecordValue {
}
extension NSData {
    var description: String { get }
    func getBytes(_ buffer: UnsafeMutablePointer<Void>, length length: Int)
    func getBytes(_ buffer: UnsafeMutablePointer<Void>, range range: NSRange)
    func isEqualToData(_ other: NSData) -> Bool
    func subdataWithRange(_ range: NSRange) -> NSData
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    func writeToFile(_ path: String, options writeOptionsMask: NSDataWritingOptions) throws
    func writeToURL(_ url: NSURL, options writeOptionsMask: NSDataWritingOptions) throws
    func rangeOfData(_ dataToFind: NSData, options mask: NSDataSearchOptions, range searchRange: NSRange) -> NSRange
    func enumerateByteRangesUsingBlock(_ block: (UnsafePointer<Void>, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSData {
    convenience init()
    class func data() -> Self
    convenience init(bytes bytes: UnsafePointer<Void>, length length: Int)
    class func dataWithBytes(_ bytes: UnsafePointer<Void>, length length: Int) -> Self
    convenience init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int)
    class func dataWithBytesNoCopy(_ bytes: UnsafeMutablePointer<Void>, length length: Int) -> Self
    convenience init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int, freeWhenDone b: Bool)
    class func dataWithBytesNoCopy(_ bytes: UnsafeMutablePointer<Void>, length length: Int, freeWhenDone b: Bool) -> Self
    convenience init(contentsOfFile path: String, options readOptionsMask: NSDataReadingOptions) throws
    class func dataWithContentsOfFile(_ path: String, options readOptionsMask: NSDataReadingOptions) throws -> Self
    convenience init(contentsOfURL url: NSURL, options readOptionsMask: NSDataReadingOptions) throws
    class func dataWithContentsOfURL(_ url: NSURL, options readOptionsMask: NSDataReadingOptions) throws -> Self
    convenience init?(contentsOfFile path: String)
    class func dataWithContentsOfFile(_ path: String) -> Self?
    convenience init?(contentsOfURL url: NSURL)
    class func dataWithContentsOfURL(_ url: NSURL) -> Self?
    init(bytes bytes: UnsafePointer<Void>, length length: Int)
    init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int)
    init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int, freeWhenDone b: Bool)
    init(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length length: Int, deallocator deallocator: ((UnsafeMutablePointer<Void>, Int) -> Void)?)
    init(contentsOfFile path: String, options readOptionsMask: NSDataReadingOptions) throws
    init(contentsOfURL url: NSURL, options readOptionsMask: NSDataReadingOptions) throws
    init?(contentsOfFile path: String)
    init?(contentsOfURL url: NSURL)
    init(data data: NSData)
    class func dataWithData(_ data: NSData) -> Self
}
extension NSData {
    init?(base64EncodedString base64String: String, options options: NSDataBase64DecodingOptions)
    func base64EncodedStringWithOptions(_ options: NSDataBase64EncodingOptions) -> String
    init?(base64EncodedData base64Data: NSData, options options: NSDataBase64DecodingOptions)
    func base64EncodedDataWithOptions(_ options: NSDataBase64EncodingOptions) -> NSData
}
extension NSData {
    func getBytes(_ buffer: UnsafeMutablePointer<Void>)
    class func dataWithContentsOfMappedFile(_ path: String) -> AnyObject?
    init?(contentsOfMappedFile path: String)
    init?(base64Encoding base64String: String)
    func base64Encoding() -> String
}

Declaration
From
init?(contentsOfFile path: String, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer)
To
init(contentsOfFile path: String, options readOptionsMask: NSDataReadingOptions) throws

Declaration
From
init?(contentsOfURL url: NSURL, options readOptionsMask: NSDataReadingOptions, error errorPtr: NSErrorPointer)
To
init(contentsOfURL url: NSURL, options readOptionsMask: NSDataReadingOptions) throws

Declaration
From
func writeToFile(_ path: String, options writeOptionsMask: NSDataWritingOptions, error errorPtr: NSErrorPointer) -> Bool
To
func writeToFile(_ path: String, options writeOptionsMask: NSDataWritingOptions) throws

Declaration
From
func writeToURL(_ url: NSURL, options writeOptionsMask: NSDataWritingOptions, error errorPtr: NSErrorPointer) -> Bool
To
func writeToURL(_ url: NSURL, options writeOptionsMask: NSDataWritingOptions) throws

DeclarationProtocols
From
struct NSDataBase64DecodingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var IgnoreUnknownCharacters: NSDataBase64DecodingOptions { get }
}
RawOptionSetType
To
struct NSDataBase64DecodingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var IgnoreUnknownCharacters: NSDataBase64DecodingOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSDataBase64EncodingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Encoding64CharacterLineLength: NSDataBase64EncodingOptions { get }
    static var Encoding76CharacterLineLength: NSDataBase64EncodingOptions { get }
    static var EncodingEndLineWithCarriageReturn: NSDataBase64EncodingOptions { get }
    static var EncodingEndLineWithLineFeed: NSDataBase64EncodingOptions { get }
}
RawOptionSetType
To
struct NSDataBase64EncodingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Encoding64CharacterLineLength: NSDataBase64EncodingOptions { get }
    static var Encoding76CharacterLineLength: NSDataBase64EncodingOptions { get }
    static var EncodingEndLineWithCarriageReturn: NSDataBase64EncodingOptions { get }
    static var EncodingEndLineWithLineFeed: NSDataBase64EncodingOptions { get }
}
OptionSetType

Declaration
From
class NSDataDetector : NSRegularExpression {
    init?(types checkingTypes: NSTextCheckingTypes, error error: NSErrorPointer) -> NSDataDetector
    class func dataDetectorWithTypes(_ checkingTypes: NSTextCheckingTypes, error error: NSErrorPointer) -> NSDataDetector?
    init?(types checkingTypes: NSTextCheckingTypes, error error: NSErrorPointer)
    var checkingTypes: NSTextCheckingTypes { get }
}
To
class NSDataDetector : NSRegularExpression {
     init(types checkingTypes: NSTextCheckingTypes) throws
    class func dataDetectorWithTypes(_ checkingTypes: NSTextCheckingTypes) throws -> NSDataDetector
    init(types checkingTypes: NSTextCheckingTypes) throws
    var checkingTypes: NSTextCheckingTypes { get }
}

Declaration
From
init?(types checkingTypes: NSTextCheckingTypes, error error: NSErrorPointer)
To
init(types checkingTypes: NSTextCheckingTypes) throws

DeclarationProtocols
From
struct NSDataReadingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var DataReadingMappedIfSafe: NSDataReadingOptions { get }
    static var DataReadingUncached: NSDataReadingOptions { get }
    static var DataReadingMappedAlways: NSDataReadingOptions { get }
    static var DataReadingMapped: NSDataReadingOptions { get }
    static var MappedRead: NSDataReadingOptions { get }
    static var UncachedRead: NSDataReadingOptions { get }
}
RawOptionSetType
To
struct NSDataReadingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var DataReadingMappedIfSafe: NSDataReadingOptions { get }
    static var DataReadingUncached: NSDataReadingOptions { get }
    static var DataReadingMappedAlways: NSDataReadingOptions { get }
    static var DataReadingMapped: NSDataReadingOptions { get }
    static var MappedRead: NSDataReadingOptions { get }
    static var UncachedRead: NSDataReadingOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSDataSearchOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Backwards: NSDataSearchOptions { get }
    static var Anchored: NSDataSearchOptions { get }
}
RawOptionSetType
To
struct NSDataSearchOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Backwards: NSDataSearchOptions { get }
    static var Anchored: NSDataSearchOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSDataWritingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var DataWritingAtomic: NSDataWritingOptions { get }
    static var DataWritingWithoutOverwriting: NSDataWritingOptions { get }
    static var DataWritingFileProtectionNone: NSDataWritingOptions { get }
    static var DataWritingFileProtectionComplete: NSDataWritingOptions { get }
    static var DataWritingFileProtectionCompleteUnlessOpen: NSDataWritingOptions { get }
    static var DataWritingFileProtectionCompleteUntilFirstUserAuthentication: NSDataWritingOptions { get }
    static var DataWritingFileProtectionMask: NSDataWritingOptions { get }
    static var AtomicWrite: NSDataWritingOptions { get }
}
RawOptionSetType
To
struct NSDataWritingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var DataWritingAtomic: NSDataWritingOptions { get }
    static var DataWritingWithoutOverwriting: NSDataWritingOptions { get }
    static var DataWritingFileProtectionNone: NSDataWritingOptions { get }
    static var DataWritingFileProtectionComplete: NSDataWritingOptions { get }
    static var DataWritingFileProtectionCompleteUnlessOpen: NSDataWritingOptions { get }
    static var DataWritingFileProtectionCompleteUntilFirstUserAuthentication: NSDataWritingOptions { get }
    static var DataWritingFileProtectionMask: NSDataWritingOptions { get }
    static var AtomicWrite: NSDataWritingOptions { get }
}
OptionSetType

Modified NSDate
DeclarationProtocols
From
class NSDate : NSObject, NSCopying, NSSecureCoding, NSCoding {
    var timeIntervalSinceReferenceDate: NSTimeInterval { get }
    init()
    init(timeIntervalSinceReferenceDate ti: NSTimeInterval)
    init(coder aDecoder: NSCoder)
}
extension NSDate : CKRecordValue, NSObjectProtocol {
}
extension NSDate {
    class func dateWithNaturalLanguageString(_ string: String, locale locale: AnyObject?) -> AnyObject?
    class func dateWithNaturalLanguageString(_ string: String) -> AnyObject?
    class func dateWithString(_ aString: String) -> AnyObject
    func dateWithCalendarFormat(_ format: String?, timeZone aTimeZone: NSTimeZone?) -> NSCalendarDate
    func descriptionWithCalendarFormat(_ format: String?, timeZone aTimeZone: NSTimeZone?, locale locale: AnyObject?) -> String?
    convenience init?(string description: String)
}
extension NSDate : Reflectable {
    func getMirror() -> MirrorType
}
extension NSDate {
    func timeIntervalSinceDate(_ anotherDate: NSDate) -> NSTimeInterval
    var timeIntervalSinceNow: NSTimeInterval { get }
    var timeIntervalSince1970: NSTimeInterval { get }
    func addTimeInterval(_ seconds: NSTimeInterval) -> AnyObject!
    func dateByAddingTimeInterval(_ ti: NSTimeInterval) -> Self
    func earlierDate(_ anotherDate: NSDate) -> NSDate
    func laterDate(_ anotherDate: NSDate) -> NSDate
    func compare(_ other: NSDate) -> NSComparisonResult
    func isEqualToDate(_ otherDate: NSDate) -> Bool
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String?
    class func timeIntervalSinceReferenceDate() -> NSTimeInterval
}
extension NSDate {
    class func date() -> Self
    convenience init!(timeIntervalSinceNow secs: NSTimeInterval)
    class func dateWithTimeIntervalSinceNow(_ secs: NSTimeInterval) -> Self!
    class func dateWithTimeIntervalSinceReferenceDate(_ ti: NSTimeInterval) -> Self
    convenience init!(timeIntervalSince1970 secs: NSTimeInterval)
    class func dateWithTimeIntervalSince1970(_ secs: NSTimeInterval) -> Self!
    convenience init(timeInterval secsToBeAdded: NSTimeInterval, sinceDate date: NSDate)
    class func dateWithTimeInterval(_ secsToBeAdded: NSTimeInterval, sinceDate date: NSDate) -> Self
    class func distantFuture() -> AnyObject
    class func distantPast() -> AnyObject
    convenience init(timeIntervalSinceNow secs: NSTimeInterval)
    convenience init(timeIntervalSince1970 secs: NSTimeInterval)
    convenience init(timeInterval secsToBeAdded: NSTimeInterval, sinceDate date: NSDate)
}
extension NSDate : Reflectable {
    func getMirror() -> MirrorType
}
AnyObject, CKRecordValue, NSCoding, NSCopying, NSObjectProtocol, NSSecureCoding, Reflectable
To
class NSDate : NSObject, NSCopying, NSSecureCoding, NSCoding {
    var timeIntervalSinceReferenceDate: NSTimeInterval { get }
    init()
    init(timeIntervalSinceReferenceDate ti: NSTimeInterval)
    init?(coder aDecoder: NSCoder)
}
extension NSDate : CKRecordValue {
}
extension NSDate {
    class func dateWithNaturalLanguageString(_ string: String, locale locale: AnyObject?) -> AnyObject?
    class func dateWithNaturalLanguageString(_ string: String) -> AnyObject?
    class func dateWithString(_ aString: String) -> AnyObject
    func dateWithCalendarFormat(_ format: String?, timeZone aTimeZone: NSTimeZone?) -> NSCalendarDate
    func descriptionWithCalendarFormat(_ format: String?, timeZone aTimeZone: NSTimeZone?, locale locale: AnyObject?) -> String?
    convenience init?(string description: String)
}
extension NSDate : _Reflectable {
}
extension NSDate {
    func timeIntervalSinceDate(_ anotherDate: NSDate) -> NSTimeInterval
    var timeIntervalSinceNow: NSTimeInterval { get }
    var timeIntervalSince1970: NSTimeInterval { get }
    func addTimeInterval(_ seconds: NSTimeInterval) -> AnyObject
    func dateByAddingTimeInterval(_ ti: NSTimeInterval) -> Self
    func earlierDate(_ anotherDate: NSDate) -> NSDate
    func laterDate(_ anotherDate: NSDate) -> NSDate
    func compare(_ other: NSDate) -> NSComparisonResult
    func isEqualToDate(_ otherDate: NSDate) -> Bool
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    class func timeIntervalSinceReferenceDate() -> NSTimeInterval
}
extension NSDate {
    class func date() -> Self
    convenience init(timeIntervalSinceNow secs: NSTimeInterval)
    class func dateWithTimeIntervalSinceNow(_ secs: NSTimeInterval) -> Self
    class func dateWithTimeIntervalSinceReferenceDate(_ ti: NSTimeInterval) -> Self
    convenience init(timeIntervalSince1970 secs: NSTimeInterval)
    class func dateWithTimeIntervalSince1970(_ secs: NSTimeInterval) -> Self
    convenience init(timeInterval secsToBeAdded: NSTimeInterval, sinceDate date: NSDate)
    class func dateWithTimeInterval(_ secsToBeAdded: NSTimeInterval, sinceDate date: NSDate) -> Self
    class func distantFuture() -> NSDate
    class func distantPast() -> NSDate
    convenience init(timeIntervalSinceNow secs: NSTimeInterval)
    convenience init(timeIntervalSince1970 secs: NSTimeInterval)
    convenience init(timeInterval secsToBeAdded: NSTimeInterval, sinceDate date: NSDate)
}
extension NSDate : _Reflectable {
}
AnyObject, CKRecordValue, NSCoding, NSCopying, NSObjectProtocol, NSSecureCoding

Declaration
From
func descriptionWithLocale(_ locale: AnyObject?) -> String?
To
func descriptionWithLocale(_ locale: AnyObject?) -> String

Declaration
From
class func distantFuture() -> AnyObject
To
class func distantFuture() -> NSDate

Declaration
From
class func distantPast() -> AnyObject
To
class func distantPast() -> NSDate

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Raw Value Type
From--
ToInt

DeclarationProtocols
From
struct NSDateComponentsFormatterZeroFormattingBehavior : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var None: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var Default: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropLeading: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropMiddle: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropTrailing: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropAll: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var Pad: NSDateComponentsFormatterZeroFormattingBehavior { get }
}
RawOptionSetType
To
struct NSDateComponentsFormatterZeroFormattingBehavior : OptionSetType {
    init(rawValue rawValue: UInt)
    static var None: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var Default: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropLeading: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropMiddle: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropTrailing: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var DropAll: NSDateComponentsFormatterZeroFormattingBehavior { get }
    static var Pad: NSDateComponentsFormatterZeroFormattingBehavior { get }
}
OptionSetType

Declaration
From
class NSDateFormatter : NSFormatter {
    var formattingContext: NSFormattingContext
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>, error error: NSErrorPointer) -> Bool
    func stringFromDate(_ date: NSDate) -> String
    func dateFromString(_ string: String) -> NSDate?
    class func localizedStringFromDate(_ date: NSDate, dateStyle dstyle: NSDateFormatterStyle, timeStyle tstyle: NSDateFormatterStyle) -> String
    class func dateFormatFromTemplate(_ tmplate: String, options opts: Int, locale locale: NSLocale) -> String?
    class func defaultFormatterBehavior() -> NSDateFormatterBehavior
    class func setDefaultFormatterBehavior(_ behavior: NSDateFormatterBehavior)
    func setLocalizedDateFormatFromTemplate(_ dateFormatTemplate: String)
    var dateFormat: String!
    var dateStyle: NSDateFormatterStyle
    var timeStyle: NSDateFormatterStyle
    @NSCopying var locale: NSLocale!
    var generatesCalendarDates: Bool
    var formatterBehavior: NSDateFormatterBehavior
    @NSCopying var timeZone: NSTimeZone!
    @NSCopying var calendar: NSCalendar!
    var lenient: Bool
    @NSCopying var twoDigitStartDate: NSDate!
    @NSCopying var defaultDate: NSDate?
    var eraSymbols: [AnyObject]!
    var monthSymbols: [AnyObject]!
    var shortMonthSymbols: [AnyObject]!
    var weekdaySymbols: [AnyObject]!
    var shortWeekdaySymbols: [AnyObject]!
    var AMSymbol: String!
    var PMSymbol: String!
    var longEraSymbols: [AnyObject]!
    var veryShortMonthSymbols: [AnyObject]!
    var standaloneMonthSymbols: [AnyObject]!
    var shortStandaloneMonthSymbols: [AnyObject]!
    var veryShortStandaloneMonthSymbols: [AnyObject]!
    var veryShortWeekdaySymbols: [AnyObject]!
    var standaloneWeekdaySymbols: [AnyObject]!
    var shortStandaloneWeekdaySymbols: [AnyObject]!
    var veryShortStandaloneWeekdaySymbols: [AnyObject]!
    var quarterSymbols: [AnyObject]!
    var shortQuarterSymbols: [AnyObject]!
    var standaloneQuarterSymbols: [AnyObject]!
    var shortStandaloneQuarterSymbols: [AnyObject]!
    @NSCopying var gregorianStartDate: NSDate!
    var doesRelativeDateFormatting: Bool
}
extension NSDateFormatter {
    init!(dateFormat format: String!, allowNaturalLanguage flag: Bool)
    func allowsNaturalLanguage() -> Bool
}
To
class NSDateFormatter : NSFormatter {
    var formattingContext: NSFormattingContext
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>) throws
    func stringFromDate(_ date: NSDate) -> String
    func dateFromString(_ string: String) -> NSDate?
    class func localizedStringFromDate(_ date: NSDate, dateStyle dstyle: NSDateFormatterStyle, timeStyle tstyle: NSDateFormatterStyle) -> String
    class func dateFormatFromTemplate(_ tmplate: String, options opts: Int, locale locale: NSLocale?) -> String?
    class func defaultFormatterBehavior() -> NSDateFormatterBehavior
    class func setDefaultFormatterBehavior(_ behavior: NSDateFormatterBehavior)
    func setLocalizedDateFormatFromTemplate(_ dateFormatTemplate: String)
    var dateFormat: String!
    var dateStyle: NSDateFormatterStyle
    var timeStyle: NSDateFormatterStyle
    @NSCopying var locale: NSLocale!
    var generatesCalendarDates: Bool
    var formatterBehavior: NSDateFormatterBehavior
    @NSCopying var timeZone: NSTimeZone!
    @NSCopying var calendar: NSCalendar!
    var lenient: Bool
    @NSCopying var twoDigitStartDate: NSDate?
    @NSCopying var defaultDate: NSDate?
    var eraSymbols: [String]!
    var monthSymbols: [String]!
    var shortMonthSymbols: [String]!
    var weekdaySymbols: [String]!
    var shortWeekdaySymbols: [String]!
    var AMSymbol: String!
    var PMSymbol: String!
    var longEraSymbols: [String]!
    var veryShortMonthSymbols: [String]!
    var standaloneMonthSymbols: [String]!
    var shortStandaloneMonthSymbols: [String]!
    var veryShortStandaloneMonthSymbols: [String]!
    var veryShortWeekdaySymbols: [String]!
    var standaloneWeekdaySymbols: [String]!
    var shortStandaloneWeekdaySymbols: [String]!
    var veryShortStandaloneWeekdaySymbols: [String]!
    var quarterSymbols: [String]!
    var shortQuarterSymbols: [String]!
    var standaloneQuarterSymbols: [String]!
    var shortStandaloneQuarterSymbols: [String]!
    @NSCopying var gregorianStartDate: NSDate?
    var doesRelativeDateFormatting: Bool
}
extension NSDateFormatter {
    init(dateFormat format: String, allowNaturalLanguage flag: Bool)
    func allowsNaturalLanguage() -> Bool
}

Declaration
From
class func dateFormatFromTemplate(_ tmplate: String, options opts: Int, locale locale: NSLocale) -> String?
To
class func dateFormatFromTemplate(_ tmplate: String, options opts: Int, locale locale: NSLocale?) -> String?

Declaration
From
var eraSymbols: [AnyObject]!
To
var eraSymbols: [String]!

Declaration
From
func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>, error error: NSErrorPointer) -> Bool
To
func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>) throws

Declaration
From
@NSCopying var gregorianStartDate: NSDate!
To
@NSCopying var gregorianStartDate: NSDate?

Declaration
From
var longEraSymbols: [AnyObject]!
To
var longEraSymbols: [String]!

Declaration
From
var monthSymbols: [AnyObject]!
To
var monthSymbols: [String]!

Declaration
From
var quarterSymbols: [AnyObject]!
To
var quarterSymbols: [String]!

Declaration
From
var shortMonthSymbols: [AnyObject]!
To
var shortMonthSymbols: [String]!

Declaration
From
var shortQuarterSymbols: [AnyObject]!
To
var shortQuarterSymbols: [String]!

Declaration
From
var shortStandaloneMonthSymbols: [AnyObject]!
To
var shortStandaloneMonthSymbols: [String]!

Declaration
From
var shortStandaloneQuarterSymbols: [AnyObject]!
To
var shortStandaloneQuarterSymbols: [String]!

Declaration
From
var shortStandaloneWeekdaySymbols: [AnyObject]!
To
var shortStandaloneWeekdaySymbols: [String]!

Declaration
From
var shortWeekdaySymbols: [AnyObject]!
To
var shortWeekdaySymbols: [String]!

Declaration
From
var standaloneMonthSymbols: [AnyObject]!
To
var standaloneMonthSymbols: [String]!

Declaration
From
var standaloneQuarterSymbols: [AnyObject]!
To
var standaloneQuarterSymbols: [String]!

Declaration
From
var standaloneWeekdaySymbols: [AnyObject]!
To
var standaloneWeekdaySymbols: [String]!

Declaration
From
@NSCopying var twoDigitStartDate: NSDate!
To
@NSCopying var twoDigitStartDate: NSDate?

Declaration
From
var veryShortMonthSymbols: [AnyObject]!
To
var veryShortMonthSymbols: [String]!

Declaration
From
var veryShortStandaloneMonthSymbols: [AnyObject]!
To
var veryShortStandaloneMonthSymbols: [String]!

Declaration
From
var veryShortStandaloneWeekdaySymbols: [AnyObject]!
To
var veryShortStandaloneWeekdaySymbols: [String]!

Declaration
From
var veryShortWeekdaySymbols: [AnyObject]!
To
var veryShortWeekdaySymbols: [String]!

Declaration
From
var weekdaySymbols: [AnyObject]!
To
var weekdaySymbols: [String]!

Raw Value Type
From--
ToUInt

Raw Value Type
From--
ToUInt

Declaration
From
class NSDateIntervalFormatter : NSFormatter {
    @NSCopying var locale: NSLocale?
    @NSCopying var calendar: NSCalendar?
    @NSCopying var timeZone: NSTimeZone?
    var dateTemplate: String?
    var dateStyle: NSDateIntervalFormatterStyle
    var timeStyle: NSDateIntervalFormatterStyle
    func stringFromDate(_ fromDate: NSDate, toDate toDate: NSDate) -> String
}
To
class NSDateIntervalFormatter : NSFormatter {
    @NSCopying var locale: NSLocale!
    @NSCopying var calendar: NSCalendar!
    @NSCopying var timeZone: NSTimeZone!
    var dateTemplate: String!
    var dateStyle: NSDateIntervalFormatterStyle
    var timeStyle: NSDateIntervalFormatterStyle
    func stringFromDate(_ fromDate: NSDate, toDate toDate: NSDate) -> String
}

Declaration
From
@NSCopying var calendar: NSCalendar?
To
@NSCopying var calendar: NSCalendar!

Declaration
From
var dateTemplate: String?
To
var dateTemplate: String!

Declaration
From
@NSCopying var locale: NSLocale?
To
@NSCopying var locale: NSLocale!

Declaration
From
@NSCopying var timeZone: NSTimeZone?
To
@NSCopying var timeZone: NSTimeZone!

Raw Value Type
From--
ToUInt

Declaration
From
class NSDecimalNumber : NSNumber {
    convenience init(mantissa mantissa: UInt64, exponent exponent: Int16, isNegative flag: Bool)
    init!(decimal dcm: NSDecimal)
    convenience init(string numberValue: String?)
    convenience init(string numberValue: String?, locale locale: AnyObject?)
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    var decimalValue: NSDecimal { get }
    class func decimalNumberWithMantissa(_ mantissa: UInt64, exponent exponent: Int16, isNegative flag: Bool) -> NSDecimalNumber
    class func decimalNumberWithDecimal(_ dcm: NSDecimal) -> NSDecimalNumber!
    class func decimalNumberWithString(_ numberValue: String?) -> NSDecimalNumber
    class func decimalNumberWithString(_ numberValue: String?, locale locale: AnyObject?) -> NSDecimalNumber
    class func zero() -> NSDecimalNumber
    class func one() -> NSDecimalNumber
    class func minimumDecimalNumber() -> NSDecimalNumber
    class func maximumDecimalNumber() -> NSDecimalNumber
    class func notANumber() -> NSDecimalNumber
    func decimalNumberByAdding(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberByAdding(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberBySubtracting(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberBySubtracting(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByMultiplyingBy(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberByMultiplyingBy(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByDividingBy(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberByDividingBy(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByRaisingToPower(_ power: Int) -> NSDecimalNumber
    func decimalNumberByRaisingToPower(_ power: Int, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByMultiplyingByPowerOf10(_ power: Int16) -> NSDecimalNumber
    func decimalNumberByMultiplyingByPowerOf10(_ power: Int16, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByRoundingAccordingToBehavior(_ behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func compare(_ decimalNumber: NSNumber) -> NSComparisonResult
    class func setDefaultBehavior(_ behavior: NSDecimalNumberBehaviors)
    class func defaultBehavior() -> NSDecimalNumberBehaviors
    var objCType: UnsafePointer<Int8> { get }
    var doubleValue: Double { get }
}
To
class NSDecimalNumber : NSNumber {
    convenience init(mantissa mantissa: UInt64, exponent exponent: Int16, isNegative flag: Bool)
    init(decimal dcm: NSDecimal)
    convenience init(string numberValue: String?)
    convenience init(string numberValue: String?, locale locale: AnyObject?)
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    var decimalValue: NSDecimal { get }
    class func decimalNumberWithMantissa(_ mantissa: UInt64, exponent exponent: Int16, isNegative flag: Bool) -> NSDecimalNumber
    class func decimalNumberWithDecimal(_ dcm: NSDecimal) -> NSDecimalNumber
    class func decimalNumberWithString(_ numberValue: String?) -> NSDecimalNumber
    class func decimalNumberWithString(_ numberValue: String?, locale locale: AnyObject?) -> NSDecimalNumber
    class func zero() -> NSDecimalNumber
    class func one() -> NSDecimalNumber
    class func minimumDecimalNumber() -> NSDecimalNumber
    class func maximumDecimalNumber() -> NSDecimalNumber
    class func notANumber() -> NSDecimalNumber
    func decimalNumberByAdding(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberByAdding(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberBySubtracting(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberBySubtracting(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByMultiplyingBy(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberByMultiplyingBy(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByDividingBy(_ decimalNumber: NSDecimalNumber) -> NSDecimalNumber
    func decimalNumberByDividingBy(_ decimalNumber: NSDecimalNumber, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByRaisingToPower(_ power: Int) -> NSDecimalNumber
    func decimalNumberByRaisingToPower(_ power: Int, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByMultiplyingByPowerOf10(_ power: Int16) -> NSDecimalNumber
    func decimalNumberByMultiplyingByPowerOf10(_ power: Int16, withBehavior behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func decimalNumberByRoundingAccordingToBehavior(_ behavior: NSDecimalNumberBehaviors?) -> NSDecimalNumber
    func compare(_ decimalNumber: NSNumber) -> NSComparisonResult
    class func setDefaultBehavior(_ behavior: NSDecimalNumberBehaviors)
    class func defaultBehavior() -> NSDecimalNumberBehaviors
    var objCType: UnsafePointer<Int8> { get }
    var doubleValue: Double { get }
}

Declaration
From
init!(decimal dcm: NSDecimal)
To
init(decimal dcm: NSDecimal)

Declaration
From
protocol NSDecimalNumberBehaviors {
    func roundingMode() -> NSRoundingMode
    func scale() -> Int16
    func exceptionDuringOperation(_ operation: Selector, error error: NSCalculationError, leftOperand leftOperand: NSDecimalNumber, rightOperand rightOperand: NSDecimalNumber) -> NSDecimalNumber?
}
To
protocol NSDecimalNumberBehaviors {
    func roundingMode() -> NSRoundingMode
    func scale() -> Int16
    func exceptionDuringOperation(_ operation: Selector, error error: NSCalculationError, leftOperand leftOperand: NSDecimalNumber, rightOperand rightOperand: NSDecimalNumber?) -> NSDecimalNumber?
}

Declaration
From
func exceptionDuringOperation(_ operation: Selector, error error: NSCalculationError, leftOperand leftOperand: NSDecimalNumber, rightOperand rightOperand: NSDecimalNumber) -> NSDecimalNumber?
To
func exceptionDuringOperation(_ operation: Selector, error error: NSCalculationError, leftOperand leftOperand: NSDecimalNumber, rightOperand rightOperand: NSDecimalNumber?) -> NSDecimalNumber?

Declaration
From
class NSDeleteCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
    var keySpecifier: NSScriptObjectSpecifier! { get }
}
To
class NSDeleteCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)
    var keySpecifier: NSScriptObjectSpecifier { get }
}

Declaration
From
var keySpecifier: NSScriptObjectSpecifier! { get }
To
var keySpecifier: NSScriptObjectSpecifier { get }

Declaration
From
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
To
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)

Modified NSDictionary
DeclarationProtocols
From
class NSDictionary : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func objectForKey(_ aKey: AnyObject) -> AnyObject?
    func keyEnumerator() -> NSEnumerator
    init()
    init(objects objects: UnsafePointer<AnyObject?>, forKeys keys: UnsafePointer<NSCopying?>, count cnt: Int)
    init(coder aDecoder: NSCoder)
}
extension NSDictionary : DictionaryLiteralConvertible {
    required convenience init(dictionaryLiteral elements: (NSCopying, AnyObject)...)
}
extension NSDictionary : SequenceType {
    final class Generator : GeneratorType {
        func next() -> (key: AnyObject, value: AnyObject)?
    }
    func generate() -> NSDictionary.Generator
}
extension NSDictionary {
    convenience init(objectsAndKeys objects: AnyObject...)
}
extension NSDictionary {
    @objc(_swiftInitWithDictionary_NSDictionary:) convenience init(dictionary otherDictionary: NSDictionary)
}
extension NSDictionary : Reflectable {
    func getMirror() -> MirrorType
}
extension NSDictionary {
    var allKeys: [AnyObject] { get }
    func allKeysForObject(_ anObject: AnyObject) -> [AnyObject]
    var allValues: [AnyObject] { get }
    var description: String { get }
    var descriptionInStringsFileFormat: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func descriptionWithLocale(_ locale: AnyObject?, indent level: Int) -> String
    func isEqualToDictionary(_ otherDictionary: [NSObject : AnyObject]) -> Bool
    func objectEnumerator() -> NSEnumerator
    func objectsForKeys(_ keys: [AnyObject], notFoundMarker marker: AnyObject) -> [AnyObject]
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    func keysSortedByValueUsingSelector(_ comparator: Selector) -> [AnyObject]
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, andKeys keys: AutoreleasingUnsafeMutablePointer<AnyObject?>)
    subscript (key: NSCopying) -> AnyObject? { get }
    func objectForKeyedSubscript(_ key: NSCopying) -> AnyObject?
    func enumerateKeysAndObjectsUsingBlock(_ block: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateKeysAndObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
    func keysSortedByValueUsingComparator(_ cmptr: NSComparator) -> [AnyObject]
    func keysSortedByValueWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator) -> [AnyObject]
    func keysOfEntriesPassingTest(_ predicate: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
    func keysOfEntriesWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
}
extension NSDictionary {
    convenience init!()
    class func dictionary() -> Self!
    convenience init(object object: AnyObject, forKey key: NSCopying)
    class func dictionaryWithObject(_ object: AnyObject, forKey key: NSCopying) -> Self
    convenience init!(objects objects: UnsafePointer<AnyObject?>, forKeys keys: UnsafePointer<NSCopying?>, count cnt: Int)
    class func dictionaryWithObjects(_ objects: UnsafePointer<AnyObject?>, forKeys keys: UnsafePointer<NSCopying?>, count cnt: Int) -> Self!
    convenience init(dictionary dict: [NSObject : AnyObject])
    class func dictionaryWithDictionary(_ dict: [NSObject : AnyObject]) -> Self
    convenience init(objects objects: [AnyObject], forKeys keys: [AnyObject])
    class func dictionaryWithObjects(_ objects: [AnyObject], forKeys keys: [AnyObject]) -> Self
    convenience init(dictionary otherDictionary: [NSObject : AnyObject])
    convenience init(dictionary otherDictionary: [NSObject : AnyObject], copyItems flag: Bool)
    convenience init(objects objects: [AnyObject], forKeys keys: [AnyObject])
    init?(contentsOfFile path: String) -> NSDictionary
    class func dictionaryWithContentsOfFile(_ path: String) -> [NSObject : AnyObject]?
    init?(contentsOfURL url: NSURL) -> NSDictionary
    class func dictionaryWithContentsOfURL(_ url: NSURL) -> [NSObject : AnyObject]?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSDictionary {
    class func sharedKeySetForKeys(_ keys: [AnyObject]) -> AnyObject
}
extension NSDictionary {
    func fileSize() -> UInt64
    func fileModificationDate() -> NSDate?
    func fileType() -> String?
    func filePosixPermissions() -> Int
    func fileOwnerAccountName() -> String?
    func fileGroupOwnerAccountName() -> String?
    func fileSystemNumber() -> Int
    func fileSystemFileNumber() -> Int
    func fileExtensionHidden() -> Bool
    func fileHFSCreatorCode() -> OSType
    func fileHFSTypeCode() -> OSType
    func fileIsImmutable() -> Bool
    func fileIsAppendOnly() -> Bool
    func fileCreationDate() -> NSDate?
    func fileOwnerAccountID() -> NSNumber?
    func fileGroupOwnerAccountID() -> NSNumber?
}
extension NSDictionary {
    func valueForKey(_ key: String) -> AnyObject?
}
extension NSDictionary : Reflectable {
    func getMirror() -> MirrorType
}
extension NSDictionary {
    @objc(_swiftInitWithDictionary_NSDictionary:) convenience init(dictionary otherDictionary: NSDictionary)
}
extension NSDictionary {
    convenience init(objectsAndKeys objects: AnyObject...)
}
extension NSDictionary : SequenceType {
    final class Generator : GeneratorType {
        func next() -> (key: AnyObject, value: AnyObject)?
    }
    func generate() -> NSDictionary.Generator
}
extension NSDictionary : DictionaryLiteralConvertible {
    required convenience init(dictionaryLiteral elements: (NSCopying, AnyObject)...)
}
AnyObject, DictionaryLiteralConvertible, NSCoding, NSCopying, NSFastEnumeration, NSMutableCopying, NSSecureCoding, Reflectable, SequenceType
To
class NSDictionary : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func objectForKey(_ aKey: AnyObject) -> AnyObject?
    func keyEnumerator() -> NSEnumerator
    init()
    init(objects objects: UnsafePointer<AnyObject?>, forKeys keys: UnsafePointer<NSCopying?>, count cnt: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSDictionary : SequenceType {
    final class Generator : GeneratorType {
        func next() -> (key: AnyObject, value: AnyObject)?
    }
    func generate() -> NSDictionary.Generator
}
extension NSDictionary : DictionaryLiteralConvertible {
    required convenience init(dictionaryLiteral elements: (NSCopying, AnyObject)...)
}
extension NSDictionary {
    @objc(_swiftInitWithDictionary_NSDictionary:) convenience init(dictionary otherDictionary: NSDictionary)
}
extension NSDictionary : _Reflectable {
}
extension NSDictionary {
    var allKeys: [AnyObject] { get }
    func allKeysForObject(_ anObject: AnyObject) -> [AnyObject]
    var allValues: [AnyObject] { get }
    var description: String { get }
    var descriptionInStringsFileFormat: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func descriptionWithLocale(_ locale: AnyObject?, indent level: Int) -> String
    func isEqualToDictionary(_ otherDictionary: [NSObject : AnyObject]) -> Bool
    func objectEnumerator() -> NSEnumerator
    func objectsForKeys(_ keys: [AnyObject], notFoundMarker marker: AnyObject) -> [AnyObject]
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    func keysSortedByValueUsingSelector(_ comparator: Selector) -> [AnyObject]
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, andKeys keys: AutoreleasingUnsafeMutablePointer<AnyObject?>, count count: Int)
    subscript (_ key: NSCopying) -> AnyObject? { get }
    func objectForKeyedSubscript(_ key: NSCopying) -> AnyObject?
    func enumerateKeysAndObjectsUsingBlock(_ block: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateKeysAndObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)
    func keysSortedByValueUsingComparator(_ cmptr: NSComparator) -> [AnyObject]
    func keysSortedByValueWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator) -> [AnyObject]
    func keysOfEntriesPassingTest(_ predicate: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
    func keysOfEntriesWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
}
extension NSDictionary {
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, andKeys keys: AutoreleasingUnsafeMutablePointer<AnyObject?>)
}
extension NSDictionary {
    convenience init()
    class func dictionary() -> Self
    convenience init(object object: AnyObject, forKey key: NSCopying)
    class func dictionaryWithObject(_ object: AnyObject, forKey key: NSCopying) -> Self
    convenience init(objects objects: UnsafePointer<AnyObject?>, forKeys keys: UnsafePointer<NSCopying?>, count cnt: Int)
    class func dictionaryWithObjects(_ objects: UnsafePointer<AnyObject?>, forKeys keys: UnsafePointer<NSCopying?>, count cnt: Int) -> Self
    convenience init(dictionary dict: [NSObject : AnyObject])
    class func dictionaryWithDictionary(_ dict: [NSObject : AnyObject]) -> Self
    convenience init(objects objects: [AnyObject], forKeys keys: [NSCopying])
    class func dictionaryWithObjects(_ objects: [AnyObject], forKeys keys: [NSCopying]) -> Self
    convenience init(dictionary otherDictionary: [NSObject : AnyObject])
    convenience init(dictionary otherDictionary: [NSObject : AnyObject], copyItems flag: Bool)
    convenience init(objects objects: [AnyObject], forKeys keys: [NSCopying])
     init?(contentsOfFile path: String)
    class func dictionaryWithContentsOfFile(_ path: String) -> [NSObject : AnyObject]?
     init?(contentsOfURL url: NSURL)
    class func dictionaryWithContentsOfURL(_ url: NSURL) -> [NSObject : AnyObject]?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSDictionary {
    class func sharedKeySetForKeys(_ keys: [NSCopying]) -> AnyObject
}
extension NSDictionary {
    func fileSize() -> UInt64
    func fileModificationDate() -> NSDate?
    func fileType() -> String?
    func filePosixPermissions() -> Int
    func fileOwnerAccountName() -> String?
    func fileGroupOwnerAccountName() -> String?
    func fileSystemNumber() -> Int
    func fileSystemFileNumber() -> Int
    func fileExtensionHidden() -> Bool
    func fileHFSCreatorCode() -> OSType
    func fileHFSTypeCode() -> OSType
    func fileIsImmutable() -> Bool
    func fileIsAppendOnly() -> Bool
    func fileCreationDate() -> NSDate?
    func fileOwnerAccountID() -> NSNumber?
    func fileGroupOwnerAccountID() -> NSNumber?
}
extension NSDictionary {
    func valueForKey(_ key: String) -> AnyObject?
}
extension NSDictionary : _Reflectable {
}
extension NSDictionary {
    @objc(_swiftInitWithDictionary_NSDictionary:) convenience init(dictionary otherDictionary: NSDictionary)
}
extension NSDictionary : SequenceType {
    final class Generator : GeneratorType {
        func next() -> (key: AnyObject, value: AnyObject)?
    }
    func generate() -> NSDictionary.Generator
}
extension NSDictionary : DictionaryLiteralConvertible {
    required convenience init(dictionaryLiteral elements: (NSCopying, AnyObject)...)
}
AnyObject, DictionaryLiteralConvertible, NSCoding, NSCopying, NSFastEnumeration, NSMutableCopying, NSSecureCoding, SequenceType

Declaration
From
func enumerateKeysAndObjectsUsingBlock(_ block: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateKeysAndObjectsUsingBlock(_ block: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateKeysAndObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateKeysAndObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Declaration
From
convenience init(objects objects: [AnyObject], forKeys keys: [AnyObject])
To
convenience init(objects objects: [AnyObject], forKeys keys: [NSCopying])

Declaration
From
func keysOfEntriesPassingTest(_ predicate: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
To
func keysOfEntriesPassingTest(_ predicate: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>

Declaration
From
func keysOfEntriesWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
To
func keysOfEntriesWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>

Declaration
From
class func sharedKeySetForKeys(_ keys: [AnyObject]) -> AnyObject
To
class func sharedKeySetForKeys(_ keys: [NSCopying]) -> AnyObject

Declaration
From
subscript (key: NSCopying) -> AnyObject? { get }
To
subscript (_ key: NSCopying) -> AnyObject? { get }

DeclarationProtocols
From
struct NSDirectoryEnumerationOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var SkipsSubdirectoryDescendants: NSDirectoryEnumerationOptions { get }
    static var SkipsPackageDescendants: NSDirectoryEnumerationOptions { get }
    static var SkipsHiddenFiles: NSDirectoryEnumerationOptions { get }
}
RawOptionSetType
To
struct NSDirectoryEnumerationOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var SkipsSubdirectoryDescendants: NSDirectoryEnumerationOptions { get }
    static var SkipsPackageDescendants: NSDirectoryEnumerationOptions { get }
    static var SkipsHiddenFiles: NSDirectoryEnumerationOptions { get }
}
OptionSetType

Declaration
From
class NSDirectoryEnumerator : NSEnumerator {
    var fileAttributes: [NSObject : AnyObject]? { get }
    var directoryAttributes: [NSObject : AnyObject]? { get }
    func skipDescendents()
    var level: Int { get }
    func skipDescendants()
}
To
class NSDirectoryEnumerator : NSEnumerator {
    var fileAttributes: [String : AnyObject]? { get }
    var directoryAttributes: [String : AnyObject]? { get }
    func skipDescendents()
    var level: Int { get }
    func skipDescendants()
}

Declaration
From
var directoryAttributes: [NSObject : AnyObject]? { get }
To
var directoryAttributes: [String : AnyObject]? { get }

Declaration
From
var fileAttributes: [NSObject : AnyObject]? { get }
To
var fileAttributes: [String : AnyObject]? { get }

Declaration
From
class NSDistributedLock : NSObject {
    init?(path path: String) -> NSDistributedLock
    class func lockWithPath(_ path: String) -> NSDistributedLock?
    convenience init!()
    init?(path path: String)
    func tryLock() -> Bool
    func unlock()
    func breakLock()
    @NSCopying var lockDate: NSDate { get }
}
To
class NSDistributedLock : NSObject {
     init?(path path: String)
    class func lockWithPath(_ path: String) -> NSDistributedLock?
    convenience init()
    init?(path path: String)
    func tryLock() -> Bool
    func unlock()
    func breakLock()
    @NSCopying var lockDate: NSDate { get }
}

Declaration
From
class NSDistributedNotificationCenter : NSNotificationCenter {
    class func notificationCenterForType(_ notificationCenterType: String) -> NSDistributedNotificationCenter
    class func defaultCenter() -> NSDistributedNotificationCenter
    func addObserver(_ observer: AnyObject, selector selector: Selector, name name: String?, object object: String?, suspensionBehavior suspensionBehavior: NSNotificationSuspensionBehavior)
    func postNotificationName(_ name: String, object object: String?, userInfo userInfo: [NSObject : AnyObject]?, deliverImmediately deliverImmediately: Bool)
    func postNotificationName(_ name: String, object object: String?, userInfo userInfo: [NSObject : AnyObject]?, options options: Int)
    var suspended: Bool
    func addObserver(_ observer: AnyObject, selector aSelector: Selector, name aName: String?, object anObject: String?)
    func postNotificationName(_ aName: String, object anObject: String?)
    func postNotificationName(_ aName: String, object anObject: String?, userInfo aUserInfo: [NSObject : AnyObject]?)
    func removeObserver(_ observer: AnyObject?, name aName: String?, object anObject: String?)
}
To
class NSDistributedNotificationCenter : NSNotificationCenter {
    class func notificationCenterForType(_ notificationCenterType: String) -> NSDistributedNotificationCenter
    class func defaultCenter() -> NSDistributedNotificationCenter
    func addObserver(_ observer: AnyObject, selector selector: Selector, name name: String?, object object: String?, suspensionBehavior suspensionBehavior: NSNotificationSuspensionBehavior)
    func postNotificationName(_ name: String, object object: String?, userInfo userInfo: [NSObject : AnyObject]?, deliverImmediately deliverImmediately: Bool)
    func postNotificationName(_ name: String, object object: String?, userInfo userInfo: [NSObject : AnyObject]?, options options: NSDistributedNotificationOptions)
    var suspended: Bool
    func addObserver(_ observer: AnyObject, selector aSelector: Selector, name aName: String?, object anObject: String?)
    func postNotificationName(_ aName: String, object anObject: String?)
    func postNotificationName(_ aName: String, object anObject: String?, userInfo aUserInfo: [NSObject : AnyObject]?)
    func removeObserver(_ observer: AnyObject, name aName: String?, object anObject: String?)
}

Declaration
From
func postNotificationName(_ name: String, object object: String?, userInfo userInfo: [NSObject : AnyObject]?, options options: Int)
To
func postNotificationName(_ name: String, object object: String?, userInfo userInfo: [NSObject : AnyObject]?, options options: NSDistributedNotificationOptions)

Declaration
From
func removeObserver(_ observer: AnyObject?, name aName: String?, object anObject: String?)
To
func removeObserver(_ observer: AnyObject, name aName: String?, object anObject: String?)

Declaration
From
class NSEnergyFormatter : NSFormatter {
    @NSCopying var numberFormatter: NSNumberFormatter
    var unitStyle: NSFormattingUnitStyle
    var forFoodEnergyUse: Bool
    func stringFromValue(_ value: Double, unit unit: NSEnergyFormatterUnit) -> String
    func stringFromJoules(_ numberInJoules: Double) -> String
    func unitStringFromValue(_ value: Double, unit unit: NSEnergyFormatterUnit) -> String
    func unitStringFromJoules(_ numberInJoules: Double, usedUnit unitp: UnsafeMutablePointer<NSEnergyFormatterUnit>) -> String
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
}
To
class NSEnergyFormatter : NSFormatter {
    @NSCopying var numberFormatter: NSNumberFormatter!
    var unitStyle: NSFormattingUnitStyle
    var forFoodEnergyUse: Bool
    func stringFromValue(_ value: Double, unit unit: NSEnergyFormatterUnit) -> String
    func stringFromJoules(_ numberInJoules: Double) -> String
    func unitStringFromValue(_ value: Double, unit unit: NSEnergyFormatterUnit) -> String
    func unitStringFromJoules(_ numberInJoules: Double, usedUnit unitp: UnsafeMutablePointer<NSEnergyFormatterUnit>) -> String
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
}

Declaration
From
@NSCopying var numberFormatter: NSNumberFormatter
To
@NSCopying var numberFormatter: NSNumberFormatter!

Raw Value Type
From--
ToInt

DeclarationProtocols
From
struct NSEnumerationOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Concurrent: NSEnumerationOptions { get }
    static var Reverse: NSEnumerationOptions { get }
}
RawOptionSetType
To
struct NSEnumerationOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Concurrent: NSEnumerationOptions { get }
    static var Reverse: NSEnumerationOptions { get }
}
OptionSetType

Modified NSError
DeclarationProtocols
From
class NSError : NSObject, NSCopying, NSSecureCoding, NSCoding {
    init(domain domain: String, code code: Int, userInfo dict: [NSObject : AnyObject]?)
    class func errorWithDomain(_ domain: String, code code: Int, userInfo dict: [NSObject : AnyObject]?) -> Self
    var domain: String { get }
    var code: Int { get }
    var userInfo: [NSObject : AnyObject]? { get }
    var localizedDescription: String { get }
    var localizedFailureReason: String? { get }
    var localizedRecoverySuggestion: String? { get }
    var localizedRecoveryOptions: [AnyObject]? { get }
    var recoveryAttempter: AnyObject? { get }
    var helpAnchor: String? { get }
}
AnyObject, NSCoding, NSCopying, NSSecureCoding
To
class NSError : NSObject, NSCopying, NSSecureCoding, NSCoding {
    init(domain domain: String, code code: Int, userInfo dict: [NSObject : AnyObject]?)
    class func errorWithDomain(_ domain: String, code code: Int, userInfo dict: [NSObject : AnyObject]?) -> Self
    var domain: String { get }
    var code: Int { get }
    var userInfo: [NSObject : AnyObject] { get }
    var localizedDescription: String { get }
    var localizedFailureReason: String? { get }
    var localizedRecoverySuggestion: String? { get }
    var localizedRecoveryOptions: [String]? { get }
    var recoveryAttempter: AnyObject? { get }
    var helpAnchor: String? { get }
    class func setUserInfoValueProviderForDomain(_ errorDomain: String, provider provider: ((NSError, String) -> AnyObject?)?)
    class func userInfoValueProviderForDomain(_ errorDomain: String) -> ((NSError, String) -> AnyObject?)?
}
extension NSError : ErrorType {
}
extension NSError : ErrorType {
}
AnyObject, ErrorType, NSCoding, NSCopying, NSSecureCoding

Declaration
From
var localizedRecoveryOptions: [AnyObject]? { get }
To
var localizedRecoveryOptions: [String]? { get }

Declaration
From
var userInfo: [NSObject : AnyObject]? { get }
To
var userInfo: [NSObject : AnyObject] { get }

Modified NSException
Declaration
From
class NSException : NSObject, NSCopying, NSCoding {
    init(name name: String, reason reason: String?, userInfo userInfo: [NSObject : AnyObject]?) -> NSException
    class func exceptionWithName(_ name: String, reason reason: String?, userInfo userInfo: [NSObject : AnyObject]?) -> NSException
    init(name aName: String, reason aReason: String?, userInfo aUserInfo: [NSObject : AnyObject]?)
    var name: String { get }
    var reason: String? { get }
    var userInfo: [NSObject : AnyObject]? { get }
    var callStackReturnAddresses: [AnyObject] { get }
    var callStackSymbols: [AnyObject] { get }
    func raise()
}
extension NSException {
    class func raise(_ name: String, format format: String, arguments argList: CVaListPointer)
}
To
class NSException : NSObject, NSCopying, NSCoding {
     init(name name: String, reason reason: String?, userInfo userInfo: [NSObject : AnyObject]?)
    class func exceptionWithName(_ name: String, reason reason: String?, userInfo userInfo: [NSObject : AnyObject]?) -> NSException
    init(name aName: String, reason aReason: String?, userInfo aUserInfo: [NSObject : AnyObject]?)
    var name: String { get }
    var reason: String? { get }
    var userInfo: [NSObject : AnyObject]? { get }
    var callStackReturnAddresses: [NSNumber] { get }
    var callStackSymbols: [String] { get }
    func raise()
}
extension NSException {
    class func raise(_ name: String, format format: String, arguments argList: CVaListPointer)
}

Declaration
From
var callStackReturnAddresses: [AnyObject] { get }
To
var callStackReturnAddresses: [NSNumber] { get }

Declaration
From
var callStackSymbols: [AnyObject] { get }
To
var callStackSymbols: [String] { get }

Modified NSExpression
Declaration
From
class NSExpression : NSObject, NSSecureCoding, NSCoding, NSCopying {
    init(format expressionFormat: String, argumentArray arguments: [AnyObject]) -> NSExpression
    class func expressionWithFormat(_ expressionFormat: String, argumentArray arguments: [AnyObject]) -> NSExpression
    init(format expressionFormat: String, arguments argList: CVaListPointer) -> NSExpression
    class func expressionWithFormat(_ expressionFormat: String, arguments argList: CVaListPointer) -> NSExpression
    init(forConstantValue obj: AnyObject) -> NSExpression
    class func expressionForConstantValue(_ obj: AnyObject) -> NSExpression
    class func expressionForEvaluatedObject() -> NSExpression
    init(forVariable string: String) -> NSExpression
    class func expressionForVariable(_ string: String) -> NSExpression
    init(forKeyPath keyPath: String) -> NSExpression
    class func expressionForKeyPath(_ keyPath: String) -> NSExpression
    init(forFunction name: String, arguments parameters: [AnyObject]) -> NSExpression
    class func expressionForFunction(_ name: String, arguments parameters: [AnyObject]) -> NSExpression
    init(forAggregate subexpressions: [AnyObject]) -> NSExpression
    class func expressionForAggregate(_ subexpressions: [AnyObject]) -> NSExpression
    init(forUnionSet left: NSExpression, with right: NSExpression) -> NSExpression
    class func expressionForUnionSet(_ left: NSExpression, with right: NSExpression) -> NSExpression
    init(forIntersectSet left: NSExpression, with right: NSExpression) -> NSExpression
    class func expressionForIntersectSet(_ left: NSExpression, with right: NSExpression) -> NSExpression
    init(forMinusSet left: NSExpression, with right: NSExpression) -> NSExpression
    class func expressionForMinusSet(_ left: NSExpression, with right: NSExpression) -> NSExpression
    init(forSubquery expression: NSExpression, usingIteratorVariable variable: String, predicate predicate: AnyObject) -> NSExpression
    class func expressionForSubquery(_ expression: NSExpression, usingIteratorVariable variable: String, predicate predicate: AnyObject) -> NSExpression
    init(forFunction target: NSExpression, selectorName name: String, arguments parameters: [AnyObject]) -> NSExpression
    class func expressionForFunction(_ target: NSExpression, selectorName name: String, arguments parameters: [AnyObject]) -> NSExpression
    class func expressionForAnyKey() -> NSExpression
    init(forBlock block: (AnyObject!, [AnyObject]!, NSMutableDictionary!) -> AnyObject!, arguments arguments: [AnyObject]) -> NSExpression
    class func expressionForBlock(_ block: (AnyObject!, [AnyObject]!, NSMutableDictionary!) -> AnyObject!, arguments arguments: [AnyObject]) -> NSExpression
    init(expressionType type: NSExpressionType)
    var expressionType: NSExpressionType { get }
    var constantValue: AnyObject { get }
    var keyPath: String { get }
    var function: String { get }
    var variable: String { get }
    @NSCopying var operand: NSExpression { get }
    var arguments: [AnyObject] { get }
    var collection: AnyObject { get }
    @NSCopying var predicate: NSPredicate { get }
    @NSCopying var leftExpression: NSExpression { get }
    @NSCopying var rightExpression: NSExpression { get }
    var expressionBlock: (AnyObject!, [AnyObject]!, NSMutableDictionary!) -> AnyObject! { get }
    func expressionValueWithObject(_ object: AnyObject?, context context: NSMutableDictionary?) -> AnyObject
    func allowEvaluation()
}
extension NSExpression {
    convenience init(format expressionFormat: String, _ args: CVarArgType...)
}
extension NSExpression {
    convenience init(format expressionFormat: String, _ args: CVarArgType...)
}
To
class NSExpression : NSObject, NSSecureCoding, NSCoding, NSCopying {
     init(format expressionFormat: String, argumentArray arguments: [AnyObject])
    class func expressionWithFormat(_ expressionFormat: String, argumentArray arguments: [AnyObject]) -> NSExpression
     init(format expressionFormat: String, arguments argList: CVaListPointer)
    class func expressionWithFormat(_ expressionFormat: String, arguments argList: CVaListPointer) -> NSExpression
     init(forConstantValue obj: AnyObject?)
    class func expressionForConstantValue(_ obj: AnyObject?) -> NSExpression
    class func expressionForEvaluatedObject() -> NSExpression
     init(forVariable string: String)
    class func expressionForVariable(_ string: String) -> NSExpression
     init(forKeyPath keyPath: String)
    class func expressionForKeyPath(_ keyPath: String) -> NSExpression
     init(forFunction name: String, arguments parameters: [AnyObject])
    class func expressionForFunction(_ name: String, arguments parameters: [AnyObject]) -> NSExpression
     init(forAggregate subexpressions: [AnyObject])
    class func expressionForAggregate(_ subexpressions: [AnyObject]) -> NSExpression
     init(forUnionSet left: NSExpression, with right: NSExpression)
    class func expressionForUnionSet(_ left: NSExpression, with right: NSExpression) -> NSExpression
     init(forIntersectSet left: NSExpression, with right: NSExpression)
    class func expressionForIntersectSet(_ left: NSExpression, with right: NSExpression) -> NSExpression
     init(forMinusSet left: NSExpression, with right: NSExpression)
    class func expressionForMinusSet(_ left: NSExpression, with right: NSExpression) -> NSExpression
     init(forSubquery expression: NSExpression, usingIteratorVariable variable: String, predicate predicate: AnyObject)
    class func expressionForSubquery(_ expression: NSExpression, usingIteratorVariable variable: String, predicate predicate: AnyObject) -> NSExpression
     init(forFunction target: NSExpression, selectorName name: String, arguments parameters: [AnyObject]?)
    class func expressionForFunction(_ target: NSExpression, selectorName name: String, arguments parameters: [AnyObject]?) -> NSExpression
    class func expressionForAnyKey() -> NSExpression
     init(forBlock block: (AnyObject?, [AnyObject], NSMutableDictionary?) -> AnyObject, arguments arguments: [NSExpression]?)
    class func expressionForBlock(_ block: (AnyObject?, [AnyObject], NSMutableDictionary?) -> AnyObject, arguments arguments: [NSExpression]?) -> NSExpression
     init(forConditional predicate: NSPredicate, trueExpression trueExpression: NSExpression, falseExpression falseExpression: NSExpression)
    class func expressionForConditional(_ predicate: NSPredicate, trueExpression trueExpression: NSExpression, falseExpression falseExpression: NSExpression) -> NSExpression
    init(expressionType type: NSExpressionType)
    init?(coder coder: NSCoder)
    var expressionType: NSExpressionType { get }
    var constantValue: AnyObject { get }
    var keyPath: String { get }
    var function: String { get }
    var variable: String { get }
    @NSCopying var operand: NSExpression { get }
    var arguments: [NSExpression]? { get }
    var collection: AnyObject { get }
    @NSCopying var predicate: NSPredicate { get }
    @NSCopying var leftExpression: NSExpression { get }
    @NSCopying var rightExpression: NSExpression { get }
    @NSCopying var trueExpression: NSExpression { get }
    @NSCopying var falseExpression: NSExpression { get }
    var expressionBlock: (AnyObject?, [AnyObject], NSMutableDictionary?) -> AnyObject { get }
    func expressionValueWithObject(_ object: AnyObject?, context context: NSMutableDictionary?) -> AnyObject
    func allowEvaluation()
}
extension NSExpression {
    convenience init(format expressionFormat: String, _ args: CVarArgType...)
}
extension NSExpression {
    convenience init(format expressionFormat: String, _ args: CVarArgType...)
}

Declaration
From
var arguments: [AnyObject] { get }
To
var arguments: [NSExpression]? { get }

Declaration
From
var expressionBlock: (AnyObject!, [AnyObject]!, NSMutableDictionary!) -> AnyObject! { get }
To
var expressionBlock: (AnyObject?, [AnyObject], NSMutableDictionary?) -> AnyObject { get }

Declaration
From
init(forAggregate subexpressions: [AnyObject]) -> NSExpression
To
init(forAggregate subexpressions: [AnyObject])

Declaration
From
init(forBlock block: (AnyObject!, [AnyObject]!, NSMutableDictionary!) -> AnyObject!, arguments arguments: [AnyObject]) -> NSExpression
To
init(forBlock block: (AnyObject?, [AnyObject], NSMutableDictionary?) -> AnyObject, arguments arguments: [NSExpression]?)

Declaration
From
init(forConstantValue obj: AnyObject) -> NSExpression
To
init(forConstantValue obj: AnyObject?)

Declaration
From
init(forFunction name: String, arguments parameters: [AnyObject]) -> NSExpression
To
init(forFunction name: String, arguments parameters: [AnyObject])

Declaration
From
init(forFunction target: NSExpression, selectorName name: String, arguments parameters: [AnyObject]) -> NSExpression
To
init(forFunction target: NSExpression, selectorName name: String, arguments parameters: [AnyObject]?)

Declaration
From
init(forIntersectSet left: NSExpression, with right: NSExpression) -> NSExpression
To
init(forIntersectSet left: NSExpression, with right: NSExpression)

Declaration
From
init(forKeyPath keyPath: String) -> NSExpression
To
init(forKeyPath keyPath: String)

Declaration
From
init(format expressionFormat: String, argumentArray arguments: [AnyObject]) -> NSExpression
To
init(format expressionFormat: String, argumentArray arguments: [AnyObject])

Declaration
From
init(format expressionFormat: String, arguments argList: CVaListPointer) -> NSExpression
To
init(format expressionFormat: String, arguments argList: CVaListPointer)

Declaration
From
init(forMinusSet left: NSExpression, with right: NSExpression) -> NSExpression
To
init(forMinusSet left: NSExpression, with right: NSExpression)

Declaration
From
init(forSubquery expression: NSExpression, usingIteratorVariable variable: String, predicate predicate: AnyObject) -> NSExpression
To
init(forSubquery expression: NSExpression, usingIteratorVariable variable: String, predicate predicate: AnyObject)

Declaration
From
init(forUnionSet left: NSExpression, with right: NSExpression) -> NSExpression
To
init(forUnionSet left: NSExpression, with right: NSExpression)

Declaration
From
init(forVariable string: String) -> NSExpression
To
init(forVariable string: String)

DeclarationRaw Value Type
From
enum NSExpressionType : UInt {
    case ConstantValueExpressionType
    case EvaluatedObjectExpressionType
    case VariableExpressionType
    case KeyPathExpressionType
    case FunctionExpressionType
    case UnionSetExpressionType
    case IntersectSetExpressionType
    case MinusSetExpressionType
    case SubqueryExpressionType
    case AggregateExpressionType
    case AnyKeyExpressionType
    case BlockExpressionType
}
--
To
enum NSExpressionType : UInt {
    case ConstantValueExpressionType
    case EvaluatedObjectExpressionType
    case VariableExpressionType
    case KeyPathExpressionType
    case FunctionExpressionType
    case UnionSetExpressionType
    case IntersectSetExpressionType
    case MinusSetExpressionType
    case SubqueryExpressionType
    case AggregateExpressionType
    case AnyKeyExpressionType
    case BlockExpressionType
    case ConditionalExpressionType
}
UInt

Modified NSFastGenerator
Declaration
From
final class NSFastGenerator : GeneratorType {
    var enumerable: NSFastEnumeration
    var state: [NSFastEnumerationState]
    var n: Int
    var count: Int
    var STACK_BUF_SIZE: Int { get }
    struct ObjectsBuffer {
        var buf: (COpaquePointer, COpaquePointer, COpaquePointer, COpaquePointer)
    }
    var objects: [NSFastGenerator.ObjectsBuffer]
    func next() -> AnyObject?
    func refresh()
    init(_ enumerable: NSFastEnumeration)
}
To
final class NSFastGenerator : GeneratorType {
    func next() -> AnyObject?
    init(_ enumerable: NSFastEnumeration)
}

Declaration
From
class NSFileCoordinator : NSObject {
    class func addFilePresenter(_ filePresenter: NSFilePresenter)
    class func removeFilePresenter(_ filePresenter: NSFilePresenter)
    class func filePresenters() -> [AnyObject]
    init(filePresenter filePresenterOrNil: NSFilePresenter?)
    var purposeIdentifier: String
    func coordinateAccessWithIntents(_ intents: [AnyObject], queue queue: NSOperationQueue, byAccessor accessor: (NSError!) -> Void)
    func coordinateReadingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorReadingOptions, error outError: NSErrorPointer, byAccessor reader: (NSURL!) -> Void)
    func coordinateWritingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL!) -> Void)
    func coordinateReadingItemAtURL(_ readingURL: NSURL, options readingOptions: NSFileCoordinatorReadingOptions, writingItemAtURL writingURL: NSURL, options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor readerWriter: (NSURL!, NSURL!) -> Void)
    func coordinateWritingItemAtURL(_ url1: NSURL, options options1: NSFileCoordinatorWritingOptions, writingItemAtURL url2: NSURL, options options2: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL!, NSURL!) -> Void)
    func prepareForReadingItemsAtURLs(_ readingURLs: [AnyObject], options readingOptions: NSFileCoordinatorReadingOptions, writingItemsAtURLs writingURLs: [AnyObject], options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor batchAccessor: ((() -> Void)!) -> Void)
    func itemAtURL(_ oldURL: NSURL, willMoveToURL newURL: NSURL)
    func itemAtURL(_ oldURL: NSURL, didMoveToURL newURL: NSURL)
    func cancel()
}
To
class NSFileCoordinator : NSObject {
    class func addFilePresenter(_ filePresenter: NSFilePresenter)
    class func removeFilePresenter(_ filePresenter: NSFilePresenter)
    class func filePresenters() -> [NSFilePresenter]
    init(filePresenter filePresenterOrNil: NSFilePresenter?)
    var purposeIdentifier: String
    func coordinateAccessWithIntents(_ intents: [NSFileAccessIntent], queue queue: NSOperationQueue, byAccessor accessor: (NSError?) -> Void)
    func coordinateReadingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorReadingOptions, error outError: NSErrorPointer, byAccessor reader: (NSURL) -> Void)
    func coordinateWritingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL) -> Void)
    func coordinateReadingItemAtURL(_ readingURL: NSURL, options readingOptions: NSFileCoordinatorReadingOptions, writingItemAtURL writingURL: NSURL, options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor readerWriter: (NSURL, NSURL) -> Void)
    func coordinateWritingItemAtURL(_ url1: NSURL, options options1: NSFileCoordinatorWritingOptions, writingItemAtURL url2: NSURL, options options2: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL, NSURL) -> Void)
    func prepareForReadingItemsAtURLs(_ readingURLs: [NSURL], options readingOptions: NSFileCoordinatorReadingOptions, writingItemsAtURLs writingURLs: [NSURL], options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor batchAccessor: (() -> Void) -> Void)
    func itemAtURL(_ oldURL: NSURL, willMoveToURL newURL: NSURL)
    func itemAtURL(_ oldURL: NSURL, didMoveToURL newURL: NSURL)
    func cancel()
}

Declaration
From
func coordinateAccessWithIntents(_ intents: [AnyObject], queue queue: NSOperationQueue, byAccessor accessor: (NSError!) -> Void)
To
func coordinateAccessWithIntents(_ intents: [NSFileAccessIntent], queue queue: NSOperationQueue, byAccessor accessor: (NSError?) -> Void)

Declaration
From
func coordinateReadingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorReadingOptions, error outError: NSErrorPointer, byAccessor reader: (NSURL!) -> Void)
To
func coordinateReadingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorReadingOptions, error outError: NSErrorPointer, byAccessor reader: (NSURL) -> Void)

Declaration
From
func coordinateReadingItemAtURL(_ readingURL: NSURL, options readingOptions: NSFileCoordinatorReadingOptions, writingItemAtURL writingURL: NSURL, options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor readerWriter: (NSURL!, NSURL!) -> Void)
To
func coordinateReadingItemAtURL(_ readingURL: NSURL, options readingOptions: NSFileCoordinatorReadingOptions, writingItemAtURL writingURL: NSURL, options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor readerWriter: (NSURL, NSURL) -> Void)

Declaration
From
func coordinateWritingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL!) -> Void)
To
func coordinateWritingItemAtURL(_ url: NSURL, options options: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL) -> Void)

Declaration
From
func coordinateWritingItemAtURL(_ url1: NSURL, options options1: NSFileCoordinatorWritingOptions, writingItemAtURL url2: NSURL, options options2: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL!, NSURL!) -> Void)
To
func coordinateWritingItemAtURL(_ url1: NSURL, options options1: NSFileCoordinatorWritingOptions, writingItemAtURL url2: NSURL, options options2: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor writer: (NSURL, NSURL) -> Void)

Declaration
From
class func filePresenters() -> [AnyObject]
To
class func filePresenters() -> [NSFilePresenter]

Declaration
From
func prepareForReadingItemsAtURLs(_ readingURLs: [AnyObject], options readingOptions: NSFileCoordinatorReadingOptions, writingItemsAtURLs writingURLs: [AnyObject], options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor batchAccessor: ((() -> Void)!) -> Void)
To
func prepareForReadingItemsAtURLs(_ readingURLs: [NSURL], options readingOptions: NSFileCoordinatorReadingOptions, writingItemsAtURLs writingURLs: [NSURL], options writingOptions: NSFileCoordinatorWritingOptions, error outError: NSErrorPointer, byAccessor batchAccessor: (() -> Void) -> Void)

DeclarationProtocols
From
struct NSFileCoordinatorReadingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var WithoutChanges: NSFileCoordinatorReadingOptions { get }
    static var ResolvesSymbolicLink: NSFileCoordinatorReadingOptions { get }
    static var ImmediatelyAvailableMetadataOnly: NSFileCoordinatorReadingOptions { get }
    static var ForUploading: NSFileCoordinatorReadingOptions { get }
}
RawOptionSetType
To
struct NSFileCoordinatorReadingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var WithoutChanges: NSFileCoordinatorReadingOptions { get }
    static var ResolvesSymbolicLink: NSFileCoordinatorReadingOptions { get }
    static var ImmediatelyAvailableMetadataOnly: NSFileCoordinatorReadingOptions { get }
    static var ForUploading: NSFileCoordinatorReadingOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSFileCoordinatorWritingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var ForDeleting: NSFileCoordinatorWritingOptions { get }
    static var ForMoving: NSFileCoordinatorWritingOptions { get }
    static var ForMerging: NSFileCoordinatorWritingOptions { get }
    static var ForReplacing: NSFileCoordinatorWritingOptions { get }
    static var ContentIndependentMetadataOnly: NSFileCoordinatorWritingOptions { get }
}
RawOptionSetType
To
struct NSFileCoordinatorWritingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var ForDeleting: NSFileCoordinatorWritingOptions { get }
    static var ForMoving: NSFileCoordinatorWritingOptions { get }
    static var ForMerging: NSFileCoordinatorWritingOptions { get }
    static var ForReplacing: NSFileCoordinatorWritingOptions { get }
    static var ContentIndependentMetadataOnly: NSFileCoordinatorWritingOptions { get }
}
OptionSetType

Modified NSFileHandle
Declaration
From
class NSFileHandle : NSObject, NSSecureCoding, NSCoding {
    @NSCopying var availableData: NSData { get }
    func readDataToEndOfFile() -> NSData
    func readDataOfLength(_ length: Int) -> NSData
    func writeData(_ data: NSData)
    var offsetInFile: UInt64 { get }
    func seekToEndOfFile() -> UInt64
    func seekToFileOffset(_ offset: UInt64)
    func truncateFileAtOffset(_ offset: UInt64)
    func synchronizeFile()
    func closeFile()
    init(fileDescriptor fd: Int32, closeOnDealloc closeopt: Bool)
    init?(coder coder: NSCoder)
}
extension NSFileHandle {
    class func fileHandleWithStandardInput() -> NSFileHandle
    class func fileHandleWithStandardOutput() -> NSFileHandle
    class func fileHandleWithStandardError() -> NSFileHandle
    class func fileHandleWithNullDevice() -> NSFileHandle
    convenience init?(forReadingAtPath path: String)
    class func fileHandleForReadingAtPath(_ path: String) -> Self?
    convenience init?(forWritingAtPath path: String)
    class func fileHandleForWritingAtPath(_ path: String) -> Self?
    convenience init?(forUpdatingAtPath path: String)
    class func fileHandleForUpdatingAtPath(_ path: String) -> Self?
    convenience init?(forReadingFromURL url: NSURL, error error: NSErrorPointer)
    class func fileHandleForReadingFromURL(_ url: NSURL, error error: NSErrorPointer) -> Self?
    convenience init?(forWritingToURL url: NSURL, error error: NSErrorPointer)
    class func fileHandleForWritingToURL(_ url: NSURL, error error: NSErrorPointer) -> Self?
    convenience init?(forUpdatingURL url: NSURL, error error: NSErrorPointer)
    class func fileHandleForUpdatingURL(_ url: NSURL, error error: NSErrorPointer) -> Self?
}
extension NSFileHandle {
    func readInBackgroundAndNotifyForModes(_ modes: [AnyObject])
    func readInBackgroundAndNotify()
    func readToEndOfFileInBackgroundAndNotifyForModes(_ modes: [AnyObject])
    func readToEndOfFileInBackgroundAndNotify()
    func acceptConnectionInBackgroundAndNotifyForModes(_ modes: [AnyObject])
    func acceptConnectionInBackgroundAndNotify()
    func waitForDataInBackgroundAndNotifyForModes(_ modes: [AnyObject])
    func waitForDataInBackgroundAndNotify()
    var readabilityHandler: ((NSFileHandle!) -> Void)?
    var writeabilityHandler: ((NSFileHandle!) -> Void)?
}
extension NSFileHandle {
    convenience init(fileDescriptor fd: Int32)
    var fileDescriptor: Int32 { get }
}
To
class NSFileHandle : NSObject, NSSecureCoding, NSCoding {
    @NSCopying var availableData: NSData { get }
    func readDataToEndOfFile() -> NSData
    func readDataOfLength(_ length: Int) -> NSData
    func writeData(_ data: NSData)
    var offsetInFile: UInt64 { get }
    func seekToEndOfFile() -> UInt64
    func seekToFileOffset(_ offset: UInt64)
    func truncateFileAtOffset(_ offset: UInt64)
    func synchronizeFile()
    func closeFile()
    init(fileDescriptor fd: Int32, closeOnDealloc closeopt: Bool)
    init?(coder coder: NSCoder)
}
extension NSFileHandle {
    class func fileHandleWithStandardInput() -> NSFileHandle
    class func fileHandleWithStandardOutput() -> NSFileHandle
    class func fileHandleWithStandardError() -> NSFileHandle
    class func fileHandleWithNullDevice() -> NSFileHandle
    convenience init?(forReadingAtPath path: String)
    class func fileHandleForReadingAtPath(_ path: String) -> Self?
    convenience init?(forWritingAtPath path: String)
    class func fileHandleForWritingAtPath(_ path: String) -> Self?
    convenience init?(forUpdatingAtPath path: String)
    class func fileHandleForUpdatingAtPath(_ path: String) -> Self?
    convenience init(forReadingFromURL url: NSURL) throws
    class func fileHandleForReadingFromURL(_ url: NSURL) throws -> Self
    convenience init(forWritingToURL url: NSURL) throws
    class func fileHandleForWritingToURL(_ url: NSURL) throws -> Self
    convenience init(forUpdatingURL url: NSURL) throws
    class func fileHandleForUpdatingURL(_ url: NSURL) throws -> Self
}
extension NSFileHandle {
    func readInBackgroundAndNotifyForModes(_ modes: [String]?)
    func readInBackgroundAndNotify()
    func readToEndOfFileInBackgroundAndNotifyForModes(_ modes: [String]?)
    func readToEndOfFileInBackgroundAndNotify()
    func acceptConnectionInBackgroundAndNotifyForModes(_ modes: [String]?)
    func acceptConnectionInBackgroundAndNotify()
    func waitForDataInBackgroundAndNotifyForModes(_ modes: [String]?)
    func waitForDataInBackgroundAndNotify()
    var readabilityHandler: ((NSFileHandle) -> Void)?
    var writeabilityHandler: ((NSFileHandle) -> Void)?
}
extension NSFileHandle {
    convenience init(fileDescriptor fd: Int32)
    var fileDescriptor: Int32 { get }
}

Declaration
From
func acceptConnectionInBackgroundAndNotifyForModes(_ modes: [AnyObject])
To
func acceptConnectionInBackgroundAndNotifyForModes(_ modes: [String]?)

Declaration
From
convenience init?(forReadingFromURL url: NSURL, error error: NSErrorPointer)
To
convenience init(forReadingFromURL url: NSURL) throws

Declaration
From
convenience init?(forUpdatingURL url: NSURL, error error: NSErrorPointer)
To
convenience init(forUpdatingURL url: NSURL) throws

Declaration
From
convenience init?(forWritingToURL url: NSURL, error error: NSErrorPointer)
To
convenience init(forWritingToURL url: NSURL) throws

Declaration
From
var readabilityHandler: ((NSFileHandle!) -> Void)?
To
var readabilityHandler: ((NSFileHandle) -> Void)?

Declaration
From
func readInBackgroundAndNotifyForModes(_ modes: [AnyObject])
To
func readInBackgroundAndNotifyForModes(_ modes: [String]?)

Declaration
From
func readToEndOfFileInBackgroundAndNotifyForModes(_ modes: [AnyObject])
To
func readToEndOfFileInBackgroundAndNotifyForModes(_ modes: [String]?)

Declaration
From
func waitForDataInBackgroundAndNotifyForModes(_ modes: [AnyObject])
To
func waitForDataInBackgroundAndNotifyForModes(_ modes: [String]?)

Declaration
From
var writeabilityHandler: ((NSFileHandle!) -> Void)?
To
var writeabilityHandler: ((NSFileHandle) -> Void)?

Modified NSFileManager
Declaration
From
class NSFileManager : NSObject {
    class func defaultManager() -> NSFileManager
    func mountedVolumeURLsIncludingResourceValuesForKeys(_ propertyKeys: [AnyObject]?, options options: NSVolumeEnumerationOptions) -> [AnyObject]?
    func contentsOfDirectoryAtURL(_ url: NSURL, includingPropertiesForKeys keys: [AnyObject]?, options mask: NSDirectoryEnumerationOptions, error error: NSErrorPointer) -> [AnyObject]?
    func URLsForDirectory(_ directory: NSSearchPathDirectory, inDomains domainMask: NSSearchPathDomainMask) -> [AnyObject]
    func URLForDirectory(_ directory: NSSearchPathDirectory, inDomain domain: NSSearchPathDomainMask, appropriateForURL url: NSURL?, create shouldCreate: Bool, error error: NSErrorPointer) -> NSURL?
    func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectoryAtURL directoryURL: NSURL, toItemAtURL otherURL: NSURL, error error: NSErrorPointer) -> Bool
    func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectory directory: NSSearchPathDirectory, inDomain domainMask: NSSearchPathDomainMask, toItemAtURL url: NSURL, error error: NSErrorPointer) -> Bool
    func createDirectoryAtURL(_ url: NSURL, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [NSObject : AnyObject]?, error error: NSErrorPointer) -> Bool
    func createSymbolicLinkAtURL(_ url: NSURL, withDestinationURL destURL: NSURL, error error: NSErrorPointer) -> Bool
    unowned(unsafe) var delegate: NSFileManagerDelegate?
    func setAttributes(_ attributes: [NSObject : AnyObject], ofItemAtPath path: String, error error: NSErrorPointer) -> Bool
    func createDirectoryAtPath(_ path: String, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [NSObject : AnyObject]?, error error: NSErrorPointer) -> Bool
    func contentsOfDirectoryAtPath(_ path: String, error error: NSErrorPointer) -> [AnyObject]?
    func subpathsOfDirectoryAtPath(_ path: String, error error: NSErrorPointer) -> [AnyObject]?
    func attributesOfItemAtPath(_ path: String, error error: NSErrorPointer) -> [NSObject : AnyObject]?
    func attributesOfFileSystemForPath(_ path: String, error error: NSErrorPointer) -> [NSObject : AnyObject]?
    func createSymbolicLinkAtPath(_ path: String, withDestinationPath destPath: String, error error: NSErrorPointer) -> Bool
    func destinationOfSymbolicLinkAtPath(_ path: String, error error: NSErrorPointer) -> String?
    func copyItemAtPath(_ srcPath: String, toPath dstPath: String, error error: NSErrorPointer) -> Bool
    func moveItemAtPath(_ srcPath: String, toPath dstPath: String, error error: NSErrorPointer) -> Bool
    func linkItemAtPath(_ srcPath: String, toPath dstPath: String, error error: NSErrorPointer) -> Bool
    func removeItemAtPath(_ path: String, error error: NSErrorPointer) -> Bool
    func copyItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL, error error: NSErrorPointer) -> Bool
    func moveItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL, error error: NSErrorPointer) -> Bool
    func linkItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL, error error: NSErrorPointer) -> Bool
    func removeItemAtURL(_ URL: NSURL, error error: NSErrorPointer) -> Bool
    func trashItemAtURL(_ url: NSURL, resultingItemURL outResultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>, error error: NSErrorPointer) -> Bool
    func fileAttributesAtPath(_ path: String!, traverseLink yorn: Bool) -> [NSObject : AnyObject]!
    func changeFileAttributes(_ attributes: [NSObject : AnyObject]!, atPath path: String!) -> Bool
    func directoryContentsAtPath(_ path: String!) -> [AnyObject]!
    func fileSystemAttributesAtPath(_ path: String!) -> [NSObject : AnyObject]!
    func pathContentOfSymbolicLinkAtPath(_ path: String!) -> String!
    func createSymbolicLinkAtPath(_ path: String!, pathContent otherpath: String!) -> Bool
    func createDirectoryAtPath(_ path: String!, attributes attributes: [NSObject : AnyObject]!) -> Bool
    func linkPath(_ src: String!, toPath dest: String!, handler handler: AnyObject!) -> Bool
    func copyPath(_ src: String!, toPath dest: String!, handler handler: AnyObject!) -> Bool
    func movePath(_ src: String!, toPath dest: String!, handler handler: AnyObject!) -> Bool
    func removeFileAtPath(_ path: String!, handler handler: AnyObject!) -> Bool
    var currentDirectoryPath: String { get }
    func changeCurrentDirectoryPath(_ path: String) -> Bool
    func fileExistsAtPath(_ path: String) -> Bool
    func fileExistsAtPath(_ path: String, isDirectory isDirectory: UnsafeMutablePointer<ObjCBool>) -> Bool
    func isReadableFileAtPath(_ path: String) -> Bool
    func isWritableFileAtPath(_ path: String) -> Bool
    func isExecutableFileAtPath(_ path: String) -> Bool
    func isDeletableFileAtPath(_ path: String) -> Bool
    func contentsEqualAtPath(_ path1: String, andPath path2: String) -> Bool
    func displayNameAtPath(_ path: String) -> String
    func componentsToDisplayForPath(_ path: String) -> [AnyObject]?
    func enumeratorAtPath(_ path: String) -> NSDirectoryEnumerator?
    func enumeratorAtURL(_ url: NSURL, includingPropertiesForKeys keys: [AnyObject]?, options mask: NSDirectoryEnumerationOptions, errorHandler handler: ((NSURL!, NSError!) -> Bool)?) -> NSDirectoryEnumerator?
    func subpathsAtPath(_ path: String) -> [AnyObject]?
    func contentsAtPath(_ path: String) -> NSData?
    func createFileAtPath(_ path: String, contents data: NSData?, attributes attr: [NSObject : AnyObject]?) -> Bool
    func fileSystemRepresentationWithPath(_ path: String) -> UnsafePointer<Int8>
    func stringWithFileSystemRepresentation(_ str: UnsafePointer<Int8>, length len: Int) -> String
    func replaceItemAtURL(_ originalItemURL: NSURL, withItemAtURL newItemURL: NSURL, backupItemName backupItemName: String?, options options: NSFileManagerItemReplacementOptions, resultingItemURL resultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>, error error: NSErrorPointer) -> Bool
    func setUbiquitous(_ flag: Bool, itemAtURL url: NSURL, destinationURL destinationURL: NSURL, error error: NSErrorPointer) -> Bool
    func isUbiquitousItemAtURL(_ url: NSURL) -> Bool
    func startDownloadingUbiquitousItemAtURL(_ url: NSURL, error error: NSErrorPointer) -> Bool
    func evictUbiquitousItemAtURL(_ url: NSURL, error error: NSErrorPointer) -> Bool
    func URLForUbiquityContainerIdentifier(_ containerIdentifier: String?) -> NSURL?
    func URLForPublishingUbiquitousItemAtURL(_ url: NSURL, expirationDate outDate: AutoreleasingUnsafeMutablePointer<NSDate?>, error error: NSErrorPointer) -> NSURL?
    @NSCopying var ubiquityIdentityToken: protocol<NSCoding, NSCopying, NSObjectProtocol>? { get }
    func containerURLForSecurityApplicationGroupIdentifier(_ groupIdentifier: String) -> NSURL?
}
To
class NSFileManager : NSObject {
    class func defaultManager() -> NSFileManager
    func mountedVolumeURLsIncludingResourceValuesForKeys(_ propertyKeys: [String]?, options options: NSVolumeEnumerationOptions) -> [NSURL]?
    func unmountVolumeAtURL(_ url: NSURL, options mask: NSFileManagerUnmountOptions, completionHandler completionHandler: (NSError?) -> Void)
    func contentsOfDirectoryAtURL(_ url: NSURL, includingPropertiesForKeys keys: [String]?, options mask: NSDirectoryEnumerationOptions) throws -> [NSURL]
    func URLsForDirectory(_ directory: NSSearchPathDirectory, inDomains domainMask: NSSearchPathDomainMask) -> [NSURL]
    func URLForDirectory(_ directory: NSSearchPathDirectory, inDomain domain: NSSearchPathDomainMask, appropriateForURL url: NSURL?, create shouldCreate: Bool) throws -> NSURL
    func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectoryAtURL directoryURL: NSURL, toItemAtURL otherURL: NSURL) throws
    func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectory directory: NSSearchPathDirectory, inDomain domainMask: NSSearchPathDomainMask, toItemAtURL url: NSURL) throws
    func createDirectoryAtURL(_ url: NSURL, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [String : AnyObject]?) throws
    func createSymbolicLinkAtURL(_ url: NSURL, withDestinationURL destURL: NSURL) throws
    unowned(unsafe) var delegate: NSFileManagerDelegate?
    func setAttributes(_ attributes: [String : AnyObject], ofItemAtPath path: String) throws
    func createDirectoryAtPath(_ path: String, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [String : AnyObject]?) throws
    func contentsOfDirectoryAtPath(_ path: String) throws -> [String]
    func subpathsOfDirectoryAtPath(_ path: String) throws -> [String]
    func attributesOfItemAtPath(_ path: String) throws -> [String : AnyObject]
    func attributesOfFileSystemForPath(_ path: String) throws -> [String : AnyObject]
    func createSymbolicLinkAtPath(_ path: String, withDestinationPath destPath: String) throws
    func destinationOfSymbolicLinkAtPath(_ path: String) throws -> String
    func copyItemAtPath(_ srcPath: String, toPath dstPath: String) throws
    func moveItemAtPath(_ srcPath: String, toPath dstPath: String) throws
    func linkItemAtPath(_ srcPath: String, toPath dstPath: String) throws
    func removeItemAtPath(_ path: String) throws
    func copyItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL) throws
    func moveItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL) throws
    func linkItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL) throws
    func removeItemAtURL(_ URL: NSURL) throws
    func trashItemAtURL(_ url: NSURL, resultingItemURL outResultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>) throws
    func fileAttributesAtPath(_ path: String, traverseLink yorn: Bool) -> [NSObject : AnyObject]?
    func changeFileAttributes(_ attributes: [NSObject : AnyObject], atPath path: String) -> Bool
    func directoryContentsAtPath(_ path: String) -> [AnyObject]?
    func fileSystemAttributesAtPath(_ path: String) -> [NSObject : AnyObject]?
    func pathContentOfSymbolicLinkAtPath(_ path: String) -> String?
    func createSymbolicLinkAtPath(_ path: String, pathContent otherpath: String) -> Bool
    func createDirectoryAtPath(_ path: String, attributes attributes: [NSObject : AnyObject]) -> Bool
    func linkPath(_ src: String, toPath dest: String, handler handler: AnyObject?) -> Bool
    func copyPath(_ src: String, toPath dest: String, handler handler: AnyObject?) -> Bool
    func movePath(_ src: String, toPath dest: String, handler handler: AnyObject?) -> Bool
    func removeFileAtPath(_ path: String, handler handler: AnyObject?) -> Bool
    var currentDirectoryPath: String { get }
    func changeCurrentDirectoryPath(_ path: String) -> Bool
    func fileExistsAtPath(_ path: String) -> Bool
    func fileExistsAtPath(_ path: String, isDirectory isDirectory: UnsafeMutablePointer<ObjCBool>) -> Bool
    func isReadableFileAtPath(_ path: String) -> Bool
    func isWritableFileAtPath(_ path: String) -> Bool
    func isExecutableFileAtPath(_ path: String) -> Bool
    func isDeletableFileAtPath(_ path: String) -> Bool
    func contentsEqualAtPath(_ path1: String, andPath path2: String) -> Bool
    func displayNameAtPath(_ path: String) -> String
    func componentsToDisplayForPath(_ path: String) -> [String]?
    func enumeratorAtPath(_ path: String) -> NSDirectoryEnumerator?
    func enumeratorAtURL(_ url: NSURL, includingPropertiesForKeys keys: [String]?, options mask: NSDirectoryEnumerationOptions, errorHandler handler: ((NSURL, NSError) -> Bool)?) -> NSDirectoryEnumerator?
    func subpathsAtPath(_ path: String) -> [String]?
    func contentsAtPath(_ path: String) -> NSData?
    func createFileAtPath(_ path: String, contents data: NSData?, attributes attr: [String : AnyObject]?) -> Bool
    func fileSystemRepresentationWithPath(_ path: String) -> UnsafePointer<Int8>
    func stringWithFileSystemRepresentation(_ str: UnsafePointer<Int8>, length len: Int) -> String
    func replaceItemAtURL(_ originalItemURL: NSURL, withItemAtURL newItemURL: NSURL, backupItemName backupItemName: String?, options options: NSFileManagerItemReplacementOptions, resultingItemURL resultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>) throws
    func setUbiquitous(_ flag: Bool, itemAtURL url: NSURL, destinationURL destinationURL: NSURL) throws
    func isUbiquitousItemAtURL(_ url: NSURL) -> Bool
    func startDownloadingUbiquitousItemAtURL(_ url: NSURL) throws
    func evictUbiquitousItemAtURL(_ url: NSURL) throws
    func URLForUbiquityContainerIdentifier(_ containerIdentifier: String?) -> NSURL?
    func URLForPublishingUbiquitousItemAtURL(_ url: NSURL, expirationDate outDate: AutoreleasingUnsafeMutablePointer<NSDate?>) throws -> NSURL
    @NSCopying var ubiquityIdentityToken: protocol<NSCoding, NSCopying, NSObjectProtocol>? { get }
    func containerURLForSecurityApplicationGroupIdentifier(_ groupIdentifier: String) -> NSURL?
}

Declaration
From
func attributesOfFileSystemForPath(_ path: String, error error: NSErrorPointer) -> [NSObject : AnyObject]?
To
func attributesOfFileSystemForPath(_ path: String) throws -> [String : AnyObject]

Declaration
From
func attributesOfItemAtPath(_ path: String, error error: NSErrorPointer) -> [NSObject : AnyObject]?
To
func attributesOfItemAtPath(_ path: String) throws -> [String : AnyObject]

Declaration
From
func componentsToDisplayForPath(_ path: String) -> [AnyObject]?
To
func componentsToDisplayForPath(_ path: String) -> [String]?

Declaration
From
func contentsOfDirectoryAtPath(_ path: String, error error: NSErrorPointer) -> [AnyObject]?
To
func contentsOfDirectoryAtPath(_ path: String) throws -> [String]

Declaration
From
func contentsOfDirectoryAtURL(_ url: NSURL, includingPropertiesForKeys keys: [AnyObject]?, options mask: NSDirectoryEnumerationOptions, error error: NSErrorPointer) -> [AnyObject]?
To
func contentsOfDirectoryAtURL(_ url: NSURL, includingPropertiesForKeys keys: [String]?, options mask: NSDirectoryEnumerationOptions) throws -> [NSURL]

Declaration
From
func copyItemAtPath(_ srcPath: String, toPath dstPath: String, error error: NSErrorPointer) -> Bool
To
func copyItemAtPath(_ srcPath: String, toPath dstPath: String) throws

Declaration
From
func copyItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL, error error: NSErrorPointer) -> Bool
To
func copyItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL) throws

Declaration
From
func createDirectoryAtPath(_ path: String, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [NSObject : AnyObject]?, error error: NSErrorPointer) -> Bool
To
func createDirectoryAtPath(_ path: String, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [String : AnyObject]?) throws

Declaration
From
func createDirectoryAtURL(_ url: NSURL, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [NSObject : AnyObject]?, error error: NSErrorPointer) -> Bool
To
func createDirectoryAtURL(_ url: NSURL, withIntermediateDirectories createIntermediates: Bool, attributes attributes: [String : AnyObject]?) throws

Declaration
From
func createFileAtPath(_ path: String, contents data: NSData?, attributes attr: [NSObject : AnyObject]?) -> Bool
To
func createFileAtPath(_ path: String, contents data: NSData?, attributes attr: [String : AnyObject]?) -> Bool

Declaration
From
func createSymbolicLinkAtPath(_ path: String, withDestinationPath destPath: String, error error: NSErrorPointer) -> Bool
To
func createSymbolicLinkAtPath(_ path: String, withDestinationPath destPath: String) throws

Declaration
From
func createSymbolicLinkAtURL(_ url: NSURL, withDestinationURL destURL: NSURL, error error: NSErrorPointer) -> Bool
To
func createSymbolicLinkAtURL(_ url: NSURL, withDestinationURL destURL: NSURL) throws

Declaration
From
func destinationOfSymbolicLinkAtPath(_ path: String, error error: NSErrorPointer) -> String?
To
func destinationOfSymbolicLinkAtPath(_ path: String) throws -> String

Declaration
From
func enumeratorAtURL(_ url: NSURL, includingPropertiesForKeys keys: [AnyObject]?, options mask: NSDirectoryEnumerationOptions, errorHandler handler: ((NSURL!, NSError!) -> Bool)?) -> NSDirectoryEnumerator?
To
func enumeratorAtURL(_ url: NSURL, includingPropertiesForKeys keys: [String]?, options mask: NSDirectoryEnumerationOptions, errorHandler handler: ((NSURL, NSError) -> Bool)?) -> NSDirectoryEnumerator?

Declaration
From
func evictUbiquitousItemAtURL(_ url: NSURL, error error: NSErrorPointer) -> Bool
To
func evictUbiquitousItemAtURL(_ url: NSURL) throws

Declaration
From
func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectory directory: NSSearchPathDirectory, inDomain domainMask: NSSearchPathDomainMask, toItemAtURL url: NSURL, error error: NSErrorPointer) -> Bool
To
func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectory directory: NSSearchPathDirectory, inDomain domainMask: NSSearchPathDomainMask, toItemAtURL url: NSURL) throws

Declaration
From
func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectoryAtURL directoryURL: NSURL, toItemAtURL otherURL: NSURL, error error: NSErrorPointer) -> Bool
To
func getRelationship(_ outRelationship: UnsafeMutablePointer<NSURLRelationship>, ofDirectoryAtURL directoryURL: NSURL, toItemAtURL otherURL: NSURL) throws

Declaration
From
func linkItemAtPath(_ srcPath: String, toPath dstPath: String, error error: NSErrorPointer) -> Bool
To
func linkItemAtPath(_ srcPath: String, toPath dstPath: String) throws

Declaration
From
func linkItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL, error error: NSErrorPointer) -> Bool
To
func linkItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL) throws

Declaration
From
func mountedVolumeURLsIncludingResourceValuesForKeys(_ propertyKeys: [AnyObject]?, options options: NSVolumeEnumerationOptions) -> [AnyObject]?
To
func mountedVolumeURLsIncludingResourceValuesForKeys(_ propertyKeys: [String]?, options options: NSVolumeEnumerationOptions) -> [NSURL]?

Declaration
From
func moveItemAtPath(_ srcPath: String, toPath dstPath: String, error error: NSErrorPointer) -> Bool
To
func moveItemAtPath(_ srcPath: String, toPath dstPath: String) throws

Declaration
From
func moveItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL, error error: NSErrorPointer) -> Bool
To
func moveItemAtURL(_ srcURL: NSURL, toURL dstURL: NSURL) throws

Declaration
From
func removeItemAtPath(_ path: String, error error: NSErrorPointer) -> Bool
To
func removeItemAtPath(_ path: String) throws

Declaration
From
func removeItemAtURL(_ URL: NSURL, error error: NSErrorPointer) -> Bool
To
func removeItemAtURL(_ URL: NSURL) throws

Declaration
From
func replaceItemAtURL(_ originalItemURL: NSURL, withItemAtURL newItemURL: NSURL, backupItemName backupItemName: String?, options options: NSFileManagerItemReplacementOptions, resultingItemURL resultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>, error error: NSErrorPointer) -> Bool
To
func replaceItemAtURL(_ originalItemURL: NSURL, withItemAtURL newItemURL: NSURL, backupItemName backupItemName: String?, options options: NSFileManagerItemReplacementOptions, resultingItemURL resultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>) throws

Declaration
From
func setAttributes(_ attributes: [NSObject : AnyObject], ofItemAtPath path: String, error error: NSErrorPointer) -> Bool
To
func setAttributes(_ attributes: [String : AnyObject], ofItemAtPath path: String) throws

Declaration
From
func setUbiquitous(_ flag: Bool, itemAtURL url: NSURL, destinationURL destinationURL: NSURL, error error: NSErrorPointer) -> Bool
To
func setUbiquitous(_ flag: Bool, itemAtURL url: NSURL, destinationURL destinationURL: NSURL) throws

Declaration
From
func startDownloadingUbiquitousItemAtURL(_ url: NSURL, error error: NSErrorPointer) -> Bool
To
func startDownloadingUbiquitousItemAtURL(_ url: NSURL) throws

Declaration
From
func subpathsAtPath(_ path: String) -> [AnyObject]?
To
func subpathsAtPath(_ path: String) -> [String]?

Declaration
From
func subpathsOfDirectoryAtPath(_ path: String, error error: NSErrorPointer) -> [AnyObject]?
To
func subpathsOfDirectoryAtPath(_ path: String) throws -> [String]

Declaration
From
func trashItemAtURL(_ url: NSURL, resultingItemURL outResultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>, error error: NSErrorPointer) -> Bool
To
func trashItemAtURL(_ url: NSURL, resultingItemURL outResultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>) throws

Declaration
From
func URLForDirectory(_ directory: NSSearchPathDirectory, inDomain domain: NSSearchPathDomainMask, appropriateForURL url: NSURL?, create shouldCreate: Bool, error error: NSErrorPointer) -> NSURL?
To
func URLForDirectory(_ directory: NSSearchPathDirectory, inDomain domain: NSSearchPathDomainMask, appropriateForURL url: NSURL?, create shouldCreate: Bool) throws -> NSURL

Declaration
From
func URLForPublishingUbiquitousItemAtURL(_ url: NSURL, expirationDate outDate: AutoreleasingUnsafeMutablePointer<NSDate?>, error error: NSErrorPointer) -> NSURL?
To
func URLForPublishingUbiquitousItemAtURL(_ url: NSURL, expirationDate outDate: AutoreleasingUnsafeMutablePointer<NSDate?>) throws -> NSURL

Declaration
From
func URLsForDirectory(_ directory: NSSearchPathDirectory, inDomains domainMask: NSSearchPathDomainMask) -> [AnyObject]
To
func URLsForDirectory(_ directory: NSSearchPathDirectory, inDomains domainMask: NSSearchPathDomainMask) -> [NSURL]

DeclarationProtocols
From
struct NSFileManagerItemReplacementOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var UsingNewMetadataOnly: NSFileManagerItemReplacementOptions { get }
    static var WithoutDeletingBackupItem: NSFileManagerItemReplacementOptions { get }
}
RawOptionSetType
To
struct NSFileManagerItemReplacementOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var UsingNewMetadataOnly: NSFileManagerItemReplacementOptions { get }
    static var WithoutDeletingBackupItem: NSFileManagerItemReplacementOptions { get }
}
OptionSetType

Declaration
From
protocol NSFilePresenter : NSObjectProtocol {
    @NSCopying var presentedItemURL: NSURL? { get }
    var presentedItemOperationQueue: NSOperationQueue { get }
    @NSCopying optional var primaryPresentedItemURL: NSURL? { get }
    optional func relinquishPresentedItemToReader(_ reader: ((() -> Void)!) -> Void)
    optional func relinquishPresentedItemToWriter(_ writer: ((() -> Void)!) -> Void)
    optional func savePresentedItemChangesWithCompletionHandler(_ completionHandler: (NSError!) -> Void)
    optional func accommodatePresentedItemDeletionWithCompletionHandler(_ completionHandler: (NSError!) -> Void)
    optional func presentedItemDidMoveToURL(_ newURL: NSURL)
    optional func presentedItemDidChange()
    optional func presentedItemDidGainVersion(_ version: NSFileVersion)
    optional func presentedItemDidLoseVersion(_ version: NSFileVersion)
    optional func presentedItemDidResolveConflictVersion(_ version: NSFileVersion)
    optional func accommodatePresentedSubitemDeletionAtURL(_ url: NSURL, completionHandler completionHandler: (NSError!) -> Void)
    optional func presentedSubitemDidAppearAtURL(_ url: NSURL)
    optional func presentedSubitemAtURL(_ oldURL: NSURL, didMoveToURL newURL: NSURL)
    optional func presentedSubitemDidChangeAtURL(_ url: NSURL)
    optional func presentedSubitemAtURL(_ url: NSURL, didGainVersion version: NSFileVersion)
    optional func presentedSubitemAtURL(_ url: NSURL, didLoseVersion version: NSFileVersion)
    optional func presentedSubitemAtURL(_ url: NSURL, didResolveConflictVersion version: NSFileVersion)
}
To
protocol NSFilePresenter : NSObjectProtocol {
    @NSCopying var presentedItemURL: NSURL? { get }
    var presentedItemOperationQueue: NSOperationQueue { get }
    @NSCopying optional var primaryPresentedItemURL: NSURL? { get }
    optional func relinquishPresentedItemToReader(_ reader: ((() -> Void)?) -> Void)
    optional func relinquishPresentedItemToWriter(_ writer: ((() -> Void)?) -> Void)
    optional func savePresentedItemChangesWithCompletionHandler(_ completionHandler: (NSError?) -> Void)
    optional func accommodatePresentedItemDeletionWithCompletionHandler(_ completionHandler: (NSError?) -> Void)
    optional func presentedItemDidMoveToURL(_ newURL: NSURL)
    optional func presentedItemDidChange()
    optional func presentedItemDidGainVersion(_ version: NSFileVersion)
    optional func presentedItemDidLoseVersion(_ version: NSFileVersion)
    optional func presentedItemDidResolveConflictVersion(_ version: NSFileVersion)
    optional func accommodatePresentedSubitemDeletionAtURL(_ url: NSURL, completionHandler completionHandler: (NSError?) -> Void)
    optional func presentedSubitemDidAppearAtURL(_ url: NSURL)
    optional func presentedSubitemAtURL(_ oldURL: NSURL, didMoveToURL newURL: NSURL)
    optional func presentedSubitemDidChangeAtURL(_ url: NSURL)
    optional func presentedSubitemAtURL(_ url: NSURL, didGainVersion version: NSFileVersion)
    optional func presentedSubitemAtURL(_ url: NSURL, didLoseVersion version: NSFileVersion)
    optional func presentedSubitemAtURL(_ url: NSURL, didResolveConflictVersion version: NSFileVersion)
}

Declaration
From
optional func accommodatePresentedItemDeletionWithCompletionHandler(_ completionHandler: (NSError!) -> Void)
To
optional func accommodatePresentedItemDeletionWithCompletionHandler(_ completionHandler: (NSError?) -> Void)

Declaration
From
optional func accommodatePresentedSubitemDeletionAtURL(_ url: NSURL, completionHandler completionHandler: (NSError!) -> Void)
To
optional func accommodatePresentedSubitemDeletionAtURL(_ url: NSURL, completionHandler completionHandler: (NSError?) -> Void)

Introduction
FromOS X 10.10
ToOS X 10.7

Introduction
FromOS X 10.10
ToOS X 10.7

Introduction
FromOS X 10.10
ToOS X 10.7

Introduction
FromOS X 10.10
ToOS X 10.5

Introduction
FromOS X 10.10
ToOS X 10.7

Introduction
FromOS X 10.10
ToOS X 10.7

Introduction
FromOS X 10.10
ToOS X 10.7

Declaration
From
optional func relinquishPresentedItemToReader(_ reader: ((() -> Void)!) -> Void)
To
optional func relinquishPresentedItemToReader(_ reader: ((() -> Void)?) -> Void)

Declaration
From
optional func relinquishPresentedItemToWriter(_ writer: ((() -> Void)!) -> Void)
To
optional func relinquishPresentedItemToWriter(_ writer: ((() -> Void)?) -> Void)

Declaration
From
optional func savePresentedItemChangesWithCompletionHandler(_ completionHandler: (NSError!) -> Void)
To
optional func savePresentedItemChangesWithCompletionHandler(_ completionHandler: (NSError?) -> Void)

Modified NSFileVersion
Declaration
From
class NSFileVersion : NSObject {
    class func currentVersionOfItemAtURL(_ url: NSURL) -> NSFileVersion?
    class func otherVersionsOfItemAtURL(_ url: NSURL) -> [AnyObject]?
    class func unresolvedConflictVersionsOfItemAtURL(_ url: NSURL) -> [AnyObject]?
    class func getNonlocalVersionsOfItemAtURL(_ url: NSURL, completionHandler completionHandler: ([AnyObject]!, NSError!) -> Void)
    init?(ofItemAtURL url: NSURL, forPersistentIdentifier persistentIdentifier: AnyObject) -> NSFileVersion
    class func versionOfItemAtURL(_ url: NSURL, forPersistentIdentifier persistentIdentifier: AnyObject) -> NSFileVersion?
    class func addVersionOfItemAtURL(_ url: NSURL, withContentsOfURL contentsURL: NSURL, options options: NSFileVersionAddingOptions, error outError: NSErrorPointer) -> NSFileVersion?
    class func temporaryDirectoryURLForNewVersionOfItemAtURL(_ url: NSURL) -> NSURL
    @NSCopying var URL: NSURL { get }
    var localizedName: String? { get }
    var localizedNameOfSavingComputer: String? { get }
    @NSCopying var modificationDate: NSDate? { get }
    var persistentIdentifier: NSCoding { get }
    var conflict: Bool { get }
    var resolved: Bool
    var discardable: Bool
    var hasLocalContents: Bool { get }
    var hasThumbnail: Bool { get }
    func replaceItemAtURL(_ url: NSURL, options options: NSFileVersionReplacingOptions, error error: NSErrorPointer) -> NSURL?
    func removeAndReturnError(_ outError: NSErrorPointer) -> Bool
    class func removeOtherVersionsOfItemAtURL(_ url: NSURL, error outError: NSErrorPointer) -> Bool
}
To
class NSFileVersion : NSObject {
    class func currentVersionOfItemAtURL(_ url: NSURL) -> NSFileVersion?
    class func otherVersionsOfItemAtURL(_ url: NSURL) -> [NSFileVersion]?
    class func unresolvedConflictVersionsOfItemAtURL(_ url: NSURL) -> [NSFileVersion]?
    class func getNonlocalVersionsOfItemAtURL(_ url: NSURL, completionHandler completionHandler: ([NSFileVersion]?, NSError?) -> Void)
     init?(ofItemAtURL url: NSURL, forPersistentIdentifier persistentIdentifier: AnyObject)
    class func versionOfItemAtURL(_ url: NSURL, forPersistentIdentifier persistentIdentifier: AnyObject) -> NSFileVersion?
    class func addVersionOfItemAtURL(_ url: NSURL, withContentsOfURL contentsURL: NSURL, options options: NSFileVersionAddingOptions) throws -> NSFileVersion
    class func temporaryDirectoryURLForNewVersionOfItemAtURL(_ url: NSURL) -> NSURL
    @NSCopying var URL: NSURL { get }
    var localizedName: String? { get }
    var localizedNameOfSavingComputer: String? { get }
    @NSCopying var modificationDate: NSDate? { get }
    var persistentIdentifier: NSCoding { get }
    var conflict: Bool { get }
    var resolved: Bool
    var discardable: Bool
    var hasLocalContents: Bool { get }
    var hasThumbnail: Bool { get }
    func replaceItemAtURL(_ url: NSURL, options options: NSFileVersionReplacingOptions) throws -> NSURL
    func remove() throws
    class func removeOtherVersionsOfItemAtURL(_ url: NSURL) throws
}

Declaration
From
class func addVersionOfItemAtURL(_ url: NSURL, withContentsOfURL contentsURL: NSURL, options options: NSFileVersionAddingOptions, error outError: NSErrorPointer) -> NSFileVersion?
To
class func addVersionOfItemAtURL(_ url: NSURL, withContentsOfURL contentsURL: NSURL, options options: NSFileVersionAddingOptions) throws -> NSFileVersion

Declaration
From
class func getNonlocalVersionsOfItemAtURL(_ url: NSURL, completionHandler completionHandler: ([AnyObject]!, NSError!) -> Void)
To
class func getNonlocalVersionsOfItemAtURL(_ url: NSURL, completionHandler completionHandler: ([NSFileVersion]?, NSError?) -> Void)

Declaration
From
init?(ofItemAtURL url: NSURL, forPersistentIdentifier persistentIdentifier: AnyObject) -> NSFileVersion
To
init?(ofItemAtURL url: NSURL, forPersistentIdentifier persistentIdentifier: AnyObject)

Declaration
From
class func otherVersionsOfItemAtURL(_ url: NSURL) -> [AnyObject]?
To
class func otherVersionsOfItemAtURL(_ url: NSURL) -> [NSFileVersion]?

Declaration
From
func removeAndReturnError(_ outError: NSErrorPointer) -> Bool
To
func remove() throws

Declaration
From
class func removeOtherVersionsOfItemAtURL(_ url: NSURL, error outError: NSErrorPointer) -> Bool
To
class func removeOtherVersionsOfItemAtURL(_ url: NSURL) throws

Declaration
From
func replaceItemAtURL(_ url: NSURL, options options: NSFileVersionReplacingOptions, error error: NSErrorPointer) -> NSURL?
To
func replaceItemAtURL(_ url: NSURL, options options: NSFileVersionReplacingOptions) throws -> NSURL

Declaration
From
class func unresolvedConflictVersionsOfItemAtURL(_ url: NSURL) -> [AnyObject]?
To
class func unresolvedConflictVersionsOfItemAtURL(_ url: NSURL) -> [NSFileVersion]?

DeclarationProtocols
From
struct NSFileVersionAddingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var ByMoving: NSFileVersionAddingOptions { get }
}
RawOptionSetType
To
struct NSFileVersionAddingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var ByMoving: NSFileVersionAddingOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSFileVersionReplacingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var ByMoving: NSFileVersionReplacingOptions { get }
}
RawOptionSetType
To
struct NSFileVersionReplacingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var ByMoving: NSFileVersionReplacingOptions { get }
}
OptionSetType

Modified NSFileWrapper
Declaration
From
class NSFileWrapper : NSObject, NSCoding {
    init?(URL url: NSURL, options options: NSFileWrapperReadingOptions, error outError: NSErrorPointer)
    init(directoryWithFileWrappers childrenByPreferredName: [NSObject : AnyObject])
    init(regularFileWithContents contents: NSData)
    init(symbolicLinkWithDestinationURL url: NSURL)
    init?(serializedRepresentation serializeRepresentation: NSData)
    init?(coder inCoder: NSCoder)
    var directory: Bool { get }
    var regularFile: Bool { get }
    var symbolicLink: Bool { get }
    var preferredFilename: String
    var filename: String?
    var fileAttributes: [NSObject : AnyObject]
    func matchesContentsOfURL(_ url: NSURL) -> Bool
    func readFromURL(_ url: NSURL, options options: NSFileWrapperReadingOptions, error outError: NSErrorPointer) -> Bool
    func writeToURL(_ url: NSURL, options options: NSFileWrapperWritingOptions, originalContentsURL originalContentsURL: NSURL?, error outError: NSErrorPointer) -> Bool
    @NSCopying var serializedRepresentation: NSData { get }
    func addFileWrapper(_ child: NSFileWrapper) -> String
    func addRegularFileWithContents(_ data: NSData, preferredFilename fileName: String) -> String
    func removeFileWrapper(_ child: NSFileWrapper)
    var fileWrappers: [NSObject : AnyObject] { get }
    func keyForFileWrapper(_ child: NSFileWrapper) -> String?
    @NSCopying var regularFileContents: NSData? { get }
    @NSCopying var symbolicLinkDestinationURL: NSURL { get }
}
extension NSFileWrapper {
    var icon: NSImage?
}
extension NSFileWrapper {
    convenience init?(path path: String)
    convenience init(symbolicLinkWithDestination path: String)
    func needsToBeUpdatedFromPath(_ path: String) -> Bool
    func updateFromPath(_ path: String) -> Bool
    func writeToFile(_ path: String, atomically atomicFlag: Bool, updateFilenames updateFilenamesFlag: Bool) -> Bool
    func addFileWithPath(_ path: String) -> String
    func addSymbolicLinkWithDestination(_ path: String, preferredFilename filename: String) -> String
    func symbolicLinkDestination() -> String
}
To
class NSFileWrapper : NSObject, NSCoding {
    init(URL url: NSURL, options options: NSFileWrapperReadingOptions) throws
    init(directoryWithFileWrappers childrenByPreferredName: [String : NSFileWrapper])
    init(regularFileWithContents contents: NSData)
    init(symbolicLinkWithDestinationURL url: NSURL)
    init?(serializedRepresentation serializeRepresentation: NSData)
    init?(coder inCoder: NSCoder)
    var directory: Bool { get }
    var regularFile: Bool { get }
    var symbolicLink: Bool { get }
    var preferredFilename: String?
    var filename: String?
    var fileAttributes: [String : AnyObject]
    func matchesContentsOfURL(_ url: NSURL) -> Bool
    func readFromURL(_ url: NSURL, options options: NSFileWrapperReadingOptions) throws
    func writeToURL(_ url: NSURL, options options: NSFileWrapperWritingOptions, originalContentsURL originalContentsURL: NSURL?) throws
    @NSCopying var serializedRepresentation: NSData? { get }
    func addFileWrapper(_ child: NSFileWrapper) -> String
    func addRegularFileWithContents(_ data: NSData, preferredFilename fileName: String) -> String
    func removeFileWrapper(_ child: NSFileWrapper)
    var fileWrappers: [String : NSFileWrapper]? { get }
    func keyForFileWrapper(_ child: NSFileWrapper) -> String?
    @NSCopying var regularFileContents: NSData? { get }
    @NSCopying var symbolicLinkDestinationURL: NSURL? { get }
}
extension NSFileWrapper {
    var icon: NSImage?
}
extension NSFileWrapper {
    convenience init?(path path: String)
    convenience init(symbolicLinkWithDestination path: String)
    func needsToBeUpdatedFromPath(_ path: String) -> Bool
    func updateFromPath(_ path: String) -> Bool
    func writeToFile(_ path: String, atomically atomicFlag: Bool, updateFilenames updateFilenamesFlag: Bool) -> Bool
    func addFileWithPath(_ path: String) -> String
    func addSymbolicLinkWithDestination(_ path: String, preferredFilename filename: String) -> String
    func symbolicLinkDestination() -> String
}

Declaration
From
var fileAttributes: [NSObject : AnyObject]
To
var fileAttributes: [String : AnyObject]

Declaration
From
var fileWrappers: [NSObject : AnyObject] { get }
To
var fileWrappers: [String : NSFileWrapper]? { get }

Declaration
From
init(directoryWithFileWrappers childrenByPreferredName: [NSObject : AnyObject])
To
init(directoryWithFileWrappers childrenByPreferredName: [String : NSFileWrapper])

Declaration
From
init?(URL url: NSURL, options options: NSFileWrapperReadingOptions, error outError: NSErrorPointer)
To
init(URL url: NSURL, options options: NSFileWrapperReadingOptions) throws

Declaration
From
var preferredFilename: String
To
var preferredFilename: String?

Declaration
From
func readFromURL(_ url: NSURL, options options: NSFileWrapperReadingOptions, error outError: NSErrorPointer) -> Bool
To
func readFromURL(_ url: NSURL, options options: NSFileWrapperReadingOptions) throws

Declaration
From
@NSCopying var serializedRepresentation: NSData { get }
To
@NSCopying var serializedRepresentation: NSData? { get }

Declaration
From
@NSCopying var symbolicLinkDestinationURL: NSURL { get }
To
@NSCopying var symbolicLinkDestinationURL: NSURL? { get }

Declaration
From
func writeToURL(_ url: NSURL, options options: NSFileWrapperWritingOptions, originalContentsURL originalContentsURL: NSURL?, error outError: NSErrorPointer) -> Bool
To
func writeToURL(_ url: NSURL, options options: NSFileWrapperWritingOptions, originalContentsURL originalContentsURL: NSURL?) throws

DeclarationProtocols
From
struct NSFileWrapperReadingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Immediate: NSFileWrapperReadingOptions { get }
    static var WithoutMapping: NSFileWrapperReadingOptions { get }
}
RawOptionSetType
To
struct NSFileWrapperReadingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Immediate: NSFileWrapperReadingOptions { get }
    static var WithoutMapping: NSFileWrapperReadingOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSFileWrapperWritingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Atomic: NSFileWrapperWritingOptions { get }
    static var WithNameUpdating: NSFileWrapperWritingOptions { get }
}
RawOptionSetType
To
struct NSFileWrapperWritingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Atomic: NSFileWrapperWritingOptions { get }
    static var WithNameUpdating: NSFileWrapperWritingOptions { get }
}
OptionSetType

Modified NSFormatter
Declaration
From
class NSFormatter : NSObject, NSCopying, NSCoding {
    func stringForObjectValue(_ obj: AnyObject) -> String?
    func attributedStringForObjectValue(_ obj: AnyObject, withDefaultAttributes attrs: [NSObject : AnyObject]?) -> NSAttributedString?
    func editingStringForObjectValue(_ obj: AnyObject) -> String
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
    func isPartialStringValid(_ partialString: String, newEditingString newString: AutoreleasingUnsafeMutablePointer<NSString?>, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
    func isPartialStringValid(_ partialStringPtr: AutoreleasingUnsafeMutablePointer<NSString?>, proposedSelectedRange proposedSelRangePtr: NSRangePointer, originalString origString: String, originalSelectedRange origSelRange: NSRange, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
}
To
class NSFormatter : NSObject, NSCopying, NSCoding {
    func stringForObjectValue(_ obj: AnyObject) -> String?
    func attributedStringForObjectValue(_ obj: AnyObject, withDefaultAttributes attrs: [String : AnyObject]?) -> NSAttributedString?
    func editingStringForObjectValue(_ obj: AnyObject) -> String?
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
    func isPartialStringValid(_ partialString: String, newEditingString newString: AutoreleasingUnsafeMutablePointer<NSString?>, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
    func isPartialStringValid(_ partialStringPtr: AutoreleasingUnsafeMutablePointer<NSString?>, proposedSelectedRange proposedSelRangePtr: NSRangePointer, originalString origString: String, originalSelectedRange origSelRange: NSRange, errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>) -> Bool
}

Declaration
From
func attributedStringForObjectValue(_ obj: AnyObject, withDefaultAttributes attrs: [NSObject : AnyObject]?) -> NSAttributedString?
To
func attributedStringForObjectValue(_ obj: AnyObject, withDefaultAttributes attrs: [String : AnyObject]?) -> NSAttributedString?

Declaration
From
func editingStringForObjectValue(_ obj: AnyObject) -> String
To
func editingStringForObjectValue(_ obj: AnyObject) -> String?

Raw Value Type
From--
ToInt

Raw Value Type
From--
ToInt

Modified NSHashTable
Declaration
From
class NSHashTable : NSObject, NSCopying, NSCoding, NSFastEnumeration {
    init(options options: NSPointerFunctionsOptions, capacity initialCapacity: Int)
    init(pointerFunctions functions: NSPointerFunctions, capacity initialCapacity: Int)
    init(options options: NSPointerFunctionsOptions) -> NSHashTable
    class func hashTableWithOptions(_ options: NSPointerFunctionsOptions) -> NSHashTable
    class func hashTableWithWeakObjects() -> AnyObject!
    class func weakObjectsHashTable() -> NSHashTable
    @NSCopying var pointerFunctions: NSPointerFunctions { get }
    var count: Int { get }
    func member(_ object: AnyObject) -> AnyObject?
    func objectEnumerator() -> NSEnumerator
    func addObject(_ object: AnyObject)
    func removeObject(_ object: AnyObject)
    func removeAllObjects()
    var allObjects: [AnyObject] { get }
    var anyObject: AnyObject? { get }
    func containsObject(_ anObject: AnyObject) -> Bool
    func intersectsHashTable(_ other: NSHashTable) -> Bool
    func isEqualToHashTable(_ other: NSHashTable) -> Bool
    func isSubsetOfHashTable(_ other: NSHashTable) -> Bool
    func intersectHashTable(_ other: NSHashTable)
    func unionHashTable(_ other: NSHashTable)
    func minusHashTable(_ other: NSHashTable)
    var setRepresentation: Set<NSObject> { get }
}
To
class NSHashTable : NSObject, NSCopying, NSCoding, NSFastEnumeration {
    init(options options: NSPointerFunctionsOptions, capacity initialCapacity: Int)
    init(pointerFunctions functions: NSPointerFunctions, capacity initialCapacity: Int)
     init(options options: NSPointerFunctionsOptions)
    class func hashTableWithOptions(_ options: NSPointerFunctionsOptions) -> NSHashTable
    class func hashTableWithWeakObjects() -> AnyObject
    class func weakObjectsHashTable() -> NSHashTable
    @NSCopying var pointerFunctions: NSPointerFunctions { get }
    var count: Int { get }
    func member(_ object: AnyObject?) -> AnyObject?
    func objectEnumerator() -> NSEnumerator
    func addObject(_ object: AnyObject?)
    func removeObject(_ object: AnyObject?)
    func removeAllObjects()
    var allObjects: [AnyObject] { get }
    var anyObject: AnyObject? { get }
    func containsObject(_ anObject: AnyObject?) -> Bool
    func intersectsHashTable(_ other: NSHashTable) -> Bool
    func isEqualToHashTable(_ other: NSHashTable) -> Bool
    func isSubsetOfHashTable(_ other: NSHashTable) -> Bool
    func intersectHashTable(_ other: NSHashTable)
    func unionHashTable(_ other: NSHashTable)
    func minusHashTable(_ other: NSHashTable)
    var setRepresentation: Set<NSObject> { get }
}

Declaration
From
func addObject(_ object: AnyObject)
To
func addObject(_ object: AnyObject?)

Declaration
From
func containsObject(_ anObject: AnyObject) -> Bool
To
func containsObject(_ anObject: AnyObject?) -> Bool

Declaration
From
init(options options: NSPointerFunctionsOptions) -> NSHashTable
To
init(options options: NSPointerFunctionsOptions)

Declaration
From
func member(_ object: AnyObject) -> AnyObject?
To
func member(_ object: AnyObject?) -> AnyObject?

Declaration
From
func removeObject(_ object: AnyObject)
To
func removeObject(_ object: AnyObject?)

Declaration
From
struct NSHashTableCallBacks {
    var hash: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Int)>
    var isEqual: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>
    var retain: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Void)>
    var release: CFunctionPointer<((NSHashTable!, UnsafeMutablePointer<Void>) -> Void)>
    var describe: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> String!)>
    init()
    init(hash hash: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Int)>, isEqual isEqual: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>, retain retain: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Void)>, release release: CFunctionPointer<((NSHashTable!, UnsafeMutablePointer<Void>) -> Void)>, describe describe: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> String!)>)
}
To
struct NSHashTableCallBacks {
    var hash: ((NSHashTable, UnsafePointer<Void>) -> Int)?
    var isEqual: ((NSHashTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?
    var retain: ((NSHashTable, UnsafePointer<Void>) -> Void)?
    var release: ((NSHashTable, UnsafeMutablePointer<Void>) -> Void)?
    var describe: ((NSHashTable, UnsafePointer<Void>) -> String?)?
    init()
    init(hash hash: ((NSHashTable, UnsafePointer<Void>) -> Int)?, isEqual isEqual: ((NSHashTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?, retain retain: ((NSHashTable, UnsafePointer<Void>) -> Void)?, release release: ((NSHashTable, UnsafeMutablePointer<Void>) -> Void)?, describe describe: ((NSHashTable, UnsafePointer<Void>) -> String?)?)
}

Declaration
From
var describe: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> String!)>
To
var describe: ((NSHashTable, UnsafePointer<Void>) -> String?)?

Declaration
From
var hash: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Int)>
To
var hash: ((NSHashTable, UnsafePointer<Void>) -> Int)?

Declaration
From
var isEqual: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>
To
var isEqual: ((NSHashTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?

Declaration
From
var release: CFunctionPointer<((NSHashTable!, UnsafeMutablePointer<Void>) -> Void)>
To
var release: ((NSHashTable, UnsafeMutablePointer<Void>) -> Void)?

Declaration
From
var retain: CFunctionPointer<((NSHashTable!, UnsafePointer<Void>) -> Void)>
To
var retain: ((NSHashTable, UnsafePointer<Void>) -> Void)?

Modified NSHost
Declaration
From
class NSHost : NSObject {
    class func currentHost() -> Self
    convenience init(name name: String?)
    class func hostWithName(_ name: String?) -> Self
    convenience init(address address: String)
    class func hostWithAddress(_ address: String) -> Self
    func isEqualToHost(_ aHost: NSHost) -> Bool
    var name: String? { get }
    var names: [AnyObject] { get }
    var address: String? { get }
    var addresses: [AnyObject]! { get }
    var localizedName: String? { get }
    class func setHostCacheEnabled(_ flag: Bool)
    class func isHostCacheEnabled() -> Bool
    class func flushHostCache()
}
To
class NSHost : NSObject {
    class func currentHost() -> Self
    convenience init(name name: String?)
    class func hostWithName(_ name: String?) -> Self
    convenience init(address address: String)
    class func hostWithAddress(_ address: String) -> Self
    func isEqualToHost(_ aHost: NSHost) -> Bool
    var name: String? { get }
    var names: [String] { get }
    var address: String? { get }
    var addresses: [String] { get }
    var localizedName: String? { get }
    class func setHostCacheEnabled(_ flag: Bool)
    class func isHostCacheEnabled() -> Bool
    class func flushHostCache()
}

Declaration
From
var addresses: [AnyObject]! { get }
To
var addresses: [String] { get }

Modified NSHost.names
Declaration
From
var names: [AnyObject] { get }
To
var names: [String] { get }

Modified NSHTTPCookie
Declaration
From
class NSHTTPCookie : NSObject {
    init?(properties properties: [NSObject : AnyObject])
    class func cookieWithProperties(_ properties: [NSObject : AnyObject]) -> NSHTTPCookie?
    class func requestHeaderFieldsWithCookies(_ cookies: [AnyObject]) -> [NSObject : AnyObject]
    class func cookiesWithResponseHeaderFields(_ headerFields: [NSObject : AnyObject], forURL URL: NSURL) -> [AnyObject]
    var properties: [NSObject : AnyObject]? { get }
    var version: Int { get }
    var name: String { get }
    var value: String? { get }
    @NSCopying var expiresDate: NSDate! { get }
    var sessionOnly: Bool { get }
    var domain: String { get }
    var path: String? { get }
    var secure: Bool { get }
    var HTTPOnly: Bool { get }
    var comment: String? { get }
    @NSCopying var commentURL: NSURL? { get }
    var portList: [AnyObject]? { get }
}
To
class NSHTTPCookie : NSObject {
    init?(properties properties: [String : AnyObject])
    class func cookieWithProperties(_ properties: [String : AnyObject]) -> NSHTTPCookie?
    class func requestHeaderFieldsWithCookies(_ cookies: [NSHTTPCookie]) -> [String : String]
    class func cookiesWithResponseHeaderFields(_ headerFields: [String : String], forURL URL: NSURL) -> [NSHTTPCookie]
    var properties: [String : AnyObject]? { get }
    var version: Int { get }
    var name: String { get }
    var value: String { get }
    @NSCopying var expiresDate: NSDate? { get }
    var sessionOnly: Bool { get }
    var domain: String { get }
    var path: String { get }
    var secure: Bool { get }
    var HTTPOnly: Bool { get }
    var comment: String? { get }
    @NSCopying var commentURL: NSURL? { get }
    var portList: [NSNumber]? { get }
}

Declaration
From
class func cookiesWithResponseHeaderFields(_ headerFields: [NSObject : AnyObject], forURL URL: NSURL) -> [AnyObject]
To
class func cookiesWithResponseHeaderFields(_ headerFields: [String : String], forURL URL: NSURL) -> [NSHTTPCookie]

Declaration
From
@NSCopying var expiresDate: NSDate! { get }
To
@NSCopying var expiresDate: NSDate? { get }

Declaration
From
init?(properties properties: [NSObject : AnyObject])
To
init?(properties properties: [String : AnyObject])

Declaration
From
var path: String? { get }
To
var path: String { get }

Declaration
From
var portList: [AnyObject]? { get }
To
var portList: [NSNumber]? { get }

Declaration
From
var properties: [NSObject : AnyObject]? { get }
To
var properties: [String : AnyObject]? { get }

Declaration
From
class func requestHeaderFieldsWithCookies(_ cookies: [AnyObject]) -> [NSObject : AnyObject]
To
class func requestHeaderFieldsWithCookies(_ cookies: [NSHTTPCookie]) -> [String : String]

Declaration
From
var value: String? { get }
To
var value: String { get }

Raw Value Type
From--
ToUInt

Declaration
From
class NSHTTPCookieStorage : NSObject {
    class func sharedHTTPCookieStorage() -> NSHTTPCookieStorage
    var cookies: [AnyObject]? { get }
    func setCookie(_ cookie: NSHTTPCookie)
    func deleteCookie(_ cookie: NSHTTPCookie)
    func removeCookiesSinceDate(_ date: NSDate)
    func cookiesForURL(_ URL: NSURL) -> [AnyObject]?
    func setCookies(_ cookies: [AnyObject], forURL URL: NSURL?, mainDocumentURL mainDocumentURL: NSURL?)
    var cookieAcceptPolicy: NSHTTPCookieAcceptPolicy
    func sortedCookiesUsingDescriptors(_ sortOrder: [AnyObject]) -> [AnyObject]
}
extension NSHTTPCookieStorage {
    func storeCookies(_ cookies: [AnyObject], forTask task: NSURLSessionTask)
    func getCookiesForTask(_ task: NSURLSessionTask, completionHandler completionHandler: (([AnyObject]!) -> Void)!)
}
To
class NSHTTPCookieStorage : NSObject {
    class func sharedHTTPCookieStorage() -> NSHTTPCookieStorage
    class func sharedCookieStorageForGroupContainerIdentifier(_ identifier: String) -> NSHTTPCookieStorage
    var cookies: [NSHTTPCookie]? { get }
    func setCookie(_ cookie: NSHTTPCookie)
    func deleteCookie(_ cookie: NSHTTPCookie)
    func removeCookiesSinceDate(_ date: NSDate)
    func cookiesForURL(_ URL: NSURL) -> [NSHTTPCookie]?
    func setCookies(_ cookies: [NSHTTPCookie], forURL URL: NSURL?, mainDocumentURL mainDocumentURL: NSURL?)
    var cookieAcceptPolicy: NSHTTPCookieAcceptPolicy
    func sortedCookiesUsingDescriptors(_ sortOrder: [NSSortDescriptor]) -> [NSHTTPCookie]
}
extension NSHTTPCookieStorage {
    func storeCookies(_ cookies: [NSHTTPCookie], forTask task: NSURLSessionTask)
    func getCookiesForTask(_ task: NSURLSessionTask, completionHandler completionHandler: ([NSHTTPCookie]?) -> Void)
}

Declaration
From
var cookies: [AnyObject]? { get }
To
var cookies: [NSHTTPCookie]? { get }

Declaration
From
func cookiesForURL(_ URL: NSURL) -> [AnyObject]?
To
func cookiesForURL(_ URL: NSURL) -> [NSHTTPCookie]?

Declaration
From
func getCookiesForTask(_ task: NSURLSessionTask, completionHandler completionHandler: (([AnyObject]!) -> Void)!)
To
func getCookiesForTask(_ task: NSURLSessionTask, completionHandler completionHandler: ([NSHTTPCookie]?) -> Void)

Declaration
From
func setCookies(_ cookies: [AnyObject], forURL URL: NSURL?, mainDocumentURL mainDocumentURL: NSURL?)
To
func setCookies(_ cookies: [NSHTTPCookie], forURL URL: NSURL?, mainDocumentURL mainDocumentURL: NSURL?)

Declaration
From
func sortedCookiesUsingDescriptors(_ sortOrder: [AnyObject]) -> [AnyObject]
To
func sortedCookiesUsingDescriptors(_ sortOrder: [NSSortDescriptor]) -> [NSHTTPCookie]

Declaration
From
func storeCookies(_ cookies: [AnyObject], forTask task: NSURLSessionTask)
To
func storeCookies(_ cookies: [NSHTTPCookie], forTask task: NSURLSessionTask)

Declaration
From
class NSHTTPURLResponse : NSURLResponse {
    init?(URL url: NSURL, statusCode statusCode: Int, HTTPVersion HTTPVersion: String?, headerFields headerFields: [NSObject : AnyObject]?)
    var statusCode: Int { get }
    var allHeaderFields: [NSObject : AnyObject] { get }
    class func localizedStringForStatusCode(_ statusCode: Int) -> String
}
To
class NSHTTPURLResponse : NSURLResponse {
    init?(URL url: NSURL, statusCode statusCode: Int, HTTPVersion HTTPVersion: String?, headerFields headerFields: [String : String]?)
    var statusCode: Int { get }
    var allHeaderFields: [NSObject : AnyObject] { get }
    class func localizedStringForStatusCode(_ statusCode: Int) -> String
}

Declaration
From
init?(URL url: NSURL, statusCode statusCode: Int, HTTPVersion HTTPVersion: String?, headerFields headerFields: [NSObject : AnyObject]?)
To
init?(URL url: NSURL, statusCode statusCode: Int, HTTPVersion HTTPVersion: String?, headerFields headerFields: [String : String]?)

Modified NSIndexPath
Declaration
From
class NSIndexPath : NSObject, NSCopying, NSSecureCoding, NSCoding {
    convenience init!(index index: Int)
    class func indexPathWithIndex(_ index: Int) -> Self!
    convenience init!(indexes indexes: UnsafePointer<Int>, length length: Int)
    class func indexPathWithIndexes(_ indexes: UnsafePointer<Int>, length length: Int) -> Self!
    init(indexes indexes: UnsafePointer<Int>, length length: Int)
    convenience init(index index: Int)
    func indexPathByAddingIndex(_ index: Int) -> NSIndexPath
    func indexPathByRemovingLastIndex() -> NSIndexPath
    func indexAtPosition(_ position: Int) -> Int
    var length: Int { get }
    func getIndexes(_ indexes: UnsafeMutablePointer<Int>)
    func compare(_ otherObject: NSIndexPath) -> NSComparisonResult
}
To
class NSIndexPath : NSObject, NSCopying, NSSecureCoding, NSCoding {
    convenience init(index index: Int)
    class func indexPathWithIndex(_ index: Int) -> Self
    convenience init(indexes indexes: UnsafePointer<Int>, length length: Int)
    class func indexPathWithIndexes(_ indexes: UnsafePointer<Int>, length length: Int) -> Self
    init(indexes indexes: UnsafePointer<Int>, length length: Int)
    convenience init(index index: Int)
    func indexPathByAddingIndex(_ index: Int) -> NSIndexPath
    func indexPathByRemovingLastIndex() -> NSIndexPath
    func indexAtPosition(_ position: Int) -> Int
    var length: Int { get }
    func getIndexes(_ indexes: UnsafeMutablePointer<Int>, range positionRange: NSRange)
    func compare(_ otherObject: NSIndexPath) -> NSComparisonResult
}
extension NSIndexPath {
     init(forItem item: Int, inSection section: Int)
    class func indexPathForItem(_ item: Int, inSection section: Int) -> NSIndexPath
    var item: Int { get }
    var section: Int { get }
}
extension NSIndexPath {
    func getIndexes(_ indexes: UnsafeMutablePointer<Int>)
}

Modified NSIndexSet
Declaration
From
class NSIndexSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    convenience init!()
    class func indexSet() -> Self!
    convenience init!(index value: Int)
    class func indexSetWithIndex(_ value: Int) -> Self!
    convenience init!(indexesInRange range: NSRange)
    class func indexSetWithIndexesInRange(_ range: NSRange) -> Self!
    init(indexesInRange range: NSRange)
    init(indexSet indexSet: NSIndexSet)
    convenience init(index value: Int)
    func isEqualToIndexSet(_ indexSet: NSIndexSet) -> Bool
    var count: Int { get }
    var firstIndex: Int { get }
    var lastIndex: Int { get }
    func indexGreaterThanIndex(_ value: Int) -> Int
    func indexLessThanIndex(_ value: Int) -> Int
    func indexGreaterThanOrEqualToIndex(_ value: Int) -> Int
    func indexLessThanOrEqualToIndex(_ value: Int) -> Int
    func getIndexes(_ indexBuffer: UnsafeMutablePointer<Int>, maxCount bufferSize: Int, inIndexRange range: NSRangePointer) -> Int
    func countOfIndexesInRange(_ range: NSRange) -> Int
    func containsIndex(_ value: Int) -> Bool
    func containsIndexesInRange(_ range: NSRange) -> Bool
    func containsIndexes(_ indexSet: NSIndexSet) -> Bool
    func intersectsIndexesInRange(_ range: NSRange) -> Bool
    func enumerateIndexesUsingBlock(_ block: (Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateIndexesWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateIndexesInRange(_ range: NSRange, options opts: NSEnumerationOptions, usingBlock block: ((Int, UnsafeMutablePointer<ObjCBool>) -> Void)?)
    func indexPassingTest(_ predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexInRange(_ range: NSRange, options opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexesPassingTest(_ predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesInRange(_ range: NSRange, options opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func enumerateRangesUsingBlock(_ block: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateRangesWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateRangesInRange(_ range: NSRange, options opts: NSEnumerationOptions, usingBlock block: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSIndexSet : SequenceType {
    func generate() -> NSIndexSetGenerator
}
extension NSIndexSet : SequenceType {
    func generate() -> NSIndexSetGenerator
}
To
class NSIndexSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    convenience init()
    class func indexSet() -> Self
    convenience init(index value: Int)
    class func indexSetWithIndex(_ value: Int) -> Self
    convenience init(indexesInRange range: NSRange)
    class func indexSetWithIndexesInRange(_ range: NSRange) -> Self
    init(indexesInRange range: NSRange)
    init(indexSet indexSet: NSIndexSet)
    convenience init(index value: Int)
    func isEqualToIndexSet(_ indexSet: NSIndexSet) -> Bool
    var count: Int { get }
    var firstIndex: Int { get }
    var lastIndex: Int { get }
    func indexGreaterThanIndex(_ value: Int) -> Int
    func indexLessThanIndex(_ value: Int) -> Int
    func indexGreaterThanOrEqualToIndex(_ value: Int) -> Int
    func indexLessThanOrEqualToIndex(_ value: Int) -> Int
    func getIndexes(_ indexBuffer: UnsafeMutablePointer<Int>, maxCount bufferSize: Int, inIndexRange range: NSRangePointer) -> Int
    func countOfIndexesInRange(_ range: NSRange) -> Int
    func containsIndex(_ value: Int) -> Bool
    func containsIndexesInRange(_ range: NSRange) -> Bool
    func containsIndexes(_ indexSet: NSIndexSet) -> Bool
    func intersectsIndexesInRange(_ range: NSRange) -> Bool
    func enumerateIndexesUsingBlock(_ block: (Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateIndexesWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateIndexesInRange(_ range: NSRange, options opts: NSEnumerationOptions, usingBlock block: (Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func indexPassingTest(_ predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexInRange(_ range: NSRange, options opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexesPassingTest(_ predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesInRange(_ range: NSRange, options opts: NSEnumerationOptions, passingTest predicate: (Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func enumerateRangesUsingBlock(_ block: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateRangesWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateRangesInRange(_ range: NSRange, options opts: NSEnumerationOptions, usingBlock block: (NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSIndexSet : SequenceType {
    func generate() -> NSIndexSetGenerator
}
extension NSIndexSet : SequenceType {
    func generate() -> NSIndexSetGenerator
}

Declaration
From
func enumerateIndexesInRange(_ range: NSRange, options opts: NSEnumerationOptions, usingBlock block: ((Int, UnsafeMutablePointer<ObjCBool>) -> Void)?)
To
func enumerateIndexesInRange(_ range: NSRange, options opts: NSEnumerationOptions, usingBlock block: (Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Modified NSIndexSetGenerator [struct]
Declaration
From
struct NSIndexSetGenerator : GeneratorType {
    typealias Element = Int
    init(set set: NSIndexSet)
    mutating func next() -> Int?
}
To
struct NSIndexSetGenerator : GeneratorType {
    typealias Element = Int
    mutating func next() -> Int?
}

Raw Value Type
From--
ToUInt

DeclarationRaw Value Type
From
enum NSItemProviderErrorCode : Int {
    case UnknownError
    case ItemUnavailableError
    case UnexpectedValueClassError
}
--
To
enum NSItemProviderErrorCode : Int {
    case UnknownError
    case ItemUnavailableError
    case UnexpectedValueClassError
    case UnavailableCoercionError
}
Int

DeclarationProtocols
From
struct NSJSONReadingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var MutableContainers: NSJSONReadingOptions { get }
    static var MutableLeaves: NSJSONReadingOptions { get }
    static var AllowFragments: NSJSONReadingOptions { get }
}
RawOptionSetType
To
struct NSJSONReadingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var MutableContainers: NSJSONReadingOptions { get }
    static var MutableLeaves: NSJSONReadingOptions { get }
    static var AllowFragments: NSJSONReadingOptions { get }
}
OptionSetType

Declaration
From
class NSJSONSerialization : NSObject {
    class func isValidJSONObject(_ obj: AnyObject) -> Bool
    class func dataWithJSONObject(_ obj: AnyObject, options opt: NSJSONWritingOptions, error error: NSErrorPointer) -> NSData?
    class func JSONObjectWithData(_ data: NSData, options opt: NSJSONReadingOptions, error error: NSErrorPointer) -> AnyObject?
    class func writeJSONObject(_ obj: AnyObject, toStream stream: NSOutputStream, options opt: NSJSONWritingOptions, error error: NSErrorPointer) -> Int
    class func JSONObjectWithStream(_ stream: NSInputStream, options opt: NSJSONReadingOptions, error error: NSErrorPointer) -> AnyObject?
}
To
class NSJSONSerialization : NSObject {
    class func isValidJSONObject(_ obj: AnyObject) -> Bool
    class func dataWithJSONObject(_ obj: AnyObject, options opt: NSJSONWritingOptions) throws -> NSData
    class func JSONObjectWithData(_ data: NSData, options opt: NSJSONReadingOptions) throws -> AnyObject
    class func writeJSONObject(_ obj: AnyObject, toStream stream: NSOutputStream, options opt: NSJSONWritingOptions, error error: NSErrorPointer) -> Int
    class func JSONObjectWithStream(_ stream: NSInputStream, options opt: NSJSONReadingOptions) throws -> AnyObject
}

Declaration
From
class func dataWithJSONObject(_ obj: AnyObject, options opt: NSJSONWritingOptions, error error: NSErrorPointer) -> NSData?
To
class func dataWithJSONObject(_ obj: AnyObject, options opt: NSJSONWritingOptions) throws -> NSData

Declaration
From
class func JSONObjectWithData(_ data: NSData, options opt: NSJSONReadingOptions, error error: NSErrorPointer) -> AnyObject?
To
class func JSONObjectWithData(_ data: NSData, options opt: NSJSONReadingOptions) throws -> AnyObject

Declaration
From
class func JSONObjectWithStream(_ stream: NSInputStream, options opt: NSJSONReadingOptions, error error: NSErrorPointer) -> AnyObject?
To
class func JSONObjectWithStream(_ stream: NSInputStream, options opt: NSJSONReadingOptions) throws -> AnyObject

DeclarationProtocols
From
struct NSJSONWritingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var PrettyPrinted: NSJSONWritingOptions { get }
}
RawOptionSetType
To
struct NSJSONWritingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var PrettyPrinted: NSJSONWritingOptions { get }
}
OptionSetType

Declaration
From
class NSKeyedArchiver : NSCoder {
    class func archivedDataWithRootObject(_ rootObject: AnyObject) -> NSData
    class func archiveRootObject(_ rootObject: AnyObject, toFile path: String) -> Bool
    init(forWritingWithMutableData data: NSMutableData)
    unowned(unsafe) var delegate: NSKeyedArchiverDelegate?
    var outputFormat: NSPropertyListFormat
    func finishEncoding()
    class func setClassName(_ codedName: String?, forClass cls: AnyClass)
    func setClassName(_ codedName: String?, forClass cls: AnyClass)
    class func classNameForClass(_ cls: AnyClass) -> String?
    func classNameForClass(_ cls: AnyClass) -> String?
    func encodeObject(_ objv: AnyObject?, forKey key: String)
    func encodeConditionalObject(_ objv: AnyObject?, forKey key: String)
    func encodeBool(_ boolv: Bool, forKey key: String)
    func encodeInt(_ intv: Int32, forKey key: String)
    func encodeInt32(_ intv: Int32, forKey key: String)
    func encodeInt64(_ intv: Int64, forKey key: String)
    func encodeFloat(_ realv: Float, forKey key: String)
    func encodeDouble(_ realv: Double, forKey key: String)
    func encodeBytes(_ bytesp: UnsafePointer<UInt8>, length lenv: Int, forKey key: String)
    func setRequiresSecureCoding(_ b: Bool)
}
To
class NSKeyedArchiver : NSCoder {
    class func archivedDataWithRootObject(_ rootObject: AnyObject) -> NSData
    class func archiveRootObject(_ rootObject: AnyObject, toFile path: String) -> Bool
    init(forWritingWithMutableData data: NSMutableData)
    unowned(unsafe) var delegate: NSKeyedArchiverDelegate?
    var outputFormat: NSPropertyListFormat
    func finishEncoding()
    class func setClassName(_ codedName: String?, forClass cls: AnyClass)
    func setClassName(_ codedName: String?, forClass cls: AnyClass)
    class func classNameForClass(_ cls: AnyClass) -> String?
    func classNameForClass(_ cls: AnyClass) -> String?
    func encodeObject(_ objv: AnyObject?, forKey key: String)
    func encodeConditionalObject(_ objv: AnyObject?, forKey key: String)
    func encodeBool(_ boolv: Bool, forKey key: String)
    func encodeInt(_ intv: Int32, forKey key: String)
    func encodeInt32(_ intv: Int32, forKey key: String)
    func encodeInt64(_ intv: Int64, forKey key: String)
    func encodeFloat(_ realv: Float, forKey key: String)
    func encodeDouble(_ realv: Double, forKey key: String)
    func encodeBytes(_ bytesp: UnsafePointer<UInt8>, length lenv: Int, forKey key: String)
    var requiresSecureCoding: Bool
}

Declaration
From
protocol NSKeyedArchiverDelegate : NSObjectProtocol {
    optional func archiver(_ archiver: NSKeyedArchiver, willEncodeObject object: AnyObject) -> AnyObject?
    optional func archiver(_ archiver: NSKeyedArchiver, didEncodeObject object: AnyObject?)
    optional func archiver(_ archiver: NSKeyedArchiver, willReplaceObject object: AnyObject, withObject newObject: AnyObject)
    optional func archiverWillFinish(_ archiver: NSKeyedArchiver)
    optional func archiverDidFinish(_ archiver: NSKeyedArchiver)
}
To
protocol NSKeyedArchiverDelegate : NSObjectProtocol {
    optional func archiver(_ archiver: NSKeyedArchiver, willEncodeObject object: AnyObject) -> AnyObject?
    optional func archiver(_ archiver: NSKeyedArchiver, didEncodeObject object: AnyObject?)
    optional func archiver(_ archiver: NSKeyedArchiver, willReplaceObject object: AnyObject?, withObject newObject: AnyObject?)
    optional func archiverWillFinish(_ archiver: NSKeyedArchiver)
    optional func archiverDidFinish(_ archiver: NSKeyedArchiver)
}

Declaration
From
optional func archiver(_ archiver: NSKeyedArchiver, willReplaceObject object: AnyObject, withObject newObject: AnyObject)
To
optional func archiver(_ archiver: NSKeyedArchiver, willReplaceObject object: AnyObject?, withObject newObject: AnyObject?)

Declaration
From
class NSKeyedUnarchiver : NSCoder {
    class func unarchiveObjectWithData(_ data: NSData) -> AnyObject?
    class func unarchiveObjectWithFile(_ path: String) -> AnyObject?
    init(forReadingWithData data: NSData)
    unowned(unsafe) var delegate: NSKeyedUnarchiverDelegate?
    func finishDecoding()
    class func setClass(_ cls: AnyClass?, forClassName codedName: String)
    func setClass(_ cls: AnyClass?, forClassName codedName: String)
    class func classForClassName(_ codedName: String) -> AnyClass?
    func classForClassName(_ codedName: String) -> AnyClass?
    func containsValueForKey(_ key: String) -> Bool
    func decodeObjectForKey(_ key: String) -> AnyObject?
    func decodeBoolForKey(_ key: String) -> Bool
    func decodeIntForKey(_ key: String) -> Int32
    func decodeInt32ForKey(_ key: String) -> Int32
    func decodeInt64ForKey(_ key: String) -> Int64
    func decodeFloatForKey(_ key: String) -> Float
    func decodeDoubleForKey(_ key: String) -> Double
    func decodeBytesForKey(_ key: String, returnedLength lengthp: UnsafeMutablePointer<Int>) -> UnsafePointer<UInt8>
    func setRequiresSecureCoding(_ b: Bool)
}
To
class NSKeyedUnarchiver : NSCoder {
    class func unarchiveObjectWithData(_ data: NSData) -> AnyObject?
    class func unarchiveTopLevelObjectWithData(_ data: NSData) throws -> AnyObject
    class func unarchiveObjectWithFile(_ path: String) -> AnyObject?
    init(forReadingWithData data: NSData)
    unowned(unsafe) var delegate: NSKeyedUnarchiverDelegate?
    func finishDecoding()
    class func setClass(_ cls: AnyClass?, forClassName codedName: String)
    func setClass(_ cls: AnyClass?, forClassName codedName: String)
    class func classForClassName(_ codedName: String) -> AnyClass?
    func classForClassName(_ codedName: String) -> AnyClass?
    func containsValueForKey(_ key: String) -> Bool
    func decodeObjectForKey(_ key: String) -> AnyObject?
    func decodeBoolForKey(_ key: String) -> Bool
    func decodeIntForKey(_ key: String) -> Int32
    func decodeInt32ForKey(_ key: String) -> Int32
    func decodeInt64ForKey(_ key: String) -> Int64
    func decodeFloatForKey(_ key: String) -> Float
    func decodeDoubleForKey(_ key: String) -> Double
    func decodeBytesForKey(_ key: String, returnedLength lengthp: UnsafeMutablePointer<Int>) -> UnsafePointer<UInt8>
    var requiresSecureCoding: Bool
}
extension NSKeyedUnarchiver {
    @warn_unused_result
    class func unarchiveTopLevelObjectWithData(_ data: NSData) throws -> AnyObject?
}
extension NSKeyedUnarchiver {
    @warn_unused_result
    class func unarchiveTopLevelObjectWithData(_ data: NSData) throws -> AnyObject?
}

Declaration
From
protocol NSKeyedUnarchiverDelegate : NSObjectProtocol {
    optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, cannotDecodeObjectOfClassName name: String, originalClasses classNames: [AnyObject]) -> AnyClass
    optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, didDecodeObject object: AnyObject?) -> AnyObject?
    optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, willReplaceObject object: AnyObject, withObject newObject: AnyObject)
    optional func unarchiverWillFinish(_ unarchiver: NSKeyedUnarchiver)
    optional func unarchiverDidFinish(_ unarchiver: NSKeyedUnarchiver)
}
To
protocol NSKeyedUnarchiverDelegate : NSObjectProtocol {
    optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, cannotDecodeObjectOfClassName name: String, originalClasses classNames: [String]) -> AnyClass?
    optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, didDecodeObject object: AnyObject?) -> AnyObject?
    optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, willReplaceObject object: AnyObject, withObject newObject: AnyObject)
    optional func unarchiverWillFinish(_ unarchiver: NSKeyedUnarchiver)
    optional func unarchiverDidFinish(_ unarchiver: NSKeyedUnarchiver)
}

Declaration
From
optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, cannotDecodeObjectOfClassName name: String, originalClasses classNames: [AnyObject]) -> AnyClass
To
optional func unarchiver(_ unarchiver: NSKeyedUnarchiver, cannotDecodeObjectOfClassName name: String, originalClasses classNames: [String]) -> AnyClass?

Raw Value Type
From--
ToUInt

DeclarationProtocols
From
struct NSKeyValueObservingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var New: NSKeyValueObservingOptions { get }
    static var Old: NSKeyValueObservingOptions { get }
    static var Initial: NSKeyValueObservingOptions { get }
    static var Prior: NSKeyValueObservingOptions { get }
}
RawOptionSetType
To
struct NSKeyValueObservingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var New: NSKeyValueObservingOptions { get }
    static var Old: NSKeyValueObservingOptions { get }
    static var Initial: NSKeyValueObservingOptions { get }
    static var Prior: NSKeyValueObservingOptions { get }
}
OptionSetType

Raw Value Type
From--
ToUInt

Raw Value Type
From--
ToInt

Declaration
From
class NSLinguisticTagger : NSObject {
    init(tagSchemes tagSchemes: [AnyObject], options opts: Int)
    var tagSchemes: [AnyObject] { get }
    var string: String?
    class func availableTagSchemesForLanguage(_ language: String) -> [AnyObject]
    func setOrthography(_ orthography: NSOrthography?, range range: NSRange)
    func orthographyAtIndex(_ charIndex: Int, effectiveRange effectiveRange: NSRangePointer) -> NSOrthography?
    func stringEditedInRange(_ newRange: NSRange, changeInLength delta: Int)
    func enumerateTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, usingBlock block: (String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func sentenceRangeForRange(_ range: NSRange) -> NSRange
    func tagAtIndex(_ charIndex: Int, scheme tagScheme: String, tokenRange tokenRange: NSRangePointer, sentenceRange sentenceRange: NSRangePointer) -> String?
    func tagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]
    func possibleTagsAtIndex(_ charIndex: Int, scheme tagScheme: String, tokenRange tokenRange: NSRangePointer, sentenceRange sentenceRange: NSRangePointer, scores scores: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]?
}
To
class NSLinguisticTagger : NSObject {
    init(tagSchemes tagSchemes: [String], options opts: Int)
    var tagSchemes: [String] { get }
    var string: String?
    class func availableTagSchemesForLanguage(_ language: String) -> [String]
    func setOrthography(_ orthography: NSOrthography?, range range: NSRange)
    func orthographyAtIndex(_ charIndex: Int, effectiveRange effectiveRange: NSRangePointer) -> NSOrthography?
    func stringEditedInRange(_ newRange: NSRange, changeInLength delta: Int)
    func enumerateTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, usingBlock block: (String, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func sentenceRangeForRange(_ range: NSRange) -> NSRange
    func tagAtIndex(_ charIndex: Int, scheme tagScheme: String, tokenRange tokenRange: NSRangePointer, sentenceRange sentenceRange: NSRangePointer) -> String?
    func tagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [String]
    func possibleTagsAtIndex(_ charIndex: Int, scheme tagScheme: String, tokenRange tokenRange: NSRangePointer, sentenceRange sentenceRange: NSRangePointer, scores scores: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [String]?
}

Declaration
From
class func availableTagSchemesForLanguage(_ language: String) -> [AnyObject]
To
class func availableTagSchemesForLanguage(_ language: String) -> [String]

Declaration
From
func enumerateTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, usingBlock block: (String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, usingBlock block: (String, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
init(tagSchemes tagSchemes: [AnyObject], options opts: Int)
To
init(tagSchemes tagSchemes: [String], options opts: Int)

Declaration
From
func possibleTagsAtIndex(_ charIndex: Int, scheme tagScheme: String, tokenRange tokenRange: NSRangePointer, sentenceRange sentenceRange: NSRangePointer, scores scores: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]?
To
func possibleTagsAtIndex(_ charIndex: Int, scheme tagScheme: String, tokenRange tokenRange: NSRangePointer, sentenceRange sentenceRange: NSRangePointer, scores scores: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [String]?

Declaration
From
var tagSchemes: [AnyObject] { get }
To
var tagSchemes: [String] { get }

Declaration
From
func tagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]
To
func tagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [String]

DeclarationProtocols
From
struct NSLinguisticTaggerOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var OmitWords: NSLinguisticTaggerOptions { get }
    static var OmitPunctuation: NSLinguisticTaggerOptions { get }
    static var OmitWhitespace: NSLinguisticTaggerOptions { get }
    static var OmitOther: NSLinguisticTaggerOptions { get }
    static var JoinNames: NSLinguisticTaggerOptions { get }
}
RawOptionSetType
To
struct NSLinguisticTaggerOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var OmitWords: NSLinguisticTaggerOptions { get }
    static var OmitPunctuation: NSLinguisticTaggerOptions { get }
    static var OmitWhitespace: NSLinguisticTaggerOptions { get }
    static var OmitOther: NSLinguisticTaggerOptions { get }
    static var JoinNames: NSLinguisticTaggerOptions { get }
}
OptionSetType

Modified NSLocale
Declaration
From
class NSLocale : NSObject, NSCopying, NSSecureCoding, NSCoding {
    func objectForKey(_ key: AnyObject) -> AnyObject?
    func displayNameForKey(_ key: AnyObject, value value: AnyObject) -> String?
    init(localeIdentifier string: String)
    init?(coder aDecoder: NSCoder)
}
extension NSLocale {
    var localeIdentifier: String { get }
}
extension NSLocale {
    class func autoupdatingCurrentLocale() -> NSLocale
    class func currentLocale() -> NSLocale
    class func systemLocale() -> NSLocale
    convenience init(localeIdentifier ident: String)
    class func localeWithLocaleIdentifier(_ ident: String) -> Self
    convenience init!()
}
extension NSLocale {
    class func availableLocaleIdentifiers() -> [AnyObject]
    class func ISOLanguageCodes() -> [AnyObject]
    class func ISOCountryCodes() -> [AnyObject]
    class func ISOCurrencyCodes() -> [AnyObject]
    class func commonISOCurrencyCodes() -> [AnyObject]
    class func preferredLanguages() -> [AnyObject]
    class func componentsFromLocaleIdentifier(_ string: String) -> [NSObject : AnyObject]
    class func localeIdentifierFromComponents(_ dict: [NSObject : AnyObject]) -> String
    class func canonicalLocaleIdentifierFromString(_ string: String) -> String
    class func canonicalLanguageIdentifierFromString(_ string: String) -> String
    class func localeIdentifierFromWindowsLocaleCode(_ lcid: UInt32) -> String?
    class func windowsLocaleCodeFromLocaleIdentifier(_ localeIdentifier: String) -> UInt32
    class func characterDirectionForLanguage(_ isoLangCode: String) -> NSLocaleLanguageDirection
    class func lineDirectionForLanguage(_ isoLangCode: String) -> NSLocaleLanguageDirection
}
To
class NSLocale : NSObject, NSCopying, NSSecureCoding, NSCoding {
    func objectForKey(_ key: AnyObject) -> AnyObject?
    func displayNameForKey(_ key: AnyObject, value value: AnyObject) -> String?
    init(localeIdentifier string: String)
    init?(coder aDecoder: NSCoder)
}
extension NSLocale {
    var localeIdentifier: String { get }
}
extension NSLocale {
    class func autoupdatingCurrentLocale() -> NSLocale
    class func currentLocale() -> NSLocale
    class func systemLocale() -> NSLocale
    convenience init(localeIdentifier ident: String)
    class func localeWithLocaleIdentifier(_ ident: String) -> Self
    convenience init()
}
extension NSLocale {
    class func availableLocaleIdentifiers() -> [String]
    class func ISOLanguageCodes() -> [String]
    class func ISOCountryCodes() -> [String]
    class func ISOCurrencyCodes() -> [String]
    class func commonISOCurrencyCodes() -> [String]
    class func preferredLanguages() -> [String]
    class func componentsFromLocaleIdentifier(_ string: String) -> [String : String]
    class func localeIdentifierFromComponents(_ dict: [String : String]) -> String
    class func canonicalLocaleIdentifierFromString(_ string: String) -> String
    class func canonicalLanguageIdentifierFromString(_ string: String) -> String
    class func localeIdentifierFromWindowsLocaleCode(_ lcid: UInt32) -> String?
    class func windowsLocaleCodeFromLocaleIdentifier(_ localeIdentifier: String) -> UInt32
    class func characterDirectionForLanguage(_ isoLangCode: String) -> NSLocaleLanguageDirection
    class func lineDirectionForLanguage(_ isoLangCode: String) -> NSLocaleLanguageDirection
}

Declaration
From
class func availableLocaleIdentifiers() -> [AnyObject]
To
class func availableLocaleIdentifiers() -> [String]

Declaration
From
class func commonISOCurrencyCodes() -> [AnyObject]
To
class func commonISOCurrencyCodes() -> [String]

Declaration
From
class func componentsFromLocaleIdentifier(_ string: String) -> [NSObject : AnyObject]
To
class func componentsFromLocaleIdentifier(_ string: String) -> [String : String]

Declaration
From
class func ISOCountryCodes() -> [AnyObject]
To
class func ISOCountryCodes() -> [String]

Declaration
From
class func ISOCurrencyCodes() -> [AnyObject]
To
class func ISOCurrencyCodes() -> [String]

Declaration
From
class func ISOLanguageCodes() -> [AnyObject]
To
class func ISOLanguageCodes() -> [String]

Declaration
From
class func localeIdentifierFromComponents(_ dict: [NSObject : AnyObject]) -> String
To
class func localeIdentifierFromComponents(_ dict: [String : String]) -> String

Declaration
From
class func preferredLanguages() -> [AnyObject]
To
class func preferredLanguages() -> [String]

Raw Value Type
From--
ToUInt

Modified NSLogicalTest
Declaration
From
class NSLogicalTest : NSScriptWhoseTest {
    init(andTestWithTests subTests: [AnyObject]!)
    init(orTestWithTests subTests: [AnyObject]!)
    init(notTestWithTest subTest: NSScriptWhoseTest!)
}
To
class NSLogicalTest : NSScriptWhoseTest {
    init(andTestWithTests subTests: [NSSpecifierTest])
    init(orTestWithTests subTests: [NSSpecifierTest])
    init(notTestWithTest subTest: NSScriptWhoseTest)
}

Declaration
From
init(andTestWithTests subTests: [AnyObject]!)
To
init(andTestWithTests subTests: [NSSpecifierTest])

Declaration
From
init(notTestWithTest subTest: NSScriptWhoseTest!)
To
init(notTestWithTest subTest: NSScriptWhoseTest)

Declaration
From
init(orTestWithTests subTests: [AnyObject]!)
To
init(orTestWithTests subTests: [NSSpecifierTest])

Modified NSMachPort
Declaration
From
class NSMachPort : NSPort {
    class func portWithMachPort(_ machPort: UInt32) -> NSPort
    convenience init(machPort machPort: UInt32)
    func setDelegate(_ anObject: NSMachPortDelegate?)
    func delegate() -> NSMachPortDelegate?
    class func portWithMachPort(_ machPort: UInt32, options f: Int) -> NSPort
    init(machPort machPort: UInt32, options f: Int)
    var machPort: UInt32 { get }
    func scheduleInRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
}
To
class NSMachPort : NSPort {
    class func portWithMachPort(_ machPort: UInt32) -> NSPort
    init(machPort machPort: UInt32)
    func setDelegate(_ anObject: NSMachPortDelegate?)
    func delegate() -> NSMachPortDelegate?
    class func portWithMachPort(_ machPort: UInt32, options f: NSMachPortOptions) -> NSPort
    init(machPort machPort: UInt32, options f: NSMachPortOptions)
    var machPort: UInt32 { get }
    func scheduleInRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
}

Declaration
From
convenience init(machPort machPort: UInt32)
To
init(machPort machPort: UInt32)

Declaration
From
init(machPort machPort: UInt32, options f: Int)
To
init(machPort machPort: UInt32, options f: NSMachPortOptions)

Declaration
From
class func portWithMachPort(_ machPort: UInt32, options f: Int) -> NSPort
To
class func portWithMachPort(_ machPort: UInt32, options f: NSMachPortOptions) -> NSPort

Modified NSMapTable
Declaration
From
class NSMapTable : NSObject, NSCopying, NSCoding, NSFastEnumeration {
    init(keyOptions keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions, capacity initialCapacity: Int)
    init(keyPointerFunctions keyFunctions: NSPointerFunctions, valuePointerFunctions valueFunctions: NSPointerFunctions, capacity initialCapacity: Int)
    init(keyOptions keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions) -> NSMapTable
    class func mapTableWithKeyOptions(_ keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions) -> NSMapTable
    class func mapTableWithStrongToStrongObjects() -> AnyObject!
    class func mapTableWithWeakToStrongObjects() -> AnyObject!
    class func mapTableWithStrongToWeakObjects() -> AnyObject!
    class func mapTableWithWeakToWeakObjects() -> AnyObject!
    class func strongToStrongObjectsMapTable() -> NSMapTable
    class func weakToStrongObjectsMapTable() -> NSMapTable
    class func strongToWeakObjectsMapTable() -> NSMapTable
    class func weakToWeakObjectsMapTable() -> NSMapTable
    @NSCopying var keyPointerFunctions: NSPointerFunctions { get }
    @NSCopying var valuePointerFunctions: NSPointerFunctions { get }
    func objectForKey(_ aKey: AnyObject) -> AnyObject?
    func removeObjectForKey(_ aKey: AnyObject)
    func setObject(_ anObject: AnyObject, forKey aKey: AnyObject)
    var count: Int { get }
    func keyEnumerator() -> NSEnumerator
    func objectEnumerator() -> NSEnumerator
    func removeAllObjects()
    func dictionaryRepresentation() -> [NSObject : AnyObject]
}
To
class NSMapTable : NSObject, NSCopying, NSCoding, NSFastEnumeration {
    init(keyOptions keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions, capacity initialCapacity: Int)
    init(keyPointerFunctions keyFunctions: NSPointerFunctions, valuePointerFunctions valueFunctions: NSPointerFunctions, capacity initialCapacity: Int)
     init(keyOptions keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions)
    class func mapTableWithKeyOptions(_ keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions) -> NSMapTable
    class func mapTableWithStrongToStrongObjects() -> AnyObject
    class func mapTableWithWeakToStrongObjects() -> AnyObject
    class func mapTableWithStrongToWeakObjects() -> AnyObject
    class func mapTableWithWeakToWeakObjects() -> AnyObject
    class func strongToStrongObjectsMapTable() -> NSMapTable
    class func weakToStrongObjectsMapTable() -> NSMapTable
    class func strongToWeakObjectsMapTable() -> NSMapTable
    class func weakToWeakObjectsMapTable() -> NSMapTable
    @NSCopying var keyPointerFunctions: NSPointerFunctions { get }
    @NSCopying var valuePointerFunctions: NSPointerFunctions { get }
    func objectForKey(_ aKey: AnyObject?) -> AnyObject?
    func removeObjectForKey(_ aKey: AnyObject?)
    func setObject(_ anObject: AnyObject?, forKey aKey: AnyObject?)
    var count: Int { get }
    func keyEnumerator() -> NSEnumerator
    func objectEnumerator() -> NSEnumerator?
    func removeAllObjects()
    func dictionaryRepresentation() -> [NSObject : AnyObject]
}

Declaration
From
init(keyOptions keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions) -> NSMapTable
To
init(keyOptions keyOptions: NSPointerFunctionsOptions, valueOptions valueOptions: NSPointerFunctionsOptions)

Declaration
From
func objectEnumerator() -> NSEnumerator
To
func objectEnumerator() -> NSEnumerator?

Declaration
From
func objectForKey(_ aKey: AnyObject) -> AnyObject?
To
func objectForKey(_ aKey: AnyObject?) -> AnyObject?

Declaration
From
func removeObjectForKey(_ aKey: AnyObject)
To
func removeObjectForKey(_ aKey: AnyObject?)

Declaration
From
func setObject(_ anObject: AnyObject, forKey aKey: AnyObject)
To
func setObject(_ anObject: AnyObject?, forKey aKey: AnyObject?)

Declaration
From
struct NSMapTableKeyCallBacks {
    var hash: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Int)>
    var isEqual: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>
    var retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>
    var release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>
    var describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>
    var notAKeyMarker: UnsafePointer<Void>
    init()
    init(hash hash: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Int)>, isEqual isEqual: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>, retain retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>, release release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>, describe describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>, notAKeyMarker notAKeyMarker: UnsafePointer<Void>)
}
To
struct NSMapTableKeyCallBacks {
    var hash: ((NSMapTable, UnsafePointer<Void>) -> Int)?
    var isEqual: ((NSMapTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?
    var retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?
    var release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?
    var describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?
    var notAKeyMarker: UnsafePointer<Void>
    init()
    init(hash hash: ((NSMapTable, UnsafePointer<Void>) -> Int)?, isEqual isEqual: ((NSMapTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?, retain retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?, release release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?, describe describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?, notAKeyMarker notAKeyMarker: UnsafePointer<Void>)
}

Declaration
From
var describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>
To
var describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?

Declaration
From
var hash: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Int)>
To
var hash: ((NSMapTable, UnsafePointer<Void>) -> Int)?

Declaration
From
var isEqual: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>, UnsafePointer<Void>) -> Bool)>
To
var isEqual: ((NSMapTable, UnsafePointer<Void>, UnsafePointer<Void>) -> ObjCBool)?

Declaration
From
var release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>
To
var release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?

Declaration
From
var retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>
To
var retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?

Declaration
From
struct NSMapTableValueCallBacks {
    var retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>
    var release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>
    var describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>
    init()
    init(retain retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>, release release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>, describe describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>)
}
To
struct NSMapTableValueCallBacks {
    var retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?
    var release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?
    var describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?
    init()
    init(retain retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?, release release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?, describe describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?)
}

Declaration
From
var describe: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> String!)>
To
var describe: ((NSMapTable, UnsafePointer<Void>) -> String?)?

Declaration
From
var release: CFunctionPointer<((NSMapTable!, UnsafeMutablePointer<Void>) -> Void)>
To
var release: ((NSMapTable, UnsafeMutablePointer<Void>) -> Void)?

Declaration
From
var retain: CFunctionPointer<((NSMapTable!, UnsafePointer<Void>) -> Void)>
To
var retain: ((NSMapTable, UnsafePointer<Void>) -> Void)?

Raw Value Type
From--
ToInt

DeclarationProtocols
From
struct NSMatchingFlags : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Progress: NSMatchingFlags { get }
    static var Completed: NSMatchingFlags { get }
    static var HitEnd: NSMatchingFlags { get }
    static var RequiredEnd: NSMatchingFlags { get }
    static var InternalError: NSMatchingFlags { get }
}
RawOptionSetType
To
struct NSMatchingFlags : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Progress: NSMatchingFlags { get }
    static var Completed: NSMatchingFlags { get }
    static var HitEnd: NSMatchingFlags { get }
    static var RequiredEnd: NSMatchingFlags { get }
    static var InternalError: NSMatchingFlags { get }
}
OptionSetType

DeclarationProtocols
From
struct NSMatchingOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var ReportProgress: NSMatchingOptions { get }
    static var ReportCompletion: NSMatchingOptions { get }
    static var Anchored: NSMatchingOptions { get }
    static var WithTransparentBounds: NSMatchingOptions { get }
    static var WithoutAnchoringBounds: NSMatchingOptions { get }
}
RawOptionSetType
To
struct NSMatchingOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var ReportProgress: NSMatchingOptions { get }
    static var ReportCompletion: NSMatchingOptions { get }
    static var Anchored: NSMatchingOptions { get }
    static var WithTransparentBounds: NSMatchingOptions { get }
    static var WithoutAnchoringBounds: NSMatchingOptions { get }
}
OptionSetType

Declaration
From
class NSMetadataItem : NSObject {
    init?(URL url: NSURL)
    func valueForAttribute(_ key: String) -> AnyObject?
    func valuesForAttributes(_ keys: [AnyObject]) -> [NSObject : AnyObject]?
    var attributes: [AnyObject] { get }
}
To
class NSMetadataItem : NSObject {
    init?(URL url: NSURL)
    func valueForAttribute(_ key: String) -> AnyObject?
    func valuesForAttributes(_ keys: [String]) -> [String : AnyObject]?
    var attributes: [String] { get }
}

Declaration
From
var attributes: [AnyObject] { get }
To
var attributes: [String] { get }

Declaration
From
func valuesForAttributes(_ keys: [AnyObject]) -> [NSObject : AnyObject]?
To
func valuesForAttributes(_ keys: [String]) -> [String : AnyObject]?

Declaration
From
class NSMetadataQuery : NSObject {
    unowned(unsafe) var delegate: NSMetadataQueryDelegate?
    @NSCopying var predicate: NSPredicate?
    var sortDescriptors: [AnyObject]
    var valueListAttributes: [AnyObject]
    var groupingAttributes: [AnyObject]?
    var notificationBatchingInterval: NSTimeInterval
    var searchScopes: [AnyObject]
    var searchItems: [AnyObject]?
    var operationQueue: NSOperationQueue?
    func startQuery() -> Bool
    func stopQuery()
    var started: Bool { get }
    var gathering: Bool { get }
    var stopped: Bool { get }
    func disableUpdates()
    func enableUpdates()
    var resultCount: Int { get }
    func resultAtIndex(_ idx: Int) -> AnyObject
    func enumerateResultsUsingBlock(_ block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateResultsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    var results: [AnyObject] { get }
    func indexOfResult(_ result: AnyObject) -> Int
    var valueLists: [NSObject : AnyObject] { get }
    var groupedResults: [AnyObject] { get }
    func valueOfAttribute(_ attrName: String, forResultAtIndex idx: Int) -> AnyObject?
}
To
class NSMetadataQuery : NSObject {
    unowned(unsafe) var delegate: NSMetadataQueryDelegate?
    @NSCopying var predicate: NSPredicate?
    var sortDescriptors: [NSSortDescriptor]
    var valueListAttributes: [String]
    var groupingAttributes: [String]?
    var notificationBatchingInterval: NSTimeInterval
    var searchScopes: [AnyObject]
    var searchItems: [AnyObject]?
    var operationQueue: NSOperationQueue?
    func startQuery() -> Bool
    func stopQuery()
    var started: Bool { get }
    var gathering: Bool { get }
    var stopped: Bool { get }
    func disableUpdates()
    func enableUpdates()
    var resultCount: Int { get }
    func resultAtIndex(_ idx: Int) -> AnyObject
    func enumerateResultsUsingBlock(_ block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateResultsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    var results: [AnyObject] { get }
    func indexOfResult(_ result: AnyObject) -> Int
    var valueLists: [String : [NSMetadataQueryAttributeValueTuple]] { get }
    var groupedResults: [NSMetadataQueryResultGroup] { get }
    func valueOfAttribute(_ attrName: String, forResultAtIndex idx: Int) -> AnyObject?
}

Declaration
From
func enumerateResultsUsingBlock(_ block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateResultsUsingBlock(_ block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateResultsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateResultsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
var groupedResults: [AnyObject] { get }
To
var groupedResults: [NSMetadataQueryResultGroup] { get }

Declaration
From
var groupingAttributes: [AnyObject]?
To
var groupingAttributes: [String]?

Declaration
From
var sortDescriptors: [AnyObject]
To
var sortDescriptors: [NSSortDescriptor]

Declaration
From
var valueListAttributes: [AnyObject]
To
var valueListAttributes: [String]

Declaration
From
var valueLists: [NSObject : AnyObject] { get }
To
var valueLists: [String : [NSMetadataQueryAttributeValueTuple]] { get }

Introduction
FromOS X 10.10
ToOS X 10.4

Introduction
FromOS X 10.10
ToOS X 10.4

Declaration
From
class NSMetadataQueryResultGroup : NSObject {
    var attribute: String { get }
    var value: AnyObject { get }
    var subgroups: [AnyObject]? { get }
    var resultCount: Int { get }
    func resultAtIndex(_ idx: Int) -> AnyObject!
    var results: [AnyObject] { get }
}
To
class NSMetadataQueryResultGroup : NSObject {
    var attribute: String { get }
    var value: AnyObject { get }
    var subgroups: [NSMetadataQueryResultGroup]? { get }
    var resultCount: Int { get }
    func resultAtIndex(_ idx: Int) -> AnyObject
    var results: [AnyObject] { get }
}

Declaration
From
func resultAtIndex(_ idx: Int) -> AnyObject!
To
func resultAtIndex(_ idx: Int) -> AnyObject

Declaration
From
var subgroups: [AnyObject]? { get }
To
var subgroups: [NSMetadataQueryResultGroup]? { get }

Modified NSMoveCommand
Declaration
From
class NSMoveCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
    var keySpecifier: NSScriptObjectSpecifier? { get }
}
To
class NSMoveCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)
    var keySpecifier: NSScriptObjectSpecifier { get }
}

Declaration
From
var keySpecifier: NSScriptObjectSpecifier? { get }
To
var keySpecifier: NSScriptObjectSpecifier { get }

Declaration
From
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
To
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)

Declaration
From
class NSMutableArray : NSArray {
    func addObject(_ anObject: AnyObject)
    func insertObject(_ anObject: AnyObject, atIndex index: Int)
    func removeLastObject()
    func removeObjectAtIndex(_ index: Int)
    func replaceObjectAtIndex(_ index: Int, withObject anObject: AnyObject)
    init()
    init(capacity numItems: Int)
    init(coder aDecoder: NSCoder)
}
extension NSMutableArray {
    func addObjectsFromArray(_ otherArray: [AnyObject])
    func exchangeObjectAtIndex(_ idx1: Int, withObjectAtIndex idx2: Int)
    func removeAllObjects()
    func removeObject(_ anObject: AnyObject, inRange range: NSRange)
    func removeObject(_ anObject: AnyObject)
    func removeObjectIdenticalTo(_ anObject: AnyObject, inRange range: NSRange)
    func removeObjectIdenticalTo(_ anObject: AnyObject)
    func removeObjectsFromIndices(_ indices: UnsafeMutablePointer<Int>, numIndices cnt: Int)
    func removeObjectsInArray(_ otherArray: [AnyObject])
    func removeObjectsInRange(_ range: NSRange)
    func replaceObjectsInRange(_ range: NSRange, withObjectsFromArray otherArray: [AnyObject], range otherRange: NSRange)
    func replaceObjectsInRange(_ range: NSRange, withObjectsFromArray otherArray: [AnyObject])
    func setArray(_ otherArray: [AnyObject])
    func sortUsingFunction(_ compare: CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context context: UnsafeMutablePointer<Void>)
    func sortUsingSelector(_ comparator: Selector)
    func insertObjects(_ objects: [AnyObject], atIndexes indexes: NSIndexSet)
    func removeObjectsAtIndexes(_ indexes: NSIndexSet)
    func replaceObjectsAtIndexes(_ indexes: NSIndexSet, withObjects objects: [AnyObject])
    subscript (idx: Int) -> AnyObject
    func setObject(_ obj: AnyObject, atIndexedSubscript idx: Int)
    func sortUsingComparator(_ cmptr: NSComparator)
    func sortWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator)
}
extension NSMutableArray {
    convenience init!(capacity numItems: Int)
    class func arrayWithCapacity(_ numItems: Int) -> Self!
    init?(contentsOfFile path: String) -> NSMutableArray
    class func arrayWithContentsOfFile(_ path: String) -> NSMutableArray?
    init?(contentsOfURL url: NSURL) -> NSMutableArray
    class func arrayWithContentsOfURL(_ url: NSURL) -> NSMutableArray?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSMutableArray {
    func filterUsingPredicate(_ predicate: NSPredicate)
}
extension NSMutableArray {
    func sortUsingDescriptors(_ sortDescriptors: [AnyObject])
}
To
class NSMutableArray : NSArray {
    func addObject(_ anObject: AnyObject)
    func insertObject(_ anObject: AnyObject, atIndex index: Int)
    func removeLastObject()
    func removeObjectAtIndex(_ index: Int)
    func replaceObjectAtIndex(_ index: Int, withObject anObject: AnyObject)
    init()
    init(capacity numItems: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSMutableArray {
    func addObjectsFromArray(_ otherArray: [AnyObject])
    func exchangeObjectAtIndex(_ idx1: Int, withObjectAtIndex idx2: Int)
    func removeAllObjects()
    func removeObject(_ anObject: AnyObject, inRange range: NSRange)
    func removeObject(_ anObject: AnyObject)
    func removeObjectIdenticalTo(_ anObject: AnyObject, inRange range: NSRange)
    func removeObjectIdenticalTo(_ anObject: AnyObject)
    func removeObjectsFromIndices(_ indices: UnsafeMutablePointer<Int>, numIndices cnt: Int)
    func removeObjectsInArray(_ otherArray: [AnyObject])
    func removeObjectsInRange(_ range: NSRange)
    func replaceObjectsInRange(_ range: NSRange, withObjectsFromArray otherArray: [AnyObject], range otherRange: NSRange)
    func replaceObjectsInRange(_ range: NSRange, withObjectsFromArray otherArray: [AnyObject])
    func setArray(_ otherArray: [AnyObject])
    func sortUsingFunction(_ compare: (AnyObject, AnyObject, UnsafeMutablePointer<Void>) -> Int, context context: UnsafeMutablePointer<Void>)
    func sortUsingSelector(_ comparator: Selector)
    func insertObjects(_ objects: [AnyObject], atIndexes indexes: NSIndexSet)
    func removeObjectsAtIndexes(_ indexes: NSIndexSet)
    func replaceObjectsAtIndexes(_ indexes: NSIndexSet, withObjects objects: [AnyObject])
    subscript (_ idx: Int) -> AnyObject
    func setObject(_ obj: AnyObject, atIndexedSubscript idx: Int)
    func sortUsingComparator(_ cmptr: NSComparator)
    func sortWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator)
}
extension NSMutableArray {
    convenience init(capacity numItems: Int)
    class func arrayWithCapacity(_ numItems: Int) -> Self
     init?(contentsOfFile path: String)
    class func arrayWithContentsOfFile(_ path: String) -> NSMutableArray?
     init?(contentsOfURL url: NSURL)
    class func arrayWithContentsOfURL(_ url: NSURL) -> NSMutableArray?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSMutableArray {
    func filterUsingPredicate(_ predicate: NSPredicate)
}
extension NSMutableArray {
    func sortUsingDescriptors(_ sortDescriptors: [NSSortDescriptor])
}

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Declaration
From
func sortUsingDescriptors(_ sortDescriptors: [AnyObject])
To
func sortUsingDescriptors(_ sortDescriptors: [NSSortDescriptor])

Declaration
From
func sortUsingFunction(_ compare: CFunctionPointer<((AnyObject!, AnyObject!, UnsafeMutablePointer<Void>) -> Int)>, context context: UnsafeMutablePointer<Void>)
To
func sortUsingFunction(_ compare: (AnyObject, AnyObject, UnsafeMutablePointer<Void>) -> Int, context context: UnsafeMutablePointer<Void>)

Declaration
From
class NSMutableAttributedString : NSAttributedString {
    func replaceCharactersInRange(_ range: NSRange, withString str: String)
    func setAttributes(_ attrs: [NSObject : AnyObject]?, range range: NSRange)
}
extension NSMutableAttributedString {
    func readFromURL(_ url: NSURL, options opts: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error error: NSErrorPointer) -> Bool
    func readFromData(_ data: NSData, options opts: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error error: NSErrorPointer) -> Bool
    func readFromURL(_ url: NSURL, options options: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
    func readFromData(_ data: NSData, options options: [NSObject : AnyObject]?, documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
    func superscriptRange(_ range: NSRange)
    func subscriptRange(_ range: NSRange)
    func unscriptRange(_ range: NSRange)
    func applyFontTraits(_ traitMask: NSFontTraitMask, range range: NSRange)
    func setAlignment(_ alignment: NSTextAlignment, range range: NSRange)
    func setBaseWritingDirection(_ writingDirection: NSWritingDirection, range range: NSRange)
    func fixAttributesInRange(_ range: NSRange)
    func fixFontAttributeInRange(_ range: NSRange)
    func fixParagraphStyleAttributeInRange(_ range: NSRange)
    func fixAttachmentAttributeInRange(_ range: NSRange)
}
extension NSMutableAttributedString {
    func updateAttachmentsFromPath(_ path: String)
}
extension NSMutableAttributedString {
    var mutableString: NSMutableString { get }
    func addAttribute(_ name: String, value value: AnyObject, range range: NSRange)
    func addAttributes(_ attrs: [NSObject : AnyObject], range range: NSRange)
    func removeAttribute(_ name: String, range range: NSRange)
    func replaceCharactersInRange(_ range: NSRange, withAttributedString attrString: NSAttributedString)
    func insertAttributedString(_ attrString: NSAttributedString, atIndex loc: Int)
    func appendAttributedString(_ attrString: NSAttributedString)
    func deleteCharactersInRange(_ range: NSRange)
    func setAttributedString(_ attrString: NSAttributedString)
    func beginEditing()
    func endEditing()
}
To
class NSMutableAttributedString : NSAttributedString {
    func replaceCharactersInRange(_ range: NSRange, withString str: String)
    func setAttributes(_ attrs: [String : AnyObject]?, range range: NSRange)
}
extension NSMutableAttributedString {
    func fixAttributesInRange(_ range: NSRange)
    func fixFontAttributeInRange(_ range: NSRange)
    func fixParagraphStyleAttributeInRange(_ range: NSRange)
    func fixAttachmentAttributeInRange(_ range: NSRange)
}
extension NSMutableAttributedString {
    func readFromURL(_ url: NSURL, options opts: [String : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error error: ()) throws
    func readFromData(_ data: NSData, options opts: [String : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>, error error: ()) throws
}
extension NSMutableAttributedString {
    func superscriptRange(_ range: NSRange)
    func subscriptRange(_ range: NSRange)
    func unscriptRange(_ range: NSRange)
    func applyFontTraits(_ traitMask: NSFontTraitMask, range range: NSRange)
    func setAlignment(_ alignment: NSTextAlignment, range range: NSRange)
    func setBaseWritingDirection(_ writingDirection: NSWritingDirection, range range: NSRange)
}
extension NSMutableAttributedString {
    func readFromURL(_ url: NSURL, options options: [NSObject : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
    func readFromData(_ data: NSData, options options: [NSObject : AnyObject], documentAttributes dict: AutoreleasingUnsafeMutablePointer<NSDictionary?>) -> Bool
}
extension NSMutableAttributedString {
    func updateAttachmentsFromPath(_ path: String)
}
extension NSMutableAttributedString {
    var mutableString: NSMutableString { get }
    func addAttribute(_ name: String, value value: AnyObject, range range: NSRange)
    func addAttributes(_ attrs: [String : AnyObject], range range: NSRange)
    func removeAttribute(_ name: String, range range: NSRange)
    func replaceCharactersInRange(_ range: NSRange, withAttributedString attrString: NSAttributedString)
    func insertAttributedString(_ attrString: NSAttributedString, atIndex loc: Int)
    func appendAttributedString(_ attrString: NSAttributedString)
    func deleteCharactersInRange(_ range: NSRange)
    func setAttributedString(_ attrString: NSAttributedString)
    func beginEditing()
    func endEditing()
}

Declaration
From
func addAttributes(_ attrs: [NSObject : AnyObject], range range: NSRange)
To
func addAttributes(_ attrs: [String : AnyObject], range range: NSRange)

Declaration
From
func setAttributes(_ attrs: [NSObject : AnyObject]?, range range: NSRange)
To
func setAttributes(_ attrs: [String : AnyObject]?, range range: NSRange)

Declaration
From
class NSMutableCharacterSet : NSCharacterSet, NSCopying, NSMutableCopying {
    func addCharactersInRange(_ aRange: NSRange)
    func removeCharactersInRange(_ aRange: NSRange)
    func addCharactersInString(_ aString: String)
    func removeCharactersInString(_ aString: String)
    func formUnionWithCharacterSet(_ otherSet: NSCharacterSet)
    func formIntersectionWithCharacterSet(_ otherSet: NSCharacterSet)
    func invert()
    class func controlCharacterSet() -> NSMutableCharacterSet
    class func whitespaceCharacterSet() -> NSMutableCharacterSet
    class func whitespaceAndNewlineCharacterSet() -> NSMutableCharacterSet
    class func decimalDigitCharacterSet() -> NSMutableCharacterSet
    class func letterCharacterSet() -> NSMutableCharacterSet
    class func lowercaseLetterCharacterSet() -> NSMutableCharacterSet
    class func uppercaseLetterCharacterSet() -> NSMutableCharacterSet
    class func nonBaseCharacterSet() -> NSMutableCharacterSet
    class func alphanumericCharacterSet() -> NSMutableCharacterSet
    class func decomposableCharacterSet() -> NSMutableCharacterSet
    class func illegalCharacterSet() -> NSMutableCharacterSet
    class func punctuationCharacterSet() -> NSMutableCharacterSet
    class func capitalizedLetterCharacterSet() -> NSMutableCharacterSet
    class func symbolCharacterSet() -> NSMutableCharacterSet
    class func newlineCharacterSet() -> NSMutableCharacterSet
    init(range aRange: NSRange) -> NSMutableCharacterSet
    class func characterSetWithRange(_ aRange: NSRange) -> NSMutableCharacterSet
    init(charactersInString aString: String) -> NSMutableCharacterSet
    class func characterSetWithCharactersInString(_ aString: String) -> NSMutableCharacterSet
    init(bitmapRepresentation data: NSData) -> NSMutableCharacterSet
    class func characterSetWithBitmapRepresentation(_ data: NSData) -> NSMutableCharacterSet
    init?(contentsOfFile fName: String) -> NSMutableCharacterSet
    class func characterSetWithContentsOfFile(_ fName: String) -> NSMutableCharacterSet?
}
To
class NSMutableCharacterSet : NSCharacterSet {
    func addCharactersInRange(_ aRange: NSRange)
    func removeCharactersInRange(_ aRange: NSRange)
    func addCharactersInString(_ aString: String)
    func removeCharactersInString(_ aString: String)
    func formUnionWithCharacterSet(_ otherSet: NSCharacterSet)
    func formIntersectionWithCharacterSet(_ otherSet: NSCharacterSet)
    func invert()
    class func controlCharacterSet() -> NSMutableCharacterSet
    class func whitespaceCharacterSet() -> NSMutableCharacterSet
    class func whitespaceAndNewlineCharacterSet() -> NSMutableCharacterSet
    class func decimalDigitCharacterSet() -> NSMutableCharacterSet
    class func letterCharacterSet() -> NSMutableCharacterSet
    class func lowercaseLetterCharacterSet() -> NSMutableCharacterSet
    class func uppercaseLetterCharacterSet() -> NSMutableCharacterSet
    class func nonBaseCharacterSet() -> NSMutableCharacterSet
    class func alphanumericCharacterSet() -> NSMutableCharacterSet
    class func decomposableCharacterSet() -> NSMutableCharacterSet
    class func illegalCharacterSet() -> NSMutableCharacterSet
    class func punctuationCharacterSet() -> NSMutableCharacterSet
    class func capitalizedLetterCharacterSet() -> NSMutableCharacterSet
    class func symbolCharacterSet() -> NSMutableCharacterSet
    class func newlineCharacterSet() -> NSMutableCharacterSet
     init(range aRange: NSRange)
    class func characterSetWithRange(_ aRange: NSRange) -> NSMutableCharacterSet
     init(charactersInString aString: String)
    class func characterSetWithCharactersInString(_ aString: String) -> NSMutableCharacterSet
     init(bitmapRepresentation data: NSData)
    class func characterSetWithBitmapRepresentation(_ data: NSData) -> NSMutableCharacterSet
     init?(contentsOfFile fName: String)
    class func characterSetWithContentsOfFile(_ fName: String) -> NSMutableCharacterSet?
}

Declaration
From
init(bitmapRepresentation data: NSData) -> NSMutableCharacterSet
To
init(bitmapRepresentation data: NSData)

Declaration
From
init(charactersInString aString: String) -> NSMutableCharacterSet
To
init(charactersInString aString: String)

Declaration
From
init?(contentsOfFile fName: String) -> NSMutableCharacterSet
To
init?(contentsOfFile fName: String)

Declaration
From
init(range aRange: NSRange) -> NSMutableCharacterSet
To
init(range aRange: NSRange)

Declaration
From
protocol NSMutableCopying {
    func mutableCopyWithZone(_ zone: NSZone) -> AnyObject?
}
To
protocol NSMutableCopying {
    func mutableCopyWithZone(_ zone: NSZone) -> AnyObject
}

Declaration
From
func mutableCopyWithZone(_ zone: NSZone) -> AnyObject?
To
func mutableCopyWithZone(_ zone: NSZone) -> AnyObject

Modified NSMutableData
Declaration
From
class NSMutableData : NSData {
    var mutableBytes: UnsafeMutablePointer<Void> { get }
    var length: Int
}
extension NSMutableData {
    func appendBytes(_ bytes: UnsafePointer<Void>, length length: Int)
    func appendData(_ other: NSData)
    func increaseLengthBy(_ extraLength: Int)
    func replaceBytesInRange(_ range: NSRange, withBytes bytes: UnsafePointer<Void>)
    func resetBytesInRange(_ range: NSRange)
    func setData(_ data: NSData)
    func replaceBytesInRange(_ range: NSRange, withBytes replacementBytes: UnsafePointer<Void>, length replacementLength: Int)
}
extension NSMutableData {
    convenience init!(capacity aNumItems: Int)
    class func dataWithCapacity(_ aNumItems: Int) -> Self!
    convenience init!(length length: Int)
    class func dataWithLength(_ length: Int) -> Self!
    init?(capacity capacity: Int)
    init?(length length: Int)
}
To
class NSMutableData : NSData {
    var mutableBytes: UnsafeMutablePointer<Void> { get }
    var length: Int
}
extension NSMutableData {
    func appendBytes(_ bytes: UnsafePointer<Void>, length length: Int)
    func appendData(_ other: NSData)
    func increaseLengthBy(_ extraLength: Int)
    func replaceBytesInRange(_ range: NSRange, withBytes bytes: UnsafePointer<Void>)
    func resetBytesInRange(_ range: NSRange)
    func setData(_ data: NSData)
    func replaceBytesInRange(_ range: NSRange, withBytes replacementBytes: UnsafePointer<Void>, length replacementLength: Int)
}
extension NSMutableData {
    convenience init?(capacity aNumItems: Int)
    class func dataWithCapacity(_ aNumItems: Int) -> Self?
    convenience init?(length length: Int)
    class func dataWithLength(_ length: Int) -> Self?
    init?(capacity capacity: Int)
    init?(length length: Int)
}

Declaration
From
class NSMutableDictionary : NSDictionary {
    func removeObjectForKey(_ aKey: AnyObject)
    func setObject(_ anObject: AnyObject, forKey aKey: NSCopying)
    init()
    init(capacity numItems: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSMutableDictionary {
    func addEntriesFromDictionary(_ otherDictionary: [NSObject : AnyObject])
    func removeAllObjects()
    func removeObjectsForKeys(_ keyArray: [AnyObject])
    func setDictionary(_ otherDictionary: [NSObject : AnyObject])
    subscript (key: NSCopying) -> AnyObject?
    func setObject(_ obj: AnyObject?, forKeyedSubscript key: NSCopying)
}
extension NSMutableDictionary {
    convenience init!(capacity numItems: Int)
    class func dictionaryWithCapacity(_ numItems: Int) -> Self!
    init?(contentsOfFile path: String) -> NSMutableDictionary
    class func dictionaryWithContentsOfFile(_ path: String) -> NSMutableDictionary?
    init?(contentsOfURL url: NSURL) -> NSMutableDictionary
    class func dictionaryWithContentsOfURL(_ url: NSURL) -> NSMutableDictionary?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSMutableDictionary {
    init(sharedKeySet keyset: AnyObject) -> NSMutableDictionary
    class func dictionaryWithSharedKeySet(_ keyset: AnyObject) -> NSMutableDictionary
}
extension NSMutableDictionary {
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSMutableDictionary {
    convenience init!(OBEXHeadersData inHeadersData: UnsafePointer<Void>, headersDataSize inDataSize: Int)
    class func dictionaryWithOBEXHeadersData(_ inHeadersData: UnsafePointer<Void>, headersDataSize inDataSize: Int) -> Self!
    convenience init!(OBEXHeadersData inHeadersData: NSData!)
    class func dictionaryWithOBEXHeadersData(_ inHeadersData: NSData!) -> Self!
    func getHeaderBytes() -> NSMutableData!
    func addTargetHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addHTTPHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addBodyHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32, endOfBody isEndOfBody: Bool) -> OBEXError
    func addWhoHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addConnectionIDHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addApplicationParameterHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addByteSequenceHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addObjectClassHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addAuthorizationChallengeHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addAuthorizationResponseHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addTimeISOHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addTypeHeader(_ type: String!) -> OBEXError
    func addLengthHeader(_ length: UInt32) -> OBEXError
    func addTime4ByteHeader(_ time4Byte: UInt32) -> OBEXError
    func addCountHeader(_ inCount: UInt32) -> OBEXError
    func addDescriptionHeader(_ inDescriptionString: String!) -> OBEXError
    func addNameHeader(_ inNameString: String!) -> OBEXError
    func addUserDefinedHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addImageHandleHeader(_ type: String!) -> OBEXError
    func addImageDescriptorHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    class func withOBEXHeadersData(_ inHeadersData: UnsafePointer<Void>, headersDataSize inDataSize: Int) -> Self!
}
To
class NSMutableDictionary : NSDictionary {
    func removeObjectForKey(_ aKey: AnyObject)
    func setObject(_ anObject: AnyObject, forKey aKey: NSCopying)
    init()
    init(capacity numItems: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSMutableDictionary {
    func addEntriesFromDictionary(_ otherDictionary: [NSObject : AnyObject])
    func removeAllObjects()
    func removeObjectsForKeys(_ keyArray: [AnyObject])
    func setDictionary(_ otherDictionary: [NSObject : AnyObject])
    subscript (_ key: NSCopying) -> AnyObject?
    func setObject(_ obj: AnyObject?, forKeyedSubscript key: NSCopying)
}
extension NSMutableDictionary {
    convenience init(capacity numItems: Int)
    class func dictionaryWithCapacity(_ numItems: Int) -> Self
     init?(contentsOfFile path: String)
    class func dictionaryWithContentsOfFile(_ path: String) -> NSMutableDictionary?
     init?(contentsOfURL url: NSURL)
    class func dictionaryWithContentsOfURL(_ url: NSURL) -> NSMutableDictionary?
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
}
extension NSMutableDictionary {
     init(sharedKeySet keyset: AnyObject)
    class func dictionaryWithSharedKeySet(_ keyset: AnyObject) -> NSMutableDictionary
}
extension NSMutableDictionary {
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSMutableDictionary {
    convenience init!(OBEXHeadersData inHeadersData: UnsafePointer<Void>, headersDataSize inDataSize: Int)
    class func dictionaryWithOBEXHeadersData(_ inHeadersData: UnsafePointer<Void>, headersDataSize inDataSize: Int) -> Self!
    convenience init!(OBEXHeadersData inHeadersData: NSData!)
    class func dictionaryWithOBEXHeadersData(_ inHeadersData: NSData!) -> Self!
    func getHeaderBytes() -> NSMutableData!
    func addTargetHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addHTTPHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addBodyHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32, endOfBody isEndOfBody: Bool) -> OBEXError
    func addWhoHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addConnectionIDHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addApplicationParameterHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addByteSequenceHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addObjectClassHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addAuthorizationChallengeHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addAuthorizationResponseHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addTimeISOHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addTypeHeader(_ type: String!) -> OBEXError
    func addLengthHeader(_ length: UInt32) -> OBEXError
    func addTime4ByteHeader(_ time4Byte: UInt32) -> OBEXError
    func addCountHeader(_ inCount: UInt32) -> OBEXError
    func addDescriptionHeader(_ inDescriptionString: String!) -> OBEXError
    func addNameHeader(_ inNameString: String!) -> OBEXError
    func addUserDefinedHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    func addImageHandleHeader(_ type: String!) -> OBEXError
    func addImageDescriptorHeader(_ inHeaderData: UnsafePointer<Void>, length inHeaderDataLength: UInt32) -> OBEXError
    class func withOBEXHeadersData(_ inHeadersData: UnsafePointer<Void>, headersDataSize inDataSize: Int) -> Self!
}

Declaration
From
init(sharedKeySet keyset: AnyObject) -> NSMutableDictionary
To
init(sharedKeySet keyset: AnyObject)

Declaration
From
class NSMutableOrderedSet : NSOrderedSet {
    func insertObject(_ object: AnyObject, atIndex idx: Int)
    func removeObjectAtIndex(_ idx: Int)
    func replaceObjectAtIndex(_ idx: Int, withObject object: AnyObject)
    init?(coder aDecoder: NSCoder)
    init()
    init(capacity numItems: Int)
}
extension NSMutableOrderedSet {
    func addObject(_ object: AnyObject)
    func addObjects(_ objects: UnsafePointer<AnyObject?>, count count: Int)
    func addObjectsFromArray(_ array: [AnyObject])
    func exchangeObjectAtIndex(_ idx1: Int, withObjectAtIndex idx2: Int)
    func moveObjectsAtIndexes(_ indexes: NSIndexSet, toIndex idx: Int)
    func insertObjects(_ objects: [AnyObject], atIndexes indexes: NSIndexSet)
    func setObject(_ obj: AnyObject, atIndex idx: Int)
    subscript (idx: Int) -> AnyObject
    func setObject(_ obj: AnyObject, atIndexedSubscript idx: Int)
    func replaceObjectsInRange(_ range: NSRange, withObjects objects: UnsafePointer<AnyObject?>, count count: Int)
    func replaceObjectsAtIndexes(_ indexes: NSIndexSet, withObjects objects: [AnyObject])
    func removeObjectsInRange(_ range: NSRange)
    func removeObjectsAtIndexes(_ indexes: NSIndexSet)
    func removeAllObjects()
    func removeObject(_ object: AnyObject)
    func removeObjectsInArray(_ array: [AnyObject])
    func intersectOrderedSet(_ other: NSOrderedSet)
    func minusOrderedSet(_ other: NSOrderedSet)
    func unionOrderedSet(_ other: NSOrderedSet)
    func intersectSet(_ other: Set<NSObject>)
    func minusSet(_ other: Set<NSObject>)
    func unionSet(_ other: Set<NSObject>)
    func sortUsingComparator(_ cmptr: NSComparator)
    func sortWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator)
    func sortRange(_ range: NSRange, options opts: NSSortOptions, usingComparator cmptr: NSComparator)
}
extension NSMutableOrderedSet {
    convenience init!(capacity numItems: Int)
    class func orderedSetWithCapacity(_ numItems: Int) -> Self!
}
extension NSMutableOrderedSet {
    func filterUsingPredicate(_ p: NSPredicate)
}
extension NSMutableOrderedSet {
    func sortUsingDescriptors(_ sortDescriptors: [AnyObject])
}
To
class NSMutableOrderedSet : NSOrderedSet {
    func insertObject(_ object: AnyObject, atIndex idx: Int)
    func removeObjectAtIndex(_ idx: Int)
    func replaceObjectAtIndex(_ idx: Int, withObject object: AnyObject)
    init?(coder aDecoder: NSCoder)
    init()
    init(capacity numItems: Int)
}
extension NSMutableOrderedSet {
    func addObject(_ object: AnyObject)
    func addObjects(_ objects: UnsafePointer<AnyObject?>, count count: Int)
    func addObjectsFromArray(_ array: [AnyObject])
    func exchangeObjectAtIndex(_ idx1: Int, withObjectAtIndex idx2: Int)
    func moveObjectsAtIndexes(_ indexes: NSIndexSet, toIndex idx: Int)
    func insertObjects(_ objects: [AnyObject], atIndexes indexes: NSIndexSet)
    func setObject(_ obj: AnyObject, atIndex idx: Int)
    subscript (_ idx: Int) -> AnyObject
    func setObject(_ obj: AnyObject, atIndexedSubscript idx: Int)
    func replaceObjectsInRange(_ range: NSRange, withObjects objects: UnsafePointer<AnyObject?>, count count: Int)
    func replaceObjectsAtIndexes(_ indexes: NSIndexSet, withObjects objects: [AnyObject])
    func removeObjectsInRange(_ range: NSRange)
    func removeObjectsAtIndexes(_ indexes: NSIndexSet)
    func removeAllObjects()
    func removeObject(_ object: AnyObject)
    func removeObjectsInArray(_ array: [AnyObject])
    func intersectOrderedSet(_ other: NSOrderedSet)
    func minusOrderedSet(_ other: NSOrderedSet)
    func unionOrderedSet(_ other: NSOrderedSet)
    func intersectSet(_ other: Set<NSObject>)
    func minusSet(_ other: Set<NSObject>)
    func unionSet(_ other: Set<NSObject>)
    func sortUsingComparator(_ cmptr: NSComparator)
    func sortWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator)
    func sortRange(_ range: NSRange, options opts: NSSortOptions, usingComparator cmptr: NSComparator)
}
extension NSMutableOrderedSet {
    convenience init(capacity numItems: Int)
    class func orderedSetWithCapacity(_ numItems: Int) -> Self
}
extension NSMutableOrderedSet {
    func filterUsingPredicate(_ p: NSPredicate)
}
extension NSMutableOrderedSet {
    func sortUsingDescriptors(_ sortDescriptors: [NSSortDescriptor])
}

Declaration
From
func sortUsingDescriptors(_ sortDescriptors: [AnyObject])
To
func sortUsingDescriptors(_ sortDescriptors: [NSSortDescriptor])

Modified NSMutableSet
Declaration
From
class NSMutableSet : NSSet {
    func addObject(_ object: AnyObject)
    func removeObject(_ object: AnyObject)
    init?(coder aDecoder: NSCoder)
    init()
    init(capacity numItems: Int)
}
extension NSMutableSet {
    func filterUsingPredicate(_ predicate: NSPredicate)
}
extension NSMutableSet {
    func addObjectsFromArray(_ array: [AnyObject])
    func intersectSet(_ otherSet: Set<NSObject>)
    func minusSet(_ otherSet: Set<NSObject>)
    func removeAllObjects()
    func unionSet(_ otherSet: Set<NSObject>)
    func setSet(_ otherSet: Set<NSObject>)
}
extension NSMutableSet {
    convenience init!(capacity numItems: Int)
    class func setWithCapacity(_ numItems: Int) -> Self!
}
To
class NSMutableSet : NSSet {
    func addObject(_ object: AnyObject)
    func removeObject(_ object: AnyObject)
    init?(coder aDecoder: NSCoder)
    init()
    init(capacity numItems: Int)
}
extension NSMutableSet {
    func filterUsingPredicate(_ predicate: NSPredicate)
}
extension NSMutableSet {
    func addObjectsFromArray(_ array: [AnyObject])
    func intersectSet(_ otherSet: Set<NSObject>)
    func minusSet(_ otherSet: Set<NSObject>)
    func removeAllObjects()
    func unionSet(_ otherSet: Set<NSObject>)
    func setSet(_ otherSet: Set<NSObject>)
}
extension NSMutableSet {
    convenience init(capacity numItems: Int)
    class func setWithCapacity(_ numItems: Int) -> Self
}

Declaration
From
class NSMutableString : NSString {
    func replaceCharactersInRange(_ range: NSRange, withString aString: String)
}
extension NSMutableString {
    func appendFormat(_ format: NSString, _ args: CVarArgType...)
}
extension NSMutableString {
    func insertString(_ aString: String, atIndex loc: Int)
    func deleteCharactersInRange(_ range: NSRange)
    func appendString(_ aString: String)
    func setString(_ aString: String)
    init(capacity capacity: Int)
    class func stringWithCapacity(_ capacity: Int) -> NSMutableString
    func replaceOccurrencesOfString(_ target: String, withString replacement: String, options options: NSStringCompareOptions, range searchRange: NSRange) -> Int
}
extension NSMutableString {
    func appendFormat(_ format: NSString, _ args: CVarArgType...)
}
To
class NSMutableString : NSString {
    func replaceCharactersInRange(_ range: NSRange, withString aString: String)
}
extension NSMutableString {
    func appendFormat(_ format: NSString, _ args: CVarArgType...)
}
extension NSMutableString {
    func insertString(_ aString: String, atIndex loc: Int)
    func deleteCharactersInRange(_ range: NSRange)
    func appendString(_ aString: String)
    func setString(_ aString: String)
    func replaceOccurrencesOfString(_ target: String, withString replacement: String, options options: NSStringCompareOptions, range searchRange: NSRange) -> Int
    func applyTransform(_ transform: String, reverse reverse: Bool, range range: NSRange, updatedRange resultingRange: NSRangePointer) -> Bool
    init(capacity capacity: Int)
    class func stringWithCapacity(_ capacity: Int) -> NSMutableString
}
extension NSMutableString {
    func appendFormat(_ format: NSString, _ args: CVarArgType...)
}

Declaration
From
class NSMutableURLRequest : NSURLRequest {
    @NSCopying var URL: NSURL?
    var cachePolicy: NSURLRequestCachePolicy
    var timeoutInterval: NSTimeInterval
    @NSCopying var mainDocumentURL: NSURL?
    var networkServiceType: NSURLRequestNetworkServiceType
    var allowsCellularAccess: Bool
}
extension NSMutableURLRequest {
    var HTTPMethod: String
    var allHTTPHeaderFields: [NSObject : AnyObject]?
    func setValue(_ value: String?, forHTTPHeaderField field: String)
    func addValue(_ value: String?, forHTTPHeaderField field: String)
    @NSCopying var HTTPBody: NSData?
    var HTTPBodyStream: NSInputStream?
    var HTTPShouldHandleCookies: Bool
    var HTTPShouldUsePipelining: Bool
}
To
class NSMutableURLRequest : NSURLRequest {
    @NSCopying var URL: NSURL?
    var cachePolicy: NSURLRequestCachePolicy
    var timeoutInterval: NSTimeInterval
    @NSCopying var mainDocumentURL: NSURL?
    var networkServiceType: NSURLRequestNetworkServiceType
    var allowsCellularAccess: Bool
}
extension NSMutableURLRequest {
    var HTTPMethod: String
    var allHTTPHeaderFields: [String : String]?
    func setValue(_ value: String?, forHTTPHeaderField field: String)
    func addValue(_ value: String, forHTTPHeaderField field: String)
    @NSCopying var HTTPBody: NSData?
    var HTTPBodyStream: NSInputStream?
    var HTTPShouldHandleCookies: Bool
    var HTTPShouldUsePipelining: Bool
}

Declaration
From
func addValue(_ value: String?, forHTTPHeaderField field: String)
To
func addValue(_ value: String, forHTTPHeaderField field: String)

Declaration
From
var allHTTPHeaderFields: [NSObject : AnyObject]?
To
var allHTTPHeaderFields: [String : String]?

Declaration
From
class NSNameSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, name name: String)
    var name: String
}
To
class NSNameSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, name name: String)
    var name: String
}

Declaration
From
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, name name: String)
To
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, name name: String)

Modified NSNetService
Declaration
From
class NSNetService : NSObject {
    init!(domain domain: String, type type: String, name name: String, port port: Int32)
    convenience init!(domain domain: String, type type: String, name name: String)
    func scheduleInRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    unowned(unsafe) var delegate: NSNetServiceDelegate?
    var includesPeerToPeer: Bool
    var name: String { get }
    var type: String { get }
    var domain: String! { get }
    var hostName: String? { get }
    var addresses: [AnyObject]? { get }
    var port: Int { get }
    func publish()
    func publishWithOptions(_ options: NSNetServiceOptions)
    func resolve()
    func stop()
    class func dictionaryFromTXTRecordData(_ txtData: NSData) -> [NSObject : AnyObject]
    class func dataFromTXTRecordDictionary(_ txtDictionary: [NSObject : AnyObject]) -> NSData
    func resolveWithTimeout(_ timeout: NSTimeInterval)
    func getInputStream(_ inputStream: UnsafeMutablePointer<NSInputStream?>, outputStream outputStream: UnsafeMutablePointer<NSOutputStream?>) -> Bool
    func setTXTRecordData(_ recordData: NSData!) -> Bool
    func TXTRecordData() -> NSData!
    func startMonitoring()
    func stopMonitoring()
}
extension NSNetService {
    func protocolSpecificInformation() -> String!
    func setProtocolSpecificInformation(_ specificInformation: String!)
}
To
class NSNetService : NSObject {
    init(domain domain: String, type type: String, name name: String, port port: Int32)
    convenience init(domain domain: String, type type: String, name name: String)
    func scheduleInRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    unowned(unsafe) var delegate: NSNetServiceDelegate?
    var includesPeerToPeer: Bool
    var name: String { get }
    var type: String { get }
    var domain: String { get }
    var hostName: String? { get }
    var addresses: [NSData]? { get }
    var port: Int { get }
    func publish()
    func publishWithOptions(_ options: NSNetServiceOptions)
    func resolve()
    func stop()
    class func dictionaryFromTXTRecordData(_ txtData: NSData) -> [String : NSData]
    class func dataFromTXTRecordDictionary(_ txtDictionary: [String : NSData]) -> NSData
    func resolveWithTimeout(_ timeout: NSTimeInterval)
    func getInputStream(_ inputStream: UnsafeMutablePointer<NSInputStream?>, outputStream outputStream: UnsafeMutablePointer<NSOutputStream?>) -> Bool
    func setTXTRecordData(_ recordData: NSData?) -> Bool
    func TXTRecordData() -> NSData?
    func startMonitoring()
    func stopMonitoring()
}

Declaration
From
var addresses: [AnyObject]? { get }
To
var addresses: [NSData]? { get }

Declaration
From
class func dataFromTXTRecordDictionary(_ txtDictionary: [NSObject : AnyObject]) -> NSData
To
class func dataFromTXTRecordDictionary(_ txtDictionary: [String : NSData]) -> NSData

Declaration
From
class func dictionaryFromTXTRecordData(_ txtData: NSData) -> [NSObject : AnyObject]
To
class func dictionaryFromTXTRecordData(_ txtData: NSData) -> [String : NSData]

Declaration
From
var domain: String! { get }
To
var domain: String { get }

Declaration
From
convenience init!(domain domain: String, type type: String, name name: String)
To
convenience init(domain domain: String, type type: String, name name: String)

Declaration
From
init!(domain domain: String, type type: String, name name: String, port port: Int32)
To
init(domain domain: String, type type: String, name name: String, port port: Int32)

Declaration
From
func setTXTRecordData(_ recordData: NSData!) -> Bool
To
func setTXTRecordData(_ recordData: NSData?) -> Bool

Declaration
From
func TXTRecordData() -> NSData!
To
func TXTRecordData() -> NSData?

Declaration
From
class NSNetServiceBrowser : NSObject {
    init()
    unowned(unsafe) var delegate: NSNetServiceBrowserDelegate?
    var includesPeerToPeer: Bool
    func scheduleInRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func searchForBrowsableDomains()
    func searchForRegistrationDomains()
    func searchForServicesOfType(_ type: String, inDomain domainString: String)
    func stop()
}
extension NSNetServiceBrowser {
    func searchForAllDomains()
}
To
class NSNetServiceBrowser : NSObject {
    init()
    unowned(unsafe) var delegate: NSNetServiceBrowserDelegate?
    var includesPeerToPeer: Bool
    func scheduleInRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func searchForBrowsableDomains()
    func searchForRegistrationDomains()
    func searchForServicesOfType(_ type: String, inDomain domainString: String)
    func stop()
}

Declaration
From
protocol NSNetServiceBrowserDelegate : NSObjectProtocol {
    optional func netServiceBrowserWillSearch(_ aNetServiceBrowser: NSNetServiceBrowser)
    optional func netServiceBrowserDidStopSearch(_ aNetServiceBrowser: NSNetServiceBrowser)
    optional func netServiceBrowser(_ aNetServiceBrowser: NSNetServiceBrowser, didNotSearch errorDict: [NSObject : AnyObject])
    optional func netServiceBrowser(_ aNetServiceBrowser: NSNetServiceBrowser, didFindDomain domainString: String, moreComing moreComing: Bool)
    optional func netServiceBrowser(_ aNetServiceBrowser: NSNetServiceBrowser, didFindService aNetService: NSNetService, moreComing moreComing: Bool)
    optional func netServiceBrowser(_ aNetServiceBrowser: NSNetServiceBrowser, didRemoveDomain domainString: String, moreComing moreComing: Bool)
    optional func netServiceBrowser(_ aNetServiceBrowser: NSNetServiceBrowser, didRemoveService aNetService: NSNetService, moreComing moreComing: Bool)
}
To
protocol NSNetServiceBrowserDelegate : NSObjectProtocol {
    optional func netServiceBrowserWillSearch(_ browser: NSNetServiceBrowser)
    optional func netServiceBrowserDidStopSearch(_ browser: NSNetServiceBrowser)
    optional func netServiceBrowser(_ browser: NSNetServiceBrowser, didNotSearch errorDict: [String : NSNumber])
    optional func netServiceBrowser(_ browser: NSNetServiceBrowser, didFindDomain domainString: String, moreComing moreComing: Bool)
    optional func netServiceBrowser(_ browser: NSNetServiceBrowser, didFindService service: NSNetService, moreComing moreComing: Bool)
    optional func netServiceBrowser(_ browser: NSNetServiceBrowser, didRemoveDomain domainString: String, moreComing moreComing: Bool)
    optional func netServiceBrowser(_ browser: NSNetServiceBrowser, didRemoveService service: NSNetService, moreComing moreComing: Bool)
}

Declaration
From
optional func netServiceBrowser(_ aNetServiceBrowser: NSNetServiceBrowser, didNotSearch errorDict: [NSObject : AnyObject])
To
optional func netServiceBrowser(_ browser: NSNetServiceBrowser, didNotSearch errorDict: [String : NSNumber])

Declaration
From
protocol NSNetServiceDelegate : NSObjectProtocol {
    optional func netServiceWillPublish(_ sender: NSNetService)
    optional func netServiceDidPublish(_ sender: NSNetService)
    optional func netService(_ sender: NSNetService, didNotPublish errorDict: [NSObject : AnyObject])
    optional func netServiceWillResolve(_ sender: NSNetService)
    optional func netServiceDidResolveAddress(_ sender: NSNetService)
    optional func netService(_ sender: NSNetService, didNotResolve errorDict: [NSObject : AnyObject])
    optional func netServiceDidStop(_ sender: NSNetService)
    optional func netService(_ sender: NSNetService, didUpdateTXTRecordData data: NSData)
    optional func netService(_ sender: NSNetService, didAcceptConnectionWithInputStream inputStream: NSInputStream, outputStream outputStream: NSOutputStream)
}
To
protocol NSNetServiceDelegate : NSObjectProtocol {
    optional func netServiceWillPublish(_ sender: NSNetService)
    optional func netServiceDidPublish(_ sender: NSNetService)
    optional func netService(_ sender: NSNetService, didNotPublish errorDict: [String : NSNumber])
    optional func netServiceWillResolve(_ sender: NSNetService)
    optional func netServiceDidResolveAddress(_ sender: NSNetService)
    optional func netService(_ sender: NSNetService, didNotResolve errorDict: [String : NSNumber])
    optional func netServiceDidStop(_ sender: NSNetService)
    optional func netService(_ sender: NSNetService, didUpdateTXTRecordData data: NSData)
    optional func netService(_ sender: NSNetService, didAcceptConnectionWithInputStream inputStream: NSInputStream, outputStream outputStream: NSOutputStream)
}

Declaration
From
optional func netService(_ sender: NSNetService, didNotPublish errorDict: [NSObject : AnyObject])
To
optional func netService(_ sender: NSNetService, didNotPublish errorDict: [String : NSNumber])

Declaration
From
optional func netService(_ sender: NSNetService, didNotResolve errorDict: [NSObject : AnyObject])
To
optional func netService(_ sender: NSNetService, didNotResolve errorDict: [String : NSNumber])

DeclarationProtocols
From
struct NSNetServiceOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var NoAutoRename: NSNetServiceOptions { get }
    static var ListenForConnections: NSNetServiceOptions { get }
}
RawOptionSetType
To
struct NSNetServiceOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var NoAutoRename: NSNetServiceOptions { get }
    static var ListenForConnections: NSNetServiceOptions { get }
}
OptionSetType

Raw Value Type
From--
ToInt

Declaration
From
class NSNotificationCenter : NSObject {
    class func defaultCenter() -> NSNotificationCenter
    func addObserver(_ observer: AnyObject, selector aSelector: Selector, name aName: String?, object anObject: AnyObject?)
    func postNotification(_ notification: NSNotification)
    func postNotificationName(_ aName: String, object anObject: AnyObject?)
    func postNotificationName(_ aName: String, object anObject: AnyObject?, userInfo aUserInfo: [NSObject : AnyObject]?)
    func removeObserver(_ observer: AnyObject)
    func removeObserver(_ observer: AnyObject, name aName: String?, object anObject: AnyObject?)
    func addObserverForName(_ name: String?, object obj: AnyObject?, queue queue: NSOperationQueue?, usingBlock block: (NSNotification!) -> Void) -> NSObjectProtocol
}
To
class NSNotificationCenter : NSObject {
    class func defaultCenter() -> NSNotificationCenter
    func addObserver(_ observer: AnyObject, selector aSelector: Selector, name aName: String?, object anObject: AnyObject?)
    func postNotification(_ notification: NSNotification)
    func postNotificationName(_ aName: String, object anObject: AnyObject?)
    func postNotificationName(_ aName: String, object anObject: AnyObject?, userInfo aUserInfo: [NSObject : AnyObject]?)
    func removeObserver(_ observer: AnyObject)
    func removeObserver(_ observer: AnyObject, name aName: String?, object anObject: AnyObject?)
    func addObserverForName(_ name: String?, object obj: AnyObject?, queue queue: NSOperationQueue?, usingBlock block: (NSNotification) -> Void) -> NSObjectProtocol
}

Declaration
From
func addObserverForName(_ name: String?, object obj: AnyObject?, queue queue: NSOperationQueue?, usingBlock block: (NSNotification!) -> Void) -> NSObjectProtocol
To
func addObserverForName(_ name: String?, object obj: AnyObject?, queue queue: NSOperationQueue?, usingBlock block: (NSNotification) -> Void) -> NSObjectProtocol

DeclarationProtocolsIntroduction
From
enum NSNotificationCoalescing : UInt {
    case NoCoalescing
    case CoalescingOnName
    case CoalescingOnSender
}
Equatable, Hashable, RawRepresentableOS X 10.10
To
struct NSNotificationCoalescing : OptionSetType {
    init(rawValue rawValue: UInt)
    static var NoCoalescing: NSNotificationCoalescing { get }
    static var CoalescingOnName: NSNotificationCoalescing { get }
    static var CoalescingOnSender: NSNotificationCoalescing { get }
}
OptionSetTypeOS X 10.11

DeclarationIntroduction
From
case CoalescingOnName
OS X 10.10
To
static var CoalescingOnName: NSNotificationCoalescing { get }
OS X 10.11

DeclarationIntroduction
From
case CoalescingOnSender
OS X 10.10
To
static var CoalescingOnSender: NSNotificationCoalescing { get }
OS X 10.11

DeclarationIntroduction
From
case NoCoalescing
OS X 10.10
To
static var NoCoalescing: NSNotificationCoalescing { get }
OS X 10.11

Declaration
From
class NSNotificationQueue : NSObject {
    class func defaultQueue() -> NSNotificationQueue
    init(notificationCenter notificationCenter: NSNotificationCenter)
    func enqueueNotification(_ notification: NSNotification, postingStyle postingStyle: NSPostingStyle)
    func enqueueNotification(_ notification: NSNotification, postingStyle postingStyle: NSPostingStyle, coalesceMask coalesceMask: Int, forModes modes: [AnyObject]?)
    func dequeueNotificationsMatching(_ notification: NSNotification, coalesceMask coalesceMask: Int)
}
To
class NSNotificationQueue : NSObject {
    class func defaultQueue() -> NSNotificationQueue
    init(notificationCenter notificationCenter: NSNotificationCenter)
    func enqueueNotification(_ notification: NSNotification, postingStyle postingStyle: NSPostingStyle)
    func enqueueNotification(_ notification: NSNotification, postingStyle postingStyle: NSPostingStyle, coalesceMask coalesceMask: NSNotificationCoalescing, forModes modes: [String]?)
    func dequeueNotificationsMatching(_ notification: NSNotification, coalesceMask coalesceMask: Int)
}

Declaration
From
func enqueueNotification(_ notification: NSNotification, postingStyle postingStyle: NSPostingStyle, coalesceMask coalesceMask: Int, forModes modes: [AnyObject]?)
To
func enqueueNotification(_ notification: NSNotification, postingStyle postingStyle: NSPostingStyle, coalesceMask coalesceMask: NSNotificationCoalescing, forModes modes: [String]?)

Raw Value Type
From--
ToUInt

Modified NSNull
DeclarationProtocols
From
class NSNull : NSObject, NSCopying, NSSecureCoding, NSCoding {
    init!() -> NSNull
    class func null() -> NSNull!
}
AnyObject, NSCoding, NSCopying, NSSecureCoding
To
class NSNull : NSObject, NSCopying, NSSecureCoding, NSCoding {
     init()
    class func null() -> NSNull
}
extension NSNull : CAAction {
}
AnyObject, CAAction, NSCoding, NSCopying, NSSecureCoding

Modified NSNumber
Declaration
From
class NSNumber : NSValue {
    init?(coder aDecoder: NSCoder)
    init(char value: Int8)
    init(unsignedChar value: UInt8)
    init(short value: Int16)
    init(unsignedShort value: UInt16)
    init(int value: Int32)
    init(unsignedInt value: UInt32)
    init(long value: Int)
    init(unsignedLong value: UInt)
    init(longLong value: Int64)
    init(unsignedLongLong value: UInt64)
    init(float value: Float)
    init(double value: Double)
    init(bool value: Bool)
    init(integer value: Int)
    init(unsignedInteger value: Int)
    var charValue: Int8 { get }
    var unsignedCharValue: UInt8 { get }
    var shortValue: Int16 { get }
    var unsignedShortValue: UInt16 { get }
    var intValue: Int32 { get }
    var unsignedIntValue: UInt32 { get }
    var longValue: Int { get }
    var unsignedLongValue: UInt { get }
    var longLongValue: Int64 { get }
    var unsignedLongLongValue: UInt64 { get }
    var floatValue: Float { get }
    var doubleValue: Double { get }
    var boolValue: Bool { get }
    var integerValue: Int { get }
    var unsignedIntegerValue: Int { get }
    var stringValue: String { get }
    func compare(_ otherNumber: NSNumber) -> NSComparisonResult
    func isEqualToNumber(_ number: NSNumber) -> Bool
    func descriptionWithLocale(_ locale: AnyObject?) -> String
}
extension NSNumber : CKRecordValue, NSObjectProtocol {
}
extension NSNumber {
    var decimalValue: NSDecimal { get }
}
extension NSNumber : FloatLiteralConvertible, IntegerLiteralConvertible, BooleanLiteralConvertible {
    required convenience init(integerLiteral value: Int)
    required convenience init(floatLiteral value: Double)
    required convenience init(booleanLiteral value: Bool)
}
extension NSNumber {
    class func numberWithChar(_ value: Int8) -> NSNumber
    class func numberWithUnsignedChar(_ value: UInt8) -> NSNumber
    class func numberWithShort(_ value: Int16) -> NSNumber
    class func numberWithUnsignedShort(_ value: UInt16) -> NSNumber
    class func numberWithInt(_ value: Int32) -> NSNumber
    class func numberWithUnsignedInt(_ value: UInt32) -> NSNumber
    class func numberWithLong(_ value: Int) -> NSNumber
    class func numberWithUnsignedLong(_ value: UInt) -> NSNumber
    class func numberWithLongLong(_ value: Int64) -> NSNumber
    class func numberWithUnsignedLongLong(_ value: UInt64) -> NSNumber
    class func numberWithFloat(_ value: Float) -> NSNumber
    class func numberWithDouble(_ value: Double) -> NSNumber
    class func numberWithBool(_ value: Bool) -> NSNumber
    class func numberWithInteger(_ value: Int) -> NSNumber
    class func numberWithUnsignedInteger(_ value: Int) -> NSNumber
}
extension NSNumber : FloatLiteralConvertible, IntegerLiteralConvertible, BooleanLiteralConvertible {
    required convenience init(integerLiteral value: Int)
    required convenience init(floatLiteral value: Double)
    required convenience init(booleanLiteral value: Bool)
}
To
class NSNumber : NSValue {
    init?(coder aDecoder: NSCoder)
    init(char value: Int8)
    init(unsignedChar value: UInt8)
    init(short value: Int16)
    init(unsignedShort value: UInt16)
    init(int value: Int32)
    init(unsignedInt value: UInt32)
    init(long value: Int)
    init(unsignedLong value: UInt)
    init(longLong value: Int64)
    init(unsignedLongLong value: UInt64)
    init(float value: Float)
    init(double value: Double)
    init(bool value: Bool)
    init(integer value: Int)
    init(unsignedInteger value: Int)
    var charValue: Int8 { get }
    var unsignedCharValue: UInt8 { get }
    var shortValue: Int16 { get }
    var unsignedShortValue: UInt16 { get }
    var intValue: Int32 { get }
    var unsignedIntValue: UInt32 { get }
    var longValue: Int { get }
    var unsignedLongValue: UInt { get }
    var longLongValue: Int64 { get }
    var unsignedLongLongValue: UInt64 { get }
    var floatValue: Float { get }
    var doubleValue: Double { get }
    var boolValue: Bool { get }
    var integerValue: Int { get }
    var unsignedIntegerValue: Int { get }
    var stringValue: String { get }
    func compare(_ otherNumber: NSNumber) -> NSComparisonResult
    func isEqualToNumber(_ number: NSNumber) -> Bool
    func descriptionWithLocale(_ locale: AnyObject?) -> String
}
extension NSNumber : CKRecordValue {
}
extension NSNumber {
    var decimalValue: NSDecimal { get }
}
extension NSNumber : FloatLiteralConvertible, IntegerLiteralConvertible, BooleanLiteralConvertible {
    required convenience init(integerLiteral value: Int)
    required convenience init(floatLiteral value: Double)
    required convenience init(booleanLiteral value: Bool)
}
extension NSNumber {
    class func numberWithChar(_ value: Int8) -> NSNumber
    class func numberWithUnsignedChar(_ value: UInt8) -> NSNumber
    class func numberWithShort(_ value: Int16) -> NSNumber
    class func numberWithUnsignedShort(_ value: UInt16) -> NSNumber
    class func numberWithInt(_ value: Int32) -> NSNumber
    class func numberWithUnsignedInt(_ value: UInt32) -> NSNumber
    class func numberWithLong(_ value: Int) -> NSNumber
    class func numberWithUnsignedLong(_ value: UInt) -> NSNumber
    class func numberWithLongLong(_ value: Int64) -> NSNumber
    class func numberWithUnsignedLongLong(_ value: UInt64) -> NSNumber
    class func numberWithFloat(_ value: Float) -> NSNumber
    class func numberWithDouble(_ value: Double) -> NSNumber
    class func numberWithBool(_ value: Bool) -> NSNumber
    class func numberWithInteger(_ value: Int) -> NSNumber
    class func numberWithUnsignedInteger(_ value: Int) -> NSNumber
}
extension NSNumber : FloatLiteralConvertible, IntegerLiteralConvertible, BooleanLiteralConvertible {
    required convenience init(integerLiteral value: Int)
    required convenience init(floatLiteral value: Double)
    required convenience init(booleanLiteral value: Bool)
}

Declaration
From
class NSNumberFormatter : NSFormatter {
    var formattingContext: NSFormattingContext
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>, error error: NSErrorPointer) -> Bool
    func stringFromNumber(_ number: NSNumber) -> String?
    func numberFromString(_ string: String) -> NSNumber?
    class func localizedStringFromNumber(_ num: NSNumber, numberStyle nstyle: NSNumberFormatterStyle) -> String
    class func defaultFormatterBehavior() -> NSNumberFormatterBehavior
    class func setDefaultFormatterBehavior(_ behavior: NSNumberFormatterBehavior)
    var numberStyle: NSNumberFormatterStyle
    @NSCopying var locale: NSLocale?
    var generatesDecimalNumbers: Bool
    var formatterBehavior: NSNumberFormatterBehavior
    var negativeFormat: String
    var textAttributesForNegativeValues: [NSObject : AnyObject]?
    var positiveFormat: String!
    var textAttributesForPositiveValues: [NSObject : AnyObject]?
    var allowsFloats: Bool
    var decimalSeparator: String?
    var alwaysShowsDecimalSeparator: Bool
    var currencyDecimalSeparator: String?
    var usesGroupingSeparator: Bool
    var groupingSeparator: String!
    var zeroSymbol: String?
    var textAttributesForZero: [NSObject : AnyObject]?
    var nilSymbol: String
    var textAttributesForNil: [NSObject : AnyObject]?
    var notANumberSymbol: String
    var textAttributesForNotANumber: [NSObject : AnyObject]?
    var positiveInfinitySymbol: String
    var textAttributesForPositiveInfinity: [NSObject : AnyObject]?
    var negativeInfinitySymbol: String
    var textAttributesForNegativeInfinity: [NSObject : AnyObject]?
    var positivePrefix: String
    var positiveSuffix: String
    var negativePrefix: String
    var negativeSuffix: String
    var currencyCode: String
    var currencySymbol: String?
    var internationalCurrencySymbol: String?
    var percentSymbol: String
    var perMillSymbol: String
    var minusSign: String
    var plusSign: String
    var exponentSymbol: String
    var groupingSize: Int
    var secondaryGroupingSize: Int
    @NSCopying var multiplier: NSNumber?
    var formatWidth: Int
    var paddingCharacter: String?
    var paddingPosition: NSNumberFormatterPadPosition
    var roundingMode: NSNumberFormatterRoundingMode
    @NSCopying var roundingIncrement: NSNumber?
    var minimumIntegerDigits: Int
    var maximumIntegerDigits: Int
    var minimumFractionDigits: Int
    var maximumFractionDigits: Int
    @NSCopying var minimum: NSNumber!
    @NSCopying var maximum: NSNumber!
    var currencyGroupingSeparator: String?
    var lenient: Bool
    var usesSignificantDigits: Bool
    var minimumSignificantDigits: Int
    var maximumSignificantDigits: Int
    var partialStringValidationEnabled: Bool
}
extension NSNumberFormatter {
    var hasThousandSeparators: Bool
    var thousandSeparator: String?
    var localizesFormat: Bool
    var format: String
    @NSCopying var attributedStringForZero: NSAttributedString
    @NSCopying var attributedStringForNil: NSAttributedString?
    @NSCopying var attributedStringForNotANumber: NSAttributedString?
    @NSCopying var roundingBehavior: NSDecimalNumberHandler?
}
To
class NSNumberFormatter : NSFormatter {
    var formattingContext: NSFormattingContext
    func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>) throws
    func stringFromNumber(_ number: NSNumber) -> String?
    func numberFromString(_ string: String) -> NSNumber?
    class func localizedStringFromNumber(_ num: NSNumber, numberStyle nstyle: NSNumberFormatterStyle) -> String
    class func defaultFormatterBehavior() -> NSNumberFormatterBehavior
    class func setDefaultFormatterBehavior(_ behavior: NSNumberFormatterBehavior)
    var numberStyle: NSNumberFormatterStyle
    @NSCopying var locale: NSLocale!
    var generatesDecimalNumbers: Bool
    var formatterBehavior: NSNumberFormatterBehavior
    var negativeFormat: String!
    var textAttributesForNegativeValues: [String : AnyObject]?
    var positiveFormat: String!
    var textAttributesForPositiveValues: [String : AnyObject]?
    var allowsFloats: Bool
    var decimalSeparator: String!
    var alwaysShowsDecimalSeparator: Bool
    var currencyDecimalSeparator: String!
    var usesGroupingSeparator: Bool
    var groupingSeparator: String!
    var zeroSymbol: String?
    var textAttributesForZero: [String : AnyObject]?
    var nilSymbol: String
    var textAttributesForNil: [String : AnyObject]?
    var notANumberSymbol: String!
    var textAttributesForNotANumber: [String : AnyObject]?
    var positiveInfinitySymbol: String
    var textAttributesForPositiveInfinity: [String : AnyObject]?
    var negativeInfinitySymbol: String
    var textAttributesForNegativeInfinity: [String : AnyObject]?
    var positivePrefix: String!
    var positiveSuffix: String!
    var negativePrefix: String!
    var negativeSuffix: String!
    var currencyCode: String!
    var currencySymbol: String!
    var internationalCurrencySymbol: String!
    var percentSymbol: String!
    var perMillSymbol: String!
    var minusSign: String!
    var plusSign: String!
    var exponentSymbol: String!
    var groupingSize: Int
    var secondaryGroupingSize: Int
    @NSCopying var multiplier: NSNumber?
    var formatWidth: Int
    var paddingCharacter: String!
    var paddingPosition: NSNumberFormatterPadPosition
    var roundingMode: NSNumberFormatterRoundingMode
    @NSCopying var roundingIncrement: NSNumber!
    var minimumIntegerDigits: Int
    var maximumIntegerDigits: Int
    var minimumFractionDigits: Int
    var maximumFractionDigits: Int
    @NSCopying var minimum: NSNumber?
    @NSCopying var maximum: NSNumber?
    var currencyGroupingSeparator: String!
    var lenient: Bool
    var usesSignificantDigits: Bool
    var minimumSignificantDigits: Int
    var maximumSignificantDigits: Int
    var partialStringValidationEnabled: Bool
}
extension NSNumberFormatter {
    var hasThousandSeparators: Bool
    var thousandSeparator: String!
    var localizesFormat: Bool
    var format: String
    @NSCopying var attributedStringForZero: NSAttributedString
    @NSCopying var attributedStringForNil: NSAttributedString
    @NSCopying var attributedStringForNotANumber: NSAttributedString
    @NSCopying var roundingBehavior: NSDecimalNumberHandler
}

Declaration
From
@NSCopying var attributedStringForNil: NSAttributedString?
To
@NSCopying var attributedStringForNil: NSAttributedString

Declaration
From
@NSCopying var attributedStringForNotANumber: NSAttributedString?
To
@NSCopying var attributedStringForNotANumber: NSAttributedString

Declaration
From
var currencyCode: String
To
var currencyCode: String!

Declaration
From
var currencyDecimalSeparator: String?
To
var currencyDecimalSeparator: String!

Declaration
From
var currencyGroupingSeparator: String?
To
var currencyGroupingSeparator: String!

Declaration
From
var currencySymbol: String?
To
var currencySymbol: String!

Declaration
From
var decimalSeparator: String?
To
var decimalSeparator: String!

Declaration
From
var exponentSymbol: String
To
var exponentSymbol: String!

Declaration
From
func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>, error error: NSErrorPointer) -> Bool
To
func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>, forString string: String, range rangep: UnsafeMutablePointer<NSRange>) throws

Declaration
From
var internationalCurrencySymbol: String?
To
var internationalCurrencySymbol: String!

Declaration
From
@NSCopying var locale: NSLocale?
To
@NSCopying var locale: NSLocale!

Declaration
From
@NSCopying var maximum: NSNumber!
To
@NSCopying var maximum: NSNumber?

Declaration
From
@NSCopying var minimum: NSNumber!
To
@NSCopying var minimum: NSNumber?

Declaration
From
var minusSign: String
To
var minusSign: String!

Declaration
From
var negativeFormat: String
To
var negativeFormat: String!

Declaration
From
var negativePrefix: String
To
var negativePrefix: String!

Declaration
From
var negativeSuffix: String
To
var negativeSuffix: String!

Declaration
From
var notANumberSymbol: String
To
var notANumberSymbol: String!

Declaration
From
var paddingCharacter: String?
To
var paddingCharacter: String!

Declaration
From
var percentSymbol: String
To
var percentSymbol: String!

Declaration
From
var perMillSymbol: String
To
var perMillSymbol: String!

Declaration
From
var plusSign: String
To
var plusSign: String!

Declaration
From
var positivePrefix: String
To
var positivePrefix: String!

Declaration
From
var positiveSuffix: String
To
var positiveSuffix: String!

Declaration
From
@NSCopying var roundingBehavior: NSDecimalNumberHandler?
To
@NSCopying var roundingBehavior: NSDecimalNumberHandler

Declaration
From
@NSCopying var roundingIncrement: NSNumber?
To
@NSCopying var roundingIncrement: NSNumber!

Declaration
From
var textAttributesForNegativeInfinity: [NSObject : AnyObject]?
To
var textAttributesForNegativeInfinity: [String : AnyObject]?

Declaration
From
var textAttributesForNegativeValues: [NSObject : AnyObject]?
To
var textAttributesForNegativeValues: [String : AnyObject]?

Declaration
From
var textAttributesForNil: [NSObject : AnyObject]?
To
var textAttributesForNil: [String : AnyObject]?

Declaration
From
var textAttributesForNotANumber: [NSObject : AnyObject]?
To
var textAttributesForNotANumber: [String : AnyObject]?

Declaration
From
var textAttributesForPositiveInfinity: [NSObject : AnyObject]?
To
var textAttributesForPositiveInfinity: [String : AnyObject]?

Declaration
From
var textAttributesForPositiveValues: [NSObject : AnyObject]?
To
var textAttributesForPositiveValues: [String : AnyObject]?

Declaration
From
var textAttributesForZero: [NSObject : AnyObject]?
To
var textAttributesForZero: [String : AnyObject]?

Declaration
From
var thousandSeparator: String?
To
var thousandSeparator: String!

Raw Value Type
From--
ToUInt

Raw Value Type
From--
ToUInt

Raw Value Type
From--
ToUInt

DeclarationRaw Value Type
From
enum NSNumberFormatterStyle : UInt {
    case NoStyle
    case DecimalStyle
    case CurrencyStyle
    case PercentStyle
    case ScientificStyle
    case SpellOutStyle
}
--
To
enum NSNumberFormatterStyle : UInt {
    case NoStyle
    case DecimalStyle
    case CurrencyStyle
    case PercentStyle
    case ScientificStyle
    case SpellOutStyle
    case OrdinalStyle
    case CurrencyISOCodeStyle
    case CurrencyPluralStyle
    case CurrencyAccountingStyle
}
UInt

Declaration
From
func attemptRecoveryFromError(_ error: NSError!, optionIndex recoveryOptionIndex: Int) -> Bool
To
func attemptRecoveryFromError(_ error: NSError, optionIndex recoveryOptionIndex: Int) -> Bool

Declaration
From
func attemptRecoveryFromError(_ error: NSError!, optionIndex recoveryOptionIndex: Int, delegate delegate: AnyObject!, didRecoverSelector didRecoverSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>)
To
func attemptRecoveryFromError(_ error: NSError, optionIndex recoveryOptionIndex: Int, delegate delegate: AnyObject?, didRecoverSelector didRecoverSelector: Selector, contextInfo contextInfo: UnsafeMutablePointer<Void>)

Declaration
From
var attributeKeys: [AnyObject] { get }
To
var attributeKeys: [String] { get }

Declaration
From
class func classFallbacksForKeyedArchiver() -> [AnyObject]
To
class func classFallbacksForKeyedArchiver() -> [String]

Declaration
From
func coerceValue(_ value: AnyObject!, forKey key: String!) -> AnyObject!
To
func coerceValue(_ value: AnyObject?, forKey key: String) -> AnyObject?

Declaration
From
func copyScriptingValue(_ value: AnyObject!, forKey key: String, withProperties properties: [NSObject : AnyObject]!) -> AnyObject?
To
func copyScriptingValue(_ value: AnyObject, forKey key: String, withProperties properties: [String : AnyObject]) -> AnyObject?

Declaration
From
func dictionaryWithValuesForKeys(_ keys: [AnyObject]) -> [NSObject : AnyObject]
To
func dictionaryWithValuesForKeys(_ keys: [String]) -> [String : AnyObject]

Declaration
From
func indicesOfObjectsByEvaluatingObjectSpecifier(_ specifier: NSScriptObjectSpecifier) -> [AnyObject]?
To
func indicesOfObjectsByEvaluatingObjectSpecifier(_ specifier: NSScriptObjectSpecifier) -> [NSNumber]?

Declaration
From
func insertValue(_ value: AnyObject!, inPropertyWithKey key: String!)
To
func insertValue(_ value: AnyObject, inPropertyWithKey key: String)

Declaration
From
func inverseForRelationshipKey(_ relationshipKey: String!) -> String!
To
func inverseForRelationshipKey(_ relationshipKey: String) -> String?

Declaration
From
func isCaseInsensitiveLike(_ object: String!) -> Bool
To
func isCaseInsensitiveLike(_ object: String) -> Bool

Declaration
From
func isGreaterThan(_ object: AnyObject!) -> Bool
To
func isGreaterThan(_ object: AnyObject?) -> Bool

Declaration
From
func isGreaterThanOrEqualTo(_ object: AnyObject!) -> Bool
To
func isGreaterThanOrEqualTo(_ object: AnyObject?) -> Bool

Declaration
From
func isLessThan(_ object: AnyObject!) -> Bool
To
func isLessThan(_ object: AnyObject?) -> Bool

Declaration
From
func isLessThanOrEqualTo(_ object: AnyObject!) -> Bool
To
func isLessThanOrEqualTo(_ object: AnyObject?) -> Bool

Declaration
From
func isLike(_ object: String!) -> Bool
To
func isLike(_ object: String) -> Bool

Declaration
From
func isNotEqualTo(_ object: AnyObject!) -> Bool
To
func isNotEqualTo(_ object: AnyObject?) -> Bool

Declaration
From
class func keyPathsForValuesAffectingValueForKey(_ key: String) -> Set<NSObject>
To
class func keyPathsForValuesAffectingValueForKey(_ key: String) -> Set<String>

Declaration
From
func newScriptingObjectOfClass(_ objectClass: AnyClass!, forValueForKey key: String, withContentsValue contentsValue: AnyObject?, properties properties: [NSObject : AnyObject]!) -> AnyObject?
To
func newScriptingObjectOfClass(_ objectClass: AnyClass, forValueForKey key: String, withContentsValue contentsValue: AnyObject?, properties properties: [String : AnyObject]) -> AnyObject?

Declaration
From
func observeValueForKeyPath(_ keyPath: String, ofObject object: AnyObject, change change: [NSObject : AnyObject], context context: UnsafeMutablePointer<Void>)
To
func observeValueForKeyPath(_ keyPath: String?, ofObject object: AnyObject?, change change: [String : AnyObject]?, context context: UnsafeMutablePointer<Void>)

Declaration
From
func replaceValueAtIndex(_ index: Int, inPropertyWithKey key: String, withValue value: AnyObject!)
To
func replaceValueAtIndex(_ index: Int, inPropertyWithKey key: String, withValue value: AnyObject)

Declaration
From
func scriptingBeginsWith(_ object: AnyObject!) -> Bool
To
func scriptingBeginsWith(_ object: AnyObject) -> Bool

Declaration
From
func scriptingContains(_ object: AnyObject!) -> Bool
To
func scriptingContains(_ object: AnyObject) -> Bool

Declaration
From
func scriptingEndsWith(_ object: AnyObject!) -> Bool
To
func scriptingEndsWith(_ object: AnyObject) -> Bool

Declaration
From
func scriptingIsEqualTo(_ object: AnyObject!) -> Bool
To
func scriptingIsEqualTo(_ object: AnyObject) -> Bool

Declaration
From
func scriptingIsGreaterThan(_ object: AnyObject!) -> Bool
To
func scriptingIsGreaterThan(_ object: AnyObject) -> Bool

Declaration
From
func scriptingIsGreaterThanOrEqualTo(_ object: AnyObject!) -> Bool
To
func scriptingIsGreaterThanOrEqualTo(_ object: AnyObject) -> Bool

Declaration
From
func scriptingIsLessThan(_ object: AnyObject!) -> Bool
To
func scriptingIsLessThan(_ object: AnyObject) -> Bool

Declaration
From
func scriptingIsLessThanOrEqualTo(_ object: AnyObject!) -> Bool
To
func scriptingIsLessThanOrEqualTo(_ object: AnyObject) -> Bool

Declaration
From
var scriptingProperties: [NSObject : AnyObject]!
To
var scriptingProperties: [String : AnyObject]?

Declaration
From
func scriptingValueForSpecifier(_ objectSpecifier: NSScriptObjectSpecifier!) -> AnyObject!
To
func scriptingValueForSpecifier(_ objectSpecifier: NSScriptObjectSpecifier) -> AnyObject?

Declaration
From
func setValuesForKeysWithDictionary(_ keyedValues: [NSObject : AnyObject])
To
func setValuesForKeysWithDictionary(_ keyedValues: [String : AnyObject])

Declaration
From
var toManyRelationshipKeys: [AnyObject] { get }
To
var toManyRelationshipKeys: [String] { get }

Declaration
From
var toOneRelationshipKeys: [AnyObject] { get }
To
var toOneRelationshipKeys: [String] { get }

Declaration
From
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String, error outError: NSErrorPointer) -> Bool
To
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey inKey: String) throws

Declaration
From
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String, error outError: NSErrorPointer) -> Bool
To
func validateValue(_ ioValue: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKeyPath inKeyPath: String) throws

Declaration
From
func valueWithName(_ name: String!, inPropertyWithKey key: String!) -> AnyObject!
To
func valueWithName(_ name: String, inPropertyWithKey key: String) -> AnyObject?

Declaration
From
func valueWithUniqueID(_ uniqueID: AnyObject!, inPropertyWithKey key: String!) -> AnyObject!
To
func valueWithUniqueID(_ uniqueID: AnyObject, inPropertyWithKey key: String) -> AnyObject?

Modified NSOperation
Declaration
From
class NSOperation : NSObject {
    func start()
    func main()
    var cancelled: Bool { get }
    func cancel()
    var executing: Bool { get }
    var finished: Bool { get }
    var concurrent: Bool { get }
    var asynchronous: Bool { get }
    var ready: Bool { get }
    func addDependency(_ op: NSOperation)
    func removeDependency(_ op: NSOperation)
    var dependencies: [AnyObject] { get }
    var queuePriority: NSOperationQueuePriority
    var completionBlock: (() -> Void)?
    func waitUntilFinished()
    var threadPriority: Double
    var qualityOfService: NSQualityOfService
    var name: String?
}
To
class NSOperation : NSObject {
    func start()
    func main()
    var cancelled: Bool { get }
    func cancel()
    var executing: Bool { get }
    var finished: Bool { get }
    var concurrent: Bool { get }
    var asynchronous: Bool { get }
    var ready: Bool { get }
    func addDependency(_ op: NSOperation)
    func removeDependency(_ op: NSOperation)
    var dependencies: [NSOperation] { get }
    var queuePriority: NSOperationQueuePriority
    var completionBlock: (() -> Void)?
    func waitUntilFinished()
    var threadPriority: Double
    var qualityOfService: NSQualityOfService
    var name: String?
}

Declaration
From
var dependencies: [AnyObject] { get }
To
var dependencies: [NSOperation] { get }

Declaration
From
class NSOperationQueue : NSObject {
    func addOperation(_ op: NSOperation)
    func addOperations(_ ops: [AnyObject], waitUntilFinished wait: Bool)
    func addOperationWithBlock(_ block: () -> Void)
    var operations: [AnyObject] { get }
    var operationCount: Int { get }
    var maxConcurrentOperationCount: Int
    var suspended: Bool
    var name: String?
    var qualityOfService: NSQualityOfService
    unowned(unsafe) var underlyingQueue: dispatch_queue_t
    func cancelAllOperations()
    func waitUntilAllOperationsAreFinished()
    class func currentQueue() -> NSOperationQueue?
    class func mainQueue() -> NSOperationQueue
}
To
class NSOperationQueue : NSObject {
    func addOperation(_ op: NSOperation)
    func addOperations(_ ops: [NSOperation], waitUntilFinished wait: Bool)
    func addOperationWithBlock(_ block: () -> Void)
    var operations: [NSOperation] { get }
    var operationCount: Int { get }
    var maxConcurrentOperationCount: Int
    var suspended: Bool
    var name: String?
    var qualityOfService: NSQualityOfService
    unowned(unsafe) var underlyingQueue: dispatch_queue_t?
    func cancelAllOperations()
    func waitUntilAllOperationsAreFinished()
    class func currentQueue() -> NSOperationQueue?
    class func mainQueue() -> NSOperationQueue
}

Declaration
From
func addOperations(_ ops: [AnyObject], waitUntilFinished wait: Bool)
To
func addOperations(_ ops: [NSOperation], waitUntilFinished wait: Bool)

Declaration
From
var operations: [AnyObject] { get }
To
var operations: [NSOperation] { get }

Declaration
From
unowned(unsafe) var underlyingQueue: dispatch_queue_t
To
unowned(unsafe) var underlyingQueue: dispatch_queue_t?

Raw Value Type
From--
ToInt

Modified NSOrderedSet
Declaration
From
class NSOrderedSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func objectAtIndex(_ idx: Int) -> AnyObject
    func indexOfObject(_ object: AnyObject) -> Int
    init()
    init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSOrderedSet {
    func valueForKey(_ key: String) -> AnyObject
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSOrderedSet {
    func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSOrderedSet : SequenceType {
    func generate() -> NSFastGenerator
}
extension NSOrderedSet {
    convenience init(objects elements: AnyObject...)
}
extension NSOrderedSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSOrderedSet {
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, range range: NSRange)
    func objectsAtIndexes(_ indexes: NSIndexSet) -> [AnyObject]
    var firstObject: AnyObject? { get }
    var lastObject: AnyObject? { get }
    func isEqualToOrderedSet(_ other: NSOrderedSet) -> Bool
    func containsObject(_ object: AnyObject) -> Bool
    func intersectsOrderedSet(_ other: NSOrderedSet) -> Bool
    func intersectsSet(_ set: Set<NSObject>) -> Bool
    func isSubsetOfOrderedSet(_ other: NSOrderedSet) -> Bool
    func isSubsetOfSet(_ set: Set<NSObject>) -> Bool
    subscript (idx: Int) -> AnyObject { get }
    func objectAtIndexedSubscript(_ idx: Int) -> AnyObject
    func objectEnumerator() -> NSEnumerator
    func reverseObjectEnumerator() -> NSEnumerator
    @NSCopying var reversedOrderedSet: NSOrderedSet { get }
    var array: [AnyObject] { get }
    var set: Set<NSObject> { get }
    func enumerateObjectsUsingBlock(_ block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func indexOfObjectPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexesOfObjectsPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexOfObject(_ object: AnyObject, inSortedRange range: NSRange, options opts: NSBinarySearchingOptions, usingComparator cmp: NSComparator) -> Int
    func sortedArrayUsingComparator(_ cmptr: NSComparator) -> [AnyObject]
    func sortedArrayWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator) -> [AnyObject]
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String?
    func descriptionWithLocale(_ locale: AnyObject?, indent level: Int) -> String
}
extension NSOrderedSet {
    convenience init!()
    class func orderedSet() -> Self!
    convenience init(object object: AnyObject)
    class func orderedSetWithObject(_ object: AnyObject) -> Self
    convenience init!(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    class func orderedSetWithObjects(_ objects: UnsafePointer<AnyObject?>, count cnt: Int) -> Self!
    convenience init(orderedSet set: NSOrderedSet?)
    class func orderedSetWithOrderedSet(_ set: NSOrderedSet?) -> Self
    convenience init(orderedSet set: NSOrderedSet, range range: NSRange, copyItems flag: Bool)
    class func orderedSetWithOrderedSet(_ set: NSOrderedSet, range range: NSRange, copyItems flag: Bool) -> Self
    convenience init(array array: [AnyObject])
    class func orderedSetWithArray(_ array: [AnyObject]) -> Self
    convenience init(array array: [AnyObject], range range: NSRange, copyItems flag: Bool)
    class func orderedSetWithArray(_ array: [AnyObject], range range: NSRange, copyItems flag: Bool) -> Self
    convenience init(set set: Set<NSObject>?)
    class func orderedSetWithSet(_ set: Set<NSObject>?) -> Self
    convenience init(set set: Set<NSObject>?, copyItems flag: Bool)
    class func orderedSetWithSet(_ set: Set<NSObject>?, copyItems flag: Bool) -> Self
    convenience init(object object: AnyObject)
    convenience init(orderedSet set: NSOrderedSet)
    convenience init(orderedSet set: NSOrderedSet, copyItems flag: Bool)
    convenience init(orderedSet set: NSOrderedSet, range range: NSRange, copyItems flag: Bool)
    convenience init(array array: [AnyObject])
    convenience init(array set: [AnyObject], copyItems flag: Bool)
    convenience init(array set: [AnyObject], range range: NSRange, copyItems flag: Bool)
    convenience init(set set: Set<NSObject>)
    convenience init(set set: Set<NSObject>, copyItems flag: Bool)
}
extension NSOrderedSet {
    func filteredOrderedSetUsingPredicate(_ p: NSPredicate) -> NSOrderedSet
}
extension NSOrderedSet {
    func sortedArrayUsingDescriptors(_ sortDescriptors: [AnyObject]) -> [AnyObject]
}
extension NSOrderedSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSOrderedSet {
    convenience init(objects elements: AnyObject...)
}
extension NSOrderedSet : SequenceType {
    func generate() -> NSFastGenerator
}
To
class NSOrderedSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func objectAtIndex(_ idx: Int) -> AnyObject
    func indexOfObject(_ object: AnyObject) -> Int
    init()
    init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSOrderedSet {
    func valueForKey(_ key: String) -> AnyObject
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSOrderedSet {
    func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSOrderedSet : SequenceType {
    func generate() -> NSFastGenerator
}
extension NSOrderedSet {
    convenience init(objects elements: AnyObject...)
}
extension NSOrderedSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSOrderedSet {
    func getObjects(_ objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, range range: NSRange)
    func objectsAtIndexes(_ indexes: NSIndexSet) -> [AnyObject]
    var firstObject: AnyObject? { get }
    var lastObject: AnyObject? { get }
    func isEqualToOrderedSet(_ other: NSOrderedSet) -> Bool
    func containsObject(_ object: AnyObject) -> Bool
    func intersectsOrderedSet(_ other: NSOrderedSet) -> Bool
    func intersectsSet(_ set: Set<NSObject>) -> Bool
    func isSubsetOfOrderedSet(_ other: NSOrderedSet) -> Bool
    func isSubsetOfSet(_ set: Set<NSObject>) -> Bool
    subscript (_ idx: Int) -> AnyObject { get }
    func objectAtIndexedSubscript(_ idx: Int) -> AnyObject
    func objectEnumerator() -> NSEnumerator
    func reverseObjectEnumerator() -> NSEnumerator
    @NSCopying var reversedOrderedSet: NSOrderedSet { get }
    var array: [AnyObject] { get }
    var set: Set<NSObject> { get }
    func enumerateObjectsUsingBlock(_ block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
    func indexOfObjectPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
    func indexesOfObjectsPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
    func indexOfObject(_ object: AnyObject, inSortedRange range: NSRange, options opts: NSBinarySearchingOptions, usingComparator cmp: NSComparator) -> Int
    func sortedArrayUsingComparator(_ cmptr: NSComparator) -> [AnyObject]
    func sortedArrayWithOptions(_ opts: NSSortOptions, usingComparator cmptr: NSComparator) -> [AnyObject]
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func descriptionWithLocale(_ locale: AnyObject?, indent level: Int) -> String
}
extension NSOrderedSet {
    convenience init()
    class func orderedSet() -> Self
    convenience init(object object: AnyObject)
    class func orderedSetWithObject(_ object: AnyObject) -> Self
    convenience init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    class func orderedSetWithObjects(_ objects: UnsafePointer<AnyObject?>, count cnt: Int) -> Self
    convenience init(orderedSet set: NSOrderedSet)
    class func orderedSetWithOrderedSet(_ set: NSOrderedSet) -> Self
    convenience init(orderedSet set: NSOrderedSet, range range: NSRange, copyItems flag: Bool)
    class func orderedSetWithOrderedSet(_ set: NSOrderedSet, range range: NSRange, copyItems flag: Bool) -> Self
    convenience init(array array: [AnyObject])
    class func orderedSetWithArray(_ array: [AnyObject]) -> Self
    convenience init(array array: [AnyObject], range range: NSRange, copyItems flag: Bool)
    class func orderedSetWithArray(_ array: [AnyObject], range range: NSRange, copyItems flag: Bool) -> Self
    convenience init(set set: Set<NSObject>)
    class func orderedSetWithSet(_ set: Set<NSObject>) -> Self
    convenience init(set set: Set<NSObject>, copyItems flag: Bool)
    class func orderedSetWithSet(_ set: Set<NSObject>, copyItems flag: Bool) -> Self
    convenience init(object object: AnyObject)
    convenience init(orderedSet set: NSOrderedSet)
    convenience init(orderedSet set: NSOrderedSet, copyItems flag: Bool)
    convenience init(orderedSet set: NSOrderedSet, range range: NSRange, copyItems flag: Bool)
    convenience init(array array: [AnyObject])
    convenience init(array set: [AnyObject], copyItems flag: Bool)
    convenience init(array set: [AnyObject], range range: NSRange, copyItems flag: Bool)
    convenience init(set set: Set<NSObject>)
    convenience init(set set: Set<NSObject>, copyItems flag: Bool)
}
extension NSOrderedSet {
    func filteredOrderedSetUsingPredicate(_ p: NSPredicate) -> NSOrderedSet
}
extension NSOrderedSet {
    func sortedArrayUsingDescriptors(_ sortDescriptors: [NSSortDescriptor]) -> [AnyObject]
}
extension NSOrderedSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSOrderedSet {
    convenience init(objects elements: AnyObject...)
}
extension NSOrderedSet : SequenceType {
    func generate() -> NSFastGenerator
}

Declaration
From
func descriptionWithLocale(_ locale: AnyObject?) -> String?
To
func descriptionWithLocale(_ locale: AnyObject?) -> String

Declaration
From
func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateObjectsUsingBlock(_ block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsUsingBlock(_ block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
To
func indexesOfObjectsAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet

Declaration
From
func indexesOfObjectsPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
To
func indexesOfObjectsPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet

Declaration
From
func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet
To
func indexesOfObjectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> NSIndexSet

Declaration
From
func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
To
func indexOfObjectAtIndexes(_ s: NSIndexSet, options opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int

Declaration
From
func indexOfObjectPassingTest(_ predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
To
func indexOfObjectPassingTest(_ predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int

Declaration
From
func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int
To
func indexOfObjectWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, Int, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Int

Declaration
From
func sortedArrayUsingDescriptors(_ sortDescriptors: [AnyObject]) -> [AnyObject]
To
func sortedArrayUsingDescriptors(_ sortDescriptors: [NSSortDescriptor]) -> [AnyObject]

Declaration
From
subscript (idx: Int) -> AnyObject { get }
To
subscript (_ idx: Int) -> AnyObject { get }

Modified NSOrthography
Declaration
From
class NSOrthography : NSObject, NSCopying, NSCoding {
    var dominantScript: String { get }
    var languageMap: [NSObject : AnyObject] { get }
    init(dominantScript script: String, languageMap map: [NSObject : AnyObject])
    init?(coder aDecoder: NSCoder)
}
extension NSOrthography {
    func languagesForScript(_ script: String) -> [AnyObject]?
    func dominantLanguageForScript(_ script: String) -> String
    var dominantLanguage: String { get }
    var allScripts: [AnyObject] { get }
    var allLanguages: [AnyObject] { get }
}
extension NSOrthography {
    convenience init(dominantScript script: String, languageMap map: [NSObject : AnyObject])
    class func orthographyWithDominantScript(_ script: String, languageMap map: [NSObject : AnyObject]) -> Self
}
To
class NSOrthography : NSObject, NSCopying, NSCoding {
    var dominantScript: String { get }
    var languageMap: [String : [String]] { get }
    init(dominantScript script: String, languageMap map: [String : [String]])
    init?(coder aDecoder: NSCoder)
}
extension NSOrthography {
    func languagesForScript(_ script: String) -> [String]?
    func dominantLanguageForScript(_ script: String) -> String?
    var dominantLanguage: String { get }
    var allScripts: [String] { get }
    var allLanguages: [String] { get }
}
extension NSOrthography {
    convenience init(dominantScript script: String, languageMap map: [String : [String]])
    class func orthographyWithDominantScript(_ script: String, languageMap map: [String : [String]]) -> Self
}

Declaration
From
var allLanguages: [AnyObject] { get }
To
var allLanguages: [String] { get }

Declaration
From
var allScripts: [AnyObject] { get }
To
var allScripts: [String] { get }

Declaration
From
func dominantLanguageForScript(_ script: String) -> String
To
func dominantLanguageForScript(_ script: String) -> String?

Declaration
From
init(dominantScript script: String, languageMap map: [NSObject : AnyObject])
To
init(dominantScript script: String, languageMap map: [String : [String]])

Declaration
From
var languageMap: [NSObject : AnyObject] { get }
To
var languageMap: [String : [String]] { get }

Declaration
From
func languagesForScript(_ script: String) -> [AnyObject]?
To
func languagesForScript(_ script: String) -> [String]?

Modified NSPipe
Declaration
From
class NSPipe : NSObject {
    var fileHandleForReading: NSFileHandle { get }
    var fileHandleForWriting: NSFileHandle { get }
    init!() -> NSPipe
    class func pipe() -> NSPipe!
}
To
class NSPipe : NSObject {
    var fileHandleForReading: NSFileHandle { get }
    var fileHandleForWriting: NSFileHandle { get }
     init()
    class func pipe() -> NSPipe
}

Declaration
From
class NSPointerArray : NSObject, NSFastEnumeration, NSCopying, NSCoding {
    init(options options: NSPointerFunctionsOptions)
    init(pointerFunctions functions: NSPointerFunctions)
    class func pointerArrayWithOptions(_ options: NSPointerFunctionsOptions) -> NSPointerArray
    class func pointerArrayWithPointerFunctions(_ functions: NSPointerFunctions) -> NSPointerArray
    @NSCopying var pointerFunctions: NSPointerFunctions { get }
    func pointerAtIndex(_ index: Int) -> UnsafeMutablePointer<Void>
    func addPointer(_ pointer: UnsafeMutablePointer<Void>)
    func removePointerAtIndex(_ index: Int)
    func insertPointer(_ item: UnsafeMutablePointer<Void>, atIndex index: Int)
    func replacePointerAtIndex(_ index: Int, withPointer item: UnsafeMutablePointer<Void>)
    func compact()
    var count: Int
}
extension NSPointerArray {
    class func pointerArrayWithStrongObjects() -> AnyObject!
    class func pointerArrayWithWeakObjects() -> AnyObject!
    class func strongObjectsPointerArray() -> NSPointerArray
    class func weakObjectsPointerArray() -> NSPointerArray
    var allObjects: [AnyObject] { get }
}
To
class NSPointerArray : NSObject, NSFastEnumeration, NSCopying, NSCoding {
    init(options options: NSPointerFunctionsOptions)
    init(pointerFunctions functions: NSPointerFunctions)
    class func pointerArrayWithOptions(_ options: NSPointerFunctionsOptions) -> NSPointerArray
    class func pointerArrayWithPointerFunctions(_ functions: NSPointerFunctions) -> NSPointerArray
    @NSCopying var pointerFunctions: NSPointerFunctions { get }
    func pointerAtIndex(_ index: Int) -> UnsafeMutablePointer<Void>
    func addPointer(_ pointer: UnsafeMutablePointer<Void>)
    func removePointerAtIndex(_ index: Int)
    func insertPointer(_ item: UnsafeMutablePointer<Void>, atIndex index: Int)
    func replacePointerAtIndex(_ index: Int, withPointer item: UnsafeMutablePointer<Void>)
    func compact()
    var count: Int
}
extension NSPointerArray {
    class func pointerArrayWithStrongObjects() -> AnyObject
    class func pointerArrayWithWeakObjects() -> AnyObject
    class func strongObjectsPointerArray() -> NSPointerArray
    class func weakObjectsPointerArray() -> NSPointerArray
    var allObjects: [AnyObject] { get }
}

Declaration
From
class NSPointerFunctions : NSObject, NSCopying {
    init(options options: NSPointerFunctionsOptions)
    class func pointerFunctionsWithOptions(_ options: NSPointerFunctionsOptions) -> NSPointerFunctions!
    var hashFunction: CFunctionPointer<((UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>) -> Int)>
    var isEqualFunction: CFunctionPointer<((UnsafePointer<Void>, UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>) -> Bool)>
    var sizeFunction: CFunctionPointer<((UnsafePointer<Void>) -> Int)>
    var descriptionFunction: CFunctionPointer<((UnsafePointer<Void>) -> String!)>
    var relinquishFunction: CFunctionPointer<((UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>) -> Void)>
    var acquireFunction: CFunctionPointer<((UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>, Bool) -> UnsafeMutablePointer<Void>)>
    var usesStrongWriteBarrier: Bool
    var usesWeakReadAndWriteBarriers: Bool
}
To
class NSPointerFunctions : NSObject, NSCopying {
    init(options options: NSPointerFunctionsOptions)
    class func pointerFunctionsWithOptions(_ options: NSPointerFunctionsOptions) -> NSPointerFunctions
    var hashFunction: ((UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?) -> Int)?
    var isEqualFunction: ((UnsafePointer<Void>, UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?) -> ObjCBool)?
    var sizeFunction: ((UnsafePointer<Void>) -> Int)?
    var descriptionFunction: ((UnsafePointer<Void>) -> String?)?
    var relinquishFunction: ((UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?) -> Void)?
    var acquireFunction: ((UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?, ObjCBool) -> UnsafeMutablePointer<Void>)?
    var usesStrongWriteBarrier: Bool
    var usesWeakReadAndWriteBarriers: Bool
}

Declaration
From
var acquireFunction: CFunctionPointer<((UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>, Bool) -> UnsafeMutablePointer<Void>)>
To
var acquireFunction: ((UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?, ObjCBool) -> UnsafeMutablePointer<Void>)?

Declaration
From
var descriptionFunction: CFunctionPointer<((UnsafePointer<Void>) -> String!)>
To
var descriptionFunction: ((UnsafePointer<Void>) -> String?)?

Declaration
From
var hashFunction: CFunctionPointer<((UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>) -> Int)>
To
var hashFunction: ((UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?) -> Int)?

Declaration
From
var isEqualFunction: CFunctionPointer<((UnsafePointer<Void>, UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>) -> Bool)>
To
var isEqualFunction: ((UnsafePointer<Void>, UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?) -> ObjCBool)?

Declaration
From
var relinquishFunction: CFunctionPointer<((UnsafePointer<Void>, CFunctionPointer<((UnsafePointer<Void>) -> Int)>) -> Void)>
To
var relinquishFunction: ((UnsafePointer<Void>, ((UnsafePointer<Void>) -> Int)?) -> Void)?

Declaration
From
var sizeFunction: CFunctionPointer<((UnsafePointer<Void>) -> Int)>
To
var sizeFunction: ((UnsafePointer<Void>) -> Int)?

Modified NSPort
Declaration
From
class NSPort : NSObject, NSCopying, NSCoding {
    init!() -> NSPort
    class func port() -> NSPort!
    func invalidate()
    var valid: Bool { get }
    func setDelegate(_ anObject: NSPortDelegate?)
    func delegate() -> NSPortDelegate?
    func scheduleInRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
    var reservedSpaceLength: Int { get }
    func sendBeforeDate(_ limitDate: NSDate, components components: NSMutableArray, from receivePort: NSPort, reserved headerSpaceReserved: Int) -> Bool
    func sendBeforeDate(_ limitDate: NSDate, msgid msgID: Int, components components: NSMutableArray, from receivePort: NSPort, reserved headerSpaceReserved: Int) -> Bool
    func addConnection(_ conn: NSConnection!, toRunLoop runLoop: NSRunLoop!, forMode mode: String!)
    func removeConnection(_ conn: NSConnection!, fromRunLoop runLoop: NSRunLoop!, forMode mode: String!)
}
To
class NSPort : NSObject, NSCopying, NSCoding {
     init()
    class func port() -> NSPort
    func invalidate()
    var valid: Bool { get }
    func setDelegate(_ anObject: NSPortDelegate?)
    func delegate() -> NSPortDelegate?
    func scheduleInRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
    func removeFromRunLoop(_ runLoop: NSRunLoop, forMode mode: String)
    var reservedSpaceLength: Int { get }
    func sendBeforeDate(_ limitDate: NSDate, components components: NSMutableArray?, from receivePort: NSPort?, reserved headerSpaceReserved: Int) -> Bool
    func sendBeforeDate(_ limitDate: NSDate, msgid msgID: Int, components components: NSMutableArray?, from receivePort: NSPort?, reserved headerSpaceReserved: Int) -> Bool
    func addConnection(_ conn: NSConnection, toRunLoop runLoop: NSRunLoop, forMode mode: String)
    func removeConnection(_ conn: NSConnection, fromRunLoop runLoop: NSRunLoop, forMode mode: String)
}

Declaration
From
func sendBeforeDate(_ limitDate: NSDate, components components: NSMutableArray, from receivePort: NSPort, reserved headerSpaceReserved: Int) -> Bool
To
func sendBeforeDate(_ limitDate: NSDate, components components: NSMutableArray?, from receivePort: NSPort?, reserved headerSpaceReserved: Int) -> Bool

Declaration
From
func sendBeforeDate(_ limitDate: NSDate, msgid msgID: Int, components components: NSMutableArray, from receivePort: NSPort, reserved headerSpaceReserved: Int) -> Bool
To
func sendBeforeDate(_ limitDate: NSDate, msgid msgID: Int, components components: NSMutableArray?, from receivePort: NSPort?, reserved headerSpaceReserved: Int) -> Bool

Declaration
From
protocol NSPortDelegate : NSObjectProtocol {
    optional func handlePortMessage(_ message: NSPortMessage!)
}
To
protocol NSPortDelegate : NSObjectProtocol {
    optional func handlePortMessage(_ message: NSPortMessage)
}

Declaration
From
optional func handlePortMessage(_ message: NSPortMessage!)
To
optional func handlePortMessage(_ message: NSPortMessage)

Modified NSPortMessage
Declaration
From
class NSPortMessage : NSObject {
    init(sendPort sendPort: NSPort, receivePort replyPort: NSPort, components components: [AnyObject])
    var components: [AnyObject] { get }
    var receivePort: NSPort? { get }
    var sendPort: NSPort? { get }
    func sendBeforeDate(_ date: NSDate) -> Bool
    var msgid: UInt32
}
To
class NSPortMessage : NSObject {
    init(sendPort sendPort: NSPort?, receivePort replyPort: NSPort?, components components: [AnyObject]?)
    var components: [AnyObject]? { get }
    var receivePort: NSPort? { get }
    var sendPort: NSPort? { get }
    func sendBeforeDate(_ date: NSDate) -> Bool
    var msgid: UInt32
}

Declaration
From
var components: [AnyObject] { get }
To
var components: [AnyObject]? { get }

Declaration
From
init(sendPort sendPort: NSPort, receivePort replyPort: NSPort, components components: [AnyObject])
To
init(sendPort sendPort: NSPort?, receivePort replyPort: NSPort?, components components: [AnyObject]?)

Raw Value Type
From--
ToUInt

Modified NSPredicate
Declaration
From
class NSPredicate : NSObject, NSSecureCoding, NSCoding, NSCopying {
    init(format predicateFormat: String, argumentArray arguments: [AnyObject]?) -> NSPredicate
    class func predicateWithFormat(_ predicateFormat: String, argumentArray arguments: [AnyObject]?) -> NSPredicate
    init(format predicateFormat: String, arguments argList: CVaListPointer) -> NSPredicate
    class func predicateWithFormat(_ predicateFormat: String, arguments argList: CVaListPointer) -> NSPredicate
    init?(fromMetadataQueryString queryString: String) -> NSPredicate
    class func predicateFromMetadataQueryString(_ queryString: String) -> NSPredicate?
    init(value value: Bool) -> NSPredicate
    class func predicateWithValue(_ value: Bool) -> NSPredicate
    init(block block: (AnyObject!, [NSObject : AnyObject]!) -> Bool) -> NSPredicate
    class func predicateWithBlock(_ block: (AnyObject!, [NSObject : AnyObject]!) -> Bool) -> NSPredicate
    var predicateFormat: String { get }
    func predicateWithSubstitutionVariables(_ variables: [NSObject : AnyObject]) -> Self
    func evaluateWithObject(_ object: AnyObject) -> Bool
    func evaluateWithObject(_ object: AnyObject, substitutionVariables bindings: [NSObject : AnyObject]?) -> Bool
    func allowEvaluation()
}
extension NSPredicate {
    convenience init(format predicateFormat: String, _ args: CVarArgType...)
}
extension NSPredicate {
    convenience init(format predicateFormat: String, _ args: CVarArgType...)
}
To
class NSPredicate : NSObject, NSSecureCoding, NSCoding, NSCopying {
     init(format predicateFormat: String, argumentArray arguments: [AnyObject]?)
    class func predicateWithFormat(_ predicateFormat: String, argumentArray arguments: [AnyObject]?) -> NSPredicate
     init(format predicateFormat: String, arguments argList: CVaListPointer)
    class func predicateWithFormat(_ predicateFormat: String, arguments argList: CVaListPointer) -> NSPredicate
     init?(fromMetadataQueryString queryString: String)
    class func predicateFromMetadataQueryString(_ queryString: String) -> NSPredicate?
     init(value value: Bool)
    class func predicateWithValue(_ value: Bool) -> NSPredicate
     init(block block: (AnyObject, [String : AnyObject]?) -> Bool)
    class func predicateWithBlock(_ block: (AnyObject, [String : AnyObject]?) -> Bool) -> NSPredicate
    var predicateFormat: String { get }
    func predicateWithSubstitutionVariables(_ variables: [String : AnyObject]) -> Self
    func evaluateWithObject(_ object: AnyObject?) -> Bool
    func evaluateWithObject(_ object: AnyObject?, substitutionVariables bindings: [String : AnyObject]?) -> Bool
    func allowEvaluation()
}
extension NSPredicate {
    convenience init(format predicateFormat: String, _ args: CVarArgType...)
}
extension NSPredicate {
    convenience init(format predicateFormat: String, _ args: CVarArgType...)
}

Declaration
From
func evaluateWithObject(_ object: AnyObject) -> Bool
To
func evaluateWithObject(_ object: AnyObject?) -> Bool

Declaration
From
func evaluateWithObject(_ object: AnyObject, substitutionVariables bindings: [NSObject : AnyObject]?) -> Bool
To
func evaluateWithObject(_ object: AnyObject?, substitutionVariables bindings: [String : AnyObject]?) -> Bool

Declaration
From
init(block block: (AnyObject!, [NSObject : AnyObject]!) -> Bool) -> NSPredicate
To
init(block block: (AnyObject, [String : AnyObject]?) -> Bool)

Declaration
From
init(format predicateFormat: String, argumentArray arguments: [AnyObject]?) -> NSPredicate
To
init(format predicateFormat: String, argumentArray arguments: [AnyObject]?)

Declaration
From
init(format predicateFormat: String, arguments argList: CVaListPointer) -> NSPredicate
To
init(format predicateFormat: String, arguments argList: CVaListPointer)

Declaration
From
init?(fromMetadataQueryString queryString: String) -> NSPredicate
To
init?(fromMetadataQueryString queryString: String)

Declaration
From
init(value value: Bool) -> NSPredicate
To
init(value value: Bool)

Declaration
From
func predicateWithSubstitutionVariables(_ variables: [NSObject : AnyObject]) -> Self
To
func predicateWithSubstitutionVariables(_ variables: [String : AnyObject]) -> Self

Raw Value Type
From--
ToUInt

Modified NSProcessInfo
Declaration
From
class NSProcessInfo : NSObject {
    class func processInfo() -> NSProcessInfo
    var environment: [NSObject : AnyObject] { get }
    var arguments: [AnyObject] { get }
    var hostName: String { get }
    var processName: String
    var processIdentifier: Int32 { get }
    var globallyUniqueString: String { get }
    func operatingSystem() -> Int
    func operatingSystemName() -> String
    var operatingSystemVersionString: String { get }
    var operatingSystemVersion: NSOperatingSystemVersion { get }
    var processorCount: Int { get }
    var activeProcessorCount: Int { get }
    var physicalMemory: UInt64 { get }
    func isOperatingSystemAtLeastVersion(_ version: NSOperatingSystemVersion) -> Bool
    var systemUptime: NSTimeInterval { get }
    func disableSuddenTermination()
    func enableSuddenTermination()
    func disableAutomaticTermination(_ reason: String)
    func enableAutomaticTermination(_ reason: String)
    var automaticTerminationSupportEnabled: Bool
}
extension NSProcessInfo {
    func beginActivityWithOptions(_ options: NSActivityOptions, reason reason: String) -> NSObjectProtocol
    func endActivity(_ activity: NSObjectProtocol)
    func performActivityWithOptions(_ options: NSActivityOptions, reason reason: String, usingBlock block: () -> Void)
}
extension NSProcessInfo {
    var thermalState: NSProcessInfoThermalState { get }
}
To
class NSProcessInfo : NSObject {
    class func processInfo() -> NSProcessInfo
    var environment: [String : String] { get }
    var arguments: [String] { get }
    var hostName: String { get }
    var processName: String
    var processIdentifier: Int32 { get }
    var globallyUniqueString: String { get }
    func operatingSystem() -> Int
    func operatingSystemName() -> String
    var operatingSystemVersionString: String { get }
    var operatingSystemVersion: NSOperatingSystemVersion { get }
    var processorCount: Int { get }
    var activeProcessorCount: Int { get }
    var physicalMemory: UInt64 { get }
    func isOperatingSystemAtLeastVersion(_ version: NSOperatingSystemVersion) -> Bool
    var systemUptime: NSTimeInterval { get }
    func disableSuddenTermination()
    func enableSuddenTermination()
    func disableAutomaticTermination(_ reason: String)
    func enableAutomaticTermination(_ reason: String)
    var automaticTerminationSupportEnabled: Bool
}
extension NSProcessInfo {
    func beginActivityWithOptions(_ options: NSActivityOptions, reason reason: String) -> NSObjectProtocol
    func endActivity(_ activity: NSObjectProtocol)
    func performActivityWithOptions(_ options: NSActivityOptions, reason reason: String, usingBlock block: () -> Void)
    func performExpiringActivityWithReason(_ reason: String, usingBlock block: (Bool) -> Void)
}
extension NSProcessInfo {
    var thermalState: NSProcessInfoThermalState { get }
}
extension NSProcessInfo {
    var lowPowerModeEnabled: Bool { get }
}

Declaration
From
var arguments: [AnyObject] { get }
To
var arguments: [String] { get }

Declaration
From
var environment: [NSObject : AnyObject] { get }
To
var environment: [String : String] { get }

Raw Value Type
From--
ToInt

Modified NSProgress
Declaration
From
class NSProgress : NSObject {
    class func currentProgress() -> NSProgress?
    init(totalUnitCount unitCount: Int64) -> NSProgress
    class func progressWithTotalUnitCount(_ unitCount: Int64) -> NSProgress
    init(parent parentProgressOrNil: NSProgress?, userInfo userInfoOrNil: [NSObject : AnyObject]?)
    func becomeCurrentWithPendingUnitCount(_ unitCount: Int64)
    func resignCurrent()
    var totalUnitCount: Int64
    var completedUnitCount: Int64
    var localizedDescription: String
    var localizedAdditionalDescription: String
    var cancellable: Bool
    var pausable: Bool
    var cancelled: Bool { get }
    var paused: Bool { get }
    var cancellationHandler: (() -> Void)?
    var pausingHandler: (() -> Void)?
    func setUserInfoObject(_ objectOrNil: AnyObject?, forKey key: String)
    var indeterminate: Bool { get }
    var fractionCompleted: Double { get }
    func cancel()
    func pause()
    var userInfo: [NSObject : AnyObject]? { get }
    var kind: String?
    func publish()
    func unpublish()
    class func addSubscriberForFileURL(_ url: NSURL, withPublishingHandler publishingHandler: NSProgressPublishingHandler) -> AnyObject
    class func removeSubscriber(_ subscriber: AnyObject)
    var old: Bool { get }
}
To
class NSProgress : NSObject {
    class func currentProgress() -> NSProgress?
     init(totalUnitCount unitCount: Int64)
    class func progressWithTotalUnitCount(_ unitCount: Int64) -> NSProgress
    class func discreteProgressWithTotalUnitCount(_ unitCount: Int64) -> NSProgress
     init(totalUnitCount unitCount: Int64, parent parent: NSProgress, pendingUnitCount portionOfParentTotalUnitCount: Int64)
    class func progressWithTotalUnitCount(_ unitCount: Int64, parent parent: NSProgress, pendingUnitCount portionOfParentTotalUnitCount: Int64) -> NSProgress
    init(parent parentProgressOrNil: NSProgress?, userInfo userInfoOrNil: [NSObject : AnyObject]?)
    func becomeCurrentWithPendingUnitCount(_ unitCount: Int64)
    func resignCurrent()
    func addChild(_ child: NSProgress, withPendingUnitCount inUnitCount: Int64)
    var totalUnitCount: Int64
    var completedUnitCount: Int64
    var localizedDescription: String!
    var localizedAdditionalDescription: String!
    var cancellable: Bool
    var pausable: Bool
    var cancelled: Bool { get }
    var paused: Bool { get }
    var cancellationHandler: (() -> Void)?
    var pausingHandler: (() -> Void)?
    var resumingHandler: (() -> Void)?
    func setUserInfoObject(_ objectOrNil: AnyObject?, forKey key: String)
    var indeterminate: Bool { get }
    var fractionCompleted: Double { get }
    func cancel()
    func pause()
    func resume()
    var userInfo: [NSObject : AnyObject] { get }
    var kind: String?
    func publish()
    func unpublish()
    class func addSubscriberForFileURL(_ url: NSURL, withPublishingHandler publishingHandler: NSProgressPublishingHandler) -> AnyObject
    class func removeSubscriber(_ subscriber: AnyObject)
    var old: Bool { get }
}

Declaration
From
init(totalUnitCount unitCount: Int64) -> NSProgress
To
init(totalUnitCount unitCount: Int64)

Declaration
From
var localizedAdditionalDescription: String
To
var localizedAdditionalDescription: String!

Declaration
From
var localizedDescription: String
To
var localizedDescription: String!

Declaration
From
var userInfo: [NSObject : AnyObject]? { get }
To
var userInfo: [NSObject : AnyObject] { get }

Raw Value Type
From--
ToUInt

DeclarationProtocols
From
struct NSPropertyListMutabilityOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Immutable: NSPropertyListMutabilityOptions { get }
    static var MutableContainers: NSPropertyListMutabilityOptions { get }
    static var MutableContainersAndLeaves: NSPropertyListMutabilityOptions { get }
}
RawOptionSetType
To
struct NSPropertyListMutabilityOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Immutable: NSPropertyListMutabilityOptions { get }
    static var MutableContainers: NSPropertyListMutabilityOptions { get }
    static var MutableContainersAndLeaves: NSPropertyListMutabilityOptions { get }
}
OptionSetType

Declaration
From
class NSPropertyListSerialization : NSObject {
    class func propertyList(_ plist: AnyObject, isValidForFormat format: NSPropertyListFormat) -> Bool
    class func dataWithPropertyList(_ plist: AnyObject, format format: NSPropertyListFormat, options opt: NSPropertyListWriteOptions, error error: NSErrorPointer) -> NSData?
    class func writePropertyList(_ plist: AnyObject, toStream stream: NSOutputStream, format format: NSPropertyListFormat, options opt: NSPropertyListWriteOptions, error error: NSErrorPointer) -> Int
    class func propertyListWithData(_ data: NSData, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>, error error: NSErrorPointer) -> AnyObject?
    class func propertyListWithStream(_ stream: NSInputStream, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>, error error: NSErrorPointer) -> AnyObject?
    class func dataFromPropertyList(_ plist: AnyObject, format format: NSPropertyListFormat, errorDescription errorString: UnsafeMutablePointer<NSString?>) -> NSData?
    class func propertyListFromData(_ data: NSData, mutabilityOption opt: NSPropertyListMutabilityOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>, errorDescription errorString: UnsafeMutablePointer<NSString?>) -> AnyObject?
}
To
class NSPropertyListSerialization : NSObject {
    class func propertyList(_ plist: AnyObject, isValidForFormat format: NSPropertyListFormat) -> Bool
    class func dataWithPropertyList(_ plist: AnyObject, format format: NSPropertyListFormat, options opt: NSPropertyListWriteOptions) throws -> NSData
    class func writePropertyList(_ plist: AnyObject, toStream stream: NSOutputStream, format format: NSPropertyListFormat, options opt: NSPropertyListWriteOptions, error error: NSErrorPointer) -> Int
    class func propertyListWithData(_ data: NSData, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>) throws -> AnyObject
    class func propertyListWithStream(_ stream: NSInputStream, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>) throws -> AnyObject
    class func dataFromPropertyList(_ plist: AnyObject, format format: NSPropertyListFormat, errorDescription errorString: UnsafeMutablePointer<NSString?>) -> NSData?
    class func propertyListFromData(_ data: NSData, mutabilityOption opt: NSPropertyListMutabilityOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>, errorDescription errorString: UnsafeMutablePointer<NSString?>) -> AnyObject?
}

Declaration
From
class func dataWithPropertyList(_ plist: AnyObject, format format: NSPropertyListFormat, options opt: NSPropertyListWriteOptions, error error: NSErrorPointer) -> NSData?
To
class func dataWithPropertyList(_ plist: AnyObject, format format: NSPropertyListFormat, options opt: NSPropertyListWriteOptions) throws -> NSData

Declaration
From
class func propertyListWithData(_ data: NSData, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>, error error: NSErrorPointer) -> AnyObject?
To
class func propertyListWithData(_ data: NSData, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>) throws -> AnyObject

Declaration
From
class func propertyListWithStream(_ stream: NSInputStream, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>, error error: NSErrorPointer) -> AnyObject?
To
class func propertyListWithStream(_ stream: NSInputStream, options opt: NSPropertyListReadOptions, format format: UnsafeMutablePointer<NSPropertyListFormat>) throws -> AnyObject

Modified NSProxy
Declaration
From
class NSProxy : NSObjectProtocol {
    class func alloc() -> Self
    class func allocWithZone(_ zone: NSZone) -> Self!
    class func `class`() -> AnyClass
    func forwardInvocation(_ invocation: NSInvocation)
    func methodSignatureForSelector(_ sel: Selector) -> NSMethodSignature!
    func dealloc()
    func finalize()
    var description: String { get }
    var debugDescription: String { get }
    class func respondsToSelector(_ aSelector: Selector) -> Bool
    func allowsWeakReference() -> Bool
    func retainWeakReference() -> Bool
}
To
class NSProxy : NSObjectProtocol {
    class func alloc() -> Self
    class func allocWithZone(_ zone: NSZone) -> Self
    class func `class`() -> AnyClass
    func forwardInvocation(_ invocation: NSInvocation)
    func methodSignatureForSelector(_ sel: Selector) -> NSMethodSignature?
    func finalize()
    var description: String { get }
    var debugDescription: String { get }
    class func respondsToSelector(_ aSelector: Selector) -> Bool
    func allowsWeakReference() -> Bool
    func retainWeakReference() -> Bool
}

Raw Value Type
From--
ToInt

Modified NSRange.toRange() -> Range<Int>?
Declaration
From
func toRange() -> Range<Int>?
To
@warn_unused_result
    func toRange() -> Range<Int>?

Declaration
From
class NSRangeSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, startSpecifier startSpec: NSScriptObjectSpecifier?, endSpecifier endSpec: NSScriptObjectSpecifier?)
    var startSpecifier: NSScriptObjectSpecifier?
    var endSpecifier: NSScriptObjectSpecifier?
}
To
class NSRangeSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, startSpecifier startSpec: NSScriptObjectSpecifier?, endSpecifier endSpec: NSScriptObjectSpecifier?)
    var startSpecifier: NSScriptObjectSpecifier?
    var endSpecifier: NSScriptObjectSpecifier?
}

Declaration
From
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, startSpecifier startSpec: NSScriptObjectSpecifier?, endSpecifier endSpec: NSScriptObjectSpecifier?)
To
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, startSpecifier startSpec: NSScriptObjectSpecifier?, endSpecifier endSpec: NSScriptObjectSpecifier?)

Declaration
From
class NSRegularExpression : NSObject, NSCopying, NSCoding {
    init?(pattern pattern: String, options options: NSRegularExpressionOptions, error error: NSErrorPointer) -> NSRegularExpression
    class func regularExpressionWithPattern(_ pattern: String, options options: NSRegularExpressionOptions, error error: NSErrorPointer) -> NSRegularExpression?
    init?(pattern pattern: String, options options: NSRegularExpressionOptions, error error: NSErrorPointer)
    var pattern: String { get }
    var options: NSRegularExpressionOptions { get }
    var numberOfCaptureGroups: Int { get }
    class func escapedPatternForString(_ string: String) -> String
}
extension NSRegularExpression {
    func enumerateMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange, usingBlock block: (NSTextCheckingResult!, NSMatchingFlags, UnsafeMutablePointer<ObjCBool>) -> Void)
    func matchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> [AnyObject]
    func numberOfMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> Int
    func firstMatchInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> NSTextCheckingResult?
    func rangeOfFirstMatchInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> NSRange
}
extension NSRegularExpression {
    func stringByReplacingMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange, withTemplate templ: String) -> String
    func replaceMatchesInString(_ string: NSMutableString, options options: NSMatchingOptions, range range: NSRange, withTemplate templ: String) -> Int
    func replacementStringForResult(_ result: NSTextCheckingResult, inString string: String, offset offset: Int, template templ: String) -> String
    class func escapedTemplateForString(_ string: String) -> String
}
To
class NSRegularExpression : NSObject, NSCopying, NSCoding {
     init(pattern pattern: String, options options: NSRegularExpressionOptions) throws
    class func regularExpressionWithPattern(_ pattern: String, options options: NSRegularExpressionOptions) throws -> NSRegularExpression
    init(pattern pattern: String, options options: NSRegularExpressionOptions) throws
    var pattern: String { get }
    var options: NSRegularExpressionOptions { get }
    var numberOfCaptureGroups: Int { get }
    class func escapedPatternForString(_ string: String) -> String
}
extension NSRegularExpression {
    func enumerateMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange, usingBlock block: (NSTextCheckingResult?, NSMatchingFlags, UnsafeMutablePointer<ObjCBool>) -> Void)
    func matchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> [NSTextCheckingResult]
    func numberOfMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> Int
    func firstMatchInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> NSTextCheckingResult?
    func rangeOfFirstMatchInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> NSRange
}
extension NSRegularExpression {
    func stringByReplacingMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange, withTemplate templ: String) -> String
    func replaceMatchesInString(_ string: NSMutableString, options options: NSMatchingOptions, range range: NSRange, withTemplate templ: String) -> Int
    func replacementStringForResult(_ result: NSTextCheckingResult, inString string: String, offset offset: Int, template templ: String) -> String
    class func escapedTemplateForString(_ string: String) -> String
}

Declaration
From
func enumerateMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange, usingBlock block: (NSTextCheckingResult!, NSMatchingFlags, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateMatchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange, usingBlock block: (NSTextCheckingResult?, NSMatchingFlags, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
init?(pattern pattern: String, options options: NSRegularExpressionOptions, error error: NSErrorPointer)
To
init(pattern pattern: String, options options: NSRegularExpressionOptions) throws

Declaration
From
func matchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> [AnyObject]
To
func matchesInString(_ string: String, options options: NSMatchingOptions, range range: NSRange) -> [NSTextCheckingResult]

DeclarationProtocols
From
struct NSRegularExpressionOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var CaseInsensitive: NSRegularExpressionOptions { get }
    static var AllowCommentsAndWhitespace: NSRegularExpressionOptions { get }
    static var IgnoreMetacharacters: NSRegularExpressionOptions { get }
    static var DotMatchesLineSeparators: NSRegularExpressionOptions { get }
    static var AnchorsMatchLines: NSRegularExpressionOptions { get }
    static var UseUnixLineSeparators: NSRegularExpressionOptions { get }
    static var UseUnicodeWordBoundaries: NSRegularExpressionOptions { get }
}
RawOptionSetType
To
struct NSRegularExpressionOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var CaseInsensitive: NSRegularExpressionOptions { get }
    static var AllowCommentsAndWhitespace: NSRegularExpressionOptions { get }
    static var IgnoreMetacharacters: NSRegularExpressionOptions { get }
    static var DotMatchesLineSeparators: NSRegularExpressionOptions { get }
    static var AnchorsMatchLines: NSRegularExpressionOptions { get }
    static var UseUnixLineSeparators: NSRegularExpressionOptions { get }
    static var UseUnicodeWordBoundaries: NSRegularExpressionOptions { get }
}
OptionSetType

Raw Value Type
From--
ToUInt

Declaration
From
class NSRelativeSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, relativePosition relPos: NSRelativePosition, baseSpecifier baseSpecifier: NSScriptObjectSpecifier?)
    var relativePosition: NSRelativePosition
    var baseSpecifier: NSScriptObjectSpecifier
}
To
class NSRelativeSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, relativePosition relPos: NSRelativePosition, baseSpecifier baseSpecifier: NSScriptObjectSpecifier?)
    var relativePosition: NSRelativePosition
    var baseSpecifier: NSScriptObjectSpecifier?
}

Declaration
From
var baseSpecifier: NSScriptObjectSpecifier
To
var baseSpecifier: NSScriptObjectSpecifier?

Declaration
From
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, relativePosition relPos: NSRelativePosition, baseSpecifier baseSpecifier: NSScriptObjectSpecifier?)
To
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, relativePosition relPos: NSRelativePosition, baseSpecifier baseSpecifier: NSScriptObjectSpecifier?)

Raw Value Type
From--
ToUInt

Modified NSRunLoop
Declaration
From
class NSRunLoop : NSObject {
    class func currentRunLoop() -> NSRunLoop
    class func mainRunLoop() -> NSRunLoop
    var currentMode: String? { get }
    func getCFRunLoop() -> CFRunLoop
    func addTimer(_ timer: NSTimer, forMode mode: String)
    func addPort(_ aPort: NSPort, forMode mode: String)
    func removePort(_ aPort: NSPort, forMode mode: String)
    func limitDateForMode(_ mode: String) -> NSDate?
    func acceptInputForMode(_ mode: String, beforeDate limitDate: NSDate)
}
extension NSRunLoop {
    func run()
    func runUntilDate(_ limitDate: NSDate)
    func runMode(_ mode: String, beforeDate limitDate: NSDate) -> Bool
    func configureAsServer()
}
extension NSRunLoop {
    func performSelector(_ aSelector: Selector, target target: AnyObject, argument arg: AnyObject?, order order: Int, modes modes: [AnyObject])
    func cancelPerformSelector(_ aSelector: Selector, target target: AnyObject, argument arg: AnyObject?)
    func cancelPerformSelectorsWithTarget(_ target: AnyObject)
}
To
class NSRunLoop : NSObject {
    class func currentRunLoop() -> NSRunLoop
    class func mainRunLoop() -> NSRunLoop
    var currentMode: String? { get }
    func getCFRunLoop() -> CFRunLoop
    func addTimer(_ timer: NSTimer, forMode mode: String)
    func addPort(_ aPort: NSPort, forMode mode: String)
    func removePort(_ aPort: NSPort, forMode mode: String)
    func limitDateForMode(_ mode: String) -> NSDate?
    func acceptInputForMode(_ mode: String, beforeDate limitDate: NSDate)
}
extension NSRunLoop {
    func run()
    func runUntilDate(_ limitDate: NSDate)
    func runMode(_ mode: String, beforeDate limitDate: NSDate) -> Bool
    func configureAsServer()
}
extension NSRunLoop {
    func performSelector(_ aSelector: Selector, target target: AnyObject, argument arg: AnyObject?, order order: Int, modes modes: [String])
    func cancelPerformSelector(_ aSelector: Selector, target target: AnyObject, argument arg: AnyObject?)
    func cancelPerformSelectorsWithTarget(_ target: AnyObject)
}

Raw Value Type
From--
ToUInt

Declaration
From
class NSScriptClassDescription : NSClassDescription {
    init?(forClass aClass: AnyClass!) -> NSScriptClassDescription
    class func classDescriptionForClass(_ aClass: AnyClass!) -> NSScriptClassDescription?
    init?(suiteName suiteName: String, className className: String, dictionary classDeclaration: [NSObject : AnyObject]?)
    var suiteName: String? { get }
    var className: String? { get }
    var implementationClassName: String? { get }
    var superclassDescription: NSScriptClassDescription? { get }
    var appleEventCode: FourCharCode { get }
    func matchesAppleEventCode(_ appleEventCode: FourCharCode) -> Bool
    func supportsCommand(_ commandDescription: NSScriptCommandDescription) -> Bool
    func selectorForCommand(_ commandDescription: NSScriptCommandDescription) -> Selector
    func typeForKey(_ key: String) -> String?
    func classDescriptionForKey(_ key: String) -> NSScriptClassDescription?
    func appleEventCodeForKey(_ key: String) -> FourCharCode
    func keyWithAppleEventCode(_ appleEventCode: FourCharCode) -> String?
    var defaultSubcontainerAttributeKey: String? { get }
    func isLocationRequiredToCreateForKey(_ toManyRelationshipKey: String) -> Bool
    func hasPropertyForKey(_ key: String) -> Bool
    func hasOrderedToManyRelationshipForKey(_ key: String) -> Bool
    func hasReadablePropertyForKey(_ key: String) -> Bool
    func hasWritablePropertyForKey(_ key: String) -> Bool
}
extension NSScriptClassDescription {
    func isReadOnlyKey(_ key: String!) -> Bool
}
To
class NSScriptClassDescription : NSClassDescription {
     init?(forClass aClass: AnyClass)
    class func classDescriptionForClass(_ aClass: AnyClass) -> NSScriptClassDescription?
    init?(suiteName suiteName: String, className className: String, dictionary classDeclaration: [NSObject : AnyObject]?)
    var suiteName: String? { get }
    var className: String? { get }
    var implementationClassName: String? { get }
    var superclassDescription: NSScriptClassDescription? { get }
    var appleEventCode: FourCharCode { get }
    func matchesAppleEventCode(_ appleEventCode: FourCharCode) -> Bool
    func supportsCommand(_ commandDescription: NSScriptCommandDescription) -> Bool
    func selectorForCommand(_ commandDescription: NSScriptCommandDescription) -> Selector
    func typeForKey(_ key: String) -> String?
    func classDescriptionForKey(_ key: String) -> NSScriptClassDescription?
    func appleEventCodeForKey(_ key: String) -> FourCharCode
    func keyWithAppleEventCode(_ appleEventCode: FourCharCode) -> String?
    var defaultSubcontainerAttributeKey: String? { get }
    func isLocationRequiredToCreateForKey(_ toManyRelationshipKey: String) -> Bool
    func hasPropertyForKey(_ key: String) -> Bool
    func hasOrderedToManyRelationshipForKey(_ key: String) -> Bool
    func hasReadablePropertyForKey(_ key: String) -> Bool
    func hasWritablePropertyForKey(_ key: String) -> Bool
}
extension NSScriptClassDescription {
    func isReadOnlyKey(_ key: String) -> Bool
}

Declaration
From
init?(forClass aClass: AnyClass!) -> NSScriptClassDescription
To
init?(forClass aClass: AnyClass)

Declaration
From
class NSScriptCommand : NSObject, NSCoding {
    init(commandDescription commandDef: NSScriptCommandDescription)
    convenience init?(coder inCoder: NSCoder)
    var commandDescription: NSScriptCommandDescription { get }
    var directParameter: AnyObject?
    var receiversSpecifier: NSScriptObjectSpecifier?
    var evaluatedReceivers: AnyObject? { get }
    var arguments: [NSObject : AnyObject]!
    var evaluatedArguments: [NSObject : AnyObject]? { get }
    var wellFormed: Bool { get }
    func performDefaultImplementation() -> AnyObject?
    func executeCommand() -> AnyObject?
    var scriptErrorNumber: Int32
    var scriptErrorOffendingObjectDescriptor: NSAppleEventDescriptor?
    var scriptErrorExpectedTypeDescriptor: NSAppleEventDescriptor?
    var scriptErrorString: String?
    class func currentCommand() -> NSScriptCommand?
    @NSCopying var appleEvent: NSAppleEventDescriptor? { get }
    func suspendExecution()
    func resumeExecutionWithResult(_ result: AnyObject?)
}
To
class NSScriptCommand : NSObject, NSCoding {
    init(commandDescription commandDef: NSScriptCommandDescription)
    convenience init?(coder inCoder: NSCoder)
    var commandDescription: NSScriptCommandDescription { get }
    var directParameter: AnyObject?
    var receiversSpecifier: NSScriptObjectSpecifier?
    var evaluatedReceivers: AnyObject? { get }
    var arguments: [String : AnyObject]?
    var evaluatedArguments: [String : AnyObject]? { get }
    var wellFormed: Bool { get }
    func performDefaultImplementation() -> AnyObject?
    func executeCommand() -> AnyObject?
    var scriptErrorNumber: Int
    var scriptErrorOffendingObjectDescriptor: NSAppleEventDescriptor?
    var scriptErrorExpectedTypeDescriptor: NSAppleEventDescriptor?
    var scriptErrorString: String?
    class func currentCommand() -> NSScriptCommand?
    @NSCopying var appleEvent: NSAppleEventDescriptor? { get }
    func suspendExecution()
    func resumeExecutionWithResult(_ result: AnyObject?)
}

Declaration
From
var arguments: [NSObject : AnyObject]!
To
var arguments: [String : AnyObject]?

Declaration
From
var evaluatedArguments: [NSObject : AnyObject]? { get }
To
var evaluatedArguments: [String : AnyObject]? { get }

Declaration
From
var scriptErrorNumber: Int32
To
var scriptErrorNumber: Int

Declaration
From
class NSScriptCommandDescription : NSObject, NSCoding {
    convenience init!()
    init?(suiteName suiteName: String, commandName commandName: String, dictionary commandDeclaration: [NSObject : AnyObject]?)
    init?(coder inCoder: NSCoder)
    var suiteName: String { get }
    var commandName: String { get }
    var appleEventClassCode: FourCharCode { get }
    var appleEventCode: FourCharCode { get }
    var commandClassName: String { get }
    var returnType: String? { get }
    var appleEventCodeForReturnType: FourCharCode { get }
    var argumentNames: [AnyObject] { get }
    func typeForArgumentWithName(_ argumentName: String) -> String?
    func appleEventCodeForArgumentWithName(_ argumentName: String) -> FourCharCode
    func isOptionalArgumentWithName(_ argumentName: String) -> Bool
    func createCommandInstance() -> NSScriptCommand
    func createCommandInstanceWithZone(_ zone: NSZone) -> NSScriptCommand
}
To
class NSScriptCommandDescription : NSObject, NSCoding {
    convenience init()
    init?(suiteName suiteName: String, commandName commandName: String, dictionary commandDeclaration: [NSObject : AnyObject]?)
    init?(coder inCoder: NSCoder)
    var suiteName: String { get }
    var commandName: String { get }
    var appleEventClassCode: FourCharCode { get }
    var appleEventCode: FourCharCode { get }
    var commandClassName: String { get }
    var returnType: String? { get }
    var appleEventCodeForReturnType: FourCharCode { get }
    var argumentNames: [String] { get }
    func typeForArgumentWithName(_ argumentName: String) -> String?
    func appleEventCodeForArgumentWithName(_ argumentName: String) -> FourCharCode
    func isOptionalArgumentWithName(_ argumentName: String) -> Bool
    func createCommandInstance() -> NSScriptCommand
    func createCommandInstanceWithZone(_ zone: NSZone) -> NSScriptCommand
}

Declaration
From
var argumentNames: [AnyObject] { get }
To
var argumentNames: [String] { get }

Declaration
From
class NSScriptObjectSpecifier : NSObject, NSCoding {
    init?(descriptor descriptor: NSAppleEventDescriptor) -> NSScriptObjectSpecifier
    class func objectSpecifierWithDescriptor(_ descriptor: NSAppleEventDescriptor) -> NSScriptObjectSpecifier?
    convenience init(containerSpecifier container: NSScriptObjectSpecifier, key property: String)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String)
    init?(coder inCoder: NSCoder)
    unowned(unsafe) var childSpecifier: NSScriptObjectSpecifier?
    var containerSpecifier: NSScriptObjectSpecifier?
    var containerIsObjectBeingTested: Bool
    var containerIsRangeContainerObject: Bool
    var key: String?
    var containerClassDescription: NSScriptClassDescription?
    var keyClassDescription: NSScriptClassDescription? { get }
    func indicesOfObjectsByEvaluatingWithContainer(_ container: AnyObject, count count: UnsafeMutablePointer<Int>) -> UnsafeMutablePointer<Int>
    func objectsByEvaluatingWithContainers(_ containers: AnyObject) -> AnyObject?
    var objectsByEvaluatingSpecifier: AnyObject? { get }
    var evaluationErrorNumber: Int
    var evaluationErrorSpecifier: NSScriptObjectSpecifier? { get }
    @NSCopying var descriptor: NSAppleEventDescriptor? { get }
}
To
class NSScriptObjectSpecifier : NSObject, NSCoding {
     init?(descriptor descriptor: NSAppleEventDescriptor)
    class func objectSpecifierWithDescriptor(_ descriptor: NSAppleEventDescriptor) -> NSScriptObjectSpecifier?
    convenience init(containerSpecifier container: NSScriptObjectSpecifier, key property: String)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String)
    init?(coder inCoder: NSCoder)
    unowned(unsafe) var childSpecifier: NSScriptObjectSpecifier?
    var containerSpecifier: NSScriptObjectSpecifier?
    var containerIsObjectBeingTested: Bool
    var containerIsRangeContainerObject: Bool
    var key: String
    var containerClassDescription: NSScriptClassDescription?
    var keyClassDescription: NSScriptClassDescription? { get }
    func indicesOfObjectsByEvaluatingWithContainer(_ container: AnyObject, count count: UnsafeMutablePointer<Int>) -> UnsafeMutablePointer<Int>
    func objectsByEvaluatingWithContainers(_ containers: AnyObject) -> AnyObject?
    var objectsByEvaluatingSpecifier: AnyObject? { get }
    var evaluationErrorNumber: Int
    var evaluationErrorSpecifier: NSScriptObjectSpecifier? { get }
    @NSCopying var descriptor: NSAppleEventDescriptor? { get }
}

Declaration
From
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String)
To
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String)

Declaration
From
init?(descriptor descriptor: NSAppleEventDescriptor) -> NSScriptObjectSpecifier
To
init?(descriptor descriptor: NSAppleEventDescriptor)

Declaration
From
var key: String?
To
var key: String

Declaration
From
class NSScriptSuiteRegistry : NSObject {
    class func sharedScriptSuiteRegistry() -> NSScriptSuiteRegistry
    class func setSharedScriptSuiteRegistry(_ registry: NSScriptSuiteRegistry)
    func loadSuitesFromBundle(_ bundle: NSBundle)
    func loadSuiteWithDictionary(_ suiteDeclaration: [NSObject : AnyObject], fromBundle bundle: NSBundle)
    func registerClassDescription(_ classDescription: NSScriptClassDescription)
    func registerCommandDescription(_ commandDescription: NSScriptCommandDescription)
    var suiteNames: [AnyObject] { get }
    func appleEventCodeForSuite(_ suiteName: String) -> FourCharCode
    func bundleForSuite(_ suiteName: String) -> NSBundle?
    func classDescriptionsInSuite(_ suiteName: String) -> [NSObject : AnyObject]?
    func commandDescriptionsInSuite(_ suiteName: String) -> [NSObject : AnyObject]?
    func suiteForAppleEventCode(_ appleEventCode: FourCharCode) -> String?
    func classDescriptionWithAppleEventCode(_ appleEventCode: FourCharCode) -> NSScriptClassDescription?
    func commandDescriptionWithAppleEventClass(_ appleEventClassCode: FourCharCode, andAppleEventCode appleEventIDCode: FourCharCode) -> NSScriptCommandDescription?
    func aeteResource(_ languageName: String) -> NSData?
}
To
class NSScriptSuiteRegistry : NSObject {
    class func sharedScriptSuiteRegistry() -> NSScriptSuiteRegistry
    class func setSharedScriptSuiteRegistry(_ registry: NSScriptSuiteRegistry)
    func loadSuitesFromBundle(_ bundle: NSBundle)
    func loadSuiteWithDictionary(_ suiteDeclaration: [NSObject : AnyObject], fromBundle bundle: NSBundle)
    func registerClassDescription(_ classDescription: NSScriptClassDescription)
    func registerCommandDescription(_ commandDescription: NSScriptCommandDescription)
    var suiteNames: [String] { get }
    func appleEventCodeForSuite(_ suiteName: String) -> FourCharCode
    func bundleForSuite(_ suiteName: String) -> NSBundle?
    func classDescriptionsInSuite(_ suiteName: String) -> [String : NSScriptClassDescription]?
    func commandDescriptionsInSuite(_ suiteName: String) -> [String : NSScriptCommandDescription]?
    func suiteForAppleEventCode(_ appleEventCode: FourCharCode) -> String?
    func classDescriptionWithAppleEventCode(_ appleEventCode: FourCharCode) -> NSScriptClassDescription?
    func commandDescriptionWithAppleEventClass(_ appleEventClassCode: FourCharCode, andAppleEventCode appleEventIDCode: FourCharCode) -> NSScriptCommandDescription?
    func aeteResource(_ languageName: String) -> NSData?
}

Declaration
From
func classDescriptionsInSuite(_ suiteName: String) -> [NSObject : AnyObject]?
To
func classDescriptionsInSuite(_ suiteName: String) -> [String : NSScriptClassDescription]?

Declaration
From
func commandDescriptionsInSuite(_ suiteName: String) -> [NSObject : AnyObject]?
To
func commandDescriptionsInSuite(_ suiteName: String) -> [String : NSScriptCommandDescription]?

Declaration
From
var suiteNames: [AnyObject] { get }
To
var suiteNames: [String] { get }

Raw Value Type
From--
ToUInt

DeclarationProtocols
From
struct NSSearchPathDomainMask : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var UserDomainMask: NSSearchPathDomainMask { get }
    static var LocalDomainMask: NSSearchPathDomainMask { get }
    static var NetworkDomainMask: NSSearchPathDomainMask { get }
    static var SystemDomainMask: NSSearchPathDomainMask { get }
    static var AllDomainsMask: NSSearchPathDomainMask { get }
}
RawOptionSetType
To
struct NSSearchPathDomainMask : OptionSetType {
    init(rawValue rawValue: UInt)
    static var UserDomainMask: NSSearchPathDomainMask { get }
    static var LocalDomainMask: NSSearchPathDomainMask { get }
    static var NetworkDomainMask: NSSearchPathDomainMask { get }
    static var SystemDomainMask: NSSearchPathDomainMask { get }
    static var AllDomainsMask: NSSearchPathDomainMask { get }
}
OptionSetType

Modified NSSet
DeclarationProtocols
From
class NSSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func member(_ object: AnyObject) -> AnyObject?
    func objectEnumerator() -> NSEnumerator
    init()
    init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSSet {
    func valueForKey(_ key: String) -> AnyObject
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSSet {
    func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSSet {
    func filteredSetUsingPredicate(_ predicate: NSPredicate) -> Set<NSObject>
}
extension NSSet : SequenceType {
    func generate() -> NSFastGenerator
}
extension NSSet {
    convenience init(objects elements: AnyObject...)
}
extension NSSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSSet {
    @objc(_swiftInitWithSet_NSSet:) convenience init(set anSet: NSSet)
}
extension NSSet : Reflectable {
    func getMirror() -> MirrorType
}
extension NSSet {
    var allObjects: [AnyObject] { get }
    func anyObject() -> AnyObject?
    func containsObject(_ anObject: AnyObject) -> Bool
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func intersectsSet(_ otherSet: Set<NSObject>) -> Bool
    func isEqualToSet(_ otherSet: Set<NSObject>) -> Bool
    func isSubsetOfSet(_ otherSet: Set<NSObject>) -> Bool
    func makeObjectsPerformSelector(_ aSelector: Selector)
    func makeObjectsPerformSelector(_ aSelector: Selector, withObject argument: AnyObject?)
    func setByAddingObject(_ anObject: AnyObject) -> Set<NSObject>
    func setByAddingObjectsFromSet(_ other: Set<NSObject>) -> Set<NSObject>
    func setByAddingObjectsFromArray(_ other: [AnyObject]) -> Set<NSObject>
    func enumerateObjectsUsingBlock(_ block: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
    func objectsPassingTest(_ predicate: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
    func objectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
}
extension NSSet {
    class func set() -> Self!
    convenience init(object object: AnyObject)
    class func setWithObject(_ object: AnyObject) -> Self
    class func setWithObjects(_ objects: UnsafePointer<AnyObject?>, count cnt: Int) -> Self!
    convenience init(set set: Set<NSObject>)
    class func setWithSet(_ set: Set<NSObject>) -> Self
    convenience init(array array: [AnyObject])
    class func setWithArray(_ array: [AnyObject]) -> Self
    convenience init(set set: Set<NSObject>)
    convenience init(set set: Set<NSObject>, copyItems flag: Bool)
    convenience init(array array: [AnyObject])
}
extension NSSet {
    func sortedArrayUsingDescriptors(_ sortDescriptors: [AnyObject]) -> [AnyObject]
}
extension NSSet : Reflectable {
    func getMirror() -> MirrorType
}
extension NSSet {
    @objc(_swiftInitWithSet_NSSet:) convenience init(set anSet: NSSet)
}
extension NSSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSSet {
    convenience init(objects elements: AnyObject...)
}
extension NSSet : SequenceType {
    func generate() -> NSFastGenerator
}
AnyObject, ArrayLiteralConvertible, NSCoding, NSCopying, NSFastEnumeration, NSMutableCopying, NSSecureCoding, Reflectable, SequenceType
To
class NSSet : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding, NSFastEnumeration {
    var count: Int { get }
    func member(_ object: AnyObject) -> AnyObject?
    func objectEnumerator() -> NSEnumerator
    init()
    init(objects objects: UnsafePointer<AnyObject?>, count cnt: Int)
    init?(coder aDecoder: NSCoder)
}
extension NSSet {
    convenience init(collectionViewIndexPath indexPath: NSIndexPath)
    class func setWithCollectionViewIndexPath(_ indexPath: NSIndexPath) -> Self
    convenience init(collectionViewIndexPaths indexPaths: [NSIndexPath])
    class func setWithCollectionViewIndexPaths(_ indexPaths: [NSIndexPath]) -> Self
    func enumerateIndexPathsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (NSIndexPath, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSSet {
    func valueForKey(_ key: String) -> AnyObject
    func setValue(_ value: AnyObject?, forKey key: String)
}
extension NSSet {
    func addObserver(_ observer: NSObject, forKeyPath keyPath: String, options options: NSKeyValueObservingOptions, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String, context context: UnsafeMutablePointer<Void>)
    func removeObserver(_ observer: NSObject, forKeyPath keyPath: String)
}
extension NSSet {
    func filteredSetUsingPredicate(_ predicate: NSPredicate) -> Set<NSObject>
}
extension NSSet : SequenceType {
    func generate() -> NSFastGenerator
}
extension NSSet {
    convenience init(objects elements: AnyObject...)
}
extension NSSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSSet {
    @objc(_swiftInitWithSet_NSSet:) convenience init(set anSet: NSSet)
}
extension NSSet : _Reflectable {
}
extension NSSet {
    var allObjects: [AnyObject] { get }
    func anyObject() -> AnyObject?
    func containsObject(_ anObject: AnyObject) -> Bool
    var description: String { get }
    func descriptionWithLocale(_ locale: AnyObject?) -> String
    func intersectsSet(_ otherSet: Set<NSObject>) -> Bool
    func isEqualToSet(_ otherSet: Set<NSObject>) -> Bool
    func isSubsetOfSet(_ otherSet: Set<NSObject>) -> Bool
    func makeObjectsPerformSelector(_ aSelector: Selector)
    func makeObjectsPerformSelector(_ aSelector: Selector, withObject argument: AnyObject?)
    func setByAddingObject(_ anObject: AnyObject) -> Set<NSObject>
    func setByAddingObjectsFromSet(_ other: Set<NSObject>) -> Set<NSObject>
    func setByAddingObjectsFromArray(_ other: [AnyObject]) -> Set<NSObject>
    func enumerateObjectsUsingBlock(_ block: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)
    func objectsPassingTest(_ predicate: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
    func objectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
}
extension NSSet {
    class func set() -> Self
    convenience init(object object: AnyObject)
    class func setWithObject(_ object: AnyObject) -> Self
    class func setWithObjects(_ objects: UnsafePointer<AnyObject?>, count cnt: Int) -> Self
    convenience init(set set: Set<NSObject>)
    class func setWithSet(_ set: Set<NSObject>) -> Self
    convenience init(array array: [AnyObject])
    class func setWithArray(_ array: [AnyObject]) -> Self
    convenience init(set set: Set<NSObject>)
    convenience init(set set: Set<NSObject>, copyItems flag: Bool)
    convenience init(array array: [AnyObject])
}
extension NSSet {
    func sortedArrayUsingDescriptors(_ sortDescriptors: [NSSortDescriptor]) -> [AnyObject]
}
extension NSSet : _Reflectable {
}
extension NSSet {
    @objc(_swiftInitWithSet_NSSet:) convenience init(set anSet: NSSet)
}
extension NSSet : ArrayLiteralConvertible {
    required convenience init(arrayLiteral elements: AnyObject...)
}
extension NSSet {
    convenience init(objects elements: AnyObject...)
}
extension NSSet : SequenceType {
    func generate() -> NSFastGenerator
}
AnyObject, ArrayLiteralConvertible, NSCoding, NSCopying, NSFastEnumeration, NSMutableCopying, NSSecureCoding, SequenceType

Declaration
From
func enumerateObjectsUsingBlock(_ block: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsUsingBlock(_ block: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateObjectsWithOptions(_ opts: NSEnumerationOptions, usingBlock block: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func objectsPassingTest(_ predicate: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
To
func objectsPassingTest(_ predicate: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>

Declaration
From
func objectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject!, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>
To
func objectsWithOptions(_ opts: NSEnumerationOptions, passingTest predicate: (AnyObject, UnsafeMutablePointer<ObjCBool>) -> Bool) -> Set<NSObject>

Declaration
From
func sortedArrayUsingDescriptors(_ sortDescriptors: [AnyObject]) -> [AnyObject]
To
func sortedArrayUsingDescriptors(_ sortDescriptors: [NSSortDescriptor]) -> [AnyObject]

Modified NSSetCommand
Declaration
From
class NSSetCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
    var keySpecifier: NSScriptObjectSpecifier { get }
}
To
class NSSetCommand : NSScriptCommand {
    func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)
    var keySpecifier: NSScriptObjectSpecifier { get }
}

Declaration
From
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier)
To
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier?)

Declaration
From
class NSSortDescriptor : NSObject, NSSecureCoding, NSCoding, NSCopying {
    convenience init(key key: String, ascending ascending: Bool)
    class func sortDescriptorWithKey(_ key: String, ascending ascending: Bool) -> Self
    convenience init(key key: String, ascending ascending: Bool, selector selector: Selector)
    class func sortDescriptorWithKey(_ key: String, ascending ascending: Bool, selector selector: Selector) -> Self
    init(key key: String, ascending ascending: Bool)
    init(key key: String, ascending ascending: Bool, selector selector: Selector)
    var key: String? { get }
    var ascending: Bool { get }
    var selector: Selector { get }
    func allowEvaluation()
    convenience init(key key: String, ascending ascending: Bool, comparator cmptr: NSComparator)
    class func sortDescriptorWithKey(_ key: String, ascending ascending: Bool, comparator cmptr: NSComparator) -> Self
    init(key key: String, ascending ascending: Bool, comparator cmptr: NSComparator)
    var comparator: NSComparator? { get }
    func compareObject(_ object1: AnyObject, toObject object2: AnyObject) -> NSComparisonResult
    var reversedSortDescriptor: AnyObject! { get }
}
To
class NSSortDescriptor : NSObject, NSSecureCoding, NSCoding, NSCopying {
    convenience init(key key: String?, ascending ascending: Bool)
    class func sortDescriptorWithKey(_ key: String?, ascending ascending: Bool) -> Self
    convenience init(key key: String?, ascending ascending: Bool, selector selector: Selector)
    class func sortDescriptorWithKey(_ key: String?, ascending ascending: Bool, selector selector: Selector) -> Self
    init(key key: String?, ascending ascending: Bool)
    init(key key: String?, ascending ascending: Bool, selector selector: Selector)
    init?(coder coder: NSCoder)
    var key: String? { get }
    var ascending: Bool { get }
    var selector: Selector { get }
    func allowEvaluation()
    convenience init(key key: String?, ascending ascending: Bool, comparator cmptr: NSComparator)
    class func sortDescriptorWithKey(_ key: String?, ascending ascending: Bool, comparator cmptr: NSComparator) -> Self
    init(key key: String?, ascending ascending: Bool, comparator cmptr: NSComparator)
    var comparator: NSComparator { get }
    func compareObject(_ object1: AnyObject, toObject object2: AnyObject) -> NSComparisonResult
    var reversedSortDescriptor: AnyObject { get }
}

Declaration
From
var comparator: NSComparator? { get }
To
var comparator: NSComparator { get }

Declaration
From
init(key key: String, ascending ascending: Bool)
To
init(key key: String?, ascending ascending: Bool)

Declaration
From
init(key key: String, ascending ascending: Bool, comparator cmptr: NSComparator)
To
init(key key: String?, ascending ascending: Bool, comparator cmptr: NSComparator)

Declaration
From
init(key key: String, ascending ascending: Bool, selector selector: Selector)
To
init(key key: String?, ascending ascending: Bool, selector selector: Selector)

Declaration
From
var reversedSortDescriptor: AnyObject! { get }
To
var reversedSortDescriptor: AnyObject { get }

DeclarationProtocols
From
struct NSSortOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Concurrent: NSSortOptions { get }
    static var Stable: NSSortOptions { get }
}
RawOptionSetType
To
struct NSSortOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Concurrent: NSSortOptions { get }
    static var Stable: NSSortOptions { get }
}
OptionSetType

Declaration
From
class NSSpecifierTest : NSScriptWhoseTest {
    convenience init!()
    init?(coder inCoder: NSCoder)
    init(objectSpecifier obj1: NSScriptObjectSpecifier?, comparisonOperator compOp: NSTestComparisonOperation, testObject obj2: AnyObject?)
}
To
class NSSpecifierTest : NSScriptWhoseTest {
    convenience init()
    init?(coder inCoder: NSCoder)
    init(objectSpecifier obj1: NSScriptObjectSpecifier?, comparisonOperator compOp: NSTestComparisonOperation, testObject obj2: AnyObject?)
}

Declaration
From
protocol NSSpellServerDelegate : NSObjectProtocol {
    optional func spellServer(_ sender: NSSpellServer, findMisspelledWordInString stringToCheck: String, language language: String, wordCount wordCount: UnsafeMutablePointer<Int>, countOnly countOnly: Bool) -> NSRange
    optional func spellServer(_ sender: NSSpellServer, suggestGuessesForWord word: String, inLanguage language: String) -> [AnyObject]?
    optional func spellServer(_ sender: NSSpellServer, didLearnWord word: String, inLanguage language: String)
    optional func spellServer(_ sender: NSSpellServer, didForgetWord word: String, inLanguage language: String)
    optional func spellServer(_ sender: NSSpellServer, suggestCompletionsForPartialWordRange range: NSRange, inString string: String, language language: String) -> [AnyObject]?
    optional func spellServer(_ sender: NSSpellServer, checkGrammarInString stringToCheck: String, language language: String?, details details: AutoreleasingUnsafeMutablePointer<NSArray?>) -> NSRange
    optional func spellServer(_ sender: NSSpellServer, checkString stringToCheck: String, offset offset: Int, types checkingTypes: NSTextCheckingTypes, options options: [NSObject : AnyObject]?, orthography orthography: NSOrthography?, wordCount wordCount: UnsafeMutablePointer<Int>) -> [AnyObject]?
    optional func spellServer(_ sender: NSSpellServer, recordResponse response: Int, toCorrection correction: String, forWord word: String, language language: String)
}
To
protocol NSSpellServerDelegate : NSObjectProtocol {
    optional func spellServer(_ sender: NSSpellServer, findMisspelledWordInString stringToCheck: String, language language: String, wordCount wordCount: UnsafeMutablePointer<Int>, countOnly countOnly: Bool) -> NSRange
    optional func spellServer(_ sender: NSSpellServer, suggestGuessesForWord word: String, inLanguage language: String) -> [String]?
    optional func spellServer(_ sender: NSSpellServer, didLearnWord word: String, inLanguage language: String)
    optional func spellServer(_ sender: NSSpellServer, didForgetWord word: String, inLanguage language: String)
    optional func spellServer(_ sender: NSSpellServer, suggestCompletionsForPartialWordRange range: NSRange, inString string: String, language language: String) -> [String]?
    optional func spellServer(_ sender: NSSpellServer, checkGrammarInString stringToCheck: String, language language: String?, details details: AutoreleasingUnsafeMutablePointer<NSArray?>) -> NSRange
    optional func spellServer(_ sender: NSSpellServer, checkString stringToCheck: String, offset offset: Int, types checkingTypes: NSTextCheckingTypes, options options: [String : AnyObject]?, orthography orthography: NSOrthography?, wordCount wordCount: UnsafeMutablePointer<Int>) -> [NSTextCheckingResult]?
    optional func spellServer(_ sender: NSSpellServer, recordResponse response: Int, toCorrection correction: String, forWord word: String, language language: String)
}

Declaration
From
optional func spellServer(_ sender: NSSpellServer, checkString stringToCheck: String, offset offset: Int, types checkingTypes: NSTextCheckingTypes, options options: [NSObject : AnyObject]?, orthography orthography: NSOrthography?, wordCount wordCount: UnsafeMutablePointer<Int>) -> [AnyObject]?
To
optional func spellServer(_ sender: NSSpellServer, checkString stringToCheck: String, offset offset: Int, types checkingTypes: NSTextCheckingTypes, options options: [String : AnyObject]?, orthography orthography: NSOrthography?, wordCount wordCount: UnsafeMutablePointer<Int>) -> [NSTextCheckingResult]?

Declaration
From
optional func spellServer(_ sender: NSSpellServer, suggestCompletionsForPartialWordRange range: NSRange, inString string: String, language language: String) -> [AnyObject]?
To
optional func spellServer(_ sender: NSSpellServer, suggestCompletionsForPartialWordRange range: NSRange, inString string: String, language language: String) -> [String]?

Declaration
From
optional func spellServer(_ sender: NSSpellServer, suggestGuessesForWord word: String, inLanguage language: String) -> [AnyObject]?
To
optional func spellServer(_ sender: NSSpellServer, suggestGuessesForWord word: String, inLanguage language: String) -> [String]?

DeclarationProtocols
From
struct NSStreamEvent : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var None: NSStreamEvent { get }
    static var OpenCompleted: NSStreamEvent { get }
    static var HasBytesAvailable: NSStreamEvent { get }
    static var HasSpaceAvailable: NSStreamEvent { get }
    static var ErrorOccurred: NSStreamEvent { get }
    static var EndEncountered: NSStreamEvent { get }
}
RawOptionSetType
To
struct NSStreamEvent : OptionSetType {
    init(rawValue rawValue: UInt)
    static var None: NSStreamEvent { get }
    static var OpenCompleted: NSStreamEvent { get }
    static var HasBytesAvailable: NSStreamEvent { get }
    static var HasSpaceAvailable: NSStreamEvent { get }
    static var ErrorOccurred: NSStreamEvent { get }
    static var EndEncountered: NSStreamEvent { get }
}
OptionSetType

Raw Value Type
From--
ToUInt

Modified NSString
DeclarationProtocols
From
class NSString : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    var length: Int { get }
    func characterAtIndex(_ index: Int) -> unichar
    init()
    init(coder aDecoder: NSCoder)
}
extension NSString : NSPasteboardWriting, NSObjectProtocol, NSPasteboardReading {
}
extension NSString {
    func sizeWithAttributes(_ attrs: [NSObject : AnyObject]?) -> NSSize
    func drawAtPoint(_ point: NSPoint, withAttributes attrs: [NSObject : AnyObject]?)
    func drawInRect(_ rect: NSRect, withAttributes attrs: [NSObject : AnyObject]?)
}
extension NSString {
    func drawWithRect(_ rect: NSRect, options options: NSStringDrawingOptions, attributes attributes: [NSObject : AnyObject]?)
    func boundingRectWithSize(_ size: NSSize, options options: NSStringDrawingOptions, attributes attributes: [NSObject : AnyObject]?) -> NSRect
}
extension NSString : CKRecordValue, NSObjectProtocol {
}
extension NSString {
    func linguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]
    func enumerateLinguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, usingBlock block: (String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSString {
    class func pathWithComponents(_ components: [AnyObject]) -> String
    var pathComponents: [AnyObject] { get }
    var absolutePath: Bool { get }
    var lastPathComponent: String { get }
    var stringByDeletingLastPathComponent: String { get }
    func stringByAppendingPathComponent(_ str: String) -> String
    var pathExtension: String { get }
    var stringByDeletingPathExtension: String { get }
    func stringByAppendingPathExtension(_ str: String) -> String?
    var stringByAbbreviatingWithTildeInPath: String { get }
    var stringByExpandingTildeInPath: String { get }
    var stringByStandardizingPath: String { get }
    var stringByResolvingSymlinksInPath: String { get }
    func stringsByAppendingPaths(_ paths: [AnyObject]) -> [AnyObject]
    func completePathIntoString(_ outputName: AutoreleasingUnsafeMutablePointer<NSString?>, caseSensitive flag: Bool, matchesIntoArray outputArray: AutoreleasingUnsafeMutablePointer<NSArray?>, filterTypes filterTypes: [AnyObject]?) -> Int
    var fileSystemRepresentation: UnsafePointer<Int8> { get }
    func getFileSystemRepresentation(_ cname: UnsafeMutablePointer<Int8>, maxLength max: Int) -> Bool
}
extension NSString : StringLiteralConvertible {
    required convenience init(unicodeScalarLiteral value: StaticString)
    required convenience init(extendedGraphemeClusterLiteral value: StaticString)
    required convenience init(stringLiteral value: StaticString)
}
extension NSString : _CocoaStringType {
}
extension NSString {
    convenience init(format format: NSString, _ args: CVarArgType...)
    convenience init(format format: NSString, locale locale: NSLocale?, _ args: CVarArgType...)
    class func localizedStringWithFormat(_ format: NSString, _ args: CVarArgType...) -> Self
    func stringByAppendingFormat(_ format: NSString, _ args: CVarArgType...) -> NSString
}
extension NSString {
    @objc(_swiftInitWithString_NSString:) convenience init(string aString: NSString)
}
extension NSString : Reflectable {
    func getMirror() -> MirrorType
}
extension NSString {
    func getCharacters(_ buffer: UnsafeMutablePointer<unichar>, range aRange: NSRange)
    func substringFromIndex(_ from: Int) -> String
    func substringToIndex(_ to: Int) -> String
    func substringWithRange(_ range: NSRange) -> String
    func compare(_ string: String) -> NSComparisonResult
    func compare(_ string: String, options mask: NSStringCompareOptions) -> NSComparisonResult
    func compare(_ string: String, options mask: NSStringCompareOptions, range compareRange: NSRange) -> NSComparisonResult
    func compare(_ string: String, options mask: NSStringCompareOptions, range compareRange: NSRange, locale locale: AnyObject?) -> NSComparisonResult
    func caseInsensitiveCompare(_ string: String) -> NSComparisonResult
    func localizedCompare(_ string: String) -> NSComparisonResult
    func localizedCaseInsensitiveCompare(_ string: String) -> NSComparisonResult
    func localizedStandardCompare(_ string: String) -> NSComparisonResult
    func isEqualToString(_ aString: String) -> Bool
    func hasPrefix(_ aString: String) -> Bool
    func hasSuffix(_ aString: String) -> Bool
    func containsString(_ aString: String) -> Bool
    func localizedCaseInsensitiveContainsString(_ aString: String) -> Bool
    func rangeOfString(_ aString: String) -> NSRange
    func rangeOfString(_ aString: String, options mask: NSStringCompareOptions) -> NSRange
    func rangeOfString(_ aString: String, options mask: NSStringCompareOptions, range searchRange: NSRange) -> NSRange
    func rangeOfString(_ aString: String, options mask: NSStringCompareOptions, range searchRange: NSRange, locale locale: NSLocale?) -> NSRange
    func rangeOfCharacterFromSet(_ aSet: NSCharacterSet) -> NSRange
    func rangeOfCharacterFromSet(_ aSet: NSCharacterSet, options mask: NSStringCompareOptions) -> NSRange
    func rangeOfCharacterFromSet(_ aSet: NSCharacterSet, options mask: NSStringCompareOptions, range searchRange: NSRange) -> NSRange
    func rangeOfComposedCharacterSequenceAtIndex(_ index: Int) -> NSRange
    func rangeOfComposedCharacterSequencesForRange(_ range: NSRange) -> NSRange
    func stringByAppendingString(_ aString: String) -> String
    var doubleValue: Double { get }
    var floatValue: Float { get }
    var intValue: Int32 { get }
    var integerValue: Int { get }
    var longLongValue: Int64 { get }
    var boolValue: Bool { get }
    func componentsSeparatedByString(_ separator: String) -> [AnyObject]
    func componentsSeparatedByCharactersInSet(_ separator: NSCharacterSet) -> [AnyObject]
    func commonPrefixWithString(_ aString: String, options mask: NSStringCompareOptions) -> String
    var uppercaseString: String { get }
    var lowercaseString: String { get }
    var capitalizedString: String { get }
    func uppercaseStringWithLocale(_ locale: NSLocale?) -> String
    func lowercaseStringWithLocale(_ locale: NSLocale?) -> String
    func capitalizedStringWithLocale(_ locale: NSLocale?) -> String
    func stringByTrimmingCharactersInSet(_ set: NSCharacterSet) -> String
    func stringByPaddingToLength(_ newLength: Int, withString padString: String, startingAtIndex padIndex: Int) -> String
    func getLineStart(_ startPtr: UnsafeMutablePointer<Int>, end lineEndPtr: UnsafeMutablePointer<Int>, contentsEnd contentsEndPtr: UnsafeMutablePointer<Int>, forRange range: NSRange)
    func lineRangeForRange(_ range: NSRange) -> NSRange
    func getParagraphStart(_ startPtr: UnsafeMutablePointer<Int>, end parEndPtr: UnsafeMutablePointer<Int>, contentsEnd contentsEndPtr: UnsafeMutablePointer<Int>, forRange range: NSRange)
    func paragraphRangeForRange(_ range: NSRange) -> NSRange
    func enumerateSubstringsInRange(_ range: NSRange, options opts: NSStringEnumerationOptions, usingBlock block: (String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateLinesUsingBlock(_ block: (String!, UnsafeMutablePointer<ObjCBool>) -> Void)
    var description: String { get }
    var hash: Int { get }
    var fastestEncoding: UInt { get }
    var smallestEncoding: UInt { get }
    func dataUsingEncoding(_ encoding: UInt, allowLossyConversion lossy: Bool) -> NSData?
    func dataUsingEncoding(_ encoding: UInt) -> NSData?
    func canBeConvertedToEncoding(_ encoding: UInt) -> Bool
    func cStringUsingEncoding(_ encoding: UInt) -> UnsafePointer<Int8>
    func getCString(_ buffer: UnsafeMutablePointer<Int8>, maxLength maxBufferCount: Int, encoding encoding: UInt) -> Bool
    func getBytes(_ buffer: UnsafeMutablePointer<Void>, maxLength maxBufferCount: Int, usedLength usedBufferCount: UnsafeMutablePointer<Int>, encoding encoding: UInt, options options: NSStringEncodingConversionOptions, range range: NSRange, remainingRange leftover: NSRangePointer) -> Bool
    func maximumLengthOfBytesUsingEncoding(_ enc: UInt) -> Int
    func lengthOfBytesUsingEncoding(_ enc: UInt) -> Int
    var decomposedStringWithCanonicalMapping: String { get }
    var precomposedStringWithCanonicalMapping: String { get }
    var decomposedStringWithCompatibilityMapping: String { get }
    var precomposedStringWithCompatibilityMapping: String { get }
    func stringByFoldingWithOptions(_ options: NSStringCompareOptions, locale locale: NSLocale?) -> String
    func stringByReplacingOccurrencesOfString(_ target: String, withString replacement: String, options options: NSStringCompareOptions, range searchRange: NSRange) -> String
    func stringByReplacingOccurrencesOfString(_ target: String, withString replacement: String) -> String
    func stringByReplacingCharactersInRange(_ range: NSRange, withString replacement: String) -> String
    var UTF8String: UnsafePointer<Int8> { get }
    class func defaultCStringEncoding() -> UInt
    class func availableStringEncodings() -> UnsafePointer<UInt>
    class func localizedNameOfStringEncoding(_ encoding: UInt) -> String
    convenience init(charactersNoCopy characters: UnsafeMutablePointer<unichar>, length length: Int, freeWhenDone freeBuffer: Bool)
    convenience init(characters characters: UnsafePointer<unichar>, length length: Int)
    convenience init?(UTF8String nullTerminatedCString: UnsafePointer<Int8>)
    convenience init(string aString: String)
    convenience init(format format: String, arguments argList: CVaListPointer)
    convenience init(format format: String, locale locale: AnyObject?, arguments argList: CVaListPointer)
    convenience init?(data data: NSData, encoding encoding: UInt)
    convenience init?(bytes bytes: UnsafePointer<Void>, length len: Int, encoding encoding: UInt)
    convenience init?(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length len: Int, encoding encoding: UInt, freeWhenDone freeBuffer: Bool)
    class func string() -> Self!
    class func stringWithString(_ string: String) -> Self
    class func stringWithCharacters(_ characters: UnsafePointer<unichar>, length length: Int) -> Self
    class func stringWithUTF8String(_ nullTerminatedCString: UnsafePointer<Int8>) -> Self
    convenience init?(CString nullTerminatedCString: UnsafePointer<Int8>, encoding encoding: UInt)
    class func stringWithCString(_ cString: UnsafePointer<Int8>, encoding enc: UInt) -> Self
    convenience init?(contentsOfURL url: NSURL, encoding enc: UInt, error error: NSErrorPointer)
    convenience init?(contentsOfFile path: String, encoding enc: UInt, error error: NSErrorPointer)
    class func stringWithContentsOfURL(_ url: NSURL, encoding enc: UInt, error error: NSErrorPointer) -> Self?
    class func stringWithContentsOfFile(_ path: String, encoding enc: UInt, error error: NSErrorPointer) -> Self?
    convenience init?(contentsOfURL url: NSURL, usedEncoding enc: UnsafeMutablePointer<UInt>, error error: NSErrorPointer)
    convenience init?(contentsOfFile path: String, usedEncoding enc: UnsafeMutablePointer<UInt>, error error: NSErrorPointer)
    class func stringWithContentsOfURL(_ url: NSURL, usedEncoding enc: UnsafeMutablePointer<UInt>, error error: NSErrorPointer) -> Self?
    class func stringWithContentsOfFile(_ path: String, usedEncoding enc: UnsafeMutablePointer<UInt>, error error: NSErrorPointer) -> Self?
    func writeToURL(_ url: NSURL, atomically useAuxiliaryFile: Bool, encoding enc: UInt, error error: NSErrorPointer) -> Bool
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool, encoding enc: UInt, error error: NSErrorPointer) -> Bool
}
extension NSString {
    class func stringEncodingForData(_ data: NSData, encodingOptions opts: [NSObject : AnyObject]?, convertedString string: AutoreleasingUnsafeMutablePointer<NSString?>, usedLossyConversion usedLossyConversion: UnsafeMutablePointer<ObjCBool>) -> UInt
}
extension NSString {
    func propertyList() -> AnyObject
    func propertyListFromStringsFileFormat() -> [NSObject : AnyObject]?
}
extension NSString {
    func cString() -> UnsafePointer<Int8>
    func lossyCString() -> UnsafePointer<Int8>
    func cStringLength() -> Int
    func getCString(_ bytes: UnsafeMutablePointer<Int8>)
    func getCString(_ bytes: UnsafeMutablePointer<Int8>, maxLength maxLength: Int)
    func getCString(_ bytes: UnsafeMutablePointer<Int8>, maxLength maxLength: Int, range aRange: NSRange, remainingRange leftoverRange: NSRangePointer)
    func writeToFile(_ path: String!, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL!, atomically atomically: Bool) -> Bool
    convenience init!(contentsOfFile path: String!)
    convenience init!(contentsOfURL url: NSURL!)
    class func stringWithContentsOfFile(_ path: String!) -> AnyObject!
    class func stringWithContentsOfURL(_ url: NSURL!) -> AnyObject!
    convenience init!(CStringNoCopy bytes: UnsafeMutablePointer<Int8>, length length: Int, freeWhenDone freeBuffer: Bool)
    convenience init!(CString bytes: UnsafePointer<Int8>, length length: Int)
    convenience init!(CString bytes: UnsafePointer<Int8>)
    class func stringWithCString(_ bytes: UnsafePointer<Int8>, length length: Int) -> AnyObject!
    class func stringWithCString(_ bytes: UnsafePointer<Int8>) -> AnyObject!
    func getCharacters(_ buffer: UnsafeMutablePointer<unichar>)
}
extension NSString {
    func stringByAddingPercentEncodingWithAllowedCharacters(_ allowedCharacters: NSCharacterSet) -> String?
    var stringByRemovingPercentEncoding: String? { get }
    func stringByAddingPercentEscapesUsingEncoding(_ enc: UInt) -> String?
    func stringByReplacingPercentEscapesUsingEncoding(_ enc: UInt) -> String?
}
extension NSString : Reflectable {
    func getMirror() -> MirrorType
}
extension NSString {
    @objc(_swiftInitWithString_NSString:) convenience init(string aString: NSString)
}
extension NSString {
    convenience init(format format: NSString, _ args: CVarArgType...)
    convenience init(format format: NSString, locale locale: NSLocale?, _ args: CVarArgType...)
    class func localizedStringWithFormat(_ format: NSString, _ args: CVarArgType...) -> Self
    func stringByAppendingFormat(_ format: NSString, _ args: CVarArgType...) -> NSString
}
extension NSString : _CocoaStringType {
}
extension NSString : StringLiteralConvertible {
    required convenience init(unicodeScalarLiteral value: StaticString)
    required convenience init(extendedGraphemeClusterLiteral value: StaticString)
    required convenience init(stringLiteral value: StaticString)
}
AnyObject, CKRecordValue, NSCoding, NSCopying, NSMutableCopying, NSObjectProtocol, NSPasteboardReading, NSPasteboardWriting, NSSecureCoding, Reflectable, StringLiteralConvertible
To
class NSString : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCoding {
    var length: Int { get }
    func characterAtIndex(_ index: Int) -> unichar
    init()
    init?(coder aDecoder: NSCoder)
}
extension NSString : NSPasteboardWriting, NSPasteboardReading {
}
extension NSString {
    func sizeWithAttributes(_ attrs: [String : AnyObject]?) -> NSSize
    func drawAtPoint(_ point: NSPoint, withAttributes attrs: [String : AnyObject]?)
    func drawInRect(_ rect: NSRect, withAttributes attrs: [String : AnyObject]?)
}
extension NSString {
    func drawWithRect(_ rect: NSRect, options options: NSStringDrawingOptions, attributes attributes: [String : AnyObject]?, context context: NSStringDrawingContext?)
    func boundingRectWithSize(_ size: NSSize, options options: NSStringDrawingOptions, attributes attributes: [String : AnyObject]?, context context: NSStringDrawingContext?) -> NSRect
}
extension NSString {
    func drawWithRect(_ rect: NSRect, options options: NSStringDrawingOptions, attributes attributes: [String : AnyObject]?)
    func boundingRectWithSize(_ size: NSSize, options options: NSStringDrawingOptions, attributes attributes: [String : AnyObject]?) -> NSRect
}
extension NSString : CKRecordValue {
}
extension NSString : CNKeyDescriptor {
}
extension NSString {
    func variantFittingPresentationWidth(_ width: Int) -> String
}
extension NSString {
    func linguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [String]
    func enumerateLinguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, usingBlock block: (String, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
}
extension NSString {
    class func pathWithComponents(_ components: [String]) -> String
    var pathComponents: [String] { get }
    var absolutePath: Bool { get }
    var lastPathComponent: String { get }
    var stringByDeletingLastPathComponent: String { get }
    func stringByAppendingPathComponent(_ str: String) -> String
    var pathExtension: String { get }
    var stringByDeletingPathExtension: String { get }
    func stringByAppendingPathExtension(_ str: String) -> String?
    var stringByAbbreviatingWithTildeInPath: String { get }
    var stringByExpandingTildeInPath: String { get }
    var stringByStandardizingPath: String { get }
    var stringByResolvingSymlinksInPath: String { get }
    func stringsByAppendingPaths(_ paths: [String]) -> [String]
    func completePathIntoString(_ outputName: AutoreleasingUnsafeMutablePointer<NSString?>, caseSensitive flag: Bool, matchesIntoArray outputArray: AutoreleasingUnsafeMutablePointer<NSArray?>, filterTypes filterTypes: [String]?) -> Int
    var fileSystemRepresentation: UnsafePointer<Int8> { get }
    func getFileSystemRepresentation(_ cname: UnsafeMutablePointer<Int8>, maxLength max: Int) -> Bool
}
extension NSString : StringLiteralConvertible, ExtendedGraphemeClusterLiteralConvertible, UnicodeScalarLiteralConvertible {
    required convenience init(unicodeScalarLiteral value: StaticString)
    required convenience init(extendedGraphemeClusterLiteral value: StaticString)
    required convenience init(stringLiteral value: StaticString)
}
extension NSString : _CocoaStringType {
}
extension NSString {
    convenience init(format format: NSString, _ args: CVarArgType...)
    convenience init(format format: NSString, locale locale: NSLocale?, _ args: CVarArgType...)
    @warn_unused_result
    class func localizedStringWithFormat(_ format: NSString, _ args: CVarArgType...) -> Self
    @warn_unused_result
    func stringByAppendingFormat(_ format: NSString, _ args: CVarArgType...) -> NSString
}
extension NSString {
    @objc(_swiftInitWithString_NSString:) convenience init(string aString: NSString)
}
extension NSString : _Reflectable {
}
extension NSString {
    func substringFromIndex(_ from: Int) -> String
    func substringToIndex(_ to: Int) -> String
    func substringWithRange(_ range: NSRange) -> String
    func getCharacters(_ buffer: UnsafeMutablePointer<unichar>, range range: NSRange)
    func compare(_ string: String) -> NSComparisonResult
    func compare(_ string: String, options mask: NSStringCompareOptions) -> NSComparisonResult
    func compare(_ string: String, options mask: NSStringCompareOptions, range compareRange: NSRange) -> NSComparisonResult
    func compare(_ string: String, options mask: NSStringCompareOptions, range compareRange: NSRange, locale locale: AnyObject?) -> NSComparisonResult
    func caseInsensitiveCompare(_ string: String) -> NSComparisonResult
    func localizedCompare(_ string: String) -> NSComparisonResult
    func localizedCaseInsensitiveCompare(_ string: String) -> NSComparisonResult
    func localizedStandardCompare(_ string: String) -> NSComparisonResult
    func isEqualToString(_ aString: String) -> Bool
    func hasPrefix(_ str: String) -> Bool
    func hasSuffix(_ str: String) -> Bool
    func commonPrefixWithString(_ str: String, options mask: NSStringCompareOptions) -> String
    func containsString(_ str: String) -> Bool
    func localizedCaseInsensitiveContainsString(_ str: String) -> Bool
    func localizedStandardContainsString(_ str: String) -> Bool
    func localizedStandardRangeOfString(_ str: String) -> NSRange
    func rangeOfString(_ searchString: String) -> NSRange
    func rangeOfString(_ searchString: String, options mask: NSStringCompareOptions) -> NSRange
    func rangeOfString(_ searchString: String, options mask: NSStringCompareOptions, range searchRange: NSRange) -> NSRange
    func rangeOfString(_ searchString: String, options mask: NSStringCompareOptions, range searchRange: NSRange, locale locale: NSLocale?) -> NSRange
    func rangeOfCharacterFromSet(_ searchSet: NSCharacterSet) -> NSRange
    func rangeOfCharacterFromSet(_ searchSet: NSCharacterSet, options mask: NSStringCompareOptions) -> NSRange
    func rangeOfCharacterFromSet(_ searchSet: NSCharacterSet, options mask: NSStringCompareOptions, range searchRange: NSRange) -> NSRange
    func rangeOfComposedCharacterSequenceAtIndex(_ index: Int) -> NSRange
    func rangeOfComposedCharacterSequencesForRange(_ range: NSRange) -> NSRange
    func stringByAppendingString(_ aString: String) -> String
    var doubleValue: Double { get }
    var floatValue: Float { get }
    var intValue: Int32 { get }
    var integerValue: Int { get }
    var longLongValue: Int64 { get }
    var boolValue: Bool { get }
    var uppercaseString: String { get }
    var lowercaseString: String { get }
    var capitalizedString: String { get }
    var localizedUppercaseString: String { get }
    var localizedLowercaseString: String { get }
    var localizedCapitalizedString: String { get }
    func uppercaseStringWithLocale(_ locale: NSLocale?) -> String
    func lowercaseStringWithLocale(_ locale: NSLocale?) -> String
    func capitalizedStringWithLocale(_ locale: NSLocale?) -> String
    func getLineStart(_ startPtr: UnsafeMutablePointer<Int>, end lineEndPtr: UnsafeMutablePointer<Int>, contentsEnd contentsEndPtr: UnsafeMutablePointer<Int>, forRange range: NSRange)
    func lineRangeForRange(_ range: NSRange) -> NSRange
    func getParagraphStart(_ startPtr: UnsafeMutablePointer<Int>, end parEndPtr: UnsafeMutablePointer<Int>, contentsEnd contentsEndPtr: UnsafeMutablePointer<Int>, forRange range: NSRange)
    func paragraphRangeForRange(_ range: NSRange) -> NSRange
    func enumerateSubstringsInRange(_ range: NSRange, options opts: NSStringEnumerationOptions, usingBlock block: (String?, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
    func enumerateLinesUsingBlock(_ block: (String, UnsafeMutablePointer<ObjCBool>) -> Void)
    var UTF8String: UnsafePointer<Int8> { get }
    var fastestEncoding: UInt { get }
    var smallestEncoding: UInt { get }
    func dataUsingEncoding(_ encoding: UInt, allowLossyConversion lossy: Bool) -> NSData?
    func dataUsingEncoding(_ encoding: UInt) -> NSData?
    func canBeConvertedToEncoding(_ encoding: UInt) -> Bool
    func cStringUsingEncoding(_ encoding: UInt) -> UnsafePointer<Int8>
    func getCString(_ buffer: UnsafeMutablePointer<Int8>, maxLength maxBufferCount: Int, encoding encoding: UInt) -> Bool
    func getBytes(_ buffer: UnsafeMutablePointer<Void>, maxLength maxBufferCount: Int, usedLength usedBufferCount: UnsafeMutablePointer<Int>, encoding encoding: UInt, options options: NSStringEncodingConversionOptions, range range: NSRange, remainingRange leftover: NSRangePointer) -> Bool
    func maximumLengthOfBytesUsingEncoding(_ enc: UInt) -> Int
    func lengthOfBytesUsingEncoding(_ enc: UInt) -> Int
    class func availableStringEncodings() -> UnsafePointer<UInt>
    class func localizedNameOfStringEncoding(_ encoding: UInt) -> String
    class func defaultCStringEncoding() -> UInt
    var decomposedStringWithCanonicalMapping: String { get }
    var precomposedStringWithCanonicalMapping: String { get }
    var decomposedStringWithCompatibilityMapping: String { get }
    var precomposedStringWithCompatibilityMapping: String { get }
    func componentsSeparatedByString(_ separator: String) -> [String]
    func componentsSeparatedByCharactersInSet(_ separator: NSCharacterSet) -> [String]
    func stringByTrimmingCharactersInSet(_ set: NSCharacterSet) -> String
    func stringByPaddingToLength(_ newLength: Int, withString padString: String, startingAtIndex padIndex: Int) -> String
    func stringByFoldingWithOptions(_ options: NSStringCompareOptions, locale locale: NSLocale?) -> String
    func stringByReplacingOccurrencesOfString(_ target: String, withString replacement: String, options options: NSStringCompareOptions, range searchRange: NSRange) -> String
    func stringByReplacingOccurrencesOfString(_ target: String, withString replacement: String) -> String
    func stringByReplacingCharactersInRange(_ range: NSRange, withString replacement: String) -> String
    func stringByApplyingTransform(_ transform: String, reverse reverse: Bool) -> String?
    func writeToURL(_ url: NSURL, atomically useAuxiliaryFile: Bool, encoding enc: UInt) throws
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool, encoding enc: UInt) throws
    var description: String { get }
    var hash: Int { get }
    convenience init(charactersNoCopy characters: UnsafeMutablePointer<unichar>, length length: Int, freeWhenDone freeBuffer: Bool)
    convenience init(characters characters: UnsafePointer<unichar>, length length: Int)
    convenience init?(UTF8String nullTerminatedCString: UnsafePointer<Int8>)
    convenience init(string aString: String)
    convenience init(format format: String, arguments argList: CVaListPointer)
    convenience init(format format: String, locale locale: AnyObject?, arguments argList: CVaListPointer)
    convenience init?(data data: NSData, encoding encoding: UInt)
    convenience init?(bytes bytes: UnsafePointer<Void>, length len: Int, encoding encoding: UInt)
    convenience init?(bytesNoCopy bytes: UnsafeMutablePointer<Void>, length len: Int, encoding encoding: UInt, freeWhenDone freeBuffer: Bool)
    class func string() -> Self
    class func stringWithString(_ string: String) -> Self
    class func stringWithCharacters(_ characters: UnsafePointer<unichar>, length length: Int) -> Self
    class func stringWithUTF8String(_ nullTerminatedCString: UnsafePointer<Int8>) -> Self?
    convenience init?(CString nullTerminatedCString: UnsafePointer<Int8>, encoding encoding: UInt)
    class func stringWithCString(_ cString: UnsafePointer<Int8>, encoding enc: UInt) -> Self?
    convenience init(contentsOfURL url: NSURL, encoding enc: UInt) throws
    convenience init(contentsOfFile path: String, encoding enc: UInt) throws
    class func stringWithContentsOfURL(_ url: NSURL, encoding enc: UInt) throws -> Self
    class func stringWithContentsOfFile(_ path: String, encoding enc: UInt) throws -> Self
    convenience init(contentsOfURL url: NSURL, usedEncoding enc: UnsafeMutablePointer<UInt>) throws
    convenience init(contentsOfFile path: String, usedEncoding enc: UnsafeMutablePointer<UInt>) throws
    class func stringWithContentsOfURL(_ url: NSURL, usedEncoding enc: UnsafeMutablePointer<UInt>) throws -> Self
    class func stringWithContentsOfFile(_ path: String, usedEncoding enc: UnsafeMutablePointer<UInt>) throws -> Self
}
extension NSString {
    class func stringEncodingForData(_ data: NSData, encodingOptions opts: [String : AnyObject]?, convertedString string: AutoreleasingUnsafeMutablePointer<NSString?>, usedLossyConversion usedLossyConversion: UnsafeMutablePointer<ObjCBool>) -> UInt
}
extension NSString {
    func propertyList() -> AnyObject
    func propertyListFromStringsFileFormat() -> [NSObject : AnyObject]?
}
extension NSString {
    func cString() -> UnsafePointer<Int8>
    func lossyCString() -> UnsafePointer<Int8>
    func cStringLength() -> Int
    func getCString(_ bytes: UnsafeMutablePointer<Int8>)
    func getCString(_ bytes: UnsafeMutablePointer<Int8>, maxLength maxLength: Int)
    func getCString(_ bytes: UnsafeMutablePointer<Int8>, maxLength maxLength: Int, range aRange: NSRange, remainingRange leftoverRange: NSRangePointer)
    func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool) -> Bool
    func writeToURL(_ url: NSURL, atomically atomically: Bool) -> Bool
    convenience init?(contentsOfFile path: String)
    convenience init?(contentsOfURL url: NSURL)
    class func stringWithContentsOfFile(_ path: String) -> AnyObject?
    class func stringWithContentsOfURL(_ url: NSURL) -> AnyObject?
    convenience init?(CStringNoCopy bytes: UnsafeMutablePointer<Int8>, length length: Int, freeWhenDone freeBuffer: Bool)
    convenience init?(CString bytes: UnsafePointer<Int8>, length length: Int)
    convenience init?(CString bytes: UnsafePointer<Int8>)
    class func stringWithCString(_ bytes: UnsafePointer<Int8>, length length: Int) -> AnyObject?
    class func stringWithCString(_ bytes: UnsafePointer<Int8>) -> AnyObject?
    func getCharacters(_ buffer: UnsafeMutablePointer<unichar>)
}
extension NSString {
    func stringByAddingPercentEncodingWithAllowedCharacters(_ allowedCharacters: NSCharacterSet) -> String?
    var stringByRemovingPercentEncoding: String? { get }
    func stringByAddingPercentEscapesUsingEncoding(_ enc: UInt) -> String?
    func stringByReplacingPercentEscapesUsingEncoding(_ enc: UInt) -> String?
}
extension NSString : _Reflectable {
}
extension NSString {
    @objc(_swiftInitWithString_NSString:) convenience init(string aString: NSString)
}
extension NSString {
    convenience init(format format: NSString, _ args: CVarArgType...)
    convenience init(format format: NSString, locale locale: NSLocale?, _ args: CVarArgType...)
    @warn_unused_result
    class func localizedStringWithFormat(_ format: NSString, _ args: CVarArgType...) -> Self
    @warn_unused_result
    func stringByAppendingFormat(_ format: NSString, _ args: CVarArgType...) -> NSString
}
extension NSString : _CocoaStringType {
}
extension NSString : StringLiteralConvertible, ExtendedGraphemeClusterLiteralConvertible, UnicodeScalarLiteralConvertible {
    required convenience init(unicodeScalarLiteral value: StaticString)
    required convenience init(extendedGraphemeClusterLiteral value: StaticString)
    required convenience init(stringLiteral value: StaticString)
}
AnyObject, CKRecordValue, CNKeyDescriptor, ExtendedGraphemeClusterLiteralConvertible, NSCoding, NSCopying, NSMutableCopying, NSObjectProtocol, NSPasteboardReading, NSPasteboardWriting, NSSecureCoding, StringLiteralConvertible, UnicodeScalarLiteralConvertible

Declaration
From
func completePathIntoString(_ outputName: AutoreleasingUnsafeMutablePointer<NSString?>, caseSensitive flag: Bool, matchesIntoArray outputArray: AutoreleasingUnsafeMutablePointer<NSArray?>, filterTypes filterTypes: [AnyObject]?) -> Int
To
func completePathIntoString(_ outputName: AutoreleasingUnsafeMutablePointer<NSString?>, caseSensitive flag: Bool, matchesIntoArray outputArray: AutoreleasingUnsafeMutablePointer<NSArray?>, filterTypes filterTypes: [String]?) -> Int

Declaration
From
func componentsSeparatedByCharactersInSet(_ separator: NSCharacterSet) -> [AnyObject]
To
func componentsSeparatedByCharactersInSet(_ separator: NSCharacterSet) -> [String]

Declaration
From
func componentsSeparatedByString(_ separator: String) -> [AnyObject]
To
func componentsSeparatedByString(_ separator: String) -> [String]

Declaration
From
func enumerateLinesUsingBlock(_ block: (String!, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateLinesUsingBlock(_ block: (String, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateLinguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, usingBlock block: (String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateLinguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, usingBlock block: (String, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
func enumerateSubstringsInRange(_ range: NSRange, options opts: NSStringEnumerationOptions, usingBlock block: (String!, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)
To
func enumerateSubstringsInRange(_ range: NSRange, options opts: NSStringEnumerationOptions, usingBlock block: (String?, NSRange, NSRange, UnsafeMutablePointer<ObjCBool>) -> Void)

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Declaration
From
convenience init?(contentsOfFile path: String, encoding enc: UInt, error error: NSErrorPointer)
To
convenience init(contentsOfFile path: String, encoding enc: UInt) throws

Declaration
From
convenience init?(contentsOfFile path: String, usedEncoding enc: UnsafeMutablePointer<UInt>, error error: NSErrorPointer)
To
convenience init(contentsOfFile path: String, usedEncoding enc: UnsafeMutablePointer<UInt>) throws

Declaration
From
convenience init?(contentsOfURL url: NSURL, encoding enc: UInt, error error: NSErrorPointer)
To
convenience init(contentsOfURL url: NSURL, encoding enc: UInt) throws

Declaration
From
convenience init?(contentsOfURL url: NSURL, usedEncoding enc: UnsafeMutablePointer<UInt>, error error: NSErrorPointer)
To
convenience init(contentsOfURL url: NSURL, usedEncoding enc: UnsafeMutablePointer<UInt>) throws

Declaration
From
func linguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [AnyObject]
To
func linguisticTagsInRange(_ range: NSRange, scheme tagScheme: String, options opts: NSLinguisticTaggerOptions, orthography orthography: NSOrthography?, tokenRanges tokenRanges: AutoreleasingUnsafeMutablePointer<NSArray?>) -> [String]

Modified NSString.localizedStringWithFormat(_: NSString, _: CVarArgType) -> Self [class]
DeclarationIntroduction
From
class func localizedStringWithFormat(_ format: NSString, _ args: CVarArgType...) -> Self
OS X 10.10.3
To
@warn_unused_result
    class func localizedStringWithFormat(_ format: NSString, _ args: CVarArgType...) -> Self
OS X 10.11

Declaration
From
var pathComponents: [AnyObject] { get }
To
var pathComponents: [String] { get }

Declaration
From
class func pathWithComponents(_ components: [AnyObject]) -> String
To
class func pathWithComponents(_ components: [String]) -> String

IntroductionDeprecation
FromOS X 10.10--
ToOS X 10.0OS X 10.11

Modified NSString.stringByAppendingFormat(_: NSString, _: CVarArgType) -> NSString
Declaration
From
func stringByAppendingFormat(_ format: NSString, _ args: CVarArgType...) -> NSString
To
@warn_unused_result
    func stringByAppendingFormat(_ format: NSString, _ args: CVarArgType...) -> NSString

IntroductionDeprecation
FromOS X 10.10--
ToOS X 10.0OS X 10.11

Declaration
From
class func stringEncodingForData(_ data: NSData, encodingOptions opts: [NSObject : AnyObject]?, convertedString string: AutoreleasingUnsafeMutablePointer<NSString?>, usedLossyConversion usedLossyConversion: UnsafeMutablePointer<ObjCBool>) -> UInt
To
class func stringEncodingForData(_ data: NSData, encodingOptions opts: [String : AnyObject]?, convertedString string: AutoreleasingUnsafeMutablePointer<NSString?>, usedLossyConversion usedLossyConversion: UnsafeMutablePointer<ObjCBool>) -> UInt

Declaration
From
func stringsByAppendingPaths(_ paths: [AnyObject]) -> [AnyObject]
To
func stringsByAppendingPaths(_ paths: [String]) -> [String]

Declaration
From
func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool, encoding enc: UInt, error error: NSErrorPointer) -> Bool
To
func writeToFile(_ path: String, atomically useAuxiliaryFile: Bool, encoding enc: UInt) throws

Declaration
From
func writeToURL(_ url: NSURL, atomically useAuxiliaryFile: Bool, encoding enc: UInt, error error: NSErrorPointer) -> Bool
To
func writeToURL(_ url: NSURL, atomically useAuxiliaryFile: Bool, encoding enc: UInt) throws

DeclarationProtocols
From
struct NSStringCompareOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var CaseInsensitiveSearch: NSStringCompareOptions { get }
    static var LiteralSearch: NSStringCompareOptions { get }
    static var BackwardsSearch: NSStringCompareOptions { get }
    static var AnchoredSearch: NSStringCompareOptions { get }
    static var NumericSearch: NSStringCompareOptions { get }
    static var DiacriticInsensitiveSearch: NSStringCompareOptions { get }
    static var WidthInsensitiveSearch: NSStringCompareOptions { get }
    static var ForcedOrderingSearch: NSStringCompareOptions { get }
    static var RegularExpressionSearch: NSStringCompareOptions { get }
}
RawOptionSetType
To
struct NSStringCompareOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var CaseInsensitiveSearch: NSStringCompareOptions { get }
    static var LiteralSearch: NSStringCompareOptions { get }
    static var BackwardsSearch: NSStringCompareOptions { get }
    static var AnchoredSearch: NSStringCompareOptions { get }
    static var NumericSearch: NSStringCompareOptions { get }
    static var DiacriticInsensitiveSearch: NSStringCompareOptions { get }
    static var WidthInsensitiveSearch: NSStringCompareOptions { get }
    static var ForcedOrderingSearch: NSStringCompareOptions { get }
    static var RegularExpressionSearch: NSStringCompareOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSStringEncodingConversionOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var AllowLossy: NSStringEncodingConversionOptions { get }
    static var ExternalRepresentation: NSStringEncodingConversionOptions { get }
}
RawOptionSetType
To
struct NSStringEncodingConversionOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var AllowLossy: NSStringEncodingConversionOptions { get }
    static var ExternalRepresentation: NSStringEncodingConversionOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSStringEnumerationOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var ByLines: NSStringEnumerationOptions { get }
    static var ByParagraphs: NSStringEnumerationOptions { get }
    static var ByComposedCharacterSequences: NSStringEnumerationOptions { get }
    static var ByWords: NSStringEnumerationOptions { get }
    static var BySentences: NSStringEnumerationOptions { get }
    static var Reverse: NSStringEnumerationOptions { get }
    static var SubstringNotRequired: NSStringEnumerationOptions { get }
    static var Localized: NSStringEnumerationOptions { get }
}
RawOptionSetType
To
struct NSStringEnumerationOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var ByLines: NSStringEnumerationOptions { get }
    static var ByParagraphs: NSStringEnumerationOptions { get }
    static var ByComposedCharacterSequences: NSStringEnumerationOptions { get }
    static var ByWords: NSStringEnumerationOptions { get }
    static var BySentences: NSStringEnumerationOptions { get }
    static var Reverse: NSStringEnumerationOptions { get }
    static var SubstringNotRequired: NSStringEnumerationOptions { get }
    static var Localized: NSStringEnumerationOptions { get }
}
OptionSetType

Modified NSTask
Declaration
From
class NSTask : NSObject {
    init()
    var launchPath: String
    var arguments: [AnyObject]
    var environment: [NSObject : AnyObject]
    var currentDirectoryPath: String
    var standardInput: AnyObject
    var standardOutput: AnyObject
    var standardError: AnyObject
    func launch()
    func interrupt()
    func terminate()
    func suspend() -> Bool
    func resume() -> Bool
    var processIdentifier: Int32 { get }
    var running: Bool { get }
    var terminationStatus: Int32 { get }
    var terminationReason: NSTaskTerminationReason { get }
    var terminationHandler: ((NSTask!) -> Void)?
    var qualityOfService: NSQualityOfService
}
extension NSTask {
    class func launchedTaskWithLaunchPath(_ path: String, arguments arguments: [AnyObject]) -> NSTask
    func waitUntilExit()
}
To
class NSTask : NSObject {
    init()
    var launchPath: String?
    var arguments: [String]?
    var environment: [String : String]?
    var currentDirectoryPath: String
    var standardInput: AnyObject?
    var standardOutput: AnyObject?
    var standardError: AnyObject?
    func launch()
    func interrupt()
    func terminate()
    func suspend() -> Bool
    func resume() -> Bool
    var processIdentifier: Int32 { get }
    var running: Bool { get }
    var terminationStatus: Int32 { get }
    var terminationReason: NSTaskTerminationReason { get }
    var terminationHandler: ((NSTask) -> Void)?
    var qualityOfService: NSQualityOfService
}
extension NSTask {
    class func launchedTaskWithLaunchPath(_ path: String, arguments arguments: [String]) -> NSTask
    func waitUntilExit()
}

Declaration
From
var arguments: [AnyObject]
To
var arguments: [String]?

Declaration
From
var environment: [NSObject : AnyObject]
To
var environment: [String : String]?

Declaration
From
class func launchedTaskWithLaunchPath(_ path: String, arguments arguments: [AnyObject]) -> NSTask
To
class func launchedTaskWithLaunchPath(_ path: String, arguments arguments: [String]) -> NSTask

Declaration
From
var launchPath: String
To
var launchPath: String?

Declaration
From
var standardError: AnyObject
To
var standardError: AnyObject?

Declaration
From
var standardInput: AnyObject
To
var standardInput: AnyObject?

Declaration
From
var standardOutput: AnyObject
To
var standardOutput: AnyObject?

Declaration
From
var terminationHandler: ((NSTask!) -> Void)?
To
var terminationHandler: ((NSTask) -> Void)?

Raw Value Type
From--
ToInt

Raw Value Type
From--
ToUInt

Declaration
From
class NSTextCheckingResult : NSObject, NSCopying, NSCoding {
    var resultType: NSTextCheckingType { get }
    var range: NSRange { get }
}
extension NSTextCheckingResult {
    @NSCopying var orthography: NSOrthography? { get }
    var grammarDetails: [AnyObject]? { get }
    @NSCopying var date: NSDate? { get }
    @NSCopying var timeZone: NSTimeZone? { get }
    var duration: NSTimeInterval { get }
    var components: [NSObject : AnyObject]? { get }
    @NSCopying var URL: NSURL? { get }
    var replacementString: String? { get }
    var alternativeStrings: [AnyObject]? { get }
    @NSCopying var regularExpression: NSRegularExpression? { get }
    var phoneNumber: String? { get }
    var addressComponents: [NSObject : AnyObject]? { get }
    var numberOfRanges: Int { get }
    func rangeAtIndex(_ idx: Int) -> NSRange
    func resultByAdjustingRangesWithOffset(_ offset: Int) -> NSTextCheckingResult
}
extension NSTextCheckingResult {
    class func orthographyCheckingResultWithRange(_ range: NSRange, orthography orthography: NSOrthography) -> NSTextCheckingResult
    class func spellCheckingResultWithRange(_ range: NSRange) -> NSTextCheckingResult
    class func grammarCheckingResultWithRange(_ range: NSRange, details details: [AnyObject]) -> NSTextCheckingResult
    class func dateCheckingResultWithRange(_ range: NSRange, date date: NSDate) -> NSTextCheckingResult
    class func dateCheckingResultWithRange(_ range: NSRange, date date: NSDate, timeZone timeZone: NSTimeZone, duration duration: NSTimeInterval) -> NSTextCheckingResult
    class func addressCheckingResultWithRange(_ range: NSRange, components components: [NSObject : AnyObject]) -> NSTextCheckingResult
    class func linkCheckingResultWithRange(_ range: NSRange, URL url: NSURL) -> NSTextCheckingResult
    class func quoteCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func dashCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func replacementCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func correctionCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func correctionCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String, alternativeStrings alternativeStrings: [AnyObject]) -> NSTextCheckingResult
    class func regularExpressionCheckingResultWithRanges(_ ranges: NSRangePointer, count count: Int, regularExpression regularExpression: NSRegularExpression) -> NSTextCheckingResult
    class func phoneNumberCheckingResultWithRange(_ range: NSRange, phoneNumber phoneNumber: String) -> NSTextCheckingResult
    class func transitInformationCheckingResultWithRange(_ range: NSRange, components components: [NSObject : AnyObject]) -> NSTextCheckingResult
}
To
class NSTextCheckingResult : NSObject, NSCopying, NSCoding {
    var resultType: NSTextCheckingType { get }
    var range: NSRange { get }
}
extension NSTextCheckingResult {
    @NSCopying var orthography: NSOrthography? { get }
    var grammarDetails: [String]? { get }
    @NSCopying var date: NSDate? { get }
    @NSCopying var timeZone: NSTimeZone? { get }
    var duration: NSTimeInterval { get }
    var components: [String : String]? { get }
    @NSCopying var URL: NSURL? { get }
    var replacementString: String? { get }
    var alternativeStrings: [String]? { get }
    @NSCopying var regularExpression: NSRegularExpression? { get }
    var phoneNumber: String? { get }
    var addressComponents: [String : String]? { get }
    var numberOfRanges: Int { get }
    func rangeAtIndex(_ idx: Int) -> NSRange
    func resultByAdjustingRangesWithOffset(_ offset: Int) -> NSTextCheckingResult
}
extension NSTextCheckingResult {
    class func orthographyCheckingResultWithRange(_ range: NSRange, orthography orthography: NSOrthography) -> NSTextCheckingResult
    class func spellCheckingResultWithRange(_ range: NSRange) -> NSTextCheckingResult
    class func grammarCheckingResultWithRange(_ range: NSRange, details details: [String]) -> NSTextCheckingResult
    class func dateCheckingResultWithRange(_ range: NSRange, date date: NSDate) -> NSTextCheckingResult
    class func dateCheckingResultWithRange(_ range: NSRange, date date: NSDate, timeZone timeZone: NSTimeZone, duration duration: NSTimeInterval) -> NSTextCheckingResult
    class func addressCheckingResultWithRange(_ range: NSRange, components components: [String : String]) -> NSTextCheckingResult
    class func linkCheckingResultWithRange(_ range: NSRange, URL url: NSURL) -> NSTextCheckingResult
    class func quoteCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func dashCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func replacementCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func correctionCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String) -> NSTextCheckingResult
    class func correctionCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String, alternativeStrings alternativeStrings: [String]) -> NSTextCheckingResult
    class func regularExpressionCheckingResultWithRanges(_ ranges: NSRangePointer, count count: Int, regularExpression regularExpression: NSRegularExpression) -> NSTextCheckingResult
    class func phoneNumberCheckingResultWithRange(_ range: NSRange, phoneNumber phoneNumber: String) -> NSTextCheckingResult
    class func transitInformationCheckingResultWithRange(_ range: NSRange, components components: [String : String]) -> NSTextCheckingResult
}

Declaration
From
class func addressCheckingResultWithRange(_ range: NSRange, components components: [NSObject : AnyObject]) -> NSTextCheckingResult
To
class func addressCheckingResultWithRange(_ range: NSRange, components components: [String : String]) -> NSTextCheckingResult

Declaration
From
var addressComponents: [NSObject : AnyObject]? { get }
To
var addressComponents: [String : String]? { get }

Declaration
From
var alternativeStrings: [AnyObject]? { get }
To
var alternativeStrings: [String]? { get }

Declaration
From
var components: [NSObject : AnyObject]? { get }
To
var components: [String : String]? { get }

Declaration
From
class func correctionCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String, alternativeStrings alternativeStrings: [AnyObject]) -> NSTextCheckingResult
To
class func correctionCheckingResultWithRange(_ range: NSRange, replacementString replacementString: String, alternativeStrings alternativeStrings: [String]) -> NSTextCheckingResult

Declaration
From
class func grammarCheckingResultWithRange(_ range: NSRange, details details: [AnyObject]) -> NSTextCheckingResult
To
class func grammarCheckingResultWithRange(_ range: NSRange, details details: [String]) -> NSTextCheckingResult

Declaration
From
var grammarDetails: [AnyObject]? { get }
To
var grammarDetails: [String]? { get }

Declaration
From
class func transitInformationCheckingResultWithRange(_ range: NSRange, components components: [NSObject : AnyObject]) -> NSTextCheckingResult
To
class func transitInformationCheckingResultWithRange(_ range: NSRange, components components: [String : String]) -> NSTextCheckingResult

DeclarationProtocols
From
struct NSTextCheckingType : RawOptionSetType {
    init(_ rawValue: UInt64)
    init(rawValue rawValue: UInt64)
    static var Orthography: NSTextCheckingType { get }
    static var Spelling: NSTextCheckingType { get }
    static var Grammar: NSTextCheckingType { get }
    static var Date: NSTextCheckingType { get }
    static var Address: NSTextCheckingType { get }
    static var Link: NSTextCheckingType { get }
    static var Quote: NSTextCheckingType { get }
    static var Dash: NSTextCheckingType { get }
    static var Replacement: NSTextCheckingType { get }
    static var Correction: NSTextCheckingType { get }
    static var RegularExpression: NSTextCheckingType { get }
    static var PhoneNumber: NSTextCheckingType { get }
    static var TransitInformation: NSTextCheckingType { get }
}
RawOptionSetType
To
struct NSTextCheckingType : OptionSetType {
    init(rawValue rawValue: UInt64)
    static var Orthography: NSTextCheckingType { get }
    static var Spelling: NSTextCheckingType { get }
    static var Grammar: NSTextCheckingType { get }
    static var Date: NSTextCheckingType { get }
    static var Address: NSTextCheckingType { get }
    static var Link: NSTextCheckingType { get }
    static var Quote: NSTextCheckingType { get }
    static var Dash: NSTextCheckingType { get }
    static var Replacement: NSTextCheckingType { get }
    static var Correction: NSTextCheckingType { get }
    static var RegularExpression: NSTextCheckingType { get }
    static var PhoneNumber: NSTextCheckingType { get }
    static var TransitInformation: NSTextCheckingType { get }
}
OptionSetType

Modified NSThread
Declaration
From
class NSThread : NSObject {
    class func currentThread() -> NSThread
    class func detachNewThreadSelector(_ selector: Selector, toTarget target: AnyObject, withObject argument: AnyObject?)
    class func isMultiThreaded() -> Bool
    var threadDictionary: NSMutableDictionary { get }
    class func sleepUntilDate(_ date: NSDate)
    class func sleepForTimeInterval(_ ti: NSTimeInterval)
    class func exit()
    class func threadPriority() -> Double
    class func setThreadPriority(_ p: Double) -> Bool
    var threadPriority: Double
    var qualityOfService: NSQualityOfService
    class func callStackReturnAddresses() -> [AnyObject]
    class func callStackSymbols() -> [AnyObject]
    var name: String!
    var stackSize: Int
    var isMainThread: Bool { get }
    class func isMainThread() -> Bool
    class func mainThread() -> NSThread
    init()
    convenience init(target target: AnyObject, selector selector: Selector, object argument: AnyObject?)
    var executing: Bool { get }
    var finished: Bool { get }
    var cancelled: Bool { get }
    func cancel()
    func start()
    func main()
}
To
class NSThread : NSObject {
    class func currentThread() -> NSThread
    class func detachNewThreadSelector(_ selector: Selector, toTarget target: AnyObject, withObject argument: AnyObject?)
    class func isMultiThreaded() -> Bool
    var threadDictionary: NSMutableDictionary { get }
    class func sleepUntilDate(_ date: NSDate)
    class func sleepForTimeInterval(_ ti: NSTimeInterval)
    class func exit()
    class func threadPriority() -> Double
    class func setThreadPriority(_ p: Double) -> Bool
    var threadPriority: Double
    var qualityOfService: NSQualityOfService
    class func callStackReturnAddresses() -> [NSNumber]
    class func callStackSymbols() -> [String]
    var name: String?
    var stackSize: Int
    var isMainThread: Bool { get }
    class func isMainThread() -> Bool
    class func mainThread() -> NSThread
    init()
    convenience init(target target: AnyObject, selector selector: Selector, object argument: AnyObject?)
    var executing: Bool { get }
    var finished: Bool { get }
    var cancelled: Bool { get }
    func cancel()
    func start()
    func main()
}

Declaration
From
class func callStackReturnAddresses() -> [AnyObject]
To
class func callStackReturnAddresses() -> [NSNumber]

Declaration
From
class func callStackSymbols() -> [AnyObject]
To
class func callStackSymbols() -> [String]

Modified NSThread.name
Declaration
From
var name: String!
To
var name: String?

Modified NSTimer
Declaration
From
class NSTimer : NSObject {
    init(timeInterval ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool) -> NSTimer
    class func timerWithTimeInterval(_ ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool) -> NSTimer
    class func scheduledTimerWithTimeInterval(_ ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool) -> NSTimer
    init(timeInterval ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool) -> NSTimer
    class func timerWithTimeInterval(_ ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool) -> NSTimer
    class func scheduledTimerWithTimeInterval(_ ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool) -> NSTimer
    init(fireDate date: NSDate, interval ti: NSTimeInterval, target t: AnyObject, selector s: Selector, userInfo ui: AnyObject?, repeats rep: Bool)
    func fire()
    @NSCopying var fireDate: NSDate
    var timeInterval: NSTimeInterval { get }
    var tolerance: NSTimeInterval
    func invalidate()
    var valid: Bool { get }
    var userInfo: AnyObject? { get }
}
To
class NSTimer : NSObject {
     init(timeInterval ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool)
    class func timerWithTimeInterval(_ ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool) -> NSTimer
    class func scheduledTimerWithTimeInterval(_ ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool) -> NSTimer
     init(timeInterval ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool)
    class func timerWithTimeInterval(_ ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool) -> NSTimer
    class func scheduledTimerWithTimeInterval(_ ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool) -> NSTimer
    init(fireDate date: NSDate, interval ti: NSTimeInterval, target t: AnyObject, selector s: Selector, userInfo ui: AnyObject?, repeats rep: Bool)
    func fire()
    @NSCopying var fireDate: NSDate
    var timeInterval: NSTimeInterval { get }
    var tolerance: NSTimeInterval
    func invalidate()
    var valid: Bool { get }
    var userInfo: AnyObject? { get }
}

Declaration
From
init(timeInterval ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool) -> NSTimer
To
init(timeInterval ti: NSTimeInterval, invocation invocation: NSInvocation, repeats yesOrNo: Bool)

Declaration
From
init(timeInterval ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool) -> NSTimer
To
init(timeInterval ti: NSTimeInterval, target aTarget: AnyObject, selector aSelector: Selector, userInfo userInfo: AnyObject?, repeats yesOrNo: Bool)

Modified NSTimeZone
Declaration
From
class NSTimeZone : NSObject, NSCopying, NSSecureCoding, NSCoding {
    var name: String { get }
    @NSCopying var data: NSData { get }
    func secondsFromGMTForDate(_ aDate: NSDate) -> Int
    func abbreviationForDate(_ aDate: NSDate) -> String?
    func isDaylightSavingTimeForDate(_ aDate: NSDate) -> Bool
    func daylightSavingTimeOffsetForDate(_ aDate: NSDate) -> NSTimeInterval
    func nextDaylightSavingTimeTransitionAfterDate(_ aDate: NSDate) -> NSDate?
}
extension NSTimeZone {
    class func systemTimeZone() -> NSTimeZone
    class func resetSystemTimeZone()
    class func defaultTimeZone() -> NSTimeZone
    class func setDefaultTimeZone(_ aTimeZone: NSTimeZone)
    class func localTimeZone() -> NSTimeZone
    class func knownTimeZoneNames() -> [AnyObject]
    class func abbreviationDictionary() -> [NSObject : AnyObject]
    class func setAbbreviationDictionary(_ dict: [NSObject : AnyObject])
    class func timeZoneDataVersion() -> String
    var secondsFromGMT: Int { get }
    var abbreviation: String? { get }
    var daylightSavingTime: Bool { get }
    var daylightSavingTimeOffset: NSTimeInterval { get }
    @NSCopying var nextDaylightSavingTimeTransition: NSDate? { get }
    var description: String { get }
    func isEqualToTimeZone(_ aTimeZone: NSTimeZone) -> Bool
    func localizedName(_ style: NSTimeZoneNameStyle, locale locale: NSLocale?) -> String?
}
extension NSTimeZone {
    convenience init?(name tzName: String)
    class func timeZoneWithName(_ tzName: String) -> Self?
    convenience init?(name tzName: String, data aData: NSData?)
    class func timeZoneWithName(_ tzName: String, data aData: NSData?) -> Self?
    init?(name tzName: String)
    init?(name tzName: String, data aData: NSData?)
    convenience init(forSecondsFromGMT seconds: Int)
    class func timeZoneForSecondsFromGMT(_ seconds: Int) -> Self
    convenience init?(abbreviation abbreviation: String)
    class func timeZoneWithAbbreviation(_ abbreviation: String) -> Self?
}
To
class NSTimeZone : NSObject, NSCopying, NSSecureCoding, NSCoding {
    var name: String { get }
    @NSCopying var data: NSData { get }
    func secondsFromGMTForDate(_ aDate: NSDate) -> Int
    func abbreviationForDate(_ aDate: NSDate) -> String?
    func isDaylightSavingTimeForDate(_ aDate: NSDate) -> Bool
    func daylightSavingTimeOffsetForDate(_ aDate: NSDate) -> NSTimeInterval
    func nextDaylightSavingTimeTransitionAfterDate(_ aDate: NSDate) -> NSDate?
}
extension NSTimeZone {
    class func systemTimeZone() -> NSTimeZone
    class func resetSystemTimeZone()
    class func defaultTimeZone() -> NSTimeZone
    class func setDefaultTimeZone(_ aTimeZone: NSTimeZone)
    class func localTimeZone() -> NSTimeZone
    class func knownTimeZoneNames() -> [String]
    class func abbreviationDictionary() -> [String : String]
    class func setAbbreviationDictionary(_ dict: [String : String])
    class func timeZoneDataVersion() -> String
    var secondsFromGMT: Int { get }
    var abbreviation: String? { get }
    var daylightSavingTime: Bool { get }
    var daylightSavingTimeOffset: NSTimeInterval { get }
    @NSCopying var nextDaylightSavingTimeTransition: NSDate? { get }
    var description: String { get }
    func isEqualToTimeZone(_ aTimeZone: NSTimeZone) -> Bool
    func localizedName(_ style: NSTimeZoneNameStyle, locale locale: NSLocale?) -> String?
}
extension NSTimeZone {
    convenience init?(name tzName: String)
    class func timeZoneWithName(_ tzName: String) -> Self?
    convenience init?(name tzName: String, data aData: NSData?)
    class func timeZoneWithName(_ tzName: String, data aData: NSData?) -> Self?
    init?(name tzName: String)
    init?(name tzName: String, data aData: NSData?)
    convenience init(forSecondsFromGMT seconds: Int)
    class func timeZoneForSecondsFromGMT(_ seconds: Int) -> Self
    convenience init?(abbreviation abbreviation: String)
    class func timeZoneWithAbbreviation(_ abbreviation: String) -> Self?
}

Declaration
From
class func abbreviationDictionary() -> [NSObject : AnyObject]
To
class func abbreviationDictionary() -> [String : String]

Declaration
From
class func knownTimeZoneNames() -> [AnyObject]
To
class func knownTimeZoneNames() -> [String]

Modified NSTimeZone.setAbbreviationDictionary(_: [String : String]) [class]
Declaration
From
class func setAbbreviationDictionary(_ dict: [NSObject : AnyObject])
To
class func setAbbreviationDictionary(_ dict: [String : String])

Raw Value Type
From--
ToInt

Declaration
From
class NSUbiquitousKeyValueStore : NSObject {
    class func defaultStore() -> NSUbiquitousKeyValueStore
    func objectForKey(_ aKey: String) -> AnyObject?
    func setObject(_ anObject: AnyObject?, forKey aKey: String)
    func removeObjectForKey(_ aKey: String)
    func stringForKey(_ aKey: String) -> String?
    func arrayForKey(_ aKey: String) -> [AnyObject]?
    func dictionaryForKey(_ aKey: String) -> [NSObject : AnyObject]?
    func dataForKey(_ aKey: String) -> NSData?
    func longLongForKey(_ aKey: String) -> Int64
    func doubleForKey(_ aKey: String) -> Double
    func boolForKey(_ aKey: String) -> Bool
    func setString(_ aString: String?, forKey aKey: String)
    func setData(_ aData: NSData?, forKey aKey: String)
    func setArray(_ anArray: [AnyObject]?, forKey aKey: String)
    func setDictionary(_ aDictionary: [NSObject : AnyObject]?, forKey aKey: String)
    func setLongLong(_ value: Int64, forKey aKey: String)
    func setDouble(_ value: Double, forKey aKey: String)
    func setBool(_ value: Bool, forKey aKey: String)
    var dictionaryRepresentation: [NSObject : AnyObject] { get }
    func synchronize() -> Bool
}
To
class NSUbiquitousKeyValueStore : NSObject {
    class func defaultStore() -> NSUbiquitousKeyValueStore
    func objectForKey(_ aKey: String) -> AnyObject?
    func setObject(_ anObject: AnyObject?, forKey aKey: String)
    func removeObjectForKey(_ aKey: String)
    func stringForKey(_ aKey: String) -> String?
    func arrayForKey(_ aKey: String) -> [AnyObject]?
    func dictionaryForKey(_ aKey: String) -> [String : AnyObject]?
    func dataForKey(_ aKey: String) -> NSData?
    func longLongForKey(_ aKey: String) -> Int64
    func doubleForKey(_ aKey: String) -> Double
    func boolForKey(_ aKey: String) -> Bool
    func setString(_ aString: String?, forKey aKey: String)
    func setData(_ aData: NSData?, forKey aKey: String)
    func setArray(_ anArray: [AnyObject]?, forKey aKey: String)
    func setDictionary(_ aDictionary: [String : AnyObject]?, forKey aKey: String)
    func setLongLong(_ value: Int64, forKey aKey: String)
    func setDouble(_ value: Double, forKey aKey: String)
    func setBool(_ value: Bool, forKey aKey: String)
    var dictionaryRepresentation: [String : AnyObject] { get }
    func synchronize() -> Bool
}

Declaration
From
func dictionaryForKey(_ aKey: String) -> [NSObject : AnyObject]?
To
func dictionaryForKey(_ aKey: String) -> [String : AnyObject]?

Declaration
From
var dictionaryRepresentation: [NSObject : AnyObject] { get }
To
var dictionaryRepresentation: [String : AnyObject] { get }

Declaration
From
func setDictionary(_ aDictionary: [NSObject : AnyObject]?, forKey aKey: String)
To
func setDictionary(_ aDictionary: [String : AnyObject]?, forKey aKey: String)

Modified NSUndoManager
Declaration
From
class NSUndoManager : NSObject {
    func beginUndoGrouping()
    func endUndoGrouping()
    var groupingLevel: Int { get }
    func disableUndoRegistration()
    func enableUndoRegistration()
    var undoRegistrationEnabled: Bool { get }
    var groupsByEvent: Bool
    var levelsOfUndo: Int
    var runLoopModes: [AnyObject]
    func undo()
    func redo()
    func undoNestedGroup()
    var canUndo: Bool { get }
    var canRedo: Bool { get }
    var undoing: Bool { get }
    var redoing: Bool { get }
    func removeAllActions()
    func removeAllActionsWithTarget(_ target: AnyObject)
    func registerUndoWithTarget(_ target: AnyObject, selector selector: Selector, object anObject: AnyObject?)
    func prepareWithInvocationTarget(_ target: AnyObject) -> AnyObject
    func setActionIsDiscardable(_ discardable: Bool)
    var undoActionIsDiscardable: Bool { get }
    var redoActionIsDiscardable: Bool { get }
    var undoActionName: String { get }
    var redoActionName: String { get }
    func setActionName(_ actionName: String)
    var undoMenuItemTitle: String { get }
    var redoMenuItemTitle: String { get }
    func undoMenuTitleForUndoActionName(_ actionName: String) -> String
    func redoMenuTitleForUndoActionName(_ actionName: String) -> String
}
To
class NSUndoManager : NSObject {
    func beginUndoGrouping()
    func endUndoGrouping()
    var groupingLevel: Int { get }
    func disableUndoRegistration()
    func enableUndoRegistration()
    var undoRegistrationEnabled: Bool { get }
    var groupsByEvent: Bool
    var levelsOfUndo: Int
    var runLoopModes: [String]
    func undo()
    func redo()
    func undoNestedGroup()
    var canUndo: Bool { get }
    var canRedo: Bool { get }
    var undoing: Bool { get }
    var redoing: Bool { get }
    func removeAllActions()
    func removeAllActionsWithTarget(_ target: AnyObject)
    func registerUndoWithTarget(_ target: AnyObject, selector selector: Selector, object anObject: AnyObject?)
    func prepareWithInvocationTarget(_ target: AnyObject) -> AnyObject
    func __registerUndoWithTarget(_ target: AnyObject, handler undoHandler: (AnyObject) -> Void)
    func setActionIsDiscardable(_ discardable: Bool)
    var undoActionIsDiscardable: Bool { get }
    var redoActionIsDiscardable: Bool { get }
    var undoActionName: String { get }
    var redoActionName: String { get }
    func setActionName(_ actionName: String)
    var undoMenuItemTitle: String { get }
    var redoMenuItemTitle: String { get }
    func undoMenuTitleForUndoActionName(_ actionName: String) -> String
    func redoMenuTitleForUndoActionName(_ actionName: String) -> String
}
extension NSUndoManager {
    func registerUndoWithTarget<TargetType>(_ target: TargetType, handler handler: TargetType -> ())
}
extension NSUndoManager {
    func registerUndoWithTarget<TargetType>(_ target: TargetType, handler handler: TargetType -> ())
}

Declaration
From
var runLoopModes: [AnyObject]
To
var runLoopModes: [String]

Declaration
From
class NSUniqueIDSpecifier : NSScriptObjectSpecifier {
    init(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, uniqueID uniqueID: AnyObject)
    @NSCopying var uniqueID: AnyObject
}
To
class NSUniqueIDSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, uniqueID uniqueID: AnyObject)
    @NSCopying var uniqueID: AnyObject
}

Declaration
From
init(coder inCoder: NSCoder)
To
init?(coder inCoder: NSCoder)

Modified NSURL
DeclarationProtocols
From
class NSURL : NSObject, NSSecureCoding, NSCoding, NSCopying, NSURLHandleClient {
    convenience init?(scheme scheme: String, host host: String?, path path: String)
    init?(fileURLWithPath path: String, isDirectory isDir: Bool)
    init?(fileURLWithPath path: String)
    class func fileURLWithPath(_ path: String, isDirectory isDir: Bool) -> NSURL?
    class func fileURLWithPath(_ path: String) -> NSURL?
    init?(fileURLWithFileSystemRepresentation path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?)
    class func fileURLWithFileSystemRepresentation(_ path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?) -> NSURL?
    convenience init?(string URLString: String)
    init?(string URLString: String, relativeToURL baseURL: NSURL?)
    class func URLWithString(_ URLString: String) -> Self?
    class func URLWithString(_ URLString: String, relativeToURL baseURL: NSURL?) -> Self?
    var absoluteString: String? { get }
    var relativeString: String? { get }
    @NSCopying var baseURL: NSURL? { get }
    @NSCopying var absoluteURL: NSURL? { get }
    var scheme: String? { get }
    var resourceSpecifier: String? { get }
    var host: String? { get }
    @NSCopying var port: NSNumber? { get }
    var user: String? { get }
    var password: String? { get }
    var path: String? { get }
    var fragment: String? { get }
    var parameterString: String? { get }
    var query: String? { get }
    var relativePath: String? { get }
    func getFileSystemRepresentation(_ buffer: UnsafeMutablePointer<Int8>, maxLength maxBufferLength: Int) -> Bool
    var fileSystemRepresentation: UnsafePointer<Int8> { get }
    var fileURL: Bool { get }
    @NSCopying var standardizedURL: NSURL? { get }
    func checkResourceIsReachableAndReturnError(_ error: NSErrorPointer) -> Bool
    func isFileReferenceURL() -> Bool
    func fileReferenceURL() -> NSURL?
    @NSCopying var filePathURL: NSURL? { get }
    func getResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String, error error: NSErrorPointer) -> Bool
    func resourceValuesForKeys(_ keys: [AnyObject], error error: NSErrorPointer) -> [NSObject : AnyObject]?
    func setResourceValue(_ value: AnyObject?, forKey key: String, error error: NSErrorPointer) -> Bool
    func setResourceValues(_ keyedValues: [NSObject : AnyObject], error error: NSErrorPointer) -> Bool
    func removeCachedResourceValueForKey(_ key: String)
    func removeAllCachedResourceValues()
    func setTemporaryResourceValue(_ value: AnyObject?, forKey key: String)
    func bookmarkDataWithOptions(_ options: NSURLBookmarkCreationOptions, includingResourceValuesForKeys keys: [AnyObject]?, relativeToURL relativeURL: NSURL?, error error: NSErrorPointer) -> NSData?
    convenience init?(byResolvingBookmarkData bookmarkData: NSData, options options: NSURLBookmarkResolutionOptions, relativeToURL relativeURL: NSURL?, bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>, error error: NSErrorPointer)
    class func URLByResolvingBookmarkData(_ bookmarkData: NSData, options options: NSURLBookmarkResolutionOptions, relativeToURL relativeURL: NSURL?, bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>, error error: NSErrorPointer) -> Self?
    class func resourceValuesForKeys(_ keys: [AnyObject], fromBookmarkData bookmarkData: NSData) -> [NSObject : AnyObject]?
    class func writeBookmarkData(_ bookmarkData: NSData, toURL bookmarkFileURL: NSURL, options options: NSURLBookmarkFileCreationOptions, error error: NSErrorPointer) -> Bool
    class func bookmarkDataWithContentsOfURL(_ bookmarkFileURL: NSURL, error error: NSErrorPointer) -> NSData?
    convenience init?(byResolvingAliasFileAtURL url: NSURL, options options: NSURLBookmarkResolutionOptions, error error: NSErrorPointer)
    class func URLByResolvingAliasFileAtURL(_ url: NSURL, options options: NSURLBookmarkResolutionOptions, error error: NSErrorPointer) -> Self?
    func startAccessingSecurityScopedResource() -> Bool
    func stopAccessingSecurityScopedResource()
}
extension NSURL : NSPasteboardWriting, NSObjectProtocol, NSPasteboardReading {
    init?(fromPasteboard pasteBoard: NSPasteboard) -> NSURL
    class func URLFromPasteboard(_ pasteBoard: NSPasteboard) -> NSURL?
    func writeToPasteboard(_ pasteBoard: NSPasteboard)
}
extension NSURL : Reflectable {
    func getMirror() -> MirrorType
}
extension NSURL {
    func getPromisedItemResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String, error error: NSErrorPointer) -> Bool
    func promisedItemResourceValuesForKeys(_ keys: [AnyObject], error error: NSErrorPointer) -> [NSObject : AnyObject]?
    func checkPromisedItemIsReachableAndReturnError(_ error: NSErrorPointer) -> Bool
}
extension NSURL {
    class func fileURLWithPathComponents(_ components: [AnyObject]) -> NSURL?
    var pathComponents: [AnyObject]? { get }
    var lastPathComponent: String? { get }
    var pathExtension: String? { get }
    func URLByAppendingPathComponent(_ pathComponent: String) -> NSURL
    func URLByAppendingPathComponent(_ pathComponent: String, isDirectory isDirectory: Bool) -> NSURL
    @NSCopying var URLByDeletingLastPathComponent: NSURL? { get }
    func URLByAppendingPathExtension(_ pathExtension: String) -> NSURL
    @NSCopying var URLByDeletingPathExtension: NSURL? { get }
    @NSCopying var URLByStandardizingPath: NSURL? { get }
    @NSCopying var URLByResolvingSymlinksInPath: NSURL? { get }
}
extension NSURL {
    func resourceDataUsingCache(_ shouldUseCache: Bool) -> NSData!
    func loadResourceDataNotifyingClient(_ client: AnyObject!, usingCache shouldUseCache: Bool)
    func propertyForKey(_ propertyKey: String!) -> AnyObject!
    func setResourceData(_ data: NSData!) -> Bool
    func setProperty(_ property: AnyObject!, forKey propertyKey: String!) -> Bool
    func URLHandleUsingCache(_ shouldUseCache: Bool) -> NSURLHandle!
}
extension NSURL : Reflectable {
    func getMirror() -> MirrorType
}
extension NSURL : QLPreviewItem, NSObjectProtocol {
}
AnyObject, NSCoding, NSCopying, NSObjectProtocol, NSPasteboardReading, NSPasteboardWriting, NSSecureCoding, NSURLHandleClient, QLPreviewItem, Reflectable
To
class NSURL : NSObject, NSSecureCoding, NSCoding, NSCopying, NSURLHandleClient {
    convenience init?(scheme scheme: String, host host: String?, path path: String)
    init(fileURLWithPath path: String, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?)
    init(fileURLWithPath path: String, relativeToURL baseURL: NSURL?)
    init(fileURLWithPath path: String, isDirectory isDir: Bool)
    init(fileURLWithPath path: String)
    class func fileURLWithPath(_ path: String, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?) -> NSURL
    class func fileURLWithPath(_ path: String, relativeToURL baseURL: NSURL?) -> NSURL
    class func fileURLWithPath(_ path: String, isDirectory isDir: Bool) -> NSURL
    class func fileURLWithPath(_ path: String) -> NSURL
    init(fileURLWithFileSystemRepresentation path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?)
    class func fileURLWithFileSystemRepresentation(_ path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?) -> NSURL
    convenience init?(string URLString: String)
    init?(string URLString: String, relativeToURL baseURL: NSURL?)
    class func URLWithString(_ URLString: String) -> Self?
    class func URLWithString(_ URLString: String, relativeToURL baseURL: NSURL?) -> Self?
    init(dataRepresentation data: NSData, relativeToURL baseURL: NSURL?)
    class func URLWithDataRepresentation(_ data: NSData, relativeToURL baseURL: NSURL?) -> NSURL
    init(absoluteURLWithDataRepresentation data: NSData, relativeToURL baseURL: NSURL?)
    class func absoluteURLWithDataRepresentation(_ data: NSData, relativeToURL baseURL: NSURL?) -> NSURL
    @NSCopying var dataRepresentation: NSData { get }
    var absoluteString: String { get }
    var relativeString: String? { get }
    @NSCopying var baseURL: NSURL? { get }
    @NSCopying var absoluteURL: NSURL { get }
    var scheme: String { get }
    var resourceSpecifier: String { get }
    var host: String? { get }
    @NSCopying var port: NSNumber? { get }
    var user: String? { get }
    var password: String? { get }
    var path: String? { get }
    var fragment: String? { get }
    var parameterString: String? { get }
    var query: String? { get }
    var relativePath: String? { get }
    var hasDirectoryPath: Bool { get }
    func getFileSystemRepresentation(_ buffer: UnsafeMutablePointer<Int8>, maxLength maxBufferLength: Int) -> Bool
    var fileSystemRepresentation: UnsafePointer<Int8> { get }
    var fileURL: Bool { get }
    @NSCopying var standardizedURL: NSURL? { get }
    func checkResourceIsReachableAndReturnError(_ error: NSErrorPointer) -> Bool
    func isFileReferenceURL() -> Bool
    func fileReferenceURL() -> NSURL?
    @NSCopying var filePathURL: NSURL? { get }
    func getResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String) throws
    func resourceValuesForKeys(_ keys: [String]) throws -> [String : AnyObject]
    func setResourceValue(_ value: AnyObject?, forKey key: String) throws
    func setResourceValues(_ keyedValues: [String : AnyObject]) throws
    func removeCachedResourceValueForKey(_ key: String)
    func removeAllCachedResourceValues()
    func setTemporaryResourceValue(_ value: AnyObject?, forKey key: String)
    func bookmarkDataWithOptions(_ options: NSURLBookmarkCreationOptions, includingResourceValuesForKeys keys: [String]?, relativeToURL relativeURL: NSURL?) throws -> NSData
    convenience init(byResolvingBookmarkData bookmarkData: NSData, options options: NSURLBookmarkResolutionOptions, relativeToURL relativeURL: NSURL?, bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>) throws
    class func URLByResolvingBookmarkData(_ bookmarkData: NSData, options options: NSURLBookmarkResolutionOptions, relativeToURL relativeURL: NSURL?, bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>) throws -> Self
    class func resourceValuesForKeys(_ keys: [String], fromBookmarkData bookmarkData: NSData) -> [String : AnyObject]?
    class func writeBookmarkData(_ bookmarkData: NSData, toURL bookmarkFileURL: NSURL, options options: NSURLBookmarkFileCreationOptions) throws
    class func bookmarkDataWithContentsOfURL(_ bookmarkFileURL: NSURL) throws -> NSData
    convenience init(byResolvingAliasFileAtURL url: NSURL, options options: NSURLBookmarkResolutionOptions) throws
    class func URLByResolvingAliasFileAtURL(_ url: NSURL, options options: NSURLBookmarkResolutionOptions) throws -> Self
    func startAccessingSecurityScopedResource() -> Bool
    func stopAccessingSecurityScopedResource()
}
extension NSURL : NSPasteboardWriting, NSPasteboardReading {
     init?(fromPasteboard pasteBoard: NSPasteboard)
    class func URLFromPasteboard(_ pasteBoard: NSPasteboard) -> NSURL?
    func writeToPasteboard(_ pasteBoard: NSPasteboard)
}
extension NSURL : _Reflectable {
}
extension NSURL {
    func getPromisedItemResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String) throws
    func promisedItemResourceValuesForKeys(_ keys: [String]) throws -> [String : AnyObject]
    func checkPromisedItemIsReachableAndReturnError(_ error: NSErrorPointer) -> Bool
}
extension NSURL {
    class func fileURLWithPathComponents(_ components: [String]) -> NSURL?
    var pathComponents: [String]? { get }
    var lastPathComponent: String? { get }
    var pathExtension: String? { get }
    func URLByAppendingPathComponent(_ pathComponent: String) -> NSURL
    func URLByAppendingPathComponent(_ pathComponent: String, isDirectory isDirectory: Bool) -> NSURL
    @NSCopying var URLByDeletingLastPathComponent: NSURL? { get }
    func URLByAppendingPathExtension(_ pathExtension: String) -> NSURL
    @NSCopying var URLByDeletingPathExtension: NSURL? { get }
    @NSCopying var URLByStandardizingPath: NSURL? { get }
    @NSCopying var URLByResolvingSymlinksInPath: NSURL? { get }
}
extension NSURL {
    func resourceDataUsingCache(_ shouldUseCache: Bool) -> NSData?
    func loadResourceDataNotifyingClient(_ client: AnyObject, usingCache shouldUseCache: Bool)
    func propertyForKey(_ propertyKey: String) -> AnyObject?
    func setResourceData(_ data: NSData) -> Bool
    func setProperty(_ property: AnyObject, forKey propertyKey: String) -> Bool
    func URLHandleUsingCache(_ shouldUseCache: Bool) -> NSURLHandle?
}
extension NSURL : _Reflectable {
}
extension NSURL : QLPreviewItem {
}
AnyObject, NSCoding, NSCopying, NSObjectProtocol, NSPasteboardReading, NSPasteboardWriting, NSSecureCoding, NSURLHandleClient, QLPreviewItem

Declaration
From
var absoluteString: String? { get }
To
var absoluteString: String { get }

Declaration
From
@NSCopying var absoluteURL: NSURL? { get }
To
@NSCopying var absoluteURL: NSURL { get }

Declaration
From
class func bookmarkDataWithContentsOfURL(_ bookmarkFileURL: NSURL, error error: NSErrorPointer) -> NSData?
To
class func bookmarkDataWithContentsOfURL(_ bookmarkFileURL: NSURL) throws -> NSData

Declaration
From
func bookmarkDataWithOptions(_ options: NSURLBookmarkCreationOptions, includingResourceValuesForKeys keys: [AnyObject]?, relativeToURL relativeURL: NSURL?, error error: NSErrorPointer) -> NSData?
To
func bookmarkDataWithOptions(_ options: NSURLBookmarkCreationOptions, includingResourceValuesForKeys keys: [String]?, relativeToURL relativeURL: NSURL?) throws -> NSData

Declaration
From
class func fileURLWithFileSystemRepresentation(_ path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?) -> NSURL?
To
class func fileURLWithFileSystemRepresentation(_ path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?) -> NSURL

Declaration
From
class func fileURLWithPath(_ path: String) -> NSURL?
To
class func fileURLWithPath(_ path: String) -> NSURL

Declaration
From
class func fileURLWithPath(_ path: String, isDirectory isDir: Bool) -> NSURL?
To
class func fileURLWithPath(_ path: String, isDirectory isDir: Bool) -> NSURL

Declaration
From
class func fileURLWithPathComponents(_ components: [AnyObject]) -> NSURL?
To
class func fileURLWithPathComponents(_ components: [String]) -> NSURL?

Declaration
From
func getPromisedItemResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String, error error: NSErrorPointer) -> Bool
To
func getPromisedItemResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String) throws

Declaration
From
func getResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String, error error: NSErrorPointer) -> Bool
To
func getResourceValue(_ value: AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey key: String) throws

Declaration
From
convenience init?(byResolvingAliasFileAtURL url: NSURL, options options: NSURLBookmarkResolutionOptions, error error: NSErrorPointer)
To
convenience init(byResolvingAliasFileAtURL url: NSURL, options options: NSURLBookmarkResolutionOptions) throws

Declaration
From
convenience init?(byResolvingBookmarkData bookmarkData: NSData, options options: NSURLBookmarkResolutionOptions, relativeToURL relativeURL: NSURL?, bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>, error error: NSErrorPointer)
To
convenience init(byResolvingBookmarkData bookmarkData: NSData, options options: NSURLBookmarkResolutionOptions, relativeToURL relativeURL: NSURL?, bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>) throws

Declaration
From
init?(fileURLWithFileSystemRepresentation path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?)
To
init(fileURLWithFileSystemRepresentation path: UnsafePointer<Int8>, isDirectory isDir: Bool, relativeToURL baseURL: NSURL?)

Declaration
From
init?(fileURLWithPath path: String)
To
init(fileURLWithPath path: String)

Declaration
From
init?(fileURLWithPath path: String, isDirectory isDir: Bool)
To
init(fileURLWithPath path: String, isDirectory isDir: Bool)

IntroductionDeprecation
FromOS X 10.10--
ToOS X 10.0OS X 10.11

Declaration
From
var pathComponents: [AnyObject]? { get }
To
var pathComponents: [String]? { get }

Declaration
From
func promisedItemResourceValuesForKeys(_ keys: [AnyObject], error error: NSErrorPointer) -> [NSObject : AnyObject]?
To
func promisedItemResourceValuesForKeys(_ keys: [String]) throws -> [String : AnyObject]

Declaration
From
var resourceSpecifier: String? { get }
To
var resourceSpecifier: String { get }

Declaration
From
func resourceValuesForKeys(_ keys: [AnyObject], error error: NSErrorPointer) -> [NSObject : AnyObject]?
To
func resourceValuesForKeys(_ keys: [String]) throws -> [String : AnyObject]

Declaration
From
class func resourceValuesForKeys(_ keys: [AnyObject], fromBookmarkData bookmarkData: NSData) -> [NSObject : AnyObject]?
To
class func resourceValuesForKeys(_ keys: [String], fromBookmarkData bookmarkData: NSData) -> [String : AnyObject]?

Modified NSURL.scheme
Declaration
From
var scheme: String? { get }
To
var scheme: String { get }

Declaration
From
func setResourceValue(_ value: AnyObject?, forKey key: String, error error: NSErrorPointer) -> Bool
To
func setResourceValue(_ value: AnyObject?, forKey key: String) throws

Declaration
From
func setResourceValues(_ keyedValues: [NSObject : AnyObject], error error: NSErrorPointer) -> Bool
To
func setResourceValues(_ keyedValues: [String : AnyObject]) throws

Declaration
From
class func writeBookmarkData(_ bookmarkData: NSData, toURL bookmarkFileURL: NSURL, options options: NSURLBookmarkFileCreationOptions, error error: NSErrorPointer) -> Bool
To
class func writeBookmarkData(_ bookmarkData: NSData, toURL bookmarkFileURL: NSURL, options options: NSURLBookmarkFileCreationOptions) throws

Declaration
From
class NSURLAuthenticationChallenge : NSObject, NSSecureCoding, NSCoding {
    init(protectionSpace space: NSURLProtectionSpace, proposedCredential credential: NSURLCredential?, previousFailureCount previousFailureCount: Int, failureResponse response: NSURLResponse?, error error: NSError?, sender sender: NSURLAuthenticationChallengeSender)
    init(authenticationChallenge challenge: NSURLAuthenticationChallenge, sender sender: NSURLAuthenticationChallengeSender)
    @NSCopying var protectionSpace: NSURLProtectionSpace { get }
    @NSCopying var proposedCredential: NSURLCredential? { get }
    var previousFailureCount: Int { get }
    @NSCopying var failureResponse: NSURLResponse? { get }
    @NSCopying var error: NSError? { get }
    var sender: NSURLAuthenticationChallengeSender { get }
}
To
class NSURLAuthenticationChallenge : NSObject, NSSecureCoding, NSCoding {
    init(protectionSpace space: NSURLProtectionSpace, proposedCredential credential: NSURLCredential?, previousFailureCount previousFailureCount: Int, failureResponse response: NSURLResponse?, error error: NSError?, sender sender: NSURLAuthenticationChallengeSender)
    init(authenticationChallenge challenge: NSURLAuthenticationChallenge, sender sender: NSURLAuthenticationChallengeSender)
    @NSCopying var protectionSpace: NSURLProtectionSpace { get }
    @NSCopying var proposedCredential: NSURLCredential? { get }
    var previousFailureCount: Int { get }
    @NSCopying var failureResponse: NSURLResponse? { get }
    @NSCopying var error: NSError? { get }
    var sender: NSURLAuthenticationChallengeSender? { get }
}

Declaration
From
var sender: NSURLAuthenticationChallengeSender { get }
To
var sender: NSURLAuthenticationChallengeSender? { get }

DeclarationProtocols
From
struct NSURLBookmarkCreationOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var PreferFileIDResolution: NSURLBookmarkCreationOptions { get }
    static var MinimalBookmark: NSURLBookmarkCreationOptions { get }
    static var SuitableForBookmarkFile: NSURLBookmarkCreationOptions { get }
    static var WithSecurityScope: NSURLBookmarkCreationOptions { get }
    static var SecurityScopeAllowOnlyReadAccess: NSURLBookmarkCreationOptions { get }
}
RawOptionSetType
To
struct NSURLBookmarkCreationOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var PreferFileIDResolution: NSURLBookmarkCreationOptions { get }
    static var MinimalBookmark: NSURLBookmarkCreationOptions { get }
    static var SuitableForBookmarkFile: NSURLBookmarkCreationOptions { get }
    static var WithSecurityScope: NSURLBookmarkCreationOptions { get }
    static var SecurityScopeAllowOnlyReadAccess: NSURLBookmarkCreationOptions { get }
}
OptionSetType

DeclarationProtocols
From
struct NSURLBookmarkResolutionOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var WithoutUI: NSURLBookmarkResolutionOptions { get }
    static var WithoutMounting: NSURLBookmarkResolutionOptions { get }
    static var WithSecurityScope: NSURLBookmarkResolutionOptions { get }
}
RawOptionSetType
To
struct NSURLBookmarkResolutionOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var WithoutUI: NSURLBookmarkResolutionOptions { get }
    static var WithoutMounting: NSURLBookmarkResolutionOptions { get }
    static var WithSecurityScope: NSURLBookmarkResolutionOptions { get }
}
OptionSetType

Modified NSURLCache
Declaration
From
class NSURLCache : NSObject {
    class func sharedURLCache() -> NSURLCache
    class func setSharedURLCache(_ cache: NSURLCache)
    init(memoryCapacity memoryCapacity: Int, diskCapacity diskCapacity: Int, diskPath path: String?)
    func cachedResponseForRequest(_ request: NSURLRequest) -> NSCachedURLResponse?
    func storeCachedResponse(_ cachedResponse: NSCachedURLResponse, forRequest request: NSURLRequest)
    func removeCachedResponseForRequest(_ request: NSURLRequest)
    func removeAllCachedResponses()
    func removeCachedResponsesSinceDate(_ date: NSDate)
    var memoryCapacity: Int
    var diskCapacity: Int
    var currentMemoryUsage: Int { get }
    var currentDiskUsage: Int { get }
}
extension NSURLCache {
    func storeCachedResponse(_ cachedResponse: NSCachedURLResponse, forDataTask dataTask: NSURLSessionDataTask)
    func getCachedResponseForDataTask(_ dataTask: NSURLSessionDataTask, completionHandler completionHandler: (NSCachedURLResponse!) -> Void)
    func removeCachedResponseForDataTask(_ dataTask: NSURLSessionDataTask)
}
To
class NSURLCache : NSObject {
    class func sharedURLCache() -> NSURLCache
    class func setSharedURLCache(_ cache: NSURLCache)
    init(memoryCapacity memoryCapacity: Int, diskCapacity diskCapacity: Int, diskPath path: String?)
    func cachedResponseForRequest(_ request: NSURLRequest) -> NSCachedURLResponse?
    func storeCachedResponse(_ cachedResponse: NSCachedURLResponse, forRequest request: NSURLRequest)
    func removeCachedResponseForRequest(_ request: NSURLRequest)
    func removeAllCachedResponses()
    func removeCachedResponsesSinceDate(_ date: NSDate)
    var memoryCapacity: Int
    var diskCapacity: Int
    var currentMemoryUsage: Int { get }
    var currentDiskUsage: Int { get }
}
extension NSURLCache {
    func storeCachedResponse(_ cachedResponse: NSCachedURLResponse, forDataTask dataTask: NSURLSessionDataTask)
    func getCachedResponseForDataTask(_ dataTask: NSURLSessionDataTask, completionHandler completionHandler: (NSCachedURLResponse?) -> Void)
    func removeCachedResponseForDataTask(_ dataTask: NSURLSessionDataTask)
}

Declaration
From
func getCachedResponseForDataTask(_ dataTask: NSURLSessionDataTask, completionHandler completionHandler: (NSCachedURLResponse!) -> Void)
To
func getCachedResponseForDataTask(_ dataTask: NSURLSessionDataTask, completionHandler completionHandler: (NSCachedURLResponse?) -> Void)

Raw Value Type
From--
ToUInt

Declaration
From
class NSURLComponents : NSObject, NSCopying {
    init()
    init?(URL url: NSURL, resolvingAgainstBaseURL resolve: Bool)
    class func componentsWithURL(_ url: NSURL, resolvingAgainstBaseURL resolve: Bool) -> Self?
    init?(string URLString: String)
    class func componentsWithString(_ URLString: String) -> Self?
    @NSCopying var URL: NSURL? { get }
    func URLRelativeToURL(_ baseURL: NSURL?) -> NSURL?
    var string: String? { get }
    var scheme: String?
    var user: String?
    var password: String?
    var host: String?
    @NSCopying var port: NSNumber?
    var path: String?
    var query: String?
    var fragment: String?
    var percentEncodedUser: String?
    var percentEncodedPassword: String?
    var percentEncodedHost: String?
    var percentEncodedPath: String?
    var percentEncodedQuery: String?
    var percentEncodedFragment: String?
    var queryItems: [AnyObject]?
}
To
class NSURLComponents : NSObject, NSCopying {
    init()
    init?(URL url: NSURL, resolvingAgainstBaseURL resolve: Bool)
    class func componentsWithURL(_ url: NSURL, resolvingAgainstBaseURL resolve: Bool) -> Self?
    init?(string URLString: String)
    class func componentsWithString(_ URLString: String) -> Self?
    @NSCopying var URL: NSURL? { get }
    func URLRelativeToURL(_ baseURL: NSURL?) -> NSURL?
    var string: String? { get }
    var scheme: String?
    var user: String?
    var password: String?
    var host: String?
    @NSCopying var port: NSNumber?
    var path: String?
    var query: String?
    var fragment: String?
    var percentEncodedUser: String?
    var percentEncodedPassword: String?
    var percentEncodedHost: String?
    var percentEncodedPath: String?
    var percentEncodedQuery: String?
    var percentEncodedFragment: String?
    var rangeOfScheme: NSRange { get }
    var rangeOfUser: NSRange { get }
    var rangeOfPassword: NSRange { get }
    var rangeOfHost: NSRange { get }
    var rangeOfPort: NSRange { get }
    var rangeOfPath: NSRange { get }
    var rangeOfQuery: NSRange { get }
    var rangeOfFragment: NSRange { get }
    var queryItems: [NSURLQueryItem]?
}

Declaration
From
var queryItems: [AnyObject]?
To
var queryItems: [NSURLQueryItem]?

Declaration
From
class NSURLConnection : NSObject {
    init?(request request: NSURLRequest, delegate delegate: AnyObject?, startImmediately startImmediately: Bool)
    init?(request request: NSURLRequest, delegate delegate: AnyObject?)
    class func connectionWithRequest(_ request: NSURLRequest, delegate delegate: AnyObject?) -> NSURLConnection?
    @NSCopying var originalRequest: NSURLRequest { get }
    @NSCopying var currentRequest: NSURLRequest { get }
    func start()
    func cancel()
    func scheduleInRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func unscheduleFromRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func setDelegateQueue(_ queue: NSOperationQueue!)
    class func canHandleRequest(_ request: NSURLRequest) -> Bool
}
extension NSURLConnection {
    class func sendSynchronousRequest(_ request: NSURLRequest, returningResponse response: AutoreleasingUnsafeMutablePointer<NSURLResponse?>, error error: NSErrorPointer) -> NSData?
}
extension NSURLConnection {
    class func sendAsynchronousRequest(_ request: NSURLRequest, queue queue: NSOperationQueue!, completionHandler handler: (NSURLResponse!, NSData!, NSError!) -> Void)
}
To
class NSURLConnection : NSObject {
    init?(request request: NSURLRequest, delegate delegate: AnyObject?, startImmediately startImmediately: Bool)
    init?(request request: NSURLRequest, delegate delegate: AnyObject?)
    class func connectionWithRequest(_ request: NSURLRequest, delegate delegate: AnyObject?) -> NSURLConnection?
    @NSCopying var originalRequest: NSURLRequest { get }
    @NSCopying var currentRequest: NSURLRequest { get }
    func start()
    func cancel()
    func scheduleInRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func unscheduleFromRunLoop(_ aRunLoop: NSRunLoop, forMode mode: String)
    func setDelegateQueue(_ queue: NSOperationQueue?)
    class func canHandleRequest(_ request: NSURLRequest) -> Bool
}
extension NSURLConnection {
    class func sendSynchronousRequest(_ request: NSURLRequest, returningResponse response: AutoreleasingUnsafeMutablePointer<NSURLResponse?>) throws -> NSData
}
extension NSURLConnection {
    class func sendAsynchronousRequest(_ request: NSURLRequest, queue queue: NSOperationQueue, completionHandler handler: (NSURLResponse?, NSData?, NSError?) -> Void)
}

IntroductionDeprecation
FromOS X 10.10--
ToOS X 10.3OS X 10.11

Deprecation
From--
ToOS X 10.11

DeclarationDeprecation
From
class func sendAsynchronousRequest(_ request: NSURLRequest, queue queue: NSOperationQueue!, completionHandler handler: (NSURLResponse!, NSData!, NSError!) -> Void)
--
To
class func sendAsynchronousRequest(_ request: NSURLRequest, queue queue: NSOperationQueue, completionHandler handler: (NSURLResponse?, NSData?, NSError?) -> Void)
OS X 10.11

DeclarationIntroductionDeprecation
From
class func sendSynchronousRequest(_ request: NSURLRequest, returningResponse response: AutoreleasingUnsafeMutablePointer<NSURLResponse?>, error error: NSErrorPointer) -> NSData?
OS X 10.10--
To
class func sendSynchronousRequest(_ request: NSURLRequest, returningResponse response: AutoreleasingUnsafeMutablePointer<NSURLResponse?>) throws -> NSData
OS X 10.3OS X 10.11

Declaration
From
func setDelegateQueue(_ queue: NSOperationQueue!)
To
func setDelegateQueue(_ queue: NSOperationQueue?)

Declaration
From
class NSURLCredential : NSObject, NSSecureCoding, NSCoding, NSCopying {
    var persistence: NSURLCredentialPersistence { get }
}
extension NSURLCredential {
    init(user user: String, password password: String, persistence persistence: NSURLCredentialPersistence)
    class func credentialWithUser(_ user: String, password password: String, persistence persistence: NSURLCredentialPersistence) -> NSURLCredential
    var user: String? { get }
    var password: String? { get }
    var hasPassword: Bool { get }
}
extension NSURLCredential {
    init(identity identity: SecIdentity, certificates certArray: [AnyObject], persistence persistence: NSURLCredentialPersistence)
    class func credentialWithIdentity(_ identity: SecIdentity, certificates certArray: [AnyObject], persistence persistence: NSURLCredentialPersistence) -> NSURLCredential
    var identity: SecIdentity? { get }
    var certificates: [AnyObject] { get }
}
extension NSURLCredential {
    init(trust trust: SecTrust!)
    init(forTrust trust: SecTrust!) -> NSURLCredential
    class func credentialForTrust(_ trust: SecTrust!) -> NSURLCredential
}
To
class NSURLCredential : NSObject, NSSecureCoding, NSCoding, NSCopying {
    var persistence: NSURLCredentialPersistence { get }
}
extension NSURLCredential {
    init(user user: String, password password: String, persistence persistence: NSURLCredentialPersistence)
    class func credentialWithUser(_ user: String, password password: String, persistence persistence: NSURLCredentialPersistence) -> NSURLCredential
    var user: String? { get }
    var password: String? { get }
    var hasPassword: Bool { get }
}
extension NSURLCredential {
    init(identity identity: SecIdentity, certificates certArray: [AnyObject]?, persistence persistence: NSURLCredentialPersistence)
    class func credentialWithIdentity(_ identity: SecIdentity, certificates certArray: [AnyObject]?, persistence persistence: NSURLCredentialPersistence) -> NSURLCredential
    var identity: SecIdentity? { get }
    var certificates: [AnyObject] { get }
}
extension NSURLCredential {
    init(trust trust: SecTrust)
     init(forTrust trust: SecTrust)
    class func credentialForTrust(_ trust: SecTrust) -> NSURLCredential
}

Declaration
From
init(forTrust trust: SecTrust!) -> NSURLCredential
To
init(forTrust trust: SecTrust)

Declaration
From
init(identity identity: SecIdentity, certificates certArray: [AnyObject], persistence persistence: NSURLCredentialPersistence)
To
init(identity identity: SecIdentity, certificates certArray: [AnyObject]?, persistence persistence: NSURLCredentialPersistence)

Declaration
From
init(trust trust: SecTrust!)
To
init(trust trust: SecTrust)

Raw Value Type
From--
ToUInt

Declaration
From
class NSURLCredentialStorage : NSObject {
    class func sharedCredentialStorage() -> NSURLCredentialStorage
    func credentialsForProtectionSpace(_ space: NSURLProtectionSpace) -> [NSObject : AnyObject]?
    var allCredentials: [NSObject : AnyObject] { get }
    func setCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace)
    func removeCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace)
    func removeCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace, options options: [NSObject : AnyObject]?)
    func defaultCredentialForProtectionSpace(_ space: NSURLProtectionSpace) -> NSURLCredential?
    func setDefaultCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace)
}
extension NSURLCredentialStorage {
    func getCredentialsForProtectionSpace(_ protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask?, completionHandler completionHandler: (([NSObject : AnyObject]!) -> Void)!)
    func setCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask)
    func removeCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, options options: [NSObject : AnyObject]?, task task: NSURLSessionTask?)
    func getDefaultCredentialForProtectionSpace(_ space: NSURLProtectionSpace, task task: NSURLSessionTask?, completionHandler completionHandler: ((NSURLCredential!) -> Void)!)
    func setDefaultCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask)
}
To
class NSURLCredentialStorage : NSObject {
    class func sharedCredentialStorage() -> NSURLCredentialStorage
    func credentialsForProtectionSpace(_ space: NSURLProtectionSpace) -> [String : NSURLCredential]?
    var allCredentials: [NSURLProtectionSpace : [String : NSURLCredential]] { get }
    func setCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace)
    func removeCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace)
    func removeCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace, options options: [String : AnyObject]?)
    func defaultCredentialForProtectionSpace(_ space: NSURLProtectionSpace) -> NSURLCredential?
    func setDefaultCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace)
}
extension NSURLCredentialStorage {
    func getCredentialsForProtectionSpace(_ protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask, completionHandler completionHandler: ([String : NSURLCredential]?) -> Void)
    func setCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask)
    func removeCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, options options: [String : AnyObject]?, task task: NSURLSessionTask)
    func getDefaultCredentialForProtectionSpace(_ space: NSURLProtectionSpace, task task: NSURLSessionTask, completionHandler completionHandler: (NSURLCredential?) -> Void)
    func setDefaultCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask)
}

Declaration
From
var allCredentials: [NSObject : AnyObject] { get }
To
var allCredentials: [NSURLProtectionSpace : [String : NSURLCredential]] { get }

Declaration
From
func credentialsForProtectionSpace(_ space: NSURLProtectionSpace) -> [NSObject : AnyObject]?
To
func credentialsForProtectionSpace(_ space: NSURLProtectionSpace) -> [String : NSURLCredential]?

Declaration
From
func getCredentialsForProtectionSpace(_ protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask?, completionHandler completionHandler: (([NSObject : AnyObject]!) -> Void)!)
To
func getCredentialsForProtectionSpace(_ protectionSpace: NSURLProtectionSpace, task task: NSURLSessionTask, completionHandler completionHandler: ([String : NSURLCredential]?) -> Void)

Declaration
From
func getDefaultCredentialForProtectionSpace(_ space: NSURLProtectionSpace, task task: NSURLSessionTask?, completionHandler completionHandler: ((NSURLCredential!) -> Void)!)
To
func getDefaultCredentialForProtectionSpace(_ space: NSURLProtectionSpace, task task: NSURLSessionTask, completionHandler completionHandler: (NSURLCredential?) -> Void)

Declaration
From
func removeCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace, options options: [NSObject : AnyObject]?)
To
func removeCredential(_ credential: NSURLCredential, forProtectionSpace space: NSURLProtectionSpace, options options: [String : AnyObject]?)

Declaration
From
func removeCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, options options: [NSObject : AnyObject]?, task task: NSURLSessionTask?)
To
func removeCredential(_ credential: NSURLCredential, forProtectionSpace protectionSpace: NSURLProtectionSpace, options options: [String : AnyObject]?, task task: NSURLSessionTask)

IntroductionDeprecation
FromOS X 10.10--
ToOS X 10.3OS X 10.11

IntroductionDeprecation
FromOS X 10.10--
ToOS X 10.3OS X 10.11

Raw Value Type
From--
ToUInt

Declaration
From
class NSURLProtectionSpace : NSObject, NSSecureCoding, NSCoding, NSCopying {
    init(host host: String, port port: Int, `protocol` `protocol`: String?, realm realm: String?, authenticationMethod authenticationMethod: String?)
    init(proxyHost host: String, port port: Int, type type: String?, realm realm: String?, authenticationMethod authenticationMethod: String?)
    var realm: String? { get }
    var receivesCredentialSecurely: Bool { get }
    var host: String { get }
    var port: Int { get }
    var proxyType: String? { get }
    var `protocol`: String? { get }
    var authenticationMethod: String? { get }
    func isProxy() -> Bool
}
extension NSURLProtectionSpace {
    var distinguishedNames: [AnyObject]? { get }
}
extension NSURLProtectionSpace {
    var serverTrust: SecTrust? { get }
}
To
class NSURLProtectionSpace : NSObject, NSSecureCoding, NSCoding, NSCopying {
    init(host host: String, port port: Int, `protocol` `protocol`: String?, realm realm: String?, authenticationMethod authenticationMethod: String?)
    init(proxyHost host: String, port port: Int, type type: String?, realm realm: String?, authenticationMethod authenticationMethod: String?)
    var realm: String? { get }
    var receivesCredentialSecurely: Bool { get }
    var host: String { get }
    var port: Int { get }
    var proxyType: String? { get }
    var `protocol`: String? { get }
    var authenticationMethod: String { get }
    func isProxy() -> Bool
}
extension NSURLProtectionSpace {
    var distinguishedNames: [NSData]? { get }
}
extension NSURLProtectionSpace {
    var serverTrust: SecTrust? { get }
}

Declaration
From
var authenticationMethod: String? { get }
To
var authenticationMethod: String { get }

Declaration
From
var distinguishedNames: [AnyObject]? { get }
To
var distinguishedNames: [NSData]? { get }

Declaration
From
class NSURLQueryItem : NSObject, NSSecureCoding, NSCoding, NSCopying {
    init(name name: String, value value: String)
    class func queryItemWithName(_ name: String, value value: String) -> Self
    var name: String { get }
    var value: String? { get }
}
To
class NSURLQueryItem : NSObject, NSSecureCoding, NSCoding, NSCopying {
    init(name name: String, value value: String?)
    class func queryItemWithName(_ name: String, value value: String?) -> Self
    var name: String { get }
    var value: String? { get }
}

Declaration
From
init(name name: String, value value: String)
To
init(name name: String, value value: String?)

Raw Value Type
From--
ToInt

Modified NSURLRequest
Declaration
From
class NSURLRequest : NSObject, NSSecureCoding, NSCoding, NSCopying, NSMutableCopying {
    convenience init(URL URL: NSURL)
    class func requestWithURL(_ URL: NSURL) -> Self
    class func supportsSecureCoding() -> Bool
    convenience init(URL URL: NSURL, cachePolicy cachePolicy: NSURLRequestCachePolicy, timeoutInterval timeoutInterval: NSTimeInterval)
    class func requestWithURL(_ URL: NSURL, cachePolicy cachePolicy: NSURLRequestCachePolicy, timeoutInterval timeoutInterval: NSTimeInterval) -> Self
    convenience init(URL URL: NSURL)
    init(URL URL: NSURL, cachePolicy cachePolicy: NSURLRequestCachePolicy, timeoutInterval timeoutInterval: NSTimeInterval)
    @NSCopying var URL: NSURL? { get }
    var cachePolicy: NSURLRequestCachePolicy { get }
    var timeoutInterval: NSTimeInterval { get }
    @NSCopying var mainDocumentURL: NSURL? { get }
    var networkServiceType: NSURLRequestNetworkServiceType { get }
    var allowsCellularAccess: Bool { get }
}
extension NSURLRequest {
    var HTTPMethod: String? { get }
    var allHTTPHeaderFields: [NSObject : AnyObject]? { get }
    func valueForHTTPHeaderField(_ field: String) -> String?
    @NSCopying var HTTPBody: NSData? { get }
    var HTTPBodyStream: NSInputStream? { get }
    var HTTPShouldHandleCookies: Bool { get }
    var HTTPShouldUsePipelining: Bool { get }
}
To
class NSURLRequest : NSObject, NSSecureCoding, NSCoding, NSCopying, NSMutableCopying {
    convenience init(URL URL: NSURL)
    class func requestWithURL(_ URL: NSURL) -> Self
    class func supportsSecureCoding() -> Bool
    convenience init(URL URL: NSURL, cachePolicy cachePolicy: NSURLRequestCachePolicy, timeoutInterval timeoutInterval: NSTimeInterval)
    class func requestWithURL(_ URL: NSURL, cachePolicy cachePolicy: NSURLRequestCachePolicy, timeoutInterval timeoutInterval: NSTimeInterval) -> Self
    convenience init(URL URL: NSURL)
    init(URL URL: NSURL, cachePolicy cachePolicy: NSURLRequestCachePolicy, timeoutInterval timeoutInterval: NSTimeInterval)
    @NSCopying var URL: NSURL? { get }
    var cachePolicy: NSURLRequestCachePolicy { get }
    var timeoutInterval: NSTimeInterval { get }
    @NSCopying var mainDocumentURL: NSURL? { get }
    var networkServiceType: NSURLRequestNetworkServiceType { get }
    var allowsCellularAccess: Bool { get }
}
extension NSURLRequest {
    var HTTPMethod: String? { get }
    var allHTTPHeaderFields: [String : String]? { get }
    func valueForHTTPHeaderField(_ field: String) -> String?
    @NSCopying var HTTPBody: NSData? { get }
    var HTTPBodyStream: NSInputStream? { get }
    var HTTPShouldHandleCookies: Bool { get }
    var HTTPShouldUsePipelining: Bool { get }
}

Declaration
From
var allHTTPHeaderFields: [NSObject : AnyObject]? { get }
To
var allHTTPHeaderFields: [String : String]? { get }

DeclarationRaw Value Type
From
enum NSURLRequestCachePolicy : UInt {
    case UseProtocolCachePolicy
    case ReloadIgnoringLocalCacheData
    case ReloadIgnoringLocalAndRemoteCacheData
    case ReturnCacheDataElseLoad
    case ReturnCacheDataDontLoad
    case ReloadRevalidatingCacheData
}
--
To
enum NSURLRequestCachePolicy : UInt {
    case UseProtocolCachePolicy
    case ReloadIgnoringLocalCacheData
    case ReloadIgnoringLocalAndRemoteCacheData
    static var ReloadIgnoringCacheData: NSURLRequestCachePolicy { get }
    case ReturnCacheDataElseLoad
    case ReturnCacheDataDontLoad
    case ReloadRevalidatingCacheData
}
UInt

Raw Value Type
From--
ToUInt

Modified NSURLSession
Declaration
From
class NSURLSession : NSObject {
    class func sharedSession() -> NSURLSession
    init(configuration configuration: NSURLSessionConfiguration) -> NSURLSession
    class func sessionWithConfiguration(_ configuration: NSURLSessionConfiguration) -> NSURLSession
    init(configuration configuration: NSURLSessionConfiguration?, delegate delegate: NSURLSessionDelegate?, delegateQueue queue: NSOperationQueue?) -> NSURLSession
    class func sessionWithConfiguration(_ configuration: NSURLSessionConfiguration?, delegate delegate: NSURLSessionDelegate?, delegateQueue queue: NSOperationQueue?) -> NSURLSession
    var delegateQueue: NSOperationQueue { get }
    var delegate: NSURLSessionDelegate? { get }
    @NSCopying var configuration: NSURLSessionConfiguration { get }
    var sessionDescription: String?
    func finishTasksAndInvalidate()
    func invalidateAndCancel()
    func resetWithCompletionHandler(_ completionHandler: () -> Void)
    func flushWithCompletionHandler(_ completionHandler: () -> Void)
    func getTasksWithCompletionHandler(_ completionHandler: ([AnyObject]!, [AnyObject]!, [AnyObject]!) -> Void)
    func dataTaskWithRequest(_ request: NSURLRequest) -> NSURLSessionDataTask
    func dataTaskWithURL(_ url: NSURL) -> NSURLSessionDataTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromFile fileURL: NSURL) -> NSURLSessionUploadTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData?) -> NSURLSessionUploadTask
    func uploadTaskWithStreamedRequest(_ request: NSURLRequest) -> NSURLSessionUploadTask
    func downloadTaskWithRequest(_ request: NSURLRequest) -> NSURLSessionDownloadTask
    func downloadTaskWithURL(_ url: NSURL) -> NSURLSessionDownloadTask
    func downloadTaskWithResumeData(_ resumeData: NSData) -> NSURLSessionDownloadTask
}
extension NSURLSession {
    func dataTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDataTask
    func dataTaskWithURL(_ url: NSURL, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDataTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromFile fileURL: NSURL, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionUploadTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData?, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionUploadTask
    func downloadTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: ((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
    func downloadTaskWithURL(_ url: NSURL, completionHandler completionHandler: ((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
    func downloadTaskWithResumeData(_ resumeData: NSData, completionHandler completionHandler: ((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
}
extension NSURLSession {
    func dataTaskWithHTTPGetRequest(_ url: NSURL!) -> NSURLSessionDataTask!
    func dataTaskWithHTTPGetRequest(_ url: NSURL!, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)!) -> NSURLSessionDataTask!
}
To
class NSURLSession : NSObject {
    class func sharedSession() -> NSURLSession
     init(configuration configuration: NSURLSessionConfiguration)
    class func sessionWithConfiguration(_ configuration: NSURLSessionConfiguration) -> NSURLSession
     init(configuration configuration: NSURLSessionConfiguration, delegate delegate: NSURLSessionDelegate?, delegateQueue queue: NSOperationQueue?)
    class func sessionWithConfiguration(_ configuration: NSURLSessionConfiguration, delegate delegate: NSURLSessionDelegate?, delegateQueue queue: NSOperationQueue?) -> NSURLSession
    var delegateQueue: NSOperationQueue { get }
    var delegate: NSURLSessionDelegate? { get }
    @NSCopying var configuration: NSURLSessionConfiguration { get }
    var sessionDescription: String?
    func finishTasksAndInvalidate()
    func invalidateAndCancel()
    func resetWithCompletionHandler(_ completionHandler: () -> Void)
    func flushWithCompletionHandler(_ completionHandler: () -> Void)
    func getTasksWithCompletionHandler(_ completionHandler: ([NSURLSessionDataTask], [NSURLSessionUploadTask], [NSURLSessionDownloadTask]) -> Void)
    func getAllTasksWithCompletionHandler(_ completionHandler: ([NSURLSessionTask]) -> Void)
    func dataTaskWithRequest(_ request: NSURLRequest) -> NSURLSessionDataTask
    func dataTaskWithURL(_ url: NSURL) -> NSURLSessionDataTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromFile fileURL: NSURL) -> NSURLSessionUploadTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData) -> NSURLSessionUploadTask
    func uploadTaskWithStreamedRequest(_ request: NSURLRequest) -> NSURLSessionUploadTask
    func downloadTaskWithRequest(_ request: NSURLRequest) -> NSURLSessionDownloadTask
    func downloadTaskWithURL(_ url: NSURL) -> NSURLSessionDownloadTask
    func downloadTaskWithResumeData(_ resumeData: NSData) -> NSURLSessionDownloadTask
    func streamTaskWithHostName(_ hostname: String, port port: Int) -> NSURLSessionStreamTask
    func streamTaskWithNetService(_ service: NSNetService) -> NSURLSessionStreamTask
}
extension NSURLSession {
    func dataTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDataTask
    func dataTaskWithURL(_ url: NSURL, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDataTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromFile fileURL: NSURL, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionUploadTask
    func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData?, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionUploadTask
    func downloadTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: (NSURL?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDownloadTask
    func downloadTaskWithURL(_ url: NSURL, completionHandler completionHandler: (NSURL?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDownloadTask
    func downloadTaskWithResumeData(_ resumeData: NSData, completionHandler completionHandler: (NSURL?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDownloadTask
}

DeclarationIntroduction
From
func dataTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDataTask
OS X 10.9
To
func dataTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDataTask
OS X 10.10

DeclarationIntroduction
From
func dataTaskWithURL(_ url: NSURL, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDataTask
OS X 10.9
To
func dataTaskWithURL(_ url: NSURL, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDataTask
OS X 10.10

DeclarationIntroduction
From
func downloadTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: ((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
OS X 10.9
To
func downloadTaskWithRequest(_ request: NSURLRequest, completionHandler completionHandler: (NSURL?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDownloadTask
OS X 10.10

DeclarationIntroduction
From
func downloadTaskWithResumeData(_ resumeData: NSData, completionHandler completionHandler: ((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
OS X 10.9
To
func downloadTaskWithResumeData(_ resumeData: NSData, completionHandler completionHandler: (NSURL?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDownloadTask
OS X 10.10

DeclarationIntroduction
From
func downloadTaskWithURL(_ url: NSURL, completionHandler completionHandler: ((NSURL!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionDownloadTask
OS X 10.9
To
func downloadTaskWithURL(_ url: NSURL, completionHandler completionHandler: (NSURL?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionDownloadTask
OS X 10.10

Declaration
From
func getTasksWithCompletionHandler(_ completionHandler: ([AnyObject]!, [AnyObject]!, [AnyObject]!) -> Void)
To
func getTasksWithCompletionHandler(_ completionHandler: ([NSURLSessionDataTask], [NSURLSessionUploadTask], [NSURLSessionDownloadTask]) -> Void)

Declaration
From
init(configuration configuration: NSURLSessionConfiguration) -> NSURLSession
To
init(configuration configuration: NSURLSessionConfiguration)

Declaration
From
init(configuration configuration: NSURLSessionConfiguration?, delegate delegate: NSURLSessionDelegate?, delegateQueue queue: NSOperationQueue?) -> NSURLSession
To
init(configuration configuration: NSURLSessionConfiguration, delegate delegate: NSURLSessionDelegate?, delegateQueue queue: NSOperationQueue?)

Declaration
From
func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData?) -> NSURLSessionUploadTask
To
func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData) -> NSURLSessionUploadTask

DeclarationIntroduction
From
func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData?, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionUploadTask
OS X 10.9
To
func uploadTaskWithRequest(_ request: NSURLRequest, fromData bodyData: NSData?, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionUploadTask
OS X 10.10

DeclarationIntroduction
From
func uploadTaskWithRequest(_ request: NSURLRequest, fromFile fileURL: NSURL, completionHandler completionHandler: ((NSData!, NSURLResponse!, NSError!) -> Void)?) -> NSURLSessionUploadTask
OS X 10.9
To
func uploadTaskWithRequest(_ request: NSURLRequest, fromFile fileURL: NSURL, completionHandler completionHandler: (NSData?, NSURLResponse?, NSError?) -> Void) -> NSURLSessionUploadTask
OS X 10.10

Raw Value Type
From--
ToInt

Declaration
From
class NSURLSessionConfiguration : NSObject, NSCopying {
    class func defaultSessionConfiguration() -> NSURLSessionConfiguration
    class func ephemeralSessionConfiguration() -> NSURLSessionConfiguration
    class func backgroundSessionConfigurationWithIdentifier(_ identifier: String) -> NSURLSessionConfiguration
    var identifier: String { get }
    var requestCachePolicy: NSURLRequestCachePolicy
    var timeoutIntervalForRequest: NSTimeInterval
    var timeoutIntervalForResource: NSTimeInterval
    var networkServiceType: NSURLRequestNetworkServiceType
    var allowsCellularAccess: Bool
    var discretionary: Bool
    var sharedContainerIdentifier: String?
    var sessionSendsLaunchEvents: Bool
    var connectionProxyDictionary: [NSObject : AnyObject]?
    var TLSMinimumSupportedProtocol: SSLProtocol
    var TLSMaximumSupportedProtocol: SSLProtocol
    var HTTPShouldUsePipelining: Bool
    var HTTPShouldSetCookies: Bool
    var HTTPCookieAcceptPolicy: NSHTTPCookieAcceptPolicy
    var HTTPAdditionalHeaders: [NSObject : AnyObject]?
    var HTTPMaximumConnectionsPerHost: Int
    var HTTPCookieStorage: NSHTTPCookieStorage?
    var URLCredentialStorage: NSURLCredentialStorage?
    var URLCache: NSURLCache?
    var protocolClasses: [AnyObject]?
}
extension NSURLSessionConfiguration {
    class func backgroundSessionConfiguration(_ identifier: String) -> NSURLSessionConfiguration
}
To
class NSURLSessionConfiguration : NSObject, NSCopying {
    class func defaultSessionConfiguration() -> NSURLSessionConfiguration
    class func ephemeralSessionConfiguration() -> NSURLSessionConfiguration
    class func backgroundSessionConfigurationWithIdentifier(_ identifier: String) -> NSURLSessionConfiguration
    var identifier: String? { get }
    var requestCachePolicy: NSURLRequestCachePolicy
    var timeoutIntervalForRequest: NSTimeInterval
    var timeoutIntervalForResource: NSTimeInterval
    var networkServiceType: NSURLRequestNetworkServiceType
    var allowsCellularAccess: Bool
    var discretionary: Bool
    var sharedContainerIdentifier: String?
    var sessionSendsLaunchEvents: Bool
    var connectionProxyDictionary: [NSObject : AnyObject]?
    var TLSMinimumSupportedProtocol: SSLProtocol
    var TLSMaximumSupportedProtocol: SSLProtocol
    var HTTPShouldUsePipelining: Bool
    var HTTPShouldSetCookies: Bool
    var HTTPCookieAcceptPolicy: NSHTTPCookieAcceptPolicy
    var HTTPAdditionalHeaders: [NSObject : AnyObject]?
    var HTTPMaximumConnectionsPerHost: Int
    var HTTPCookieStorage: NSHTTPCookieStorage?
    var URLCredentialStorage: NSURLCredentialStorage?
    var URLCache: NSURLCache?
    var shouldUseExtendedBackgroundIdleMode: Bool
    var protocolClasses: [AnyClass]?
}
extension NSURLSessionConfiguration {
    class func backgroundSessionConfiguration(_ identifier: String) -> NSURLSessionConfiguration
}

Declaration
From
var identifier: String { get }
To
var identifier: String? { get }

Declaration
From
var protocolClasses: [AnyObject]?
To
var protocolClasses: [AnyClass]?

Declaration
From
protocol NSURLSessionDataDelegate : NSURLSessionTaskDelegate, NSURLSessionDelegate, NSObjectProtocol {
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didReceiveResponse response: NSURLResponse, completionHandler completionHandler: (NSURLSessionResponseDisposition) -> Void)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didBecomeDownloadTask downloadTask: NSURLSessionDownloadTask)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didReceiveData data: NSData)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, willCacheResponse proposedResponse: NSCachedURLResponse, completionHandler completionHandler: (NSCachedURLResponse!) -> Void)
}
To
protocol NSURLSessionDataDelegate : NSURLSessionTaskDelegate, NSURLSessionDelegate, NSObjectProtocol {
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didReceiveResponse response: NSURLResponse, completionHandler completionHandler: (NSURLSessionResponseDisposition) -> Void)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didBecomeDownloadTask downloadTask: NSURLSessionDownloadTask)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didBecomeStreamTask streamTask: NSURLSessionStreamTask)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, didReceiveData data: NSData)
    optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, willCacheResponse proposedResponse: NSCachedURLResponse, completionHandler completionHandler: (NSCachedURLResponse?) -> Void)
}

Introduction
FromOS X 10.10
ToOS X 10.9

Introduction
FromOS X 10.10
ToOS X 10.9

Introduction
FromOS X 10.10
ToOS X 10.9

DeclarationIntroduction
From
optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, willCacheResponse proposedResponse: NSCachedURLResponse, completionHandler completionHandler: (NSCachedURLResponse!) -> Void)
OS X 10.10
To
optional func URLSession(_ session: NSURLSession, dataTask dataTask: NSURLSessionDataTask, willCacheResponse proposedResponse: NSCachedURLResponse, completionHandler completionHandler: (NSCachedURLResponse?) -> Void)
OS X 10.9

Declaration
From
protocol NSURLSessionDelegate : NSObjectProtocol {
    optional func URLSession(_ session: NSURLSession, didBecomeInvalidWithError error: NSError?)
    optional func URLSession(_ session: NSURLSession, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
    optional func URLSessionDidFinishEventsForBackgroundURLSession(_ session: NSURLSession)
}
To
protocol NSURLSessionDelegate : NSObjectProtocol {
    optional func URLSession(_ session: NSURLSession, didBecomeInvalidWithError error: NSError?)
    optional func URLSession(_ session: NSURLSession, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential?) -> Void)
    optional func URLSessionDidFinishEventsForBackgroundURLSession(_ session: NSURLSession)
}

Introduction
FromOS X 10.10
ToOS X 10.9

DeclarationIntroduction
From
optional func URLSession(_ session: NSURLSession, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
OS X 10.10
To
optional func URLSession(_ session: NSURLSession, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential?) -> Void)
OS X 10.9

Introduction
FromOS X 10.10
ToOS X 10.9

Introduction
FromOS X 10.10
ToOS X 10.9

Introduction
FromOS X 10.10
ToOS X 10.9

Declaration
From
class NSURLSessionDownloadTask : NSURLSessionTask {
    func cancelByProducingResumeData(_ completionHandler: (NSData!) -> Void)
}
To
class NSURLSessionDownloadTask : NSURLSessionTask {
    func cancelByProducingResumeData(_ completionHandler: (NSData?) -> Void)
}

Declaration
From
func cancelByProducingResumeData(_ completionHandler: (NSData!) -> Void)
To
func cancelByProducingResumeData(_ completionHandler: (NSData?) -> Void)

DeclarationRaw Value Type
From
enum NSURLSessionResponseDisposition : Int {
    case Cancel
    case Allow
    case BecomeDownload
}
--
To
enum NSURLSessionResponseDisposition : Int {
    case Cancel
    case Allow
    case BecomeDownload
    case BecomeStream
}
Int

Declaration
From
class NSURLSessionTask : NSObject, NSCopying {
    var taskIdentifier: Int { get }
    @NSCopying var originalRequest: NSURLRequest { get }
    @NSCopying var currentRequest: NSURLRequest { get }
    @NSCopying var response: NSURLResponse? { get }
    var countOfBytesReceived: Int64 { get }
    var countOfBytesSent: Int64 { get }
    var countOfBytesExpectedToSend: Int64 { get }
    var countOfBytesExpectedToReceive: Int64 { get }
    var taskDescription: String
    func cancel()
    var state: NSURLSessionTaskState { get }
    @NSCopying var error: NSError? { get }
    func suspend()
    func resume()
    var priority: Float
}
To
class NSURLSessionTask : NSObject, NSCopying {
    var taskIdentifier: Int { get }
    @NSCopying var originalRequest: NSURLRequest? { get }
    @NSCopying var currentRequest: NSURLRequest? { get }
    @NSCopying var response: NSURLResponse? { get }
    var countOfBytesReceived: Int64 { get }
    var countOfBytesSent: Int64 { get }
    var countOfBytesExpectedToSend: Int64 { get }
    var countOfBytesExpectedToReceive: Int64 { get }
    var taskDescription: String?
    func cancel()
    var state: NSURLSessionTaskState { get }
    @NSCopying var error: NSError? { get }
    func suspend()
    func resume()
    var priority: Float
}

Declaration
From
@NSCopying var currentRequest: NSURLRequest { get }
To
@NSCopying var currentRequest: NSURLRequest? { get }

Declaration
From
@NSCopying var originalRequest: NSURLRequest { get }
To
@NSCopying var originalRequest: NSURLRequest? { get }

Declaration
From
var taskDescription: String
To
var taskDescription: String?

Declaration
From
protocol NSURLSessionTaskDelegate : NSURLSessionDelegate, NSObjectProtocol {
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, willPerformHTTPRedirection response: NSHTTPURLResponse, newRequest request: NSURLRequest, completionHandler completionHandler: (NSURLRequest!) -> Void)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, needNewBodyStream completionHandler: (NSInputStream!) -> Void)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didSendBodyData bytesSent: Int64, totalBytesSent totalBytesSent: Int64, totalBytesExpectedToSend totalBytesExpectedToSend: Int64)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didCompleteWithError error: NSError?)
}
To
protocol NSURLSessionTaskDelegate : NSURLSessionDelegate, NSObjectProtocol {
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, willPerformHTTPRedirection response: NSHTTPURLResponse, newRequest request: NSURLRequest, completionHandler completionHandler: (NSURLRequest?) -> Void)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential?) -> Void)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, needNewBodyStream completionHandler: (NSInputStream?) -> Void)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didSendBodyData bytesSent: Int64, totalBytesSent totalBytesSent: Int64, totalBytesExpectedToSend totalBytesExpectedToSend: Int64)
    optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didCompleteWithError error: NSError?)
}

Introduction
FromOS X 10.10
ToOS X 10.9

DeclarationIntroduction
From
optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
OS X 10.10
To
optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, didReceiveChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential?) -> Void)
OS X 10.9

Introduction
FromOS X 10.10
ToOS X 10.9

DeclarationIntroduction
From
optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, needNewBodyStream completionHandler: (NSInputStream!) -> Void)
OS X 10.10
To
optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, needNewBodyStream completionHandler: (NSInputStream?) -> Void)
OS X 10.9

DeclarationIntroduction
From
optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, willPerformHTTPRedirection response: NSHTTPURLResponse, newRequest request: NSURLRequest, completionHandler completionHandler: (NSURLRequest!) -> Void)
OS X 10.10
To
optional func URLSession(_ session: NSURLSession, task task: NSURLSessionTask, willPerformHTTPRedirection response: NSHTTPURLResponse, newRequest request: NSURLRequest, completionHandler completionHandler: (NSURLRequest?) -> Void)
OS X 10.9

Raw Value Type
From--
ToInt

Declaration
From
class NSUserActivity : NSObject {
    init(activityType activityType: String)
    init()
    var activityType: String { get }
    var title: String?
    var userInfo: [NSObject : AnyObject]?
    func addUserInfoEntriesFromDictionary(_ otherDictionary: [NSObject : AnyObject])
    var needsSave: Bool
    @NSCopying var webpageURL: NSURL?
    var supportsContinuationStreams: Bool
    weak var delegate: NSUserActivityDelegate?
    func becomeCurrent()
    func invalidate()
    func getContinuationStreamsWithCompletionHandler(_ completionHandler: (NSInputStream!, NSOutputStream!, NSError!) -> Void)
}
To
class NSUserActivity : NSObject {
    init(activityType activityType: String)
    init()
    var activityType: String { get }
    var title: String?
    var userInfo: [NSObject : AnyObject]?
    func addUserInfoEntriesFromDictionary(_ otherDictionary: [NSObject : AnyObject])
    var requiredUserInfoKeys: Set<String>
    var needsSave: Bool
    @NSCopying var webpageURL: NSURL?
    @NSCopying var expirationDate: NSDate
    var keywords: Set<String>
    var supportsContinuationStreams: Bool
    weak var delegate: NSUserActivityDelegate?
    func becomeCurrent()
    func resignCurrent()
    func invalidate()
    func getContinuationStreamsWithCompletionHandler(_ completionHandler: (NSInputStream?, NSOutputStream?, NSError?) -> Void)
    var eligibleForHandoff: Bool
    var eligibleForSearch: Bool
    var eligibleForPublicIndexing: Bool
}

Declaration
From
func getContinuationStreamsWithCompletionHandler(_ completionHandler: (NSInputStream!, NSOutputStream!, NSError!) -> Void)
To
func getContinuationStreamsWithCompletionHandler(_ completionHandler: (NSInputStream?, NSOutputStream?, NSError?) -> Void)

Declaration
From
protocol NSUserActivityDelegate : NSObjectProtocol {
    optional func userActivityWillSave(_ userActivity: NSUserActivity)
    optional func userActivityWasContinued(_ userActivity: NSUserActivity)
    optional func userActivity(_ userActivity: NSUserActivity, didReceiveInputStream inputStream: NSInputStream, outputStream outputStream: NSOutputStream)
}
To
protocol NSUserActivityDelegate : NSObjectProtocol {
    optional func userActivityWillSave(_ userActivity: NSUserActivity)
    optional func userActivityWasContinued(_ userActivity: NSUserActivity)
    optional func userActivity(_ userActivity: NSUserActivity?, didReceiveInputStream inputStream: NSInputStream, outputStream outputStream: NSOutputStream)
}

Declaration
From
optional func userActivity(_ userActivity: NSUserActivity, didReceiveInputStream inputStream: NSInputStream, outputStream outputStream: NSOutputStream)
To
optional func userActivity(_ userActivity: NSUserActivity?, didReceiveInputStream inputStream: NSInputStream, outputStream outputStream: NSOutputStream)

Declaration
From
class NSUserAppleScriptTask : NSUserScriptTask {
    func executeWithAppleEvent(_ event: NSAppleEventDescriptor, completionHandler handler: NSUserAppleScriptTaskCompletionHandler!)
}
To
class NSUserAppleScriptTask : NSUserScriptTask {
    func executeWithAppleEvent(_ event: NSAppleEventDescriptor?, completionHandler handler: NSUserAppleScriptTaskCompletionHandler?)
}

Declaration
From
func executeWithAppleEvent(_ event: NSAppleEventDescriptor, completionHandler handler: NSUserAppleScriptTaskCompletionHandler!)
To
func executeWithAppleEvent(_ event: NSAppleEventDescriptor?, completionHandler handler: NSUserAppleScriptTaskCompletionHandler?)

Declaration
From
class NSUserAutomatorTask : NSUserScriptTask {
    var variables: [NSObject : AnyObject]?
    func executeWithInput(_ input: NSSecureCoding?, completionHandler handler: NSUserAutomatorTaskCompletionHandler!)
}
To
class NSUserAutomatorTask : NSUserScriptTask {
    var variables: [String : AnyObject]?
    func executeWithInput(_ input: NSSecureCoding?, completionHandler handler: NSUserAutomatorTaskCompletionHandler?)
}

Declaration
From
func executeWithInput(_ input: NSSecureCoding?, completionHandler handler: NSUserAutomatorTaskCompletionHandler!)
To
func executeWithInput(_ input: NSSecureCoding?, completionHandler handler: NSUserAutomatorTaskCompletionHandler?)

Declaration
From
var variables: [NSObject : AnyObject]?
To
var variables: [String : AnyObject]?

Declaration
From
class NSUserDefaults : NSObject {
    class func standardUserDefaults() -> NSUserDefaults
    class func resetStandardUserDefaults()
    convenience init()
    init?(suiteName suitename: String?)
    convenience init?(user username: String)
    func objectForKey(_ defaultName: String) -> AnyObject?
    func setObject(_ value: AnyObject?, forKey defaultName: String)
    func removeObjectForKey(_ defaultName: String)
    func stringForKey(_ defaultName: String) -> String?
    func arrayForKey(_ defaultName: String) -> [AnyObject]?
    func dictionaryForKey(_ defaultName: String) -> [NSObject : AnyObject]?
    func dataForKey(_ defaultName: String) -> NSData?
    func stringArrayForKey(_ defaultName: String) -> [AnyObject]?
    func integerForKey(_ defaultName: String) -> Int
    func floatForKey(_ defaultName: String) -> Float
    func doubleForKey(_ defaultName: String) -> Double
    func boolForKey(_ defaultName: String) -> Bool
    func URLForKey(_ defaultName: String) -> NSURL?
    func setInteger(_ value: Int, forKey defaultName: String)
    func setFloat(_ value: Float, forKey defaultName: String)
    func setDouble(_ value: Double, forKey defaultName: String)
    func setBool(_ value: Bool, forKey defaultName: String)
    func setURL(_ url: NSURL, forKey defaultName: String)
    func registerDefaults(_ registrationDictionary: [NSObject : AnyObject])
    func addSuiteNamed(_ suiteName: String)
    func removeSuiteNamed(_ suiteName: String)
    func dictionaryRepresentation() -> [NSObject : AnyObject]
    var volatileDomainNames: [AnyObject] { get }
    func volatileDomainForName(_ domainName: String) -> [NSObject : AnyObject]
    func setVolatileDomain(_ domain: [NSObject : AnyObject], forName domainName: String)
    func removeVolatileDomainForName(_ domainName: String)
    func persistentDomainNames() -> [AnyObject]
    func persistentDomainForName(_ domainName: String) -> [NSObject : AnyObject]?
    func setPersistentDomain(_ domain: [NSObject : AnyObject], forName domainName: String)
    func removePersistentDomainForName(_ domainName: String)
    func synchronize() -> Bool
    func objectIsForcedForKey(_ key: String) -> Bool
    func objectIsForcedForKey(_ key: String, inDomain domain: String) -> Bool
}
To
class NSUserDefaults : NSObject {
    class func standardUserDefaults() -> NSUserDefaults
    class func resetStandardUserDefaults()
    convenience init()
    init?(suiteName suitename: String?)
    convenience init?(user username: String)
    func objectForKey(_ defaultName: String) -> AnyObject?
    func setObject(_ value: AnyObject?, forKey defaultName: String)
    func removeObjectForKey(_ defaultName: String)
    func stringForKey(_ defaultName: String) -> String?
    func arrayForKey(_ defaultName: String) -> [AnyObject]?
    func dictionaryForKey(_ defaultName: String) -> [String : AnyObject]?
    func dataForKey(_ defaultName: String) -> NSData?
    func stringArrayForKey(_ defaultName: String) -> [String]?
    func integerForKey(_ defaultName: String) -> Int
    func floatForKey(_ defaultName: String) -> Float
    func doubleForKey(_ defaultName: String) -> Double
    func boolForKey(_ defaultName: String) -> Bool
    func URLForKey(_ defaultName: String) -> NSURL?
    func setInteger(_ value: Int, forKey defaultName: String)
    func setFloat(_ value: Float, forKey defaultName: String)
    func setDouble(_ value: Double, forKey defaultName: String)
    func setBool(_ value: Bool, forKey defaultName: String)
    func setURL(_ url: NSURL?, forKey defaultName: String)
    func registerDefaults(_ registrationDictionary: [String : AnyObject])
    func addSuiteNamed(_ suiteName: String)
    func removeSuiteNamed(_ suiteName: String)
    func dictionaryRepresentation() -> [String : AnyObject]
    var volatileDomainNames: [String] { get }
    func volatileDomainForName(_ domainName: String) -> [String : AnyObject]
    func setVolatileDomain(_ domain: [String : AnyObject], forName domainName: String)
    func removeVolatileDomainForName(_ domainName: String)
    func persistentDomainNames() -> [AnyObject]
    func persistentDomainForName(_ domainName: String) -> [String : AnyObject]?
    func setPersistentDomain(_ domain: [String : AnyObject], forName domainName: String)
    func removePersistentDomainForName(_ domainName: String)
    func synchronize() -> Bool
    func objectIsForcedForKey(_ key: String) -> Bool
    func objectIsForcedForKey(_ key: String, inDomain domain: String) -> Bool
}

Declaration
From
func dictionaryForKey(_ defaultName: String) -> [NSObject : AnyObject]?
To
func dictionaryForKey(_ defaultName: String) -> [String : AnyObject]?

Declaration
From
func dictionaryRepresentation() -> [NSObject : AnyObject]
To
func dictionaryRepresentation() -> [String : AnyObject]

Declaration
From
func persistentDomainForName(_ domainName: String) -> [NSObject : AnyObject]?
To
func persistentDomainForName(_ domainName: String) -> [String : AnyObject]?

Declaration
From
func registerDefaults(_ registrationDictionary: [NSObject : AnyObject])
To
func registerDefaults(_ registrationDictionary: [String : AnyObject])

Declaration
From
func setPersistentDomain(_ domain: [NSObject : AnyObject], forName domainName: String)
To
func setPersistentDomain(_ domain: [String : AnyObject], forName domainName: String)

Declaration
From
func setURL(_ url: NSURL, forKey defaultName: String)
To
func setURL(_ url: NSURL?, forKey defaultName: String)

Declaration
From
func setVolatileDomain(_ domain: [NSObject : AnyObject], forName domainName: String)
To
func setVolatileDomain(_ domain: [String : AnyObject], forName domainName: String)

Declaration
From
func stringArrayForKey(_ defaultName: String) -> [AnyObject]?
To
func stringArrayForKey(_ defaultName: String) -> [String]?

Declaration
From
func volatileDomainForName(_ domainName: String) -> [NSObject : AnyObject]
To
func volatileDomainForName(_ domainName: String) -> [String : AnyObject]

Declaration
From
var volatileDomainNames: [AnyObject] { get }
To
var volatileDomainNames: [String] { get }

Declaration
From
class NSUserNotification : NSObject, NSCopying {
    init()
    var title: String?
    var subtitle: String?
    var informativeText: String?
    var actionButtonTitle: String
    var userInfo: [NSObject : AnyObject]?
    @NSCopying var deliveryDate: NSDate?
    @NSCopying var deliveryTimeZone: NSTimeZone?
    @NSCopying var deliveryRepeatInterval: NSDateComponents?
    @NSCopying var actualDeliveryDate: NSDate? { get }
    var presented: Bool { get }
    var remote: Bool { get }
    var soundName: String?
    var hasActionButton: Bool
    var activationType: NSUserNotificationActivationType { get }
    var otherButtonTitle: String
    var identifier: String?
    @NSCopying var contentImage: NSImage?
    var hasReplyButton: Bool
    var responsePlaceholder: String?
    @NSCopying var response: NSAttributedString? { get }
    var additionalActions: [AnyObject]?
    @NSCopying var additionalActivationAction: NSUserNotificationAction? { get }
}
To
class NSUserNotification : NSObject, NSCopying {
    init()
    var title: String?
    var subtitle: String?
    var informativeText: String?
    var actionButtonTitle: String
    var userInfo: [String : AnyObject]?
    @NSCopying var deliveryDate: NSDate?
    @NSCopying var deliveryTimeZone: NSTimeZone?
    @NSCopying var deliveryRepeatInterval: NSDateComponents?
    @NSCopying var actualDeliveryDate: NSDate? { get }
    var presented: Bool { get }
    var remote: Bool { get }
    var soundName: String?
    var hasActionButton: Bool
    var activationType: NSUserNotificationActivationType { get }
    var otherButtonTitle: String
    var identifier: String?
    @NSCopying var contentImage: NSImage?
    var hasReplyButton: Bool
    var responsePlaceholder: String?
    @NSCopying var response: NSAttributedString? { get }
    var additionalActions: [NSUserNotificationAction]?
    @NSCopying var additionalActivationAction: NSUserNotificationAction? { get }
}

Declaration
From
var additionalActions: [AnyObject]?
To
var additionalActions: [NSUserNotificationAction]?

Declaration
From
var userInfo: [NSObject : AnyObject]?
To
var userInfo: [String : AnyObject]?

Raw Value Type
From--
ToInt

Declaration
From
class NSUserNotificationCenter : NSObject {
    class func defaultUserNotificationCenter() -> NSUserNotificationCenter
    unowned(unsafe) var delegate: NSUserNotificationCenterDelegate?
    var scheduledNotifications: [AnyObject]
    func scheduleNotification(_ notification: NSUserNotification)
    func removeScheduledNotification(_ notification: NSUserNotification)
    var deliveredNotifications: [AnyObject] { get }
    func deliverNotification(_ notification: NSUserNotification)
    func removeDeliveredNotification(_ notification: NSUserNotification)
    func removeAllDeliveredNotifications()
}
To
class NSUserNotificationCenter : NSObject {
    class func defaultUserNotificationCenter() -> NSUserNotificationCenter
    unowned(unsafe) var delegate: NSUserNotificationCenterDelegate?
    var scheduledNotifications: [NSUserNotification]
    func scheduleNotification(_ notification: NSUserNotification)
    func removeScheduledNotification(_ notification: NSUserNotification)
    var deliveredNotifications: [NSUserNotification] { get }
    func deliverNotification(_ notification: NSUserNotification)
    func removeDeliveredNotification(_ notification: NSUserNotification)
    func removeAllDeliveredNotifications()
}

Declaration
From
var deliveredNotifications: [AnyObject] { get }
To
var deliveredNotifications: [NSUserNotification] { get }

Declaration
From
var scheduledNotifications: [AnyObject]
To
var scheduledNotifications: [NSUserNotification]

Introduction
FromOS X 10.10
ToOS X 10.8

Introduction
FromOS X 10.10
ToOS X 10.8

Introduction
FromOS X 10.10
ToOS X 10.8

Declaration
From
class NSUserScriptTask : NSObject {
    init?(URL url: NSURL, error error: NSErrorPointer)
    @NSCopying var scriptURL: NSURL { get }
    func executeWithCompletionHandler(_ handler: NSUserScriptTaskCompletionHandler?)
}
To
class NSUserScriptTask : NSObject {
    init(URL url: NSURL) throws
    @NSCopying var scriptURL: NSURL { get }
    func executeWithCompletionHandler(_ handler: NSUserScriptTaskCompletionHandler?)
}

Declaration
From
init?(URL url: NSURL, error error: NSErrorPointer)
To
init(URL url: NSURL) throws

Declaration
From
class NSUserUnixTask : NSUserScriptTask {
    var standardInput: NSFileHandle?
    var standardOutput: NSFileHandle?
    var standardError: NSFileHandle?
    func executeWithArguments(_ arguments: [AnyObject]?, completionHandler handler: NSUserUnixTaskCompletionHandler?)
}
To
class NSUserUnixTask : NSUserScriptTask {
    var standardInput: NSFileHandle?
    var standardOutput: NSFileHandle?
    var standardError: NSFileHandle?
    func executeWithArguments(_ arguments: [String]?, completionHandler handler: NSUserUnixTaskCompletionHandler?)
}

Declaration
From
func executeWithArguments(_ arguments: [AnyObject]?, completionHandler handler: NSUserUnixTaskCompletionHandler?)
To
func executeWithArguments(_ arguments: [String]?, completionHandler handler: NSUserUnixTaskCompletionHandler?)

Modified NSValue
Declaration
From
class NSValue : NSObject, NSCopying, NSSecureCoding, NSCoding {
    func getValue(_ value: UnsafeMutablePointer<Void>)
    var objCType: UnsafePointer<Int8> { get }
    init(bytes value: UnsafePointer<Void>, objCType type: UnsafePointer<Int8>)
    init(coder aDecoder: NSCoder)
}
extension NSValue {
    init!(CMTime time: CMTime) -> NSValue
    class func valueWithCMTime(_ time: CMTime) -> NSValue!
    var CMTimeValue: CMTime { get }
    init!(CMTimeRange timeRange: CMTimeRange) -> NSValue
    class func valueWithCMTimeRange(_ timeRange: CMTimeRange) -> NSValue!
    var CMTimeRangeValue: CMTimeRange { get }
    init!(CMTimeMapping timeMapping: CMTimeMapping) -> NSValue
    class func valueWithCMTimeMapping(_ timeMapping: CMTimeMapping) -> NSValue!
    var CMTimeMappingValue: CMTimeMapping { get }
}
extension NSValue {
    init(point point: NSPoint) -> NSValue
    class func valueWithPoint(_ point: NSPoint) -> NSValue
    init(size size: NSSize) -> NSValue
    class func valueWithSize(_ size: NSSize) -> NSValue
    init(rect rect: NSRect) -> NSValue
    class func valueWithRect(_ rect: NSRect) -> NSValue
    init(edgeInsets insets: NSEdgeInsets) -> NSValue
    class func valueWithEdgeInsets(_ insets: NSEdgeInsets) -> NSValue
    var pointValue: NSPoint { get }
    var sizeValue: NSSize { get }
    var rectValue: NSRect { get }
    var edgeInsetsValue: NSEdgeInsets { get }
}
extension NSValue {
    init(range range: NSRange) -> NSValue
    class func valueWithRange(_ range: NSRange) -> NSValue
    var rangeValue: NSRange { get }
}
extension NSValue {
    class func valueWithBytes(_ value: UnsafePointer<Void>, objCType type: UnsafePointer<Int8>) -> NSValue
    init(_ value: UnsafePointer<Void>, withObjCType type: UnsafePointer<Int8>) -> NSValue
    class func value(_ value: UnsafePointer<Void>, withObjCType type: UnsafePointer<Int8>) -> NSValue
}
extension NSValue {
    init(nonretainedObject anObject: AnyObject?) -> NSValue
    class func valueWithNonretainedObject(_ anObject: AnyObject?) -> NSValue
    var nonretainedObjectValue: AnyObject? { get }
    init(pointer pointer: UnsafePointer<Void>) -> NSValue
    class func valueWithPointer(_ pointer: UnsafePointer<Void>) -> NSValue
    func pointerValue() -> UnsafeMutablePointer<Void>
    func isEqualToValue(_ value: NSValue) -> Bool
}
extension NSValue {
    init!(MKCoordinate coordinate: CLLocationCoordinate2D) -> NSValue
    class func valueWithMKCoordinate(_ coordinate: CLLocationCoordinate2D) -> NSValue!
    init!(MKCoordinateSpan span: MKCoordinateSpan) -> NSValue
    class func valueWithMKCoordinateSpan(_ span: MKCoordinateSpan) -> NSValue!
    var MKCoordinateValue: CLLocationCoordinate2D { get }
    var MKCoordinateSpanValue: MKCoordinateSpan { get }
}
extension NSValue {
    init!(QTTime time: QTTime) -> NSValue
    class func valueWithQTTime(_ time: QTTime) -> NSValue!
    func QTTimeValue() -> QTTime
}
extension NSValue {
    init!(SMPTETime time: SMPTETime) -> NSValue
    class func valueWithSMPTETime(_ time: SMPTETime) -> NSValue!
    func SMPTETimeValue() -> SMPTETime
}
extension NSValue {
    init!(QTTimeRange range: QTTimeRange) -> NSValue
    class func valueWithQTTimeRange(_ range: QTTimeRange) -> NSValue!
    func QTTimeRangeValue() -> QTTimeRange
}
extension NSValue {
    init!(CATransform3D t: CATransform3D) -> NSValue
    class func valueWithCATransform3D(_ t: CATransform3D) -> NSValue!
    var CATransform3DValue: CATransform3D { get }
}
extension NSValue {
    init!(SCNVector3 v: SCNVector3) -> NSValue
    class func valueWithSCNVector3(_ v: SCNVector3) -> NSValue!
    init!(SCNVector4 v: SCNVector4) -> NSValue
    class func valueWithSCNVector4(_ v: SCNVector4) -> NSValue!
    init!(SCNMatrix4 v: SCNMatrix4) -> NSValue
    class func valueWithSCNMatrix4(_ v: SCNMatrix4) -> NSValue!
    var SCNVector3Value: SCNVector3 { get }
    var SCNVector4Value: SCNVector4 { get }
    var SCNMatrix4Value: SCNMatrix4 { get }
}
To
class NSValue : NSObject, NSCopying, NSSecureCoding, NSCoding {
    func getValue(_ value: UnsafeMutablePointer<Void>)
    var objCType: UnsafePointer<Int8> { get }
    init(bytes value: UnsafePointer<Void>, objCType type: UnsafePointer<Int8>)
    init?(coder aDecoder: NSCoder)
}
extension NSValue {
     init(CMTime time: CMTime)
    class func valueWithCMTime(_ time: CMTime) -> NSValue
    var CMTimeValue: CMTime { get }
     init(CMTimeRange timeRange: CMTimeRange)
    class func valueWithCMTimeRange(_ timeRange: CMTimeRange) -> NSValue
    var CMTimeRangeValue: CMTimeRange { get }
     init(CMTimeMapping timeMapping: CMTimeMapping)
    class func valueWithCMTimeMapping(_ timeMapping: CMTimeMapping) -> NSValue
    var CMTimeMappingValue: CMTimeMapping { get }
}
extension NSValue {
     init(point point: NSPoint)
    class func valueWithPoint(_ point: NSPoint) -> NSValue
     init(size size: NSSize)
    class func valueWithSize(_ size: NSSize) -> NSValue
     init(rect rect: NSRect)
    class func valueWithRect(_ rect: NSRect) -> NSValue
     init(edgeInsets insets: NSEdgeInsets)
    class func valueWithEdgeInsets(_ insets: NSEdgeInsets) -> NSValue
    var pointValue: NSPoint { get }
    var sizeValue: NSSize { get }
    var rectValue: NSRect { get }
    var edgeInsetsValue: NSEdgeInsets { get }
}
extension NSValue {
     init(range range: NSRange)
    class func valueWithRange(_ range: NSRange) -> NSValue
    var rangeValue: NSRange { get }
}
extension NSValue {
    class func valueWithBytes(_ value: UnsafePointer<Void>, objCType type: UnsafePointer<Int8>) -> NSValue
     init(_ value: UnsafePointer<Void>, withObjCType type: UnsafePointer<Int8>)
    class func value(_ value: UnsafePointer<Void>, withObjCType type: UnsafePointer<Int8>) -> NSValue
}
extension NSValue {
     init(nonretainedObject anObject: AnyObject?)
    class func valueWithNonretainedObject(_ anObject: AnyObject?) -> NSValue
    var nonretainedObjectValue: AnyObject? { get }
     init(pointer pointer: UnsafePointer<Void>)
    class func valueWithPointer(_ pointer: UnsafePointer<Void>) -> NSValue
    var pointerValue: UnsafeMutablePointer<Void> { get }
    func isEqualToValue(_ value: NSValue) -> Bool
}
extension NSValue {
     init(MKCoordinate coordinate: CLLocationCoordinate2D)
    class func valueWithMKCoordinate(_ coordinate: CLLocationCoordinate2D) -> NSValue
     init(MKCoordinateSpan span: MKCoordinateSpan)
    class func valueWithMKCoordinateSpan(_ span: MKCoordinateSpan) -> NSValue
    var MKCoordinateValue: CLLocationCoordinate2D { get }
    var MKCoordinateSpanValue: MKCoordinateSpan { get }
}
extension NSValue {
     init(CATransform3D t: CATransform3D)
    class func valueWithCATransform3D(_ t: CATransform3D) -> NSValue
    var CATransform3DValue: CATransform3D { get }
}
extension NSValue {
     init(SCNVector3 v: SCNVector3)
    class func valueWithSCNVector3(_ v: SCNVector3) -> NSValue
     init(SCNVector4 v: SCNVector4)
    class func valueWithSCNVector4(_ v: SCNVector4) -> NSValue
     init(SCNMatrix4 v: SCNMatrix4)
    class func valueWithSCNMatrix4(_ v: SCNMatrix4) -> NSValue
    var SCNVector3Value: SCNVector3 { get }
    var SCNVector4Value: SCNVector4 { get }
    var SCNMatrix4Value: SCNMatrix4 { get }
}

Declaration
From
init(_ value: UnsafePointer<Void>, withObjCType type: UnsafePointer<Int8>) -> NSValue
To
init(_ value: UnsafePointer<Void>, withObjCType type: UnsafePointer<Int8>)

Declaration
From
init(coder aDecoder: NSCoder)
To
init?(coder aDecoder: NSCoder)

Declaration
From
init(edgeInsets insets: NSEdgeInsets) -> NSValue
To
init(edgeInsets insets: NSEdgeInsets)

Declaration
From
init(nonretainedObject anObject: AnyObject?) -> NSValue
To
init(nonretainedObject anObject: AnyObject?)

Declaration
From
init(point point: NSPoint) -> NSValue
To
init(point point: NSPoint)

Declaration
From
init(pointer pointer: UnsafePointer<Void>) -> NSValue
To
init(pointer pointer: UnsafePointer<Void>)

Declaration
From
init(range range: NSRange) -> NSValue
To
init(range range: NSRange)

Declaration
From
init(rect rect: NSRect) -> NSValue
To
init(rect rect: NSRect)

Declaration
From
init(size size: NSSize) -> NSValue
To
init(size size: NSSize)

Declaration
From
class NSValueTransformer : NSObject {
    class func setValueTransformer(_ transformer: NSValueTransformer, forName name: String)
    init?(forName name: String) -> NSValueTransformer
    class func valueTransformerForName(_ name: String) -> NSValueTransformer?
    class func valueTransformerNames() -> [AnyObject]
    class func transformedValueClass() -> AnyClass
    class func allowsReverseTransformation() -> Bool
    func transformedValue(_ value: AnyObject?) -> AnyObject?
    func reverseTransformedValue(_ value: AnyObject?) -> AnyObject?
}
To
class NSValueTransformer : NSObject {
    class func setValueTransformer(_ transformer: NSValueTransformer?, forName name: String)
     init?(forName name: String)
    class func valueTransformerForName(_ name: String) -> NSValueTransformer?
    class func valueTransformerNames() -> [String]
    class func transformedValueClass() -> AnyClass
    class func allowsReverseTransformation() -> Bool
    func transformedValue(_ value: AnyObject?) -> AnyObject?
    func reverseTransformedValue(_ value: AnyObject?) -> AnyObject?
}

Declaration
From
init?(forName name: String) -> NSValueTransformer
To
init?(forName name: String)

Declaration
From
class func setValueTransformer(_ transformer: NSValueTransformer, forName name: String)
To
class func setValueTransformer(_ transformer: NSValueTransformer?, forName name: String)

Declaration
From
class func valueTransformerNames() -> [AnyObject]
To
class func valueTransformerNames() -> [String]

DeclarationProtocols
From
struct NSVolumeEnumerationOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var SkipHiddenVolumes: NSVolumeEnumerationOptions { get }
    static var ProduceFileReferenceURLs: NSVolumeEnumerationOptions { get }
}
RawOptionSetType
To
struct NSVolumeEnumerationOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var SkipHiddenVolumes: NSVolumeEnumerationOptions { get }
    static var ProduceFileReferenceURLs: NSVolumeEnumerationOptions { get }
}
OptionSetType

Declaration
From
class NSWhoseSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, test test: NSScriptWhoseTest)
    var test: NSScriptWhoseTest?
    var startSubelementIdentifier: NSWhoseSubelementIdentifier
    var startSubelementIndex: Int
    var endSubelementIdentifier: NSWhoseSubelementIdentifier
    var endSubelementIndex: Int
}
To
class NSWhoseSpecifier : NSScriptObjectSpecifier {
    init?(coder inCoder: NSCoder)
    init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, test test: NSScriptWhoseTest)
    var test: NSScriptWhoseTest
    var startSubelementIdentifier: NSWhoseSubelementIdentifier
    var startSubelementIndex: Int
    var endSubelementIdentifier: NSWhoseSubelementIdentifier
    var endSubelementIndex: Int
}

Declaration
From
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier, key property: String, test test: NSScriptWhoseTest)
To
init(containerClassDescription classDesc: NSScriptClassDescription, containerSpecifier container: NSScriptObjectSpecifier?, key property: String, test test: NSScriptWhoseTest)

Declaration
From
var test: NSScriptWhoseTest?
To
var test: NSScriptWhoseTest

Raw Value Type
From--
ToUInt

Modified NSXMLDocument
Declaration
From
class NSXMLDocument : NSXMLNode {
    init()
    convenience init?(XMLString string: String, options mask: Int, error error: NSErrorPointer)
    convenience init?(contentsOfURL url: NSURL, options mask: Int, error error: NSErrorPointer)
    init?(data data: NSData, options mask: Int, error error: NSErrorPointer)
    init!(rootElement element: NSXMLElement!)
    class func replacementClassForClass(_ cls: AnyClass) -> AnyClass!
    var characterEncoding: String?
    var version: String?
    var standalone: Bool
    var documentContentKind: NSXMLDocumentContentKind
    var MIMEType: String?
    @NSCopying var DTD: NSXMLDTD?
    func setRootElement(_ root: NSXMLElement!)
    func rootElement() -> NSXMLElement?
    func insertChild(_ child: NSXMLNode, atIndex index: Int)
    func insertChildren(_ children: [AnyObject], atIndex index: Int)
    func removeChildAtIndex(_ index: Int)
    func setChildren(_ children: [AnyObject]?)
    func addChild(_ child: NSXMLNode)
    func replaceChildAtIndex(_ index: Int, withNode node: NSXMLNode)
    @NSCopying var XMLData: NSData { get }
    func XMLDataWithOptions(_ options: Int) -> NSData
    func objectByApplyingXSLT(_ xslt: NSData, arguments arguments: [NSObject : AnyObject]?, error error: NSErrorPointer) -> AnyObject?
    func objectByApplyingXSLTString(_ xslt: String, arguments arguments: [NSObject : AnyObject]?, error error: NSErrorPointer) -> AnyObject?
    func objectByApplyingXSLTAtURL(_ xsltURL: NSURL, arguments argument: [NSObject : AnyObject]?, error error: NSErrorPointer) -> AnyObject?
    func validateAndReturnError(_ error: NSErrorPointer) -> Bool
}
To
class NSXMLDocument : NSXMLNode {
    init()
    convenience init(XMLString string: String, options mask: Int) throws
    convenience init(contentsOfURL url: NSURL, options mask: Int) throws
    init(data data: NSData, options mask: Int) throws
    init(rootElement element: NSXMLElement?)
    class func replacementClassForClass(_ cls: AnyClass) -> AnyClass
    var characterEncoding: String?
    var version: String?
    var standalone: Bool
    var documentContentKind: NSXMLDocumentContentKind
    var MIMEType: String?
    @NSCopying var DTD: NSXMLDTD?
    func setRootElement(_ root: NSXMLElement)
    func rootElement() -> NSXMLElement?
    func insertChild(_ child: NSXMLNode, atIndex index: Int)
    func insertChildren(_ children: [NSXMLNode], atIndex index: Int)
    func removeChildAtIndex(_ index: Int)
    func setChildren(_ children: [NSXMLNode]?)
    func addChild(_ child: NSXMLNode)
    func replaceChildAtIndex(_ index: Int, withNode node: NSXMLNode)
    @NSCopying var XMLData: NSData { get }
    func XMLDataWithOptions(_ options: Int) -> NSData
    func objectByApplyingXSLT(_ xslt: NSData, arguments arguments: [String : String]?) throws -> AnyObject
    func objectByApplyingXSLTString(_ xslt: String, arguments arguments: [String : String]?) throws -> AnyObject
    func objectByApplyingXSLTAtURL(_ xsltURL: NSURL, arguments argument: [String : String]?) throws -> AnyObject
    func validate() throws
}

Declaration
From
convenience init?(contentsOfURL url: NSURL, options mask: Int, error error: NSErrorPointer)
To
convenience init(contentsOfURL url: NSURL, options mask: Int) throws

Declaration
From
init?(data data: NSData, options mask: Int, error error: NSErrorPointer)
To
init(data data: NSData, options mask: Int) throws

Declaration
From
init!(rootElement element: NSXMLElement!)
To
init(rootElement element: NSXMLElement?)

Declaration
From
convenience init?(XMLString string: String, options mask: Int, error error: NSErrorPointer)
To
convenience init(XMLString string: String, options mask: Int) throws

Declaration
From
func insertChildren(_ children: [AnyObject], atIndex index: Int)
To
func insertChildren(_ children: [NSXMLNode], atIndex index: Int)

Declaration
From
func objectByApplyingXSLT(_ xslt: NSData, arguments arguments: [NSObject : AnyObject]?, error error: NSErrorPointer) -> AnyObject?
To
func objectByApplyingXSLT(_ xslt: NSData, arguments arguments: [String : String]?) throws -> AnyObject

Declaration
From
func objectByApplyingXSLTAtURL(_ xsltURL: NSURL, arguments argument: [NSObject : AnyObject]?, error error: NSErrorPointer) -> AnyObject?
To
func objectByApplyingXSLTAtURL(_ xsltURL: NSURL, arguments argument: [String : String]?) throws -> AnyObject

Declaration
From
func objectByApplyingXSLTString(_ xslt: String, arguments arguments: [NSObject : AnyObject]?, error error: NSErrorPointer) -> AnyObject?
To
func objectByApplyingXSLTString(_ xslt: String, arguments arguments: [String : String]?) throws -> AnyObject

Declaration
From
class func replacementClassForClass(_ cls: AnyClass) -> AnyClass!
To
class func replacementClassForClass(_ cls: AnyClass) -> AnyClass

Declaration
From
func setChildren(_ children: [AnyObject]?)
To
func setChildren(_ children: [NSXMLNode]?)

Declaration
From
func setRootElement(_ root: NSXMLElement!)
To
func setRootElement(_ root: NSXMLElement)

Declaration
From
func validateAndReturnError(_ error: NSErrorPointer) -> Bool
To
func validate() throws

Raw Value Type
From--
ToUInt

Modified NSXMLDTD
Declaration
From
class NSXMLDTD : NSXMLNode {
    init()
    convenience init!(kind kind: NSXMLNodeKind, options options: Int)
    convenience init?(contentsOfURL url: NSURL, options mask: Int, error error: NSErrorPointer)
    init?(data data: NSData, options mask: Int, error error: NSErrorPointer)
    var publicID: String?
    var systemID: String?
    func insertChild(_ child: NSXMLNode, atIndex index: Int)
    func insertChildren(_ children: [AnyObject], atIndex index: Int)
    func removeChildAtIndex(_ index: Int)
    func setChildren(_ children: [AnyObject]?)
    func addChild(_ child: NSXMLNode)
    func replaceChildAtIndex(_ index: Int, withNode node: NSXMLNode)
    func entityDeclarationForName(_ name: String) -> NSXMLDTDNode?
    func notationDeclarationForName(_ name: String) -> NSXMLDTDNode?
    func elementDeclarationForName(_ name: String) -> NSXMLDTDNode?
    func attributeDeclarationForName(_ name: String, elementName elementName: String) -> NSXMLDTDNode?
    class func predefinedEntityDeclarationForName(_ name: String) -> NSXMLDTDNode?
}
To
class NSXMLDTD : NSXMLNode {
    init()
    convenience init(kind kind: NSXMLNodeKind, options options: Int)
    convenience init(contentsOfURL url: NSURL, options mask: Int) throws
    init(data data: NSData, options mask: Int) throws
    var publicID: String?
    var systemID: String?
    func insertChild(_ child: NSXMLNode, atIndex index: Int)
    func insertChildren(_ children: [NSXMLNode], atIndex index: Int)
    func removeChildAtIndex(_ index: Int)
    func setChildren(_ children: [NSXMLNode]?)
    func addChild(_ child: NSXMLNode)
    func replaceChildAtIndex(_ index: Int, withNode node: NSXMLNode)
    func entityDeclarationForName(_ name: String) -> NSXMLDTDNode?
    func notationDeclarationForName(_ name: String) -> NSXMLDTDNode?
    func elementDeclarationForName(_ name: String) -> NSXMLDTDNode?
    func attributeDeclarationForName(_ name: String, elementName elementName: String) -> NSXMLDTDNode?
    class func predefinedEntityDeclarationForName(_ name: String) -> NSXMLDTDNode?
}

Declaration
From
convenience init?(contentsOfURL url: NSURL, options mask: Int, error error: NSErrorPointer)
To
convenience init(contentsOfURL url: NSURL, options mask: Int) throws

Declaration
From
init?(data data: NSData, options mask: Int, error error: NSErrorPointer)
To
init(data data: NSData, options mask: Int) throws

Declaration
From
func insertChildren(_ children: [AnyObject], atIndex index: Int)
To
func insertChildren(_ children: [NSXMLNode], atIndex index: Int)

Declaration
From
func setChildren(_ children: [AnyObject]?)
To
func setChildren(_ children: [NSXMLNode]?)

Raw Value Type
From--
ToUInt

Modified NSXMLElement
Declaration
From
class NSXMLElement : NSXMLNode {
    convenience init(name name: String)
    init(name name: String, URI URI: String?)
    convenience init(name name: String, stringValue string: String?)
    init?(XMLString string: String, error error: NSErrorPointer)
    convenience init(kind kind: NSXMLNodeKind, options options: Int)
    func elementsForName(_ name: String) -> [AnyObject]
    func elementsForLocalName(_ localName: String, URI URI: String?) -> [AnyObject]
    func addAttribute(_ attribute: NSXMLNode)
    func removeAttributeForName(_ name: String)
    var attributes: [AnyObject]?
    func setAttributesWithDictionary(_ attributes: [NSObject : AnyObject])
    func attributeForName(_ name: String) -> NSXMLNode?
    func attributeForLocalName(_ localName: String, URI URI: String?) -> NSXMLNode?
    func addNamespace(_ aNamespace: NSXMLNode)
    func removeNamespaceForPrefix(_ name: String)
    var namespaces: [AnyObject]?
    func namespaceForPrefix(_ name: String) -> NSXMLNode?
    func resolveNamespaceForName(_ name: String) -> NSXMLNode?
    func resolvePrefixForNamespaceURI(_ namespaceURI: String) -> String?
    func insertChild(_ child: NSXMLNode, atIndex index: Int)
    func insertChildren(_ children: [AnyObject], atIndex index: Int)
    func removeChildAtIndex(_ index: Int)
    func setChildren(_ children: [AnyObject]?)
    func addChild(_ child: NSXMLNode)
    func replaceChildAtIndex(_ index: Int, withNode node: NSXMLNode)
    func normalizeAdjacentTextNodesPreservingCDATA(_ preserve: Bool)
}
extension NSXMLElement {
    func setAttributesAsDictionary(_ attributes: [NSObject : AnyObject])
}
To
class NSXMLElement : NSXMLNode {
    convenience init(name name: String)
    init(name name: String, URI URI: String?)
    convenience init(name name: String, stringValue string: String?)
    init(XMLString string: String) throws
    convenience init(kind kind: NSXMLNodeKind, options options: Int)
    func elementsForName(_ name: String) -> [NSXMLElement]
    func elementsForLocalName(_ localName: String, URI URI: String?) -> [NSXMLElement]
    func addAttribute(_ attribute: NSXMLNode)
    func removeAttributeForName(_ name: String)
    var attributes: [NSXMLNode]?
    func setAttributesWithDictionary(_ attributes: [String : String])
    func attributeForName(_ name: String) -> NSXMLNode?
    func attributeForLocalName(_ localName: String, URI URI: String?) -> NSXMLNode?
    func addNamespace(_ aNamespace: NSXMLNode)
    func removeNamespaceForPrefix(_ name: String)
    var namespaces: [NSXMLNode]?
    func namespaceForPrefix(_ name: String) -> NSXMLNode?
    func resolveNamespaceForName(_ name: String) -> NSXMLNode?
    func resolvePrefixForNamespaceURI(_ namespaceURI: String) -> String?
    func insertChild(_ child: NSXMLNode, atIndex index: Int)
    func insertChildren(_ children: [NSXMLNode], atIndex index: Int)
    func removeChildAtIndex(_ index: Int)
    func setChildren(_ children: [NSXMLNode]?)
    func addChild(_ child: NSXMLNode)
    func replaceChildAtIndex(_ index: Int, withNode node: NSXMLNode)
    func normalizeAdjacentTextNodesPreservingCDATA(_ preserve: Bool)
}
extension NSXMLElement {
    func setAttributesAsDictionary(_ attributes: [NSObject : AnyObject])
}

Declaration
From
var attributes: [AnyObject]?
To
var attributes: [NSXMLNode]?

Declaration
From
func elementsForLocalName(_ localName: String, URI URI: String?) -> [AnyObject]
To
func elementsForLocalName(_ localName: String, URI URI: String?) -> [NSXMLElement]

Declaration
From
func elementsForName(_ name: String) -> [AnyObject]
To
func elementsForName(_ name: String) -> [NSXMLElement]

Declaration
From
init?(XMLString string: String, error error: NSErrorPointer)
To
init(XMLString string: String) throws

Declaration
From
func insertChildren(_ children: [AnyObject], atIndex index: Int)
To
func insertChildren(_ children: [NSXMLNode], atIndex index: Int)

Declaration
From
var namespaces: [AnyObject]?
To
var namespaces: [NSXMLNode]?

Declaration
From
func setAttributesWithDictionary(_ attributes: [NSObject : AnyObject])
To
func setAttributesWithDictionary(_ attributes: [String : String])

Declaration
From
func setChildren(_ children: [AnyObject]?)
To
func setChildren(_ children: [NSXMLNode]?)

Modified NSXMLNode
Declaration
From
class NSXMLNode : NSObject, NSCopying {
    init()
    convenience init(kind kind: NSXMLNodeKind)
    init(kind kind: NSXMLNodeKind, options options: Int)
    class func document() -> AnyObject?
    class func documentWithRootElement(_ element: NSXMLElement!) -> AnyObject?
    class func elementWithName(_ name: String) -> AnyObject?
    class func elementWithName(_ name: String!, URI URI: String!) -> AnyObject?
    class func elementWithName(_ name: String!, stringValue string: String!) -> AnyObject?
    class func elementWithName(_ name: String!, children children: [AnyObject]?, attributes attributes: [AnyObject]?) -> AnyObject?
    class func attributeWithName(_ name: String, stringValue stringValue: String) -> AnyObject?
    class func attributeWithName(_ name: String!, URI URI: String!, stringValue stringValue: String!) -> AnyObject?
    class func namespaceWithName(_ name: String, stringValue stringValue: String) -> AnyObject?
    class func processingInstructionWithName(_ name: String, stringValue stringValue: String) -> AnyObject?
    class func commentWithStringValue(_ stringValue: String!) -> AnyObject?
    class func textWithStringValue(_ stringValue: String!) -> AnyObject?
    class func DTDNodeWithXMLString(_ string: String) -> AnyObject?
    var kind: NSXMLNodeKind { get }
    var name: String?
    var objectValue: AnyObject?
    var stringValue: String?
    func setStringValue(_ string: String, resolvingEntities resolve: Bool)
    var index: Int { get }
    var level: Int { get }
    var rootDocument: NSXMLDocument? { get }
    @NSCopying var parent: NSXMLNode? { get }
    var childCount: Int { get }
    var children: [AnyObject]? { get }
    func childAtIndex(_ index: Int) -> NSXMLNode?
    @NSCopying var previousSibling: NSXMLNode? { get }
    @NSCopying var nextSibling: NSXMLNode? { get }
    @NSCopying var previousNode: NSXMLNode? { get }
    @NSCopying var nextNode: NSXMLNode? { get }
    func detach()
    var XPath: String! { get }
    var localName: String? { get }
    var prefix: String? { get }
    var URI: String?
    class func localNameForName(_ name: String) -> String!
    class func prefixForName(_ name: String) -> String?
    class func predefinedNamespaceForPrefix(_ name: String) -> NSXMLNode?
    var description: String { get }
    var XMLString: String { get }
    func XMLStringWithOptions(_ options: Int) -> String
    func canonicalXMLStringPreservingComments(_ comments: Bool) -> String
    func nodesForXPath(_ xpath: String, error error: NSErrorPointer) -> [AnyObject]?
    func objectsForXQuery(_ xquery: String, constants constants: [NSObject : AnyObject]!, error error: NSErrorPointer) -> [AnyObject]?
    func objectsForXQuery(_ xquery: String, error error: NSErrorPointer) -> [AnyObject]?
}
To
class NSXMLNode : NSObject, NSCopying {
    init()
    convenience init(kind kind: NSXMLNodeKind)
    init(kind kind: NSXMLNodeKind, options options: Int)
    class func document() -> AnyObject
    class func documentWithRootElement(_ element: NSXMLElement) -> AnyObject
    class func elementWithName(_ name: String) -> AnyObject
    class func elementWithName(_ name: String, URI URI: String) -> AnyObject
    class func elementWithName(_ name: String, stringValue string: String) -> AnyObject
    class func elementWithName(_ name: String, children children: [NSXMLNode]?, attributes attributes: [NSXMLNode]?) -> AnyObject
    class func attributeWithName(_ name: String, stringValue stringValue: String) -> AnyObject
    class func attributeWithName(_ name: String, URI URI: String, stringValue stringValue: String) -> AnyObject
    class func namespaceWithName(_ name: String, stringValue stringValue: String) -> AnyObject
    class func processingInstructionWithName(_ name: String, stringValue stringValue: String) -> AnyObject
    class func commentWithStringValue(_ stringValue: String) -> AnyObject
    class func textWithStringValue(_ stringValue: String) -> AnyObject
    class func DTDNodeWithXMLString(_ string: String) -> AnyObject?
    var kind: NSXMLNodeKind { get }
    var name: String?
    var objectValue: AnyObject?
    var stringValue: String?
    func setStringValue(_ string: String, resolvingEntities resolve: Bool)
    var index: Int { get }
    var level: Int { get }
    var rootDocument: NSXMLDocument? { get }
    @NSCopying var parent: NSXMLNode? { get }
    var childCount: Int { get }
    var children: [NSXMLNode]? { get }
    func childAtIndex(_ index: Int) -> NSXMLNode?
    @NSCopying var previousSibling: NSXMLNode? { get }
    @NSCopying var nextSibling: NSXMLNode? { get }
    @NSCopying var previousNode: NSXMLNode? { get }
    @NSCopying var nextNode: NSXMLNode? { get }
    func detach()
    var XPath: String? { get }
    var localName: String? { get }
    var prefix: String? { get }
    var URI: String?
    class func localNameForName(_ name: String) -> String
    class func prefixForName(_ name: String) -> String?
    class func predefinedNamespaceForPrefix(_ name: String) -> NSXMLNode?
    var description: String { get }
    var XMLString: String { get }
    func XMLStringWithOptions(_ options: Int) -> String
    func canonicalXMLStringPreservingComments(_ comments: Bool) -> String
    func nodesForXPath(_ xpath: String) throws -> [NSXMLNode]
    func objectsForXQuery(_ xquery: String, constants constants: [String : AnyObject]?) throws -> [AnyObject]
    func objectsForXQuery(_ xquery: String) throws -> [AnyObject]
}

Declaration
From
class func attributeWithName(_ name: String, stringValue stringValue: String) -> AnyObject?
To
class func attributeWithName(_ name: String, stringValue stringValue: String) -> AnyObject

Declaration
From
class func attributeWithName(_ name: String!, URI URI: String!, stringValue stringValue: String!) -> AnyObject?
To
class func attributeWithName(_ name: String, URI URI: String, stringValue stringValue: String) -> AnyObject

Declaration
From
var children: [AnyObject]? { get }
To
var children: [NSXMLNode]? { get }

Declaration
From
class func commentWithStringValue(_ stringValue: String!) -> AnyObject?
To
class func commentWithStringValue(_ stringValue: String) -> AnyObject

Declaration
From
class func document() -> AnyObject?
To
class func document() -> AnyObject

Declaration
From
class func documentWithRootElement(_ element: NSXMLElement!) -> AnyObject?
To
class func documentWithRootElement(_ element: NSXMLElement) -> AnyObject

Declaration
From
class func elementWithName(_ name: String) -> AnyObject?
To
class func elementWithName(_ name: String) -> AnyObject

Declaration
From
class func elementWithName(_ name: String!, children children: [AnyObject]?, attributes attributes: [AnyObject]?) -> AnyObject?
To
class func elementWithName(_ name: String, children children: [NSXMLNode]?, attributes attributes: [NSXMLNode]?) -> AnyObject

Declaration
From
class func elementWithName(_ name: String!, stringValue string: String!) -> AnyObject?
To
class func elementWithName(_ name: String, stringValue string: String) -> AnyObject

Declaration
From
class func elementWithName(_ name: String!, URI URI: String!) -> AnyObject?
To
class func elementWithName(_ name: String, URI URI: String) -> AnyObject

Declaration
From
class func localNameForName(_ name: String) -> String!
To
class func localNameForName(_ name: String) -> String

Declaration
From
class func namespaceWithName(_ name: String, stringValue stringValue: String) -> AnyObject?
To
class func namespaceWithName(_ name: String, stringValue stringValue: String) -> AnyObject

Declaration
From
func nodesForXPath(_ xpath: String, error error: NSErrorPointer) -> [AnyObject]?
To
func nodesForXPath(_ xpath: String) throws -> [NSXMLNode]

Declaration
From
func objectsForXQuery(_ xquery: String, error error: NSErrorPointer) -> [AnyObject]?
To
func objectsForXQuery(_ xquery: String) throws -> [AnyObject]

Declaration
From
func objectsForXQuery(_ xquery: String, constants constants: [NSObject : AnyObject]!, error error: NSErrorPointer) -> [AnyObject]?
To
func objectsForXQuery(_ xquery: String, constants constants: [String : AnyObject]?) throws -> [AnyObject]

Declaration
From
class func processingInstructionWithName(_ name: String, stringValue stringValue: String) -> AnyObject?
To
class func processingInstructionWithName(_ name: String, stringValue stringValue: String) -> AnyObject

Declaration
From
class func textWithStringValue(_ stringValue: String!) -> AnyObject?
To
class func textWithStringValue(_ stringValue: String) -> AnyObject

Declaration
From
var XPath: String! { get }
To
var XPath: String? { get }

DeclarationRaw Value Type
From
enum NSXMLNodeKind : UInt {
    case NSXMLInvalidKind
    case NSXMLDocumentKind
    case NSXMLElementKind
    case NSXMLAttributeKind
    case NSXMLNamespaceKind
    case NSXMLProcessingInstructionKind
    case NSXMLCommentKind
    case NSXMLTextKind
    case NSXMLDTDKind
    case NSXMLEntityDeclarationKind
    case NSXMLAttributeDeclarationKind
    case NSXMLElementDeclarationKind
    case NSXMLNotationDeclarationKind
}
--
To
enum NSXMLNodeKind : UInt {
    case InvalidKind
    case DocumentKind
    case ElementKind
    case AttributeKind
    case NamespaceKind
    case ProcessingInstructionKind
    case CommentKind
    case TextKind
    case DTDKind
    case EntityDeclarationKind
    case AttributeDeclarationKind
    case ElementDeclarationKind
    case NotationDeclarationKind
}
UInt

Declaration
From
case NSXMLAttributeDeclarationKind
To
case AttributeDeclarationKind

Declaration
From
case NSXMLAttributeKind
To
case AttributeKind

Declaration
From
case NSXMLCommentKind
To
case CommentKind

Declaration
From
case NSXMLDocumentKind
To
case DocumentKind

Declaration
From
case NSXMLDTDKind
To
case DTDKind

Declaration
From
case NSXMLElementDeclarationKind
To
case ElementDeclarationKind

Declaration
From
case NSXMLElementKind
To
case ElementKind

Declaration
From
case NSXMLEntityDeclarationKind
To
case EntityDeclarationKind

Declaration
From
case NSXMLInvalidKind
To
case InvalidKind

Declaration
From
case NSXMLNamespaceKind
To
case NamespaceKind

Declaration
From
case NSXMLNotationDeclarationKind
To
case NotationDeclarationKind

Declaration
From
case NSXMLProcessingInstructionKind
To
case ProcessingInstructionKind

Declaration
From
case NSXMLTextKind
To
case TextKind

Modified NSXMLParser
Declaration
From
class NSXMLParser : NSObject {
    convenience init?(contentsOfURL url: NSURL!)
    init(data data: NSData)
    convenience init(stream stream: NSInputStream)
    unowned(unsafe) var delegate: NSXMLParserDelegate?
    var shouldProcessNamespaces: Bool
    var shouldReportNamespacePrefixes: Bool
    var externalEntityResolvingPolicy: NSXMLParserExternalEntityResolvingPolicy
    var allowedExternalEntityURLs: Set<NSObject>?
    func parse() -> Bool
    func abortParsing()
    @NSCopying var parserError: NSError? { get }
    var shouldResolveExternalEntities: Bool
}
extension NSXMLParser {
    var publicID: String? { get }
    var systemID: String? { get }
    var lineNumber: Int { get }
    var columnNumber: Int { get }
}
To
class NSXMLParser : NSObject {
    convenience init?(contentsOfURL url: NSURL)
    init(data data: NSData)
    convenience init(stream stream: NSInputStream)
    unowned(unsafe) var delegate: NSXMLParserDelegate?
    var shouldProcessNamespaces: Bool
    var shouldReportNamespacePrefixes: Bool
    var externalEntityResolvingPolicy: NSXMLParserExternalEntityResolvingPolicy
    var allowedExternalEntityURLs: Set<NSURL>?
    func parse() -> Bool
    func abortParsing()
    @NSCopying var parserError: NSError? { get }
    var shouldResolveExternalEntities: Bool
}
extension NSXMLParser {
    var publicID: String? { get }
    var systemID: String? { get }
    var lineNumber: Int { get }
    var columnNumber: Int { get }
}

Declaration
From
var allowedExternalEntityURLs: Set<NSObject>?
To
var allowedExternalEntityURLs: Set<NSURL>?

Declaration
From
convenience init?(contentsOfURL url: NSURL!)
To
convenience init?(contentsOfURL url: NSURL)

Declaration
From
protocol NSXMLParserDelegate : NSObjectProtocol {
    optional func parserDidStartDocument(_ parser: NSXMLParser)
    optional func parserDidEndDocument(_ parser: NSXMLParser)
    optional func parser(_ parser: NSXMLParser, foundNotationDeclarationWithName name: String, publicID publicID: String?, systemID systemID: String?)
    optional func parser(_ parser: NSXMLParser, foundUnparsedEntityDeclarationWithName name: String, publicID publicID: String?, systemID systemID: String?, notationName notationName: String?)
    optional func parser(_ parser: NSXMLParser, foundAttributeDeclarationWithName attributeName: String, forElement elementName: String, type type: String?, defaultValue defaultValue: String?)
    optional func parser(_ parser: NSXMLParser, foundElementDeclarationWithName elementName: String, model model: String)
    optional func parser(_ parser: NSXMLParser, foundInternalEntityDeclarationWithName name: String, value value: String?)
    optional func parser(_ parser: NSXMLParser, foundExternalEntityDeclarationWithName name: String, publicID publicID: String?, systemID systemID: String?)
    optional func parser(_ parser: NSXMLParser, didStartElement elementName: String, namespaceURI namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [NSObject : AnyObject])
    optional func parser(_ parser: NSXMLParser, didEndElement elementName: String, namespaceURI namespaceURI: String?, qualifiedName qName: String?)
    optional func parser(_ parser: NSXMLParser, didStartMappingPrefix prefix: String, toURI namespaceURI: String)
    optional func parser(_ parser: NSXMLParser, didEndMappingPrefix prefix: String)
    optional func parser(_ parser: NSXMLParser, foundCharacters string: String?)
    optional func parser(_ parser: NSXMLParser, foundIgnorableWhitespace whitespaceString: String)
    optional func parser(_ parser: NSXMLParser, foundProcessingInstructionWithTarget target: String, data data: String?)
    optional func parser(_ parser: NSXMLParser, foundComment comment: String?)
    optional func parser(_ parser: NSXMLParser, foundCDATA CDATABlock: NSData)
    optional func parser(_ parser: NSXMLParser, resolveExternalEntityName name: String, systemID systemID: String?) -> NSData?
    optional func parser(_ parser: NSXMLParser, parseErrorOccurred parseError: NSError)
    optional func parser(_ parser: NSXMLParser, validationErrorOccurred validationError: NSError)
}
To
protocol NSXMLParserDelegate : NSObjectProtocol {
    optional func parserDidStartDocument(_ parser: NSXMLParser)
    optional func parserDidEndDocument(_ parser: NSXMLParser)
    optional func parser(_ parser: NSXMLParser, foundNotationDeclarationWithName name: String, publicID publicID: String?, systemID systemID: String?)
    optional func parser(_ parser: NSXMLParser, foundUnparsedEntityDeclarationWithName name: String, publicID publicID: String?, systemID systemID: String?, notationName notationName: String?)
    optional func parser(_ parser: NSXMLParser, foundAttributeDeclarationWithName attributeName: String, forElement elementName: String, type type: String?, defaultValue defaultValue: String?)
    optional func parser(_ parser: NSXMLParser, foundElementDeclarationWithName elementName: String, model model: String)
    optional func parser(_ parser: NSXMLParser, foundInternalEntityDeclarationWithName name: String, value value: String?)
    optional func parser(_ parser: NSXMLParser, foundExternalEntityDeclarationWithName name: String, publicID publicID: String?, systemID systemID: String?)
    optional func parser(_ parser: NSXMLParser, didStartElement elementName: String, namespaceURI namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String])
    optional func parser(_ parser: NSXMLParser, didEndElement elementName: String, namespaceURI namespaceURI: String?, qualifiedName qName: String?)
    optional func parser(_ parser: NSXMLParser, didStartMappingPrefix prefix: String, toURI namespaceURI: String)
    optional func parser(_ parser: NSXMLParser, didEndMappingPrefix prefix: String)
    optional func parser(_ parser: NSXMLParser, foundCharacters string: String)
    optional func parser(_ parser: NSXMLParser, foundIgnorableWhitespace whitespaceString: String)
    optional func parser(_ parser: NSXMLParser, foundProcessingInstructionWithTarget target: String, data data: String?)
    optional func parser(_ parser: NSXMLParser, foundComment comment: String)
    optional func parser(_ parser: NSXMLParser, foundCDATA CDATABlock: NSData)
    optional func parser(_ parser: NSXMLParser, resolveExternalEntityName name: String, systemID systemID: String?) -> NSData?
    optional func parser(_ parser: NSXMLParser, parseErrorOccurred parseError: NSError)
    optional func parser(_ parser: NSXMLParser, validationErrorOccurred validationError: NSError)
}

Declaration
From
optional func parser(_ parser: NSXMLParser, didStartElement elementName: String, namespaceURI namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [NSObject : AnyObject])
To
optional func parser(_ parser: NSXMLParser, didStartElement elementName: String, namespaceURI namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String])

Declaration
From
optional func parser(_ parser: NSXMLParser, foundCharacters string: String?)
To
optional func parser(_ parser: NSXMLParser, foundCharacters string: String)

Declaration
From
optional func parser(_ parser: NSXMLParser, foundComment comment: String?)
To
optional func parser(_ parser: NSXMLParser, foundComment comment: String)

Raw Value Type
From--
ToInt

Raw Value Type
From--
ToUInt

Declaration
From
class NSXPCConnection : NSObject, NSXPCProxyCreating {
    init(serviceName serviceName: String)
    var serviceName: String? { get }
    init(machServiceName name: String, options options: NSXPCConnectionOptions)
    init(listenerEndpoint endpoint: NSXPCListenerEndpoint)
    var endpoint: NSXPCListenerEndpoint { get }
    var exportedInterface: NSXPCInterface?
    var exportedObject: AnyObject?
    var remoteObjectInterface: NSXPCInterface?
    var remoteObjectProxy: AnyObject { get }
    func remoteObjectProxyWithErrorHandler(_ handler: (NSError!) -> Void) -> AnyObject
    var interruptionHandler: (() -> Void)?
    var invalidationHandler: (() -> Void)?
    func resume()
    func suspend()
    func invalidate()
    var auditSessionIdentifier: au_asid_t { get }
    var processIdentifier: pid_t { get }
    var effectiveUserIdentifier: uid_t { get }
    var effectiveGroupIdentifier: gid_t { get }
}
To
class NSXPCConnection : NSObject, NSXPCProxyCreating {
    init(serviceName serviceName: String)
    var serviceName: String? { get }
    init(machServiceName name: String, options options: NSXPCConnectionOptions)
    init(listenerEndpoint endpoint: NSXPCListenerEndpoint)
    var endpoint: NSXPCListenerEndpoint { get }
    var exportedInterface: NSXPCInterface?
    var exportedObject: AnyObject?
    var remoteObjectInterface: NSXPCInterface?
    var remoteObjectProxy: AnyObject { get }
    func remoteObjectProxyWithErrorHandler(_ handler: (NSError) -> Void) -> AnyObject
    var interruptionHandler: (() -> Void)?
    var invalidationHandler: (() -> Void)?
    func resume()
    func suspend()
    func invalidate()
    var auditSessionIdentifier: au_asid_t { get }
    var processIdentifier: pid_t { get }
    var effectiveUserIdentifier: uid_t { get }
    var effectiveGroupIdentifier: gid_t { get }
}

Declaration
From
func remoteObjectProxyWithErrorHandler(_ handler: (NSError!) -> Void) -> AnyObject
To
func remoteObjectProxyWithErrorHandler(_ handler: (NSError) -> Void) -> AnyObject

DeclarationProtocols
From
struct NSXPCConnectionOptions : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var Privileged: NSXPCConnectionOptions { get }
}
RawOptionSetType
To
struct NSXPCConnectionOptions : OptionSetType {
    init(rawValue rawValue: UInt)
    static var Privileged: NSXPCConnectionOptions { get }
}
OptionSetType

Declaration
From
class NSXPCInterface : NSObject {
    init(withProtocol `protocol`: Protocol) -> NSXPCInterface
    class func interfaceWithProtocol(_ `protocol`: Protocol) -> NSXPCInterface
    unowned(unsafe) var `protocol`: Protocol
    func setClasses(_ classes: Set<NSObject>, forSelector sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool)
    func classesForSelector(_ sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool) -> Set<NSObject>
    func setInterface(_ ifc: NSXPCInterface, forSelector sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool)
    func interfaceForSelector(_ sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool) -> NSXPCInterface?
}
To
class NSXPCInterface : NSObject {
     init(withProtocol `protocol`: Protocol)
    class func interfaceWithProtocol(_ `protocol`: Protocol) -> NSXPCInterface
    unowned(unsafe) var `protocol`: Protocol
    func setClasses(_ classes: Set<NSObject>, forSelector sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool)
    func classesForSelector(_ sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool) -> Set<NSObject>
    func setInterface(_ ifc: NSXPCInterface, forSelector sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool)
    func interfaceForSelector(_ sel: Selector, argumentIndex arg: Int, ofReply ofReply: Bool) -> NSXPCInterface?
}

Declaration
From
init(withProtocol `protocol`: Protocol) -> NSXPCInterface
To
init(withProtocol `protocol`: Protocol)

Introduction
FromOS X 10.10
ToOS X 10.8

Declaration
From
protocol NSXPCProxyCreating {
    func remoteObjectProxy() -> AnyObject
    func remoteObjectProxyWithErrorHandler(_ handler: (NSError!) -> Void) -> AnyObject
}
To
protocol NSXPCProxyCreating {
    func remoteObjectProxy() -> AnyObject
    func remoteObjectProxyWithErrorHandler(_ handler: (NSError) -> Void) -> AnyObject
}

Declaration
From
func remoteObjectProxyWithErrorHandler(_ handler: (NSError!) -> Void) -> AnyObject
To
func remoteObjectProxyWithErrorHandler(_ handler: (NSError) -> Void) -> AnyObject

Modified String.availableStringEncodings() -> [NSStringEncoding] [static]
Declaration
From
static func availableStringEncodings() -> [NSStringEncoding]
To
@warn_unused_result
    static func availableStringEncodings() -> [NSStringEncoding]

Modified String.canBeConvertedToEncoding(_: NSStringEncoding) -> Bool
Declaration
From
func canBeConvertedToEncoding(_ encoding: NSStringEncoding) -> Bool
To
@warn_unused_result
    func canBeConvertedToEncoding(_ encoding: NSStringEncoding) -> Bool

Modified String.capitalizedStringWithLocale(_: NSLocale?) -> String
Declaration
From
func capitalizedStringWithLocale(_ locale: NSLocale?) -> String
To
@warn_unused_result
    func capitalizedStringWithLocale(_ locale: NSLocale?) -> String

Modified String.caseInsensitiveCompare(_: String) -> NSComparisonResult
Declaration
From
func caseInsensitiveCompare(_ aString: String) -> NSComparisonResult
To
@warn_unused_result
    func caseInsensitiveCompare(_ aString: String) -> NSComparisonResult

Modified String.commonPrefixWithString(_: String, options: NSStringCompareOptions) -> String
Declaration
From
func commonPrefixWithString(_ aString: String, options options: NSStringCompareOptions) -> String
To
@warn_unused_result
    func commonPrefixWithString(_ aString: String, options options: NSStringCompareOptions) -> String

Modified String.completePathIntoString(_: UnsafeMutablePointer<String>, caseSensitive: Bool, matchesIntoArray: UnsafeMutablePointer<[String]>, filterTypes: [String]?) -> Int
Declaration
From
func completePathIntoString(_ outputName: UnsafeMutablePointer<String> = default, caseSensitive caseSensitive: Bool, matchesIntoArray matchesIntoArray: UnsafeMutablePointer<[String]> = default, filterTypes filterTypes: [String]? = default) -> Int
To
@warn_unused_result
    func completePathIntoString(_ outputName: UnsafeMutablePointer<String> = default, caseSensitive caseSensitive: Bool, matchesIntoArray matchesIntoArray: UnsafeMutablePointer<[String]> = default, filterTypes filterTypes: [String]? = default) -> Int

Modified String.componentsSeparatedByCharactersInSet(_: NSCharacterSet) -> [String]
Declaration
From
func componentsSeparatedByCharactersInSet(_ separator: NSCharacterSet) -> [String]
To
@warn_unused_result
    func componentsSeparatedByCharactersInSet(_ separator: NSCharacterSet) -> [String]

Modified String.cStringUsingEncoding(_: NSStringEncoding) -> [CChar]?
Declaration
From
func cStringUsingEncoding(_ encoding: NSStringEncoding) -> [CChar]?
To
@warn_unused_result
    func cStringUsingEncoding(_ encoding: NSStringEncoding) -> [CChar]?

Modified String.dataUsingEncoding(_: NSStringEncoding, allowLossyConversion: Bool) -> NSData?
Declaration
From
func dataUsingEncoding(_ encoding: NSStringEncoding, allowLossyConversion allowLossyConversion: Bool = default) -> NSData?
To
@warn_unused_result
    func dataUsingEncoding(_ encoding: NSStringEncoding, allowLossyConversion allowLossyConversion: Bool = default) -> NSData?

Modified String.defaultCStringEncoding() -> NSStringEncoding [static]
Declaration
From
static func defaultCStringEncoding() -> NSStringEncoding
To
@warn_unused_result
    static func defaultCStringEncoding() -> NSStringEncoding

Modified String.init(bytes: S, encoding: NSStringEncoding)
DeclarationIntroductionGenerics[Constraints]Generics[Parameters]
From
init?<S : SequenceType where UInt8 == UInt8>(bytes bytes: S, encoding encoding: NSStringEncoding)
OS X 10.10
--
To
init?<S : SequenceType where S.Generator.Element == UInt8>(bytes bytes: S, encoding encoding: NSStringEncoding)
OS X 10.11
S : SequenceType, S.Generator.Element == UInt8
S

Modified String.lengthOfBytesUsingEncoding(_: NSStringEncoding) -> Int
Declaration
From
func lengthOfBytesUsingEncoding(_ encoding: NSStringEncoding) -> Int
To
@warn_unused_result
    func lengthOfBytesUsingEncoding(_ encoding: NSStringEncoding) -> Int

Modified String.localizedCaseInsensitiveCompare(_: String) -> NSComparisonResult
Declaration
From
func localizedCaseInsensitiveCompare(_ aString: String) -> NSComparisonResult
To
@warn_unused_result
    func localizedCaseInsensitiveCompare(_ aString: String) -> NSComparisonResult

Modified String.localizedCompare(_: String) -> NSComparisonResult
Declaration
From
func localizedCompare(_ aString: String) -> NSComparisonResult
To
@warn_unused_result
    func localizedCompare(_ aString: String) -> NSComparisonResult

Modified String.localizedNameOfStringEncoding(_: NSStringEncoding) -> String [static]
Declaration
From
static func localizedNameOfStringEncoding(_ encoding: NSStringEncoding) -> String
To
@warn_unused_result
    static func localizedNameOfStringEncoding(_ encoding: NSStringEncoding) -> String

Modified String.localizedStandardCompare(_: String) -> NSComparisonResult
Declaration
From
func localizedStandardCompare(_ string: String) -> NSComparisonResult
To
@warn_unused_result
    func localizedStandardCompare(_ string: String) -> NSComparisonResult

Modified String.localizedStringWithFormat(_: String, _: CVarArgType) -> String [static]
Declaration
From
static func localizedStringWithFormat(_ format: String, _ arguments: CVarArgType...) -> String
To
@warn_unused_result
    static func localizedStringWithFormat(_ format: String, _ arguments: CVarArgType...) -> String

Modified String.maximumLengthOfBytesUsingEncoding(_: NSStringEncoding) -> Int
Declaration
From
func maximumLengthOfBytesUsingEncoding(_ encoding: NSStringEncoding) -> Int
To
@warn_unused_result
    func maximumLengthOfBytesUsingEncoding(_ encoding: NSStringEncoding) -> Int

Modified String.propertyList() -> AnyObject
Declaration
From
func propertyList() -> AnyObject
To
@warn_unused_result
    func propertyList() -> AnyObject

Modified String.propertyListFromStringsFileFormat() -> [String : String]
Declaration
From
func propertyListFromStringsFileFormat() -> [String : String]
To
@warn_unused_result
    func propertyListFromStringsFileFormat() -> [String : String]

Modified String.stringByAddingPercentEncodingWithAllowedCharacters(_: NSCharacterSet) -> String?
Declaration
From
func stringByAddingPercentEncodingWithAllowedCharacters(_ allowedCharacters: NSCharacterSet) -> String?
To
@warn_unused_result
    func stringByAddingPercentEncodingWithAllowedCharacters(_ allowedCharacters: NSCharacterSet) -> String?

Modified String.stringByAddingPercentEscapesUsingEncoding(_: NSStringEncoding) -> String?
Deprecation
From--
ToOS X 10.11

Modified String.stringByAppendingFormat(_: String, _: CVarArgType) -> String
Declaration
From
func stringByAppendingFormat(_ format: String, _ arguments: CVarArgType...) -> String
To
@warn_unused_result
    func stringByAppendingFormat(_ format: String, _ arguments: CVarArgType...) -> String

Modified String.stringByAppendingString(_: String) -> String
Declaration
From
func stringByAppendingString(_ aString: String) -> String
To
@warn_unused_result
    func stringByAppendingString(_ aString: String) -> String

Modified String.stringByPaddingToLength(_: Int, withString: String, startingAtIndex: Int) -> String
Declaration
From
func stringByPaddingToLength(_ newLength: Int, withString padString: String, startingAtIndex padIndex: Int) -> String
To
@warn_unused_result
    func stringByPaddingToLength(_ newLength: Int, withString padString: String, startingAtIndex padIndex: Int) -> String

Modified String.stringByReplacingPercentEscapesUsingEncoding(_: NSStringEncoding) -> String?
Deprecation
From--
ToOS X 10.11

Modified String.stringByTrimmingCharactersInSet(_: NSCharacterSet) -> String
Declaration
From
func stringByTrimmingCharactersInSet(_ set: NSCharacterSet) -> String
To
@warn_unused_result
    func stringByTrimmingCharactersInSet(_ set: NSCharacterSet) -> String

Declaration
From
func CFBridgingRetain(_ X: AnyObject!) -> AnyObject!
To
func CFBridgingRetain(_ X: AnyObject?) -> AnyObject?

Declaration
From
func NSAllHashTableObjects(_ table: NSHashTable!) -> [AnyObject]!
To
func NSAllHashTableObjects(_ table: NSHashTable) -> [AnyObject]

Declaration
From
func NSAllMapTableKeys(_ table: NSMapTable!) -> [AnyObject]!
To
func NSAllMapTableKeys(_ table: NSMapTable) -> [AnyObject]

Declaration
From
func NSAllMapTableValues(_ table: NSMapTable!) -> [AnyObject]!
To
func NSAllMapTableValues(_ table: NSMapTable) -> [AnyObject]

Declaration
From
var NSASCIIStringEncoding: UInt32 { get }
To
var NSASCIIStringEncoding: UInt { get }

Declaration
From
func NSClassFromString(_ aClassName: String!) -> AnyClass!
To
func NSClassFromString(_ aClassName: String) -> AnyClass?

Modified NSComparator
Declaration
From
typealias NSComparator = (AnyObject!, AnyObject!) -> NSComparisonResult
To
typealias NSComparator = (AnyObject, AnyObject) -> NSComparisonResult

Declaration
From
func NSCompareHashTables(_ table1: NSHashTable!, _ table2: NSHashTable!) -> Bool
To
func NSCompareHashTables(_ table1: NSHashTable, _ table2: NSHashTable) -> Bool

Declaration
From
func NSCompareMapTables(_ table1: NSMapTable!, _ table2: NSMapTable!) -> Bool
To
func NSCompareMapTables(_ table1: NSMapTable, _ table2: NSMapTable) -> Bool

Declaration
From
func NSCopyHashTableWithZone(_ table: NSHashTable!, _ zone: NSZone) -> NSHashTable!
To
func NSCopyHashTableWithZone(_ table: NSHashTable, _ zone: NSZone) -> NSHashTable

Declaration
From
func NSCopyMapTableWithZone(_ table: NSMapTable!, _ zone: NSZone) -> NSMapTable!
To
func NSCopyMapTableWithZone(_ table: NSMapTable, _ zone: NSZone) -> NSMapTable

Declaration
From
func NSCountHashTable(_ table: NSHashTable!) -> Int
To
func NSCountHashTable(_ table: NSHashTable) -> Int

Declaration
From
func NSCountMapTable(_ table: NSMapTable!) -> Int
To
func NSCountMapTable(_ table: NSMapTable) -> Int

Declaration
From
func NSCreateHashTable(_ callBacks: NSHashTableCallBacks, _ capacity: Int) -> NSHashTable!
To
func NSCreateHashTable(_ callBacks: NSHashTableCallBacks, _ capacity: Int) -> NSHashTable

Declaration
From
func NSCreateHashTableWithZone(_ callBacks: NSHashTableCallBacks, _ capacity: Int, _ zone: NSZone) -> NSHashTable!
To
func NSCreateHashTableWithZone(_ callBacks: NSHashTableCallBacks, _ capacity: Int, _ zone: NSZone) -> NSHashTable

Declaration
From
func NSCreateMapTable(_ keyCallBacks: NSMapTableKeyCallBacks, _ valueCallBacks: NSMapTableValueCallBacks, _ capacity: Int) -> NSMapTable!
To
func NSCreateMapTable(_ keyCallBacks: NSMapTableKeyCallBacks, _ valueCallBacks: NSMapTableValueCallBacks, _ capacity: Int) -> NSMapTable

Declaration
From
func NSCreateMapTableWithZone(_ keyCallBacks: NSMapTableKeyCallBacks, _ valueCallBacks: NSMapTableValueCallBacks, _ capacity: Int, _ zone: NSZone) -> NSMapTable!
To
func NSCreateMapTableWithZone(_ keyCallBacks: NSMapTableKeyCallBacks, _ valueCallBacks: NSMapTableValueCallBacks, _ capacity: Int, _ zone: NSZone) -> NSMapTable

Declaration
From
var NSDateComponentUndefined: UInt { get }
To
var NSDateComponentUndefined: Int { get }

Declaration
From
func NSDecimalString(_ dcm: UnsafePointer<NSDecimal>, _ locale: AnyObject!) -> String!
To
func NSDecimalString(_ dcm: UnsafePointer<NSDecimal>, _ locale: AnyObject?) -> String

Declaration
From
func NSEnumerateHashTable(_ table: NSHashTable!) -> NSHashEnumerator
To
func NSEnumerateHashTable(_ table: NSHashTable) -> NSHashEnumerator

Declaration
From
func NSEnumerateMapTable(_ table: NSMapTable!) -> NSMapEnumerator
To
func NSEnumerateMapTable(_ table: NSMapTable) -> NSMapEnumerator

Declaration
From
func NSFreeHashTable(_ table: NSHashTable!)
To
func NSFreeHashTable(_ table: NSHashTable)

Declaration
From
func NSFreeMapTable(_ table: NSMapTable!)
To
func NSFreeMapTable(_ table: NSMapTable)

Declaration
From
func NSFullUserName() -> String!
To
func NSFullUserName() -> String

Declaration
From
func NSGetUncaughtExceptionHandler() -> CFunctionPointer<NSUncaughtExceptionHandler>
To
func NSGetUncaughtExceptionHandler() -> ((NSException) -> Void)?

Declaration
From
func NSHashGet(_ table: NSHashTable!, _ pointer: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
To
func NSHashGet(_ table: NSHashTable, _ pointer: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>

Declaration
From
func NSHashInsert(_ table: NSHashTable!, _ pointer: UnsafePointer<Void>)
To
func NSHashInsert(_ table: NSHashTable, _ pointer: UnsafePointer<Void>)

Declaration
From
func NSHashInsertIfAbsent(_ table: NSHashTable!, _ pointer: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
To
func NSHashInsertIfAbsent(_ table: NSHashTable, _ pointer: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>

Declaration
From
func NSHashInsertKnownAbsent(_ table: NSHashTable!, _ pointer: UnsafePointer<Void>)
To
func NSHashInsertKnownAbsent(_ table: NSHashTable, _ pointer: UnsafePointer<Void>)

Declaration
From
func NSHashRemove(_ table: NSHashTable!, _ pointer: UnsafePointer<Void>)
To
func NSHashRemove(_ table: NSHashTable, _ pointer: UnsafePointer<Void>)

Declaration
From
var NSHashTableCopyIn: Int { get }
To
let NSHashTableCopyIn: NSPointerFunctionsOptions

Declaration
From
var NSHashTableObjectPointerPersonality: Int { get }
To
let NSHashTableObjectPointerPersonality: NSPointerFunctionsOptions

Declaration
From
var NSHashTableStrongMemory: Int { get }
To
let NSHashTableStrongMemory: NSPointerFunctionsOptions

Declaration
From
var NSHashTableWeakMemory: Int { get }
To
let NSHashTableWeakMemory: NSPointerFunctionsOptions

Declaration
From
func NSHomeDirectory() -> String!
To
func NSHomeDirectory() -> String

Declaration
From
func NSHomeDirectoryForUser(_ userName: String!) -> String!
To
func NSHomeDirectoryForUser(_ userName: String?) -> String?

Declaration
From
var NSISO2022JPStringEncoding: UInt32 { get }
To
var NSISO2022JPStringEncoding: UInt { get }

Declaration
From
var NSISOLatin1StringEncoding: UInt32 { get }
To
var NSISOLatin1StringEncoding: UInt { get }

Declaration
From
var NSISOLatin2StringEncoding: UInt32 { get }
To
var NSISOLatin2StringEncoding: UInt { get }

Declaration
From
typealias NSItemProviderCompletionHandler = (NSSecureCoding!, NSError!) -> Void
To
typealias NSItemProviderCompletionHandler = (NSSecureCoding?, NSError!) -> Void

Declaration
From
var NSJapaneseEUCStringEncoding: UInt32 { get }
To
var NSJapaneseEUCStringEncoding: UInt { get }

Declaration
From
func NSLocalizedString(_ key: String, tableName tableName: String? = default, bundle bundle: NSBundle = default, value value: String = default, comment comment: String) -> String
To
@warn_unused_result
func NSLocalizedString(_ key: String, tableName tableName: String? = default, bundle bundle: NSBundle = default, value value: String = default, comment comment: String) -> String

Declaration
From
func NSLogv(_ format: String!, _ args: CVaListPointer)
To
func NSLogv(_ format: String, _ args: CVaListPointer)

Declaration
From
var NSMacOSRomanStringEncoding: UInt32 { get }
To
var NSMacOSRomanStringEncoding: UInt { get }

Declaration
From
func NSMapGet(_ table: NSMapTable!, _ key: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
To
func NSMapGet(_ table: NSMapTable, _ key: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>

Declaration
From
func NSMapInsert(_ table: NSMapTable!, _ key: UnsafePointer<Void>, _ value: UnsafePointer<Void>)
To
func NSMapInsert(_ table: NSMapTable, _ key: UnsafePointer<Void>, _ value: UnsafePointer<Void>)

Declaration
From
func NSMapInsertIfAbsent(_ table: NSMapTable!, _ key: UnsafePointer<Void>, _ value: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>
To
func NSMapInsertIfAbsent(_ table: NSMapTable, _ key: UnsafePointer<Void>, _ value: UnsafePointer<Void>) -> UnsafeMutablePointer<Void>

Declaration
From
func NSMapInsertKnownAbsent(_ table: NSMapTable!, _ key: UnsafePointer<Void>, _ value: UnsafePointer<Void>)
To
func NSMapInsertKnownAbsent(_ table: NSMapTable, _ key: UnsafePointer<Void>, _ value: UnsafePointer<Void>)

Declaration
From
func NSMapMember(_ table: NSMapTable!, _ key: UnsafePointer<Void>, _ originalKey: UnsafeMutablePointer<UnsafeMutablePointer<Void>>, _ value: UnsafeMutablePointer<UnsafeMutablePointer<Void>>) -> Bool
To
func NSMapMember(_ table: NSMapTable, _ key: UnsafePointer<Void>, _ originalKey: UnsafeMutablePointer<UnsafeMutablePointer<Void>>, _ value: UnsafeMutablePointer<UnsafeMutablePointer<Void>>) -> Bool

Declaration
From
func NSMapRemove(_ table: NSMapTable!, _ key: UnsafePointer<Void>)
To
func NSMapRemove(_ table: NSMapTable, _ key: UnsafePointer<Void>)

Declaration
From
var NSMapTableCopyIn: Int { get }
To
let NSMapTableCopyIn: NSPointerFunctionsOptions

Declaration
From
var NSMapTableObjectPointerPersonality: Int { get }
To
let NSMapTableObjectPointerPersonality: NSPointerFunctionsOptions

Declaration
From
var NSMapTableStrongMemory: Int { get }
To
let NSMapTableStrongMemory: NSPointerFunctionsOptions

Declaration
From
var NSMapTableWeakMemory: Int { get }
To
let NSMapTableWeakMemory: NSPointerFunctionsOptions

Declaration
From
var NSNEXTSTEPStringEncoding: UInt32 { get }
To
var NSNEXTSTEPStringEncoding: UInt { get }

Declaration
From
var NSNonLossyASCIIStringEncoding: UInt32 { get }
To
var NSNonLossyASCIIStringEncoding: UInt { get }

Modified NSNotFound
DeclarationIntroduction
From
var NSNotFound: UInt { get }
OS X 10.10
To
let NSNotFound: Int
OS X 10.11

DeclarationIntroduction
From
var NSNotificationDeliverImmediately: Int { get }
OS X 10.10
To
let NSNotificationDeliverImmediately: NSDistributedNotificationOptions
OS X 10.11

DeclarationIntroduction
From
var NSNotificationPostToAllSessions: Int { get }
OS X 10.10
To
let NSNotificationPostToAllSessions: NSDistributedNotificationOptions
OS X 10.11

Declaration
From
func NSOpenStepRootDirectory() -> String!
To
func NSOpenStepRootDirectory() -> String

DeclarationIntroduction
From
var NSOperationQueueDefaultMaxConcurrentOperationCount: Int { get }
OS X 10.10
To
let NSOperationQueueDefaultMaxConcurrentOperationCount: Int
OS X 10.11

Declaration
From
func NSPointFromString(_ aString: String!) -> NSPoint
To
func NSPointFromString(_ aString: String) -> NSPoint

Declaration
From
typealias NSProgressPublishingHandler = (NSProgress!) -> NSProgressUnpublishingHandler!
To
typealias NSProgressPublishingHandler = (NSProgress) -> NSProgressUnpublishingHandler?

Declaration
From
typealias NSPropertyListReadOptions = Int
To
typealias NSPropertyListReadOptions = NSPropertyListMutabilityOptions

Declaration
From
var NSProprietaryStringEncoding: Int { get }
To
var NSProprietaryStringEncoding: UInt { get }

Declaration
From
func NSProtocolFromString(_ namestr: String!) -> Protocol!
To
func NSProtocolFromString(_ namestr: String) -> Protocol?

Declaration
From
func NSRangeFromString(_ aString: String!) -> NSRange
To
func NSRangeFromString(_ aString: String) -> NSRange

Declaration
From
func NSRectFromString(_ aString: String!) -> NSRect
To
func NSRectFromString(_ aString: String) -> NSRect

Declaration
From
func NSResetHashTable(_ table: NSHashTable!)
To
func NSResetHashTable(_ table: NSHashTable)

Declaration
From
func NSResetMapTable(_ table: NSMapTable!)
To
func NSResetMapTable(_ table: NSMapTable)

Declaration
From
func NSSearchPathForDirectoriesInDomains(_ directory: NSSearchPathDirectory, _ domainMask: NSSearchPathDomainMask, _ expandTilde: Bool) -> [AnyObject]!
To
func NSSearchPathForDirectoriesInDomains(_ directory: NSSearchPathDirectory, _ domainMask: NSSearchPathDomainMask, _ expandTilde: Bool) -> [String]

Declaration
From
func NSSelectorFromString(_ aSelectorName: String!) -> Selector
To
func NSSelectorFromString(_ aSelectorName: String) -> Selector

Declaration
From
func NSSetUncaughtExceptionHandler(_ _: CFunctionPointer<NSUncaughtExceptionHandler>)
To
func NSSetUncaughtExceptionHandler(_ _: ((NSException) -> Void)?)

Declaration
From
var NSShiftJISStringEncoding: UInt32 { get }
To
var NSShiftJISStringEncoding: UInt { get }

Declaration
From
func NSSizeFromString(_ aString: String!) -> NSSize
To
func NSSizeFromString(_ aString: String) -> NSSize

Declaration
From
func NSStringFromClass(_ aClass: AnyClass!) -> String!
To
func NSStringFromClass(_ aClass: AnyClass) -> String

Declaration
From
func NSStringFromHashTable(_ table: NSHashTable!) -> String!
To
func NSStringFromHashTable(_ table: NSHashTable) -> String

Declaration
From
func NSStringFromMapTable(_ table: NSMapTable!) -> String!
To
func NSStringFromMapTable(_ table: NSMapTable) -> String

Declaration
From
func NSStringFromPoint(_ aPoint: NSPoint) -> String!
To
func NSStringFromPoint(_ aPoint: NSPoint) -> String

Declaration
From
func NSStringFromProtocol(_ proto: Protocol!) -> String!
To
func NSStringFromProtocol(_ proto: Protocol) -> String

Declaration
From
func NSStringFromRange(_ range: NSRange) -> String!
To
func NSStringFromRange(_ range: NSRange) -> String

Declaration
From
func NSStringFromRect(_ aRect: NSRect) -> String!
To
func NSStringFromRect(_ aRect: NSRect) -> String

Declaration
From
func NSStringFromSelector(_ aSelector: Selector) -> String!
To
func NSStringFromSelector(_ aSelector: Selector) -> String

Declaration
From
func NSStringFromSize(_ aSize: NSSize) -> String!
To
func NSStringFromSize(_ aSize: NSSize) -> String

Declaration
From
var NSSymbolStringEncoding: UInt32 { get }
To
var NSSymbolStringEncoding: UInt { get }

Declaration
From
func NSTemporaryDirectory() -> String!
To
func NSTemporaryDirectory() -> String

Declaration
From
var NSTextCheckingAllCustomTypes: UInt { get }
To
var NSTextCheckingAllCustomTypes: NSTextCheckingTypes { get }

Declaration
From
var NSTextCheckingAllSystemTypes: UInt { get }
To
var NSTextCheckingAllSystemTypes: NSTextCheckingTypes { get }

Declaration
From
var NSTextCheckingAllTypes: UInt { get }
To
var NSTextCheckingAllTypes: NSTextCheckingTypes { get }

Declaration
From
typealias NSUncaughtExceptionHandler = (NSException!) -> Void
To
typealias NSUncaughtExceptionHandler = (NSException) -> Void

Declaration
From
var NSUndefinedDateComponent: UInt { get }
To
var NSUndefinedDateComponent: Int { get }

DeclarationIntroduction
From
var NSUndoCloseGroupingRunLoopOrdering: Int { get }
OS X 10.10
To
let NSUndoCloseGroupingRunLoopOrdering: Int
OS X 10.11

Declaration
From
var NSUnicodeStringEncoding: UInt32 { get }
To
var NSUnicodeStringEncoding: UInt { get }

Declaration
From
typealias NSUserAppleScriptTaskCompletionHandler = (NSAppleEventDescriptor!, NSError!) -> Void
To
typealias NSUserAppleScriptTaskCompletionHandler = (NSAppleEventDescriptor?, NSError?) -> Void

Declaration
From
typealias NSUserAutomatorTaskCompletionHandler = (AnyObject!, NSError!) -> Void
To
typealias NSUserAutomatorTaskCompletionHandler = (AnyObject?, NSError?) -> Void

Declaration
From
func NSUserName() -> String!
To
func NSUserName() -> String

Declaration
From
typealias NSUserScriptTaskCompletionHandler = (NSError!) -> Void
To
typealias NSUserScriptTaskCompletionHandler = (NSError?) -> Void

Declaration
From
typealias NSUserUnixTaskCompletionHandler = (NSError!) -> Void
To
typealias NSUserUnixTaskCompletionHandler = (NSError?) -> Void

Declaration
From
var NSUTF16BigEndianStringEncoding: UInt32 { get }
To
var NSUTF16BigEndianStringEncoding: UInt { get }

Declaration
From
var NSUTF16LittleEndianStringEncoding: UInt32 { get }
To
var NSUTF16LittleEndianStringEncoding: UInt { get }

Declaration
From
var NSUTF16StringEncoding: UInt32 { get }
To
var NSUTF16StringEncoding: UInt { get }

Declaration
From
var NSUTF32BigEndianStringEncoding: UInt32 { get }
To
var NSUTF32BigEndianStringEncoding: UInt { get }

Declaration
From
var NSUTF32LittleEndianStringEncoding: UInt32 { get }
To
var NSUTF32LittleEndianStringEncoding: UInt { get }

Declaration
From
var NSUTF32StringEncoding: UInt32 { get }
To
var NSUTF32StringEncoding: UInt { get }

Declaration
From
var NSUTF8StringEncoding: UInt32 { get }
To
var NSUTF8StringEncoding: UInt { get }

Declaration
From
var NSWindowsCP1250StringEncoding: UInt32 { get }
To
var NSWindowsCP1250StringEncoding: UInt { get }

Declaration
From
var NSWindowsCP1251StringEncoding: UInt32 { get }
To
var NSWindowsCP1251StringEncoding: UInt { get }

Declaration
From
var NSWindowsCP1252StringEncoding: UInt32 { get }
To
var NSWindowsCP1252StringEncoding: UInt { get }

Declaration
From
var NSWindowsCP1253StringEncoding: UInt32 { get }
To
var NSWindowsCP1253StringEncoding: UInt { get }

Declaration
From
var NSWindowsCP1254StringEncoding: UInt32 { get }
To
var NSWindowsCP1254StringEncoding: UInt { get }

Declaration
From
var NSXMLDocumentIncludeContentTypeDeclaration: UInt32 { get }
To
var NSXMLDocumentIncludeContentTypeDeclaration: Int { get }

Declaration
From
var NSXMLDocumentTidyHTML: UInt32 { get }
To
var NSXMLDocumentTidyHTML: Int { get }

Declaration
From
var NSXMLDocumentTidyXML: UInt32 { get }
To
var NSXMLDocumentTidyXML: Int { get }

Declaration
From
var NSXMLDocumentValidate: UInt32 { get }
To
var NSXMLDocumentValidate: Int { get }

Declaration
From
var NSXMLDocumentXInclude: UInt32 { get }
To
var NSXMLDocumentXInclude: Int { get }

Declaration
From
var NSXMLNodeCompactEmptyElement: UInt32 { get }
To
var NSXMLNodeCompactEmptyElement: Int { get }

Declaration
From
var NSXMLNodeExpandEmptyElement: UInt32 { get }
To
var NSXMLNodeExpandEmptyElement: Int { get }

Declaration
From
var NSXMLNodeIsCDATA: UInt32 { get }
To
var NSXMLNodeIsCDATA: Int { get }

Declaration
From
var NSXMLNodeLoadExternalEntitiesAlways: UInt32 { get }
To
var NSXMLNodeLoadExternalEntitiesAlways: Int { get }

Declaration
From
var NSXMLNodeLoadExternalEntitiesNever: UInt32 { get }
To
var NSXMLNodeLoadExternalEntitiesNever: Int { get }

Declaration
From
var NSXMLNodeLoadExternalEntitiesSameOriginOnly: UInt32 { get }
To
var NSXMLNodeLoadExternalEntitiesSameOriginOnly: Int { get }

Declaration
From
var NSXMLNodeNeverEscapeContents: UInt32 { get }
To
var NSXMLNodeNeverEscapeContents: Int { get }

Declaration
From
var NSXMLNodeOptionsNone: UInt32 { get }
To
var NSXMLNodeOptionsNone: Int { get }

Declaration
From
var NSXMLNodePreserveAll: UInt32 { get }
To
var NSXMLNodePreserveAll: Int { get }

Declaration
From
var NSXMLNodePreserveAttributeOrder: UInt32 { get }
To
var NSXMLNodePreserveAttributeOrder: Int { get }

Declaration
From
var NSXMLNodePreserveCDATA: UInt32 { get }
To
var NSXMLNodePreserveCDATA: Int { get }

Declaration
From
var NSXMLNodePreserveCharacterReferences: UInt32 { get }
To
var NSXMLNodePreserveCharacterReferences: Int { get }

Declaration
From
var NSXMLNodePreserveDTD: UInt32 { get }
To
var NSXMLNodePreserveDTD: Int { get }

Declaration
From
var NSXMLNodePreserveEmptyElements: UInt32 { get }
To
var NSXMLNodePreserveEmptyElements: Int { get }

Declaration
From
var NSXMLNodePreserveEntities: UInt32 { get }
To
var NSXMLNodePreserveEntities: Int { get }

Declaration
From
var NSXMLNodePreserveNamespaceOrder: UInt32 { get }
To
var NSXMLNodePreserveNamespaceOrder: Int { get }

Declaration
From
var NSXMLNodePreservePrefixes: UInt32 { get }
To
var NSXMLNodePreservePrefixes: Int { get }

Declaration
From
var NSXMLNodePreserveQuotes: UInt32 { get }
To
var NSXMLNodePreserveQuotes: Int { get }

Declaration
From
var NSXMLNodePreserveWhitespace: UInt32 { get }
To
var NSXMLNodePreserveWhitespace: Int { get }

Declaration
From
var NSXMLNodePrettyPrint: UInt32 { get }
To
var NSXMLNodePrettyPrint: Int { get }

Declaration
From
var NSXMLNodePromoteSignificantWhitespace: UInt32 { get }
To
var NSXMLNodePromoteSignificantWhitespace: Int { get }

Declaration
From
var NSXMLNodeUseDoubleQuotes: UInt32 { get }
To
var NSXMLNodeUseDoubleQuotes: Int { get }

Declaration
From
var NSXMLNodeUseSingleQuotes: UInt32 { get }
To
var NSXMLNodeUseSingleQuotes: Int { get }