Documentation Archive Developer
Search

ApplicationServices Changes for Swift

ApplicationServices

Removed ATSFontFilterSelector.value
Removed ATSFontNotifyAction.value
Removed ATSFontNotifyOption.value
Removed ATSFontQueryMessageID.value
Removed ATSFontQuerySourceContext.init(version: UInt32, refCon: UnsafeMutablePointer<Void>, retain: CFAllocatorRetainCallBack, release: CFAllocatorReleaseCallBack)
Removed ATSULayoutOperationOverrideSpecifier.init(operationSelector: ATSULayoutOperationSelector, overrideUPP: ATSUDirectLayoutOperationOverrideUPP)
Removed AXValueType [struct]
Removed AXValueType.init(_: UInt32)
Removed AXValueType.value
Removed CMFloatBitmapFlags.value
Removed ColorSyncAlphaInfo.value
Removed ColorSyncDataDepth.value
Removed CQDProcs.init(textProc: QDTextUPP, lineProc: QDLineUPP, rectProc: QDRectUPP, rRectProc: QDRRectUPP, ovalProc: QDOvalUPP, arcProc: QDArcUPP, polyProc: QDPolyUPP, rgnProc: QDRgnUPP, bitsProc: QDBitsUPP, commentProc: QDCommentUPP, txMeasProc: QDTxMeasUPP, getPicProc: QDGetPicUPP, putPicProc: QDPutPicUPP, opcodeProc: QDOpcodeUPP, newProc1: UniversalProcPtr, glyphsProc: QDStdGlyphsUPP, printerStatusProc: QDPrinterStatusUPP, newProc4: UniversalProcPtr, newProc5: UniversalProcPtr, newProc6: UniversalProcPtr)
Removed FMInput.init(family: Int16, size: Int16, face: Style, needBits: Boolean, device: Int16, numer: Point, denom: Point)
Removed PMDataFormat.value
Removed PMPageToPaperMappingType.value
Removed SpeechStatusInfo.init(outputBusy: Boolean, outputPaused: Boolean, inputBytesLeft: Int, phonemeCode: Int16)
Removed AXCopyMultipleAttributeOptions
Removed AXError
Removed AXMenuItemModifiers
Removed AXUnderlineStyle
Removed cmTextureRGBtoRGBX16
Removed cmTextureRGBtoRGBX8
Removed cmTextureRGBtoRGBXFloat32
Removed kAXCopyMultipleAttributeOptionStopOnError
Removed kAXErrorActionUnsupported
Removed kAXErrorAPIDisabled
Removed kAXErrorAttributeUnsupported
Removed kAXErrorCannotComplete
Removed kAXErrorFailure
Removed kAXErrorIllegalArgument
Removed kAXErrorInvalidUIElement
Removed kAXErrorInvalidUIElementObserver
Removed kAXErrorNotEnoughPrecision
Removed kAXErrorNotificationAlreadyRegistered
Removed kAXErrorNotificationNotRegistered
Removed kAXErrorNotificationUnsupported
Removed kAXErrorNotImplemented
Removed kAXErrorNoValue
Removed kAXErrorParameterizedAttributeUnsupported
Removed kAXErrorSuccess
Removed kAXMenuItemModifierControl
Removed kAXMenuItemModifierNoCommand
Removed kAXMenuItemModifierNone
Removed kAXMenuItemModifierOption
Removed kAXMenuItemModifierShift
Removed kAXUnderlineStyleDouble
Removed kAXUnderlineStyleNone
Removed kAXUnderlineStyleSingle
Removed kAXUnderlineStyleThick
Added ATSFontFilterSelector.init(rawValue: UInt32)
Added ATSFontFilterSelector.rawValue
Added ATSFontNotifyAction.init(rawValue: UInt32)
Added ATSFontNotifyAction.rawValue
Added ATSFontNotifyOption.init(rawValue: UInt32)
Added ATSFontNotifyOption.rawValue
Added ATSFontQueryMessageID.init(rawValue: UInt32)
Added ATSFontQueryMessageID.rawValue
Added ATSFontQuerySourceContext.init(version: UInt32, refCon: UnsafeMutablePointer<Void>, retain: CFAllocatorRetainCallBack!, release: CFAllocatorReleaseCallBack!)
Added ATSULayoutOperationOverrideSpecifier.init(operationSelector: ATSULayoutOperationSelector, overrideUPP: ATSUDirectLayoutOperationOverrideUPP!)
Added AXCopyMultipleAttributeOptions.init(rawValue: UInt32)
Added AXMenuItemModifiers.init(rawValue: UInt32)
Added CMFloatBitmapFlags.init(rawValue: UInt32)
Added CMFloatBitmapFlags.rawValue
Added ColorSyncAlphaInfo.init(rawValue: UInt32)
Added ColorSyncAlphaInfo.rawValue
Added ColorSyncDataDepth.init(rawValue: UInt32)
Added ColorSyncDataDepth.rawValue
Added CQDProcs.init(textProc: QDTextUPP!, lineProc: QDLineUPP!, rectProc: QDRectUPP!, rRectProc: QDRRectUPP!, ovalProc: QDOvalUPP!, arcProc: QDArcUPP!, polyProc: QDPolyUPP!, rgnProc: QDRgnUPP!, bitsProc: QDBitsUPP!, commentProc: QDCommentUPP!, txMeasProc: QDTxMeasUPP!, getPicProc: QDGetPicUPP!, putPicProc: QDPutPicUPP!, opcodeProc: QDOpcodeUPP!, newProc1: UniversalProcPtr!, glyphsProc: QDStdGlyphsUPP!, printerStatusProc: QDPrinterStatusUPP!, newProc4: UniversalProcPtr!, newProc5: UniversalProcPtr!, newProc6: UniversalProcPtr!)
Added FMInput.init(family: Int16, size: Int16, face: Style, needBits: DarwinBoolean, device: Int16, numer: Point, denom: Point)
Added ICMapEntry.init(totalLength: Int16, fixedLength: ICFixedLength, version: Int16, fileType: OSType, fileCreator: OSType, postCreator: OSType, flags: ICMapEntryFlags, extension: Str255, creatorAppName: Str255, postAppName: Str255, MIMEType: Str255, entryName: Str255)
Added PMDataFormat.init(rawValue: UInt32)
Added PMDataFormat.rawValue
Added PMPageToPaperMappingType.init(rawValue: UInt32)
Added PMPageToPaperMappingType.rawValue
Added SpeechStatusInfo.init(outputBusy: DarwinBoolean, outputPaused: DarwinBoolean, inputBytesLeft: Int, phonemeCode: Int16)
DeclarationProtocols
From
struct ATSFontFilterSelector {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct ATSFontFilterSelector : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

DeclarationProtocols
From
struct ATSFontNotifyAction {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct ATSFontNotifyAction : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

DeclarationProtocols
From
struct ATSFontNotifyOption {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct ATSFontNotifyOption : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

DeclarationProtocols
From
struct ATSFontQueryMessageID {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct ATSFontQueryMessageID : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

Declaration
From
struct ATSFontQuerySourceContext {
    var version: UInt32
    var refCon: UnsafeMutablePointer<Void>
    var retain: CFAllocatorRetainCallBack
    var release: CFAllocatorReleaseCallBack
    init()
    init(version version: UInt32, refCon refCon: UnsafeMutablePointer<Void>, retain retain: CFAllocatorRetainCallBack, release release: CFAllocatorReleaseCallBack)
}
To
struct ATSFontQuerySourceContext {
    var version: UInt32
    var refCon: UnsafeMutablePointer<Void>
    var retain: CFAllocatorRetainCallBack!
    var release: CFAllocatorReleaseCallBack!
    init()
    init(version version: UInt32, refCon refCon: UnsafeMutablePointer<Void>, retain retain: CFAllocatorRetainCallBack!, release release: CFAllocatorReleaseCallBack!)
}

Declaration
From
var release: CFAllocatorReleaseCallBack
To
var release: CFAllocatorReleaseCallBack!

Declaration
From
var retain: CFAllocatorRetainCallBack
To
var retain: CFAllocatorRetainCallBack!

Declaration
From
struct ATSULayoutOperationOverrideSpecifier {
    var operationSelector: ATSULayoutOperationSelector
    var overrideUPP: ATSUDirectLayoutOperationOverrideUPP
    init()
    init(operationSelector operationSelector: ATSULayoutOperationSelector, overrideUPP overrideUPP: ATSUDirectLayoutOperationOverrideUPP)
}
To
struct ATSULayoutOperationOverrideSpecifier {
    var operationSelector: ATSULayoutOperationSelector
    var overrideUPP: ATSUDirectLayoutOperationOverrideUPP!
    init()
    init(operationSelector operationSelector: ATSULayoutOperationSelector, overrideUPP overrideUPP: ATSUDirectLayoutOperationOverrideUPP!)
}

Declaration
From
var overrideUPP: ATSUDirectLayoutOperationOverrideUPP
To
var overrideUPP: ATSUDirectLayoutOperationOverrideUPP!

DeclarationProtocols
From
struct CMFloatBitmapFlags {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct CMFloatBitmapFlags : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

DeclarationProtocols
From
struct ColorSyncAlphaInfo {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct ColorSyncAlphaInfo : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

DeclarationProtocols
From
struct ColorSyncDataDepth {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct ColorSyncDataDepth : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

Declaration
From
struct CQDProcs {
    var textProc: QDTextUPP
    var lineProc: QDLineUPP
    var rectProc: QDRectUPP
    var rRectProc: QDRRectUPP
    var ovalProc: QDOvalUPP
    var arcProc: QDArcUPP
    var polyProc: QDPolyUPP
    var rgnProc: QDRgnUPP
    var bitsProc: QDBitsUPP
    var commentProc: QDCommentUPP
    var txMeasProc: QDTxMeasUPP
    var getPicProc: QDGetPicUPP
    var putPicProc: QDPutPicUPP
    var opcodeProc: QDOpcodeUPP
    var newProc1: UniversalProcPtr
    var glyphsProc: QDStdGlyphsUPP
    var printerStatusProc: QDPrinterStatusUPP
    var newProc4: UniversalProcPtr
    var newProc5: UniversalProcPtr
    var newProc6: UniversalProcPtr
    init()
    init(textProc textProc: QDTextUPP, lineProc lineProc: QDLineUPP, rectProc rectProc: QDRectUPP, rRectProc rRectProc: QDRRectUPP, ovalProc ovalProc: QDOvalUPP, arcProc arcProc: QDArcUPP, polyProc polyProc: QDPolyUPP, rgnProc rgnProc: QDRgnUPP, bitsProc bitsProc: QDBitsUPP, commentProc commentProc: QDCommentUPP, txMeasProc txMeasProc: QDTxMeasUPP, getPicProc getPicProc: QDGetPicUPP, putPicProc putPicProc: QDPutPicUPP, opcodeProc opcodeProc: QDOpcodeUPP, newProc1 newProc1: UniversalProcPtr, glyphsProc glyphsProc: QDStdGlyphsUPP, printerStatusProc printerStatusProc: QDPrinterStatusUPP, newProc4 newProc4: UniversalProcPtr, newProc5 newProc5: UniversalProcPtr, newProc6 newProc6: UniversalProcPtr)
}
To
struct CQDProcs {
    var textProc: QDTextUPP!
    var lineProc: QDLineUPP!
    var rectProc: QDRectUPP!
    var rRectProc: QDRRectUPP!
    var ovalProc: QDOvalUPP!
    var arcProc: QDArcUPP!
    var polyProc: QDPolyUPP!
    var rgnProc: QDRgnUPP!
    var bitsProc: QDBitsUPP!
    var commentProc: QDCommentUPP!
    var txMeasProc: QDTxMeasUPP!
    var getPicProc: QDGetPicUPP!
    var putPicProc: QDPutPicUPP!
    var opcodeProc: QDOpcodeUPP!
    var newProc1: UniversalProcPtr!
    var glyphsProc: QDStdGlyphsUPP!
    var printerStatusProc: QDPrinterStatusUPP!
    var newProc4: UniversalProcPtr!
    var newProc5: UniversalProcPtr!
    var newProc6: UniversalProcPtr!
    init()
    init(textProc textProc: QDTextUPP!, lineProc lineProc: QDLineUPP!, rectProc rectProc: QDRectUPP!, rRectProc rRectProc: QDRRectUPP!, ovalProc ovalProc: QDOvalUPP!, arcProc arcProc: QDArcUPP!, polyProc polyProc: QDPolyUPP!, rgnProc rgnProc: QDRgnUPP!, bitsProc bitsProc: QDBitsUPP!, commentProc commentProc: QDCommentUPP!, txMeasProc txMeasProc: QDTxMeasUPP!, getPicProc getPicProc: QDGetPicUPP!, putPicProc putPicProc: QDPutPicUPP!, opcodeProc opcodeProc: QDOpcodeUPP!, newProc1 newProc1: UniversalProcPtr!, glyphsProc glyphsProc: QDStdGlyphsUPP!, printerStatusProc printerStatusProc: QDPrinterStatusUPP!, newProc4 newProc4: UniversalProcPtr!, newProc5 newProc5: UniversalProcPtr!, newProc6 newProc6: UniversalProcPtr!)
}

Declaration
From
var arcProc: QDArcUPP
To
var arcProc: QDArcUPP!

Declaration
From
var bitsProc: QDBitsUPP
To
var bitsProc: QDBitsUPP!

Declaration
From
var commentProc: QDCommentUPP
To
var commentProc: QDCommentUPP!

Declaration
From
var getPicProc: QDGetPicUPP
To
var getPicProc: QDGetPicUPP!

Declaration
From
var glyphsProc: QDStdGlyphsUPP
To
var glyphsProc: QDStdGlyphsUPP!

Declaration
From
var lineProc: QDLineUPP
To
var lineProc: QDLineUPP!

Declaration
From
var newProc1: UniversalProcPtr
To
var newProc1: UniversalProcPtr!

Declaration
From
var newProc4: UniversalProcPtr
To
var newProc4: UniversalProcPtr!

Declaration
From
var newProc5: UniversalProcPtr
To
var newProc5: UniversalProcPtr!

Declaration
From
var newProc6: UniversalProcPtr
To
var newProc6: UniversalProcPtr!

Declaration
From
var opcodeProc: QDOpcodeUPP
To
var opcodeProc: QDOpcodeUPP!

Declaration
From
var ovalProc: QDOvalUPP
To
var ovalProc: QDOvalUPP!

Declaration
From
var polyProc: QDPolyUPP
To
var polyProc: QDPolyUPP!

Declaration
From
var printerStatusProc: QDPrinterStatusUPP
To
var printerStatusProc: QDPrinterStatusUPP!

Declaration
From
var putPicProc: QDPutPicUPP
To
var putPicProc: QDPutPicUPP!

Declaration
From
var rectProc: QDRectUPP
To
var rectProc: QDRectUPP!

Declaration
From
var rgnProc: QDRgnUPP
To
var rgnProc: QDRgnUPP!

Declaration
From
var rRectProc: QDRRectUPP
To
var rRectProc: QDRRectUPP!

Declaration
From
var textProc: QDTextUPP
To
var textProc: QDTextUPP!

Declaration
From
var txMeasProc: QDTxMeasUPP
To
var txMeasProc: QDTxMeasUPP!

Declaration
From
struct FMInput {
    var family: Int16
    var size: Int16
    var face: Style
    var needBits: Boolean
    var device: Int16
    var numer: Point
    var denom: Point
    init()
    init(family family: Int16, size size: Int16, face face: Style, needBits needBits: Boolean, device device: Int16, numer numer: Point, denom denom: Point)
}
To
struct FMInput {
    var family: Int16
    var size: Int16
    var face: Style
    var needBits: DarwinBoolean
    var device: Int16
    var numer: Point
    var denom: Point
    init()
    init(family family: Int16, size size: Int16, face face: Style, needBits needBits: DarwinBoolean, device device: Int16, numer numer: Point, denom denom: Point)
}

Declaration
From
var needBits: Boolean
To
var needBits: DarwinBoolean

Declaration
From
struct ICCharTable {
    var netToMac: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)
    var macToNet: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)
    init()
    init(netToMac netToMac: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8), macToNet macToNet: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8))
}
To
struct ICCharTable {
    var netToMac: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)
    var macToNet: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8)
    init()
    init(netToMac netToMac: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8), macToNet macToNet: (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8))
}

DeclarationProtocols
From
struct PMDataFormat {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct PMDataFormat : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

DeclarationProtocols
From
struct PMPageToPaperMappingType {
    init(_ value: UInt32)
    var value: UInt32
}
--
To
struct PMPageToPaperMappingType : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable

Declaration
From
struct SpeechStatusInfo {
    var outputBusy: Boolean
    var outputPaused: Boolean
    var inputBytesLeft: Int
    var phonemeCode: Int16
    init()
    init(outputBusy outputBusy: Boolean, outputPaused outputPaused: Boolean, inputBytesLeft inputBytesLeft: Int, phonemeCode phonemeCode: Int16)
}
To
struct SpeechStatusInfo {
    var outputBusy: DarwinBoolean
    var outputPaused: DarwinBoolean
    var inputBytesLeft: Int
    var phonemeCode: Int16
    init()
    init(outputBusy outputBusy: DarwinBoolean, outputPaused outputPaused: DarwinBoolean, inputBytesLeft inputBytesLeft: Int, phonemeCode phonemeCode: Int16)
}

Declaration
From
var outputBusy: Boolean
To
var outputBusy: DarwinBoolean

Declaration
From
var outputPaused: Boolean
To
var outputPaused: DarwinBoolean

Declaration
From
typealias ATSCubicClosePathProcPtr = CFunctionPointer<((UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSCubicClosePathProcPtr = (UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSCubicCurveToProcPtr = CFunctionPointer<((UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSCubicCurveToProcPtr = (UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSCubicLineToProcPtr = CFunctionPointer<((UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSCubicLineToProcPtr = (UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSCubicMoveToProcPtr = CFunctionPointer<((UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSCubicMoveToProcPtr = (UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSFontApplierFunction = CFunctionPointer<((ATSFontRef, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSFontApplierFunction = (ATSFontRef, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSFontFamilyApplierFunction = CFunctionPointer<((ATSFontFamilyRef, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSFontFamilyApplierFunction = (ATSFontFamilyRef, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSFontQueryCallback = CFunctionPointer<((ATSFontQueryMessageID, CFPropertyList!, UnsafeMutablePointer<Void>) -> Unmanaged<CFPropertyList>!)>
To
typealias ATSFontQueryCallback = (ATSFontQueryMessageID, CFPropertyList!, UnsafeMutablePointer<Void>) -> Unmanaged<CFPropertyList>!

Declaration
From
typealias ATSNotificationCallback = CFunctionPointer<((ATSFontNotificationInfoRef, UnsafeMutablePointer<Void>) -> Void)>
To
typealias ATSNotificationCallback = (ATSFontNotificationInfoRef, UnsafeMutablePointer<Void>) -> Void

Declaration
From
typealias ATSQuadraticClosePathProcPtr = CFunctionPointer<((UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSQuadraticClosePathProcPtr = (UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSQuadraticCurveProcPtr = CFunctionPointer<((UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSQuadraticCurveProcPtr = (UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSQuadraticLineProcPtr = CFunctionPointer<((UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSQuadraticLineProcPtr = (UnsafePointer<Float32Point>, UnsafePointer<Float32Point>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSQuadraticNewPathProcPtr = CFunctionPointer<((UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias ATSQuadraticNewPathProcPtr = (UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias ATSUDirectLayoutOperationOverrideProcPtr = CFunctionPointer<((ATSULayoutOperationSelector, ATSULineRef, URefCon, UnsafeMutablePointer<Void>, UnsafeMutablePointer<ATSULayoutOperationCallbackStatus>) -> OSStatus)>
To
typealias ATSUDirectLayoutOperationOverrideProcPtr = (ATSULayoutOperationSelector, ATSULineRef, URefCon, UnsafeMutablePointer<Void>, UnsafeMutablePointer<ATSULayoutOperationCallbackStatus>) -> OSStatus

Declaration
From
func AXIsProcessTrusted() -> Boolean
To
func AXIsProcessTrusted() -> Bool

Declaration
From
func AXIsProcessTrustedWithOptions(_ options: CFDictionary!) -> Boolean
To
func AXIsProcessTrustedWithOptions(_ options: CFDictionary?) -> Bool

Declaration
From
func AXObserverAddNotification(_ observer: AXObserver!, _ element: AXUIElement!, _ notification: CFString!, _ refcon: UnsafeMutablePointer<Void>) -> AXError
To
func AXObserverAddNotification(_ observer: AXObserver, _ element: AXUIElement, _ notification: CFString, _ refcon: UnsafeMutablePointer<Void>) -> AXError

Declaration
From
typealias AXObserverCallback = CFunctionPointer<((AXObserver!, AXUIElement!, CFString!, UnsafeMutablePointer<Void>) -> Void)>
To
typealias AXObserverCallback = (AXObserver, AXUIElement, CFString, UnsafeMutablePointer<Void>) -> Void

Declaration
From
typealias AXObserverCallbackWithInfo = CFunctionPointer<((AXObserver!, AXUIElement!, CFString!, CFDictionary!, UnsafeMutablePointer<Void>) -> Void)>
To
typealias AXObserverCallbackWithInfo = (AXObserver, AXUIElement, CFString, CFDictionary, UnsafeMutablePointer<Void>) -> Void

Declaration
From
func AXObserverCreate(_ application: pid_t, _ callback: AXObserverCallback, _ outObserver: UnsafeMutablePointer<Unmanaged<AXObserver>?>) -> AXError
To
func AXObserverCreate(_ application: pid_t, _ callback: AXObserverCallback, _ outObserver: UnsafeMutablePointer<AXObserver?>) -> AXError

Declaration
From
func AXObserverCreateWithInfoCallback(_ application: pid_t, _ callback: AXObserverCallbackWithInfo, _ outObserver: UnsafeMutablePointer<Unmanaged<AXObserver>?>) -> AXError
To
func AXObserverCreateWithInfoCallback(_ application: pid_t, _ callback: AXObserverCallbackWithInfo, _ outObserver: UnsafeMutablePointer<AXObserver?>) -> AXError

Declaration
From
func AXObserverGetRunLoopSource(_ observer: AXObserver!) -> Unmanaged<CFRunLoopSource>!
To
func AXObserverGetRunLoopSource(_ observer: AXObserver) -> Unmanaged<CFRunLoopSource>

Declaration
From
func AXObserverRemoveNotification(_ observer: AXObserver!, _ element: AXUIElement!, _ notification: CFString!) -> AXError
To
func AXObserverRemoveNotification(_ observer: AXObserver, _ element: AXUIElement, _ notification: CFString) -> AXError

Declaration
From
func AXUIElementCopyActionDescription(_ element: AXUIElement!, _ action: CFString!, _ description: UnsafeMutablePointer<Unmanaged<CFString>?>) -> AXError
To
func AXUIElementCopyActionDescription(_ element: AXUIElement, _ action: CFString, _ description: UnsafeMutablePointer<CFString?>) -> AXError

Declaration
From
func AXUIElementCopyActionNames(_ element: AXUIElement!, _ names: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> AXError
To
func AXUIElementCopyActionNames(_ element: AXUIElement, _ names: UnsafeMutablePointer<CFArray?>) -> AXError

Declaration
From
func AXUIElementCopyAttributeNames(_ element: AXUIElement!, _ names: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> AXError
To
func AXUIElementCopyAttributeNames(_ element: AXUIElement, _ names: UnsafeMutablePointer<CFArray?>) -> AXError

Declaration
From
func AXUIElementCopyAttributeValue(_ element: AXUIElement!, _ attribute: CFString!, _ value: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> AXError
To
func AXUIElementCopyAttributeValue(_ element: AXUIElement, _ attribute: CFString, _ value: UnsafeMutablePointer<AnyObject?>) -> AXError

Declaration
From
func AXUIElementCopyAttributeValues(_ element: AXUIElement!, _ attribute: CFString!, _ index: CFIndex, _ maxValues: CFIndex, _ values: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> AXError
To
func AXUIElementCopyAttributeValues(_ element: AXUIElement, _ attribute: CFString, _ index: CFIndex, _ maxValues: CFIndex, _ values: UnsafeMutablePointer<CFArray?>) -> AXError

Declaration
From
func AXUIElementCopyElementAtPosition(_ application: AXUIElement!, _ x: Float, _ y: Float, _ element: UnsafeMutablePointer<Unmanaged<AXUIElement>?>) -> AXError
To
func AXUIElementCopyElementAtPosition(_ application: AXUIElement, _ x: Float, _ y: Float, _ element: UnsafeMutablePointer<AXUIElement?>) -> AXError

Declaration
From
func AXUIElementCopyMultipleAttributeValues(_ element: AXUIElement!, _ attributes: CFArray!, _ options: AXCopyMultipleAttributeOptions, _ values: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> AXError
To
func AXUIElementCopyMultipleAttributeValues(_ element: AXUIElement, _ attributes: CFArray, _ options: AXCopyMultipleAttributeOptions, _ values: UnsafeMutablePointer<CFArray?>) -> AXError

Declaration
From
func AXUIElementCopyParameterizedAttributeNames(_ element: AXUIElement!, _ names: UnsafeMutablePointer<Unmanaged<CFArray>?>) -> AXError
To
func AXUIElementCopyParameterizedAttributeNames(_ element: AXUIElement, _ names: UnsafeMutablePointer<CFArray?>) -> AXError

Declaration
From
func AXUIElementCopyParameterizedAttributeValue(_ element: AXUIElement!, _ parameterizedAttribute: CFString!, _ parameter: AnyObject!, _ result: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> AXError
To
func AXUIElementCopyParameterizedAttributeValue(_ element: AXUIElement, _ parameterizedAttribute: CFString, _ parameter: AnyObject, _ result: UnsafeMutablePointer<AnyObject?>) -> AXError

Declaration
From
func AXUIElementCreateApplication(_ pid: pid_t) -> Unmanaged<AXUIElement>!
To
func AXUIElementCreateApplication(_ pid: pid_t) -> Unmanaged<AXUIElement>

Declaration
From
func AXUIElementCreateSystemWide() -> Unmanaged<AXUIElement>!
To
func AXUIElementCreateSystemWide() -> Unmanaged<AXUIElement>

Declaration
From
func AXUIElementGetAttributeValueCount(_ element: AXUIElement!, _ attribute: CFString!, _ count: UnsafeMutablePointer<CFIndex>) -> AXError
To
func AXUIElementGetAttributeValueCount(_ element: AXUIElement, _ attribute: CFString, _ count: UnsafeMutablePointer<CFIndex>) -> AXError

Declaration
From
func AXUIElementGetPid(_ element: AXUIElement!, _ pid: UnsafeMutablePointer<pid_t>) -> AXError
To
func AXUIElementGetPid(_ element: AXUIElement, _ pid: UnsafeMutablePointer<pid_t>) -> AXError

Declaration
From
func AXUIElementIsAttributeSettable(_ element: AXUIElement!, _ attribute: CFString!, _ settable: UnsafeMutablePointer<Boolean>) -> AXError
To
func AXUIElementIsAttributeSettable(_ element: AXUIElement, _ attribute: CFString, _ settable: UnsafeMutablePointer<DarwinBoolean>) -> AXError

Declaration
From
func AXUIElementPerformAction(_ element: AXUIElement!, _ action: CFString!) -> AXError
To
func AXUIElementPerformAction(_ element: AXUIElement, _ action: CFString) -> AXError

Declaration
From
func AXUIElementSetAttributeValue(_ element: AXUIElement!, _ attribute: CFString!, _ value: AnyObject!) -> AXError
To
func AXUIElementSetAttributeValue(_ element: AXUIElement, _ attribute: CFString, _ value: AnyObject) -> AXError

Declaration
From
func AXUIElementSetMessagingTimeout(_ element: AXUIElement!, _ timeoutInSeconds: Float) -> AXError
To
func AXUIElementSetMessagingTimeout(_ element: AXUIElement, _ timeoutInSeconds: Float) -> AXError

Declaration
From
func AXValueCreate(_ theType: AXValueType, _ valuePtr: UnsafePointer<Void>) -> Unmanaged<AXValue>!
To
func AXValueCreate(_ theType: AXValueType, _ valuePtr: UnsafePointer<Void>) -> Unmanaged<AXValue>?

Declaration
From
func AXValueGetType(_ value: AXValue!) -> AXValueType
To
func AXValueGetType(_ value: AXValue) -> AXValueType

Declaration
From
func AXValueGetValue(_ value: AXValue!, _ theType: AXValueType, _ valuePtr: UnsafeMutablePointer<Void>) -> Boolean
To
func AXValueGetValue(_ value: AXValue, _ theType: AXValueType, _ valuePtr: UnsafeMutablePointer<Void>) -> Bool

Declaration
From
typealias CMFlattenProcPtr = CFunctionPointer<((Int32, UnsafeMutablePointer<Int>, UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>) -> OSErr)>
To
typealias CMFlattenProcPtr = (Int32, UnsafeMutablePointer<Int>, UnsafeMutablePointer<Void>, UnsafeMutablePointer<Void>) -> OSErr

Declaration
From
typealias CMMApplyTransformProc = CFunctionPointer<((ColorSyncTransform!, Int, Int, Int, UnsafeMutablePointer<UnsafeMutablePointer<Void>>, ColorSyncDataDepth, ColorSyncDataLayout, Int, Int, UnsafeMutablePointer<UnsafePointer<Void>>, ColorSyncDataDepth, ColorSyncDataLayout, Int, CFDictionary!) -> Bool)>
To
typealias CMMApplyTransformProc = (ColorSyncTransform!, Int, Int, Int, UnsafeMutablePointer<UnsafeMutablePointer<Void>>, ColorSyncDataDepth, ColorSyncDataLayout, Int, Int, UnsafeMutablePointer<UnsafePointer<Void>>, ColorSyncDataDepth, ColorSyncDataLayout, Int, CFDictionary!) -> Bool

Declaration
From
typealias CMMCreateTransformPropertyProc = CFunctionPointer<((ColorSyncTransform!, AnyObject!, CFDictionary!) -> Unmanaged<AnyObject>!)>
To
typealias CMMCreateTransformPropertyProc = (ColorSyncTransform!, AnyObject!, CFDictionary!) -> Unmanaged<AnyObject>!

Declaration
From
typealias CMMInitializeLinkProfileProc = CFunctionPointer<((ColorSyncMutableProfile!, CFArray!, CFDictionary!) -> Bool)>
To
typealias CMMInitializeLinkProfileProc = (ColorSyncMutableProfile!, CFArray!, CFDictionary!) -> Bool

Declaration
From
typealias CMMInitializeTransformProc = CFunctionPointer<((ColorSyncTransform!, CFArray!, CFDictionary!) -> Bool)>
To
typealias CMMInitializeTransformProc = (ColorSyncTransform!, CFArray!, CFDictionary!) -> Bool

Declaration
From
typealias ColorComplementProcPtr = CFunctionPointer<((UnsafeMutablePointer<RGBColor>) -> Boolean)>
To
typealias ColorComplementProcPtr = (UnsafeMutablePointer<RGBColor>) -> DarwinBoolean

Declaration
From
typealias ColorSearchProcPtr = CFunctionPointer<((UnsafeMutablePointer<RGBColor>, UnsafeMutablePointer<Int>) -> Boolean)>
To
typealias ColorSearchProcPtr = (UnsafeMutablePointer<RGBColor>, UnsafeMutablePointer<Int>) -> DarwinBoolean

Declaration
From
typealias ColorSyncCMMIterateCallback = CFunctionPointer<((ColorSyncCMM!, UnsafeMutablePointer<Void>) -> Bool)>
To
typealias ColorSyncCMMIterateCallback = (ColorSyncCMM!, UnsafeMutablePointer<Void>) -> Bool

Declaration
From
typealias ColorSyncDeviceProfileIterateCallback = CFunctionPointer<((CFDictionary!, UnsafeMutablePointer<Void>) -> Bool)>
To
typealias ColorSyncDeviceProfileIterateCallback = (CFDictionary!, UnsafeMutablePointer<Void>) -> Bool

Declaration
From
func ColorSyncIterateDeviceProfiles(_ callBack: ColorSyncDeviceProfileIterateCallback, _ userInfo: UnsafeMutablePointer<Void>)
To
func ColorSyncIterateDeviceProfiles(_ callBack: ColorSyncDeviceProfileIterateCallback!, _ userInfo: UnsafeMutablePointer<Void>)

Declaration
From
func ColorSyncIterateInstalledCMMs(_ callBack: ColorSyncCMMIterateCallback, _ userInfo: UnsafeMutablePointer<Void>)
To
func ColorSyncIterateInstalledCMMs(_ callBack: ColorSyncCMMIterateCallback!, _ userInfo: UnsafeMutablePointer<Void>)

Declaration
From
func ColorSyncIterateInstalledProfiles(_ callBack: ColorSyncProfileIterateCallback, _ seed: UnsafeMutablePointer<UInt32>, _ userInfo: UnsafeMutablePointer<Void>, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>)
To
func ColorSyncIterateInstalledProfiles(_ callBack: ColorSyncProfileIterateCallback!, _ seed: UnsafeMutablePointer<UInt32>, _ userInfo: UnsafeMutablePointer<Void>, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>)

Declaration
From
typealias ColorSyncProfileIterateCallback = CFunctionPointer<((CFDictionary!, UnsafeMutablePointer<Void>) -> Bool)>
To
typealias ColorSyncProfileIterateCallback = (CFDictionary!, UnsafeMutablePointer<Void>) -> Bool

Declaration
From
func CopyPhonemesFromText(_ chan: SpeechChannel, _ text: CFString!, _ phonemes: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSErr
To
func CopyPhonemesFromText(_ chan: SpeechChannel, _ text: CFString, _ phonemes: UnsafeMutablePointer<CFString?>) -> OSErr

Declaration
From
func CopySpeechProperty(_ chan: SpeechChannel, _ property: CFString!, _ object: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSErr
To
func CopySpeechProperty(_ chan: SpeechChannel, _ property: CFString, _ object: UnsafeMutablePointer<AnyObject?>) -> OSErr

Declaration
From
typealias DCMProgressFilterProcPtr = CFunctionPointer<((Boolean, UInt16, UInt32) -> Boolean)>
To
typealias DCMProgressFilterProcPtr = (DarwinBoolean, UInt16, UInt32) -> DarwinBoolean

Declaration
From
func DisposeIconActionUPP(_ userUPP: IconActionUPP)
To
func DisposeIconActionUPP(_ userUPP: IconActionUPP!)

Declaration
From
func DisposeIconGetterUPP(_ userUPP: IconGetterUPP)
To
func DisposeIconGetterUPP(_ userUPP: IconGetterUPP!)

Declaration
From
typealias DragGrayRgnProcPtr = CFunctionPointer<(() -> Void)>
To
typealias DragGrayRgnProcPtr = () -> Void

Declaration
From
typealias FMFontCallbackFilterProcPtr = CFunctionPointer<((FMFont, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias FMFontCallbackFilterProcPtr = (FMFont, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias FMFontFamilyCallbackFilterProcPtr = CFunctionPointer<((FMFontFamily, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias FMFontFamilyCallbackFilterProcPtr = (FMFontFamily, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
func HIShapeContainsPoint(_ inShape: HIShape!, _ inPoint: UnsafePointer<CGPoint>) -> Boolean
To
func HIShapeContainsPoint(_ inShape: HIShape!, _ inPoint: UnsafePointer<CGPoint>) -> Bool

Declaration
From
func HIShapeEnumerate(_ inShape: HIShape!, _ inOptions: OptionBits, _ inProc: HIShapeEnumerateProcPtr, _ inRefcon: UnsafeMutablePointer<Void>) -> OSStatus
To
func HIShapeEnumerate(_ inShape: HIShape!, _ inOptions: OptionBits, _ inProc: HIShapeEnumerateProcPtr!, _ inRefcon: UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias HIShapeEnumerateProcPtr = CFunctionPointer<((Int32, HIShape!, UnsafePointer<CGRect>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias HIShapeEnumerateProcPtr = (Int32, HIShape!, UnsafePointer<CGRect>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
func HIShapeIntersectsRect(_ inShape: HIShape!, _ inRect: UnsafePointer<CGRect>) -> Boolean
To
func HIShapeIntersectsRect(_ inShape: HIShape!, _ inRect: UnsafePointer<CGRect>) -> Bool

Declaration
From
func HIShapeIsEmpty(_ inShape: HIShape!) -> Boolean
To
func HIShapeIsEmpty(_ inShape: HIShape!) -> Bool

Declaration
From
func HIShapeIsRectangular(_ inShape: HIShape!) -> Boolean
To
func HIShapeIsRectangular(_ inShape: HIShape!) -> Bool

Declaration
From
typealias IconActionProcPtr = CFunctionPointer<((ResType, UnsafeMutablePointer<Handle>, UnsafeMutablePointer<Void>) -> OSErr)>
To
typealias IconActionProcPtr = (ResType, UnsafeMutablePointer<Handle>, UnsafeMutablePointer<Void>) -> OSErr

Declaration
From
typealias IconGetterProcPtr = CFunctionPointer<((ResType, UnsafeMutablePointer<Void>) -> Handle)>
To
typealias IconGetterProcPtr = (ResType, UnsafeMutablePointer<Void>) -> Handle

Declaration
From
func IconRefContainsCGPoint(_ testPt: UnsafePointer<CGPoint>, _ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Boolean
To
func IconRefContainsCGPoint(_ testPt: UnsafePointer<CGPoint>, _ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Bool

Declaration
From
func IconRefIntersectsCGRect(_ testRect: UnsafePointer<CGRect>, _ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Boolean
To
func IconRefIntersectsCGRect(_ testRect: UnsafePointer<CGRect>, _ iconRect: UnsafePointer<CGRect>, _ align: IconAlignmentType, _ iconServicesUsageFlags: IconServicesUsageFlags, _ theIconRef: IconRef) -> Bool

Declaration
From
func InvokeIconActionUPP(_ theType: ResType, _ theIcon: UnsafeMutablePointer<Handle>, _ yourDataPtr: UnsafeMutablePointer<Void>, _ userUPP: IconActionUPP) -> OSErr
To
func InvokeIconActionUPP(_ theType: ResType, _ theIcon: UnsafeMutablePointer<Handle>, _ yourDataPtr: UnsafeMutablePointer<Void>, _ userUPP: IconActionUPP!) -> OSErr

Declaration
From
func InvokeIconGetterUPP(_ theType: ResType, _ yourDataPtr: UnsafeMutablePointer<Void>, _ userUPP: IconGetterUPP) -> Handle
To
func InvokeIconGetterUPP(_ theType: ResType, _ yourDataPtr: UnsafeMutablePointer<Void>, _ userUPP: IconGetterUPP!) -> Handle

Declaration
From
func IsIconRefMaskEmpty(_ iconRef: IconRef) -> Boolean
To
func IsIconRefMaskEmpty(_ iconRef: IconRef) -> Bool

Declaration
From
var kAudioUnitProperty_SpeechChannel: Int { get }
To
var kAudioUnitProperty_SpeechChannel: UInt32 { get }

Declaration
From
var kAudioUnitProperty_Voice: Int { get }
To
var kAudioUnitProperty_Voice: UInt32 { get }

Declaration
From
var kAudioUnitSubType_SpeechSynthesis: Int { get }
To
var kAudioUnitSubType_SpeechSynthesis: UInt32 { get }

Declaration
From
var kAXAttachmentTextAttribute: Unmanaged<CFString>!
To
var kAXAttachmentTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXAutocorrectedTextAttribute: Unmanaged<CFString>!
To
var kAXAutocorrectedTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXBackgroundColorTextAttribute: Unmanaged<CFString>!
To
var kAXBackgroundColorTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXFontFamilyKey: Unmanaged<CFString>!
To
var kAXFontFamilyKey: Unmanaged<CFString>

Declaration
From
var kAXFontNameKey: Unmanaged<CFString>!
To
var kAXFontNameKey: Unmanaged<CFString>

Declaration
From
var kAXFontSizeKey: Unmanaged<CFString>!
To
var kAXFontSizeKey: Unmanaged<CFString>

Declaration
From
var kAXFontTextAttribute: Unmanaged<CFString>!
To
var kAXFontTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXForegoundColorTextAttribute: Unmanaged<CFString>!
To
var kAXForegoundColorTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXForegroundColorTextAttribute: Unmanaged<CFString>!
To
var kAXForegroundColorTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXLinkTextAttribute: Unmanaged<CFString>!
To
var kAXLinkTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXMarkedMisspelledTextAttribute: Unmanaged<CFString>!
To
var kAXMarkedMisspelledTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXMisspelledTextAttribute: Unmanaged<CFString>!
To
var kAXMisspelledTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXNaturalLanguageTextAttribute: Unmanaged<CFString>!
To
var kAXNaturalLanguageTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXReplacementStringTextAttribute: Unmanaged<CFString>!
To
var kAXReplacementStringTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXShadowTextAttribute: Unmanaged<CFString>!
To
var kAXShadowTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXStrikethroughColorTextAttribute: Unmanaged<CFString>!
To
var kAXStrikethroughColorTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXStrikethroughTextAttribute: Unmanaged<CFString>!
To
var kAXStrikethroughTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXSuperscriptTextAttribute: Unmanaged<CFString>!
To
var kAXSuperscriptTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXTrustedCheckOptionPrompt: Unmanaged<CFString>!
To
var kAXTrustedCheckOptionPrompt: Unmanaged<CFString>

Declaration
From
var kAXUnderlineColorTextAttribute: Unmanaged<CFString>!
To
var kAXUnderlineColorTextAttribute: Unmanaged<CFString>

Declaration
From
var kAXUnderlineTextAttribute: Unmanaged<CFString>!
To
var kAXUnderlineTextAttribute: Unmanaged<CFString>

DeclarationIntroduction
From
var kAXValueAXErrorType: AXValueType { get }
OS X 10.10
To
let kAXValueAXErrorType: UInt32
OS X 10.11

DeclarationIntroduction
From
var kAXValueCFRangeType: AXValueType { get }
OS X 10.10
To
let kAXValueCFRangeType: UInt32
OS X 10.11

DeclarationIntroduction
From
var kAXValueCGPointType: AXValueType { get }
OS X 10.10
To
let kAXValueCGPointType: UInt32
OS X 10.11

DeclarationIntroduction
From
var kAXValueCGRectType: AXValueType { get }
OS X 10.10
To
let kAXValueCGRectType: UInt32
OS X 10.11

DeclarationIntroduction
From
var kAXValueCGSizeType: AXValueType { get }
OS X 10.10
To
let kAXValueCGSizeType: UInt32
OS X 10.11

DeclarationIntroduction
From
var kAXValueIllegalType: AXValueType { get }
OS X 10.10
To
let kAXValueIllegalType: UInt32
OS X 10.11

Declaration
From
var kAXVisibleNameKey: Unmanaged<CFString>!
To
var kAXVisibleNameKey: Unmanaged<CFString>

Declaration
From
var kEndOfSentence: Int { get }
To
var kEndOfSentence: Int32 { get }

Modified kEndOfWord
Declaration
From
var kEndOfWord: Int { get }
To
var kEndOfWord: Int32 { get }

Modified kFemale
Declaration
From
var kFemale: Int { get }
To
var kFemale: Int16 { get }

Modified kImmediate
Declaration
From
var kImmediate: Int { get }
To
var kImmediate: Int32 { get }

Modified kMale
Declaration
From
var kMale: Int { get }
To
var kMale: Int16 { get }

Modified kNeuter
Declaration
From
var kNeuter: Int { get }
To
var kNeuter: Int16 { get }

Declaration
From
var kNoEndingProsody: Int { get }
To
var kNoEndingProsody: Int32 { get }

Declaration
From
var kNoSpeechInterrupt: Int { get }
To
var kNoSpeechInterrupt: Int32 { get }

Declaration
From
var kPreflightThenPause: Int { get }
To
var kPreflightThenPause: Int32 { get }

Declaration
From
var kSpeechAudioGraphProperty: Unmanaged<CFString>!
To
let kSpeechAudioGraphProperty: CFString

Declaration
From
var kSpeechAudioOutputFormatProperty: Unmanaged<CFString>!
To
let kSpeechAudioOutputFormatProperty: CFString

Declaration
From
var kSpeechAudioUnitProperty: Unmanaged<CFString>!
To
let kSpeechAudioUnitProperty: CFString

Declaration
From
var kSpeechCharacterModeProperty: Unmanaged<CFString>!
To
let kSpeechCharacterModeProperty: CFString

Declaration
From
var kSpeechCommandDelimiterProperty: Unmanaged<CFString>!
To
let kSpeechCommandDelimiterProperty: CFString

Declaration
From
var kSpeechCommandPrefix: Unmanaged<CFString>!
To
let kSpeechCommandPrefix: CFString

Declaration
From
var kSpeechCommandSuffix: Unmanaged<CFString>!
To
let kSpeechCommandSuffix: CFString

Declaration
From
var kSpeechCurrentVoiceProperty: Unmanaged<CFString>!
To
let kSpeechCurrentVoiceProperty: CFString

Declaration
From
var kSpeechDictionaryAbbreviations: Unmanaged<CFString>!
To
let kSpeechDictionaryAbbreviations: CFString

Declaration
From
var kSpeechDictionaryEntryPhonemes: Unmanaged<CFString>!
To
let kSpeechDictionaryEntryPhonemes: CFString

Declaration
From
var kSpeechDictionaryEntrySpelling: Unmanaged<CFString>!
To
let kSpeechDictionaryEntrySpelling: CFString

Declaration
From
var kSpeechDictionaryLocaleIdentifier: Unmanaged<CFString>!
To
let kSpeechDictionaryLocaleIdentifier: CFString

Declaration
From
var kSpeechDictionaryModificationDate: Unmanaged<CFString>!
To
let kSpeechDictionaryModificationDate: CFString

Declaration
From
var kSpeechDictionaryPronunciations: Unmanaged<CFString>!
To
let kSpeechDictionaryPronunciations: CFString

Declaration
From
var kSpeechErrorCallbackCharacterOffset: Unmanaged<CFString>!
To
let kSpeechErrorCallbackCharacterOffset: CFString

Declaration
From
var kSpeechErrorCallbackSpokenString: Unmanaged<CFString>!
To
let kSpeechErrorCallbackSpokenString: CFString

Declaration
From
var kSpeechErrorCFCallBack: Unmanaged<CFString>!
To
let kSpeechErrorCFCallBack: CFString

Declaration
From
var kSpeechErrorCount: Unmanaged<CFString>!
To
let kSpeechErrorCount: CFString

Declaration
From
var kSpeechErrorNewest: Unmanaged<CFString>!
To
let kSpeechErrorNewest: CFString

Declaration
From
var kSpeechErrorNewestCharacterOffset: Unmanaged<CFString>!
To
let kSpeechErrorNewestCharacterOffset: CFString

Declaration
From
var kSpeechErrorOldest: Unmanaged<CFString>!
To
let kSpeechErrorOldest: CFString

Declaration
From
var kSpeechErrorOldestCharacterOffset: Unmanaged<CFString>!
To
let kSpeechErrorOldestCharacterOffset: CFString

Declaration
From
var kSpeechErrorsProperty: Unmanaged<CFString>!
To
let kSpeechErrorsProperty: CFString

Declaration
From
var kSpeechGenerateTune: Int { get }
To
var kSpeechGenerateTune: Int32 { get }

Declaration
From
var kSpeechInputModeProperty: Unmanaged<CFString>!
To
let kSpeechInputModeProperty: CFString

Declaration
From
var kSpeechModeLiteral: Unmanaged<CFString>!
To
let kSpeechModeLiteral: CFString

Declaration
From
var kSpeechModeNormal: Unmanaged<CFString>!
To
let kSpeechModeNormal: CFString

Declaration
From
var kSpeechModePhoneme: Unmanaged<CFString>!
To
let kSpeechModePhoneme: CFString

Declaration
From
var kSpeechModeText: Unmanaged<CFString>!
To
let kSpeechModeText: CFString

Declaration
From
var kSpeechModeTune: Unmanaged<CFString>!
To
let kSpeechModeTune: CFString

Declaration
From
var kSpeechNoEndingProsody: Unmanaged<CFString>!
To
let kSpeechNoEndingProsody: CFString

Declaration
From
var kSpeechNoSpeechInterrupt: Unmanaged<CFString>!
To
let kSpeechNoSpeechInterrupt: CFString

Declaration
From
var kSpeechNumberModeProperty: Unmanaged<CFString>!
To
let kSpeechNumberModeProperty: CFString

Declaration
From
var kSpeechOutputChannelMapProperty: Unmanaged<CFString>!
To
let kSpeechOutputChannelMapProperty: CFString

Declaration
From
var kSpeechOutputToAudioDeviceProperty: Unmanaged<CFString>!
To
let kSpeechOutputToAudioDeviceProperty: CFString

Declaration
From
var kSpeechOutputToExtAudioFileProperty: Unmanaged<CFString>!
To
let kSpeechOutputToExtAudioFileProperty: CFString

Declaration
From
var kSpeechOutputToFileDescriptorProperty: Unmanaged<CFString>!
To
let kSpeechOutputToFileDescriptorProperty: CFString

Declaration
From
var kSpeechOutputToFileURLProperty: Unmanaged<CFString>!
To
let kSpeechOutputToFileURLProperty: CFString

Declaration
From
var kSpeechPhonemeCallBack: Unmanaged<CFString>!
To
let kSpeechPhonemeCallBack: CFString

Declaration
From
var kSpeechPhonemeInfoExample: Unmanaged<CFString>!
To
let kSpeechPhonemeInfoExample: CFString

Declaration
From
var kSpeechPhonemeInfoHiliteEnd: Unmanaged<CFString>!
To
let kSpeechPhonemeInfoHiliteEnd: CFString

Declaration
From
var kSpeechPhonemeInfoHiliteStart: Unmanaged<CFString>!
To
let kSpeechPhonemeInfoHiliteStart: CFString

Declaration
From
var kSpeechPhonemeInfoOpcode: Unmanaged<CFString>!
To
let kSpeechPhonemeInfoOpcode: CFString

Declaration
From
var kSpeechPhonemeInfoSymbol: Unmanaged<CFString>!
To
let kSpeechPhonemeInfoSymbol: CFString

Declaration
From
var kSpeechPhonemeOptionsProperty: Unmanaged<CFString>!
To
let kSpeechPhonemeOptionsProperty: CFString

Declaration
From
var kSpeechPhonemeSymbolsProperty: Unmanaged<CFString>!
To
let kSpeechPhonemeSymbolsProperty: CFString

Declaration
From
var kSpeechPitchBaseProperty: Unmanaged<CFString>!
To
let kSpeechPitchBaseProperty: CFString

Declaration
From
var kSpeechPitchModProperty: Unmanaged<CFString>!
To
let kSpeechPitchModProperty: CFString

Declaration
From
var kSpeechPreflightThenPause: Unmanaged<CFString>!
To
let kSpeechPreflightThenPause: CFString

Declaration
From
var kSpeechRateProperty: Unmanaged<CFString>!
To
let kSpeechRateProperty: CFString

Declaration
From
var kSpeechRecentSyncProperty: Unmanaged<CFString>!
To
let kSpeechRecentSyncProperty: CFString

Declaration
From
var kSpeechRefConProperty: Unmanaged<CFString>!
To
let kSpeechRefConProperty: CFString

Declaration
From
var kSpeechRelativeDuration: Int { get }
To
var kSpeechRelativeDuration: Int32 { get }

Declaration
From
var kSpeechRelativePitch: Int { get }
To
var kSpeechRelativePitch: Int32 { get }

Declaration
From
var kSpeechResetProperty: Unmanaged<CFString>!
To
let kSpeechResetProperty: CFString

Declaration
From
var kSpeechShowSyllables: Int { get }
To
var kSpeechShowSyllables: Int32 { get }

Declaration
From
var kSpeechSpeechDoneCallBack: Unmanaged<CFString>!
To
let kSpeechSpeechDoneCallBack: CFString

Declaration
From
var kSpeechStatusNumberOfCharactersLeft: Unmanaged<CFString>!
To
let kSpeechStatusNumberOfCharactersLeft: CFString

Declaration
From
var kSpeechStatusOutputBusy: Unmanaged<CFString>!
To
let kSpeechStatusOutputBusy: CFString

Declaration
From
var kSpeechStatusOutputPaused: Unmanaged<CFString>!
To
let kSpeechStatusOutputPaused: CFString

Declaration
From
var kSpeechStatusPhonemeCode: Unmanaged<CFString>!
To
let kSpeechStatusPhonemeCode: CFString

Declaration
From
var kSpeechStatusProperty: Unmanaged<CFString>!
To
let kSpeechStatusProperty: CFString

Declaration
From
var kSpeechSyncCallBack: Unmanaged<CFString>!
To
let kSpeechSyncCallBack: CFString

Declaration
From
var kSpeechSynthesizerInfoIdentifier: Unmanaged<CFString>!
To
let kSpeechSynthesizerInfoIdentifier: CFString

Declaration
From
var kSpeechSynthesizerInfoManufacturer: Unmanaged<CFString>!
To
let kSpeechSynthesizerInfoManufacturer: CFString

Declaration
From
var kSpeechSynthesizerInfoProperty: Unmanaged<CFString>!
To
let kSpeechSynthesizerInfoProperty: CFString

Declaration
From
var kSpeechSynthesizerInfoVersion: Unmanaged<CFString>!
To
let kSpeechSynthesizerInfoVersion: CFString

Declaration
From
var kSpeechSynthExtensionProperty: Unmanaged<CFString>!
To
let kSpeechSynthExtensionProperty: CFString

Declaration
From
var kSpeechTextDoneCallBack: Unmanaged<CFString>!
To
let kSpeechTextDoneCallBack: CFString

Declaration
From
var kSpeechVoiceCreator: Unmanaged<CFString>!
To
let kSpeechVoiceCreator: CFString

Declaration
From
var kSpeechVoiceID: Unmanaged<CFString>!
To
let kSpeechVoiceID: CFString

Declaration
From
var kSpeechVolumeProperty: Unmanaged<CFString>!
To
let kSpeechVolumeProperty: CFString

Declaration
From
var kSpeechWordCFCallBack: Unmanaged<CFString>!
To
let kSpeechWordCFCallBack: CFString

Declaration
From
var kTextToSpeechSynthType: Int { get }
To
var kTextToSpeechSynthType: OSType { get }

Declaration
From
var kTextToSpeechVoiceBundleType: Int { get }
To
var kTextToSpeechVoiceBundleType: OSType { get }

Declaration
From
var kTextToSpeechVoiceFileType: Int { get }
To
var kTextToSpeechVoiceFileType: OSType { get }

Declaration
From
var kTextToSpeechVoiceType: Int { get }
To
var kTextToSpeechVoiceType: OSType { get }

Modified modeLiteral
Declaration
From
var modeLiteral: Int { get }
To
var modeLiteral: OSType { get }

Modified modeNormal
Declaration
From
var modeNormal: Int { get }
To
var modeNormal: OSType { get }

Modified modePhonemes
Declaration
From
var modePhonemes: Int { get }
To
var modePhonemes: OSType { get }

Modified modeText
Declaration
From
var modeText: Int { get }
To
var modeText: OSType { get }

Modified modeTune
Declaration
From
var modeTune: Int { get }
To
var modeTune: OSType { get }

Declaration
From
func NewIconActionUPP(_ userRoutine: IconActionProcPtr) -> IconActionUPP
To
func NewIconActionUPP(_ userRoutine: IconActionProcPtr!) -> IconActionUPP!

Declaration
From
func NewIconGetterUPP(_ userRoutine: IconGetterProcPtr) -> IconGetterUPP
To
func NewIconGetterUPP(_ userRoutine: IconGetterProcPtr!) -> IconGetterUPP!

Declaration
From
typealias PasteboardPromiseKeeperProcPtr = CFunctionPointer<((Pasteboard!, PasteboardItemID, CFString!, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias PasteboardPromiseKeeperProcPtr = (Pasteboard!, PasteboardItemID, CFString!, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
func PasteboardSetPromiseKeeper(_ inPasteboard: Pasteboard!, _ inPromiseKeeper: PasteboardPromiseKeeperProcPtr, _ inContext: UnsafeMutablePointer<Void>) -> OSStatus
To
func PasteboardSetPromiseKeeper(_ inPasteboard: Pasteboard!, _ inPromiseKeeper: PasteboardPromiseKeeperProcPtr!, _ inContext: UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
func PMCGImageCreateWithEPSDataProvider(_ epsDataProvider: CGDataProvider!, _ epsPreview: CGImage!) -> Unmanaged<CGImage>!
To
func PMCGImageCreateWithEPSDataProvider(_ epsDataProvider: CGDataProvider?, _ epsPreview: CGImage) -> Unmanaged<CGImage>?

Declaration
From
func PMCopyLocalizedPPD(_ ppd: CFURL!, _ localizedPPD: UnsafeMutablePointer<Unmanaged<CFURL>?>) -> OSStatus
To
func PMCopyLocalizedPPD(_ ppd: CFURL, _ localizedPPD: UnsafeMutablePointer<Unmanaged<CFURL>?>) -> OSStatus

Declaration
From
func PMCopyPPDData(_ ppd: CFURL!, _ data: UnsafeMutablePointer<Unmanaged<CFData>?>) -> OSStatus
To
func PMCopyPPDData(_ ppd: CFURL, _ data: UnsafeMutablePointer<Unmanaged<CFData>?>) -> OSStatus

Declaration
From
func PMGetCollate(_ printSettings: PMPrintSettings, _ collate: UnsafeMutablePointer<Boolean>) -> OSStatus
To
func PMGetCollate(_ printSettings: PMPrintSettings, _ collate: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Declaration
From
func PMPageFormatCreateWithDataRepresentation(_ data: CFData!, _ pageFormat: UnsafeMutablePointer<PMPageFormat>) -> OSStatus
To
func PMPageFormatCreateWithDataRepresentation(_ data: CFData, _ pageFormat: UnsafeMutablePointer<PMPageFormat>) -> OSStatus

Declaration
From
func PMPaperCreateCustom(_ printer: PMPrinter, _ id: CFString!, _ name: CFString!, _ width: Double, _ height: Double, _ margins: UnsafePointer<PMPaperMargins>, _ paperP: UnsafeMutablePointer<PMPaper>) -> OSStatus
To
func PMPaperCreateCustom(_ printer: PMPrinter, _ id: CFString?, _ name: CFString?, _ width: Double, _ height: Double, _ margins: UnsafePointer<PMPaperMargins>, _ paperP: UnsafeMutablePointer<PMPaper>) -> OSStatus

Declaration
From
func PMPaperIsCustom(_ paper: PMPaper) -> Boolean
To
func PMPaperIsCustom(_ paper: PMPaper) -> Bool

Declaration
From
func PMPrinterCopyDescriptionURL(_ printer: PMPrinter, _ descriptionType: CFString!, _ fileURL: UnsafeMutablePointer<Unmanaged<CFURL>?>) -> OSStatus
To
func PMPrinterCopyDescriptionURL(_ printer: PMPrinter, _ descriptionType: CFString, _ fileURL: UnsafeMutablePointer<Unmanaged<CFURL>?>) -> OSStatus

Declaration
From
func PMPrinterCreateFromPrinterID(_ printerID: CFString!) -> PMPrinter
To
func PMPrinterCreateFromPrinterID(_ printerID: CFString) -> PMPrinter

Declaration
From
func PMPrinterGetCommInfo(_ printer: PMPrinter, _ supportsControlCharRangeP: UnsafeMutablePointer<Boolean>, _ supportsEightBitP: UnsafeMutablePointer<Boolean>) -> OSStatus
To
func PMPrinterGetCommInfo(_ printer: PMPrinter, _ supportsControlCharRangeP: UnsafeMutablePointer<DarwinBoolean>, _ supportsEightBitP: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Declaration
From
func PMPrinterGetID(_ printer: PMPrinter) -> Unmanaged<CFString>!
To
func PMPrinterGetID(_ printer: PMPrinter) -> Unmanaged<CFString>?

Declaration
From
func PMPrinterGetLocation(_ printer: PMPrinter) -> Unmanaged<CFString>!
To
func PMPrinterGetLocation(_ printer: PMPrinter) -> Unmanaged<CFString>?

Declaration
From
func PMPrinterGetName(_ printer: PMPrinter) -> Unmanaged<CFString>!
To
func PMPrinterGetName(_ printer: PMPrinter) -> Unmanaged<CFString>?

Declaration
From
func PMPrinterIsDefault(_ printer: PMPrinter) -> Boolean
To
func PMPrinterIsDefault(_ printer: PMPrinter) -> Bool

Declaration
From
func PMPrinterIsFavorite(_ printer: PMPrinter) -> Boolean
To
func PMPrinterIsFavorite(_ printer: PMPrinter) -> Bool

Declaration
From
func PMPrinterIsPostScriptCapable(_ printer: PMPrinter) -> Boolean
To
func PMPrinterIsPostScriptCapable(_ printer: PMPrinter) -> Bool

Declaration
From
func PMPrinterIsPostScriptPrinter(_ printer: PMPrinter, _ isPSPrinter: UnsafeMutablePointer<Boolean>) -> OSStatus
To
func PMPrinterIsPostScriptPrinter(_ printer: PMPrinter, _ isPSPrinter: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Declaration
From
func PMPrinterIsRemote(_ printer: PMPrinter, _ isRemoteP: UnsafeMutablePointer<Boolean>) -> OSStatus
To
func PMPrinterIsRemote(_ printer: PMPrinter, _ isRemoteP: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Declaration
From
func PMPrinterPrintWithFile(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString!, _ fileURL: CFURL!) -> OSStatus
To
func PMPrinterPrintWithFile(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString?, _ fileURL: CFURL) -> OSStatus

Declaration
From
func PMPrinterPrintWithProvider(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString!, _ provider: CGDataProvider!) -> OSStatus
To
func PMPrinterPrintWithProvider(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString, _ provider: CGDataProvider) -> OSStatus

Declaration
From
func PMPrinterSendCommand(_ printer: PMPrinter, _ commandString: CFString!, _ jobTitle: CFString!, _ options: CFDictionary!) -> OSStatus
To
func PMPrinterSendCommand(_ printer: PMPrinter, _ commandString: CFString, _ jobTitle: CFString?, _ options: CFDictionary?) -> OSStatus

Declaration
From
func PMPrinterWritePostScriptToURL(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString!, _ sourceFileURL: CFURL!, _ destinationFileURL: CFURL!) -> OSStatus
To
func PMPrinterWritePostScriptToURL(_ printer: PMPrinter, _ settings: PMPrintSettings, _ format: PMPageFormat, _ mimeType: CFString?, _ sourceFileURL: CFURL, _ destinationFileURL: CFURL) -> OSStatus

Declaration
From
func PMPrintSettingsCreateWithDataRepresentation(_ data: CFData!, _ printSettings: UnsafeMutablePointer<PMPrintSettings>) -> OSStatus
To
func PMPrintSettingsCreateWithDataRepresentation(_ data: CFData, _ printSettings: UnsafeMutablePointer<PMPrintSettings>) -> OSStatus

Declaration
From
func PMPrintSettingsGetValue(_ printSettings: PMPrintSettings, _ key: CFString!, _ value: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSStatus
To
func PMPrintSettingsGetValue(_ printSettings: PMPrintSettings, _ key: CFString, _ value: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSStatus

Declaration
From
func PMPrintSettingsSetJobName(_ printSettings: PMPrintSettings, _ name: CFString!) -> OSStatus
To
func PMPrintSettingsSetJobName(_ printSettings: PMPrintSettings, _ name: CFString) -> OSStatus

Declaration
From
func PMPrintSettingsSetValue(_ printSettings: PMPrintSettings, _ key: CFString!, _ value: AnyObject!, _ locked: Boolean) -> OSStatus
To
func PMPrintSettingsSetValue(_ printSettings: PMPrintSettings, _ key: CFString, _ value: AnyObject?, _ locked: Bool) -> OSStatus

Declaration
From
func PMServerLaunchPrinterBrowser(_ server: PMServer, _ options: CFDictionary!) -> OSStatus
To
func PMServerLaunchPrinterBrowser(_ server: PMServer, _ options: CFDictionary?) -> OSStatus

Declaration
From
func PMSessionGetDataFromSession(_ printSession: PMPrintSession, _ key: CFString!, _ data: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSStatus
To
func PMSessionGetDataFromSession(_ printSession: PMPrintSession, _ key: CFString, _ data: UnsafeMutablePointer<Unmanaged<AnyObject>?>) -> OSStatus

Declaration
From
func PMSessionSetDataInSession(_ printSession: PMPrintSession, _ key: CFString!, _ data: AnyObject!) -> OSStatus
To
func PMSessionSetDataInSession(_ printSession: PMPrintSession, _ key: CFString, _ data: AnyObject) -> OSStatus

Declaration
From
func PMSessionSetDestination(_ printSession: PMPrintSession, _ printSettings: PMPrintSettings, _ destType: PMDestinationType, _ destFormat: CFString!, _ destLocation: CFURL!) -> OSStatus
To
func PMSessionSetDestination(_ printSession: PMPrintSession, _ printSettings: PMPrintSettings, _ destType: PMDestinationType, _ destFormat: CFString?, _ destLocation: CFURL?) -> OSStatus

Declaration
From
func PMSessionValidatePageFormat(_ printSession: PMPrintSession, _ pageFormat: PMPageFormat, _ result: UnsafeMutablePointer<Boolean>) -> OSStatus
To
func PMSessionValidatePageFormat(_ printSession: PMPrintSession, _ pageFormat: PMPageFormat, _ changed: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Declaration
From
func PMSessionValidatePrintSettings(_ printSession: PMPrintSession, _ printSettings: PMPrintSettings, _ result: UnsafeMutablePointer<Boolean>) -> OSStatus
To
func PMSessionValidatePrintSettings(_ printSession: PMPrintSession, _ printSettings: PMPrintSettings, _ changed: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Declaration
From
func PMSetCollate(_ printSettings: PMPrintSettings, _ collate: Boolean) -> OSStatus
To
func PMSetCollate(_ printSettings: PMPrintSettings, _ collate: Bool) -> OSStatus

Declaration
From
func PMSetCopies(_ printSettings: PMPrintSettings, _ copies: UInt32, _ lock: Boolean) -> OSStatus
To
func PMSetCopies(_ printSettings: PMPrintSettings, _ copies: UInt32, _ lock: Bool) -> OSStatus

Declaration
From
func PMSetFirstPage(_ printSettings: PMPrintSettings, _ first: UInt32, _ lock: Boolean) -> OSStatus
To
func PMSetFirstPage(_ printSettings: PMPrintSettings, _ first: UInt32, _ lock: Bool) -> OSStatus

Declaration
From
func PMSetLastPage(_ printSettings: PMPrintSettings, _ last: UInt32, _ lock: Boolean) -> OSStatus
To
func PMSetLastPage(_ printSettings: PMPrintSettings, _ last: UInt32, _ lock: Bool) -> OSStatus

Declaration
From
func PMSetOrientation(_ pageFormat: PMPageFormat, _ orientation: PMOrientation, _ lock: Boolean) -> OSStatus
To
func PMSetOrientation(_ pageFormat: PMPageFormat, _ orientation: PMOrientation, _ lock: Bool) -> OSStatus

Declaration
From
func PMWorkflowSubmitPDFWithOptions(_ workflowItem: CFURL!, _ title: CFString!, _ options: UnsafePointer<Int8>, _ pdfFile: CFURL!) -> OSStatus
To
func PMWorkflowSubmitPDFWithOptions(_ workflowItem: CFURL, _ title: CFString?, _ options: UnsafePointer<Int8>, _ pdfFile: CFURL) -> OSStatus

Declaration
From
func PMWorkflowSubmitPDFWithSettings(_ workflowItem: CFURL!, _ settings: PMPrintSettings, _ pdfFile: CFURL!) -> OSStatus
To
func PMWorkflowSubmitPDFWithSettings(_ workflowItem: CFURL, _ settings: PMPrintSettings, _ pdfFile: CFURL) -> OSStatus

Modified QDArcProcPtr
Declaration
From
typealias QDArcProcPtr = CFunctionPointer<((GrafVerb, UnsafePointer<Rect>, Int16, Int16) -> Void)>
To
typealias QDArcProcPtr = (GrafVerb, UnsafePointer<Rect>, Int16, Int16) -> Void

Modified QDBitsProcPtr
Declaration
From
typealias QDBitsProcPtr = CFunctionPointer<((UnsafePointer<BitMap>, UnsafePointer<Rect>, UnsafePointer<Rect>, Int16, RgnHandle) -> Void)>
To
typealias QDBitsProcPtr = (UnsafePointer<BitMap>, UnsafePointer<Rect>, UnsafePointer<Rect>, Int16, RgnHandle) -> Void

Declaration
From
typealias QDCommentProcPtr = CFunctionPointer<((Int16, Int16, Handle) -> Void)>
To
typealias QDCommentProcPtr = (Int16, Int16, Handle) -> Void

Declaration
From
typealias QDGetPicProcPtr = CFunctionPointer<((UnsafeMutablePointer<Void>, Int16) -> Void)>
To
typealias QDGetPicProcPtr = (UnsafeMutablePointer<Void>, Int16) -> Void

Declaration
From
typealias QDJShieldCursorProcPtr = CFunctionPointer<((Int16, Int16, Int16, Int16) -> Void)>
To
typealias QDJShieldCursorProcPtr = (Int16, Int16, Int16, Int16) -> Void

Modified QDLineProcPtr
Declaration
From
typealias QDLineProcPtr = CFunctionPointer<((Point) -> Void)>
To
typealias QDLineProcPtr = (Point) -> Void

Declaration
From
typealias QDOpcodeProcPtr = CFunctionPointer<((UnsafePointer<Rect>, UnsafePointer<Rect>, UInt16, Int16) -> Void)>
To
typealias QDOpcodeProcPtr = (UnsafePointer<Rect>, UnsafePointer<Rect>, UInt16, Int16) -> Void

Modified QDOvalProcPtr
Declaration
From
typealias QDOvalProcPtr = CFunctionPointer<((GrafVerb, UnsafePointer<Rect>) -> Void)>
To
typealias QDOvalProcPtr = (GrafVerb, UnsafePointer<Rect>) -> Void

Modified QDPolyProcPtr
Declaration
From
typealias QDPolyProcPtr = CFunctionPointer<((GrafVerb, PolyHandle) -> Void)>
To
typealias QDPolyProcPtr = (GrafVerb, PolyHandle) -> Void

Declaration
From
typealias QDPrinterStatusProcPtr = CFunctionPointer<((PrinterStatusOpcode, CGrafPtr, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias QDPrinterStatusProcPtr = (PrinterStatusOpcode, CGrafPtr, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
typealias QDPutPicProcPtr = CFunctionPointer<((UnsafePointer<Void>, Int16) -> Void)>
To
typealias QDPutPicProcPtr = (UnsafePointer<Void>, Int16) -> Void

Modified QDRectProcPtr
Declaration
From
typealias QDRectProcPtr = CFunctionPointer<((GrafVerb, UnsafePointer<Rect>) -> Void)>
To
typealias QDRectProcPtr = (GrafVerb, UnsafePointer<Rect>) -> Void

Modified QDRgnProcPtr
Declaration
From
typealias QDRgnProcPtr = CFunctionPointer<((GrafVerb, RgnHandle) -> Void)>
To
typealias QDRgnProcPtr = (GrafVerb, RgnHandle) -> Void

Declaration
From
typealias QDRRectProcPtr = CFunctionPointer<((GrafVerb, UnsafePointer<Rect>, Int16, Int16) -> Void)>
To
typealias QDRRectProcPtr = (GrafVerb, UnsafePointer<Rect>, Int16, Int16) -> Void

Declaration
From
typealias QDStdGlyphsProcPtr = CFunctionPointer<((UnsafeMutablePointer<Void>, Int) -> OSStatus)>
To
typealias QDStdGlyphsProcPtr = (UnsafeMutablePointer<Void>, Int) -> OSStatus

Modified QDTextProcPtr
Declaration
From
typealias QDTextProcPtr = CFunctionPointer<((Int16, UnsafePointer<Void>, Point, Point) -> Void)>
To
typealias QDTextProcPtr = (Int16, UnsafePointer<Void>, Point, Point) -> Void

Declaration
From
typealias QDTxMeasProcPtr = CFunctionPointer<((Int16, UnsafePointer<Void>, UnsafeMutablePointer<Point>, UnsafeMutablePointer<Point>, UnsafeMutablePointer<FontInfo>) -> Int16)>
To
typealias QDTxMeasProcPtr = (Int16, UnsafePointer<Void>, UnsafeMutablePointer<Point>, UnsafeMutablePointer<Point>, UnsafeMutablePointer<FontInfo>) -> Int16

Declaration
From
typealias RedrawBackgroundProcPtr = CFunctionPointer<((ATSUTextLayout, UniCharArrayOffset, Int, UnsafeMutablePointer<ATSTrapezoid>, Int) -> Boolean)>
To
typealias RedrawBackgroundProcPtr = (ATSUTextLayout, UniCharArrayOffset, Int, UnsafeMutablePointer<ATSTrapezoid>, Int) -> DarwinBoolean

Declaration
From
typealias RegionToRectsProcPtr = CFunctionPointer<((UInt16, RgnHandle, UnsafePointer<Rect>, UnsafeMutablePointer<Void>) -> OSStatus)>
To
typealias RegionToRectsProcPtr = (UInt16, RgnHandle, UnsafePointer<Rect>, UnsafeMutablePointer<Void>) -> OSStatus

Declaration
From
func SetSpeechProperty(_ chan: SpeechChannel, _ property: CFString!, _ object: AnyObject!) -> OSErr
To
func SetSpeechProperty(_ chan: SpeechChannel, _ property: CFString, _ object: AnyObject?) -> OSErr

Declaration
From
var soCharacterMode: Int { get }
To
var soCharacterMode: OSType { get }

Declaration
From
var soCommandDelimiter: Int { get }
To
var soCommandDelimiter: OSType { get }

Modified soCurrentA5
Declaration
From
var soCurrentA5: Int { get }
To
var soCurrentA5: OSType { get }

Declaration
From
var soCurrentVoice: Int { get }
To
var soCurrentVoice: OSType { get }

Declaration
From
var soErrorCallBack: Int { get }
To
var soErrorCallBack: OSType { get }

Modified soErrors
Declaration
From
var soErrors: Int { get }
To
var soErrors: OSType { get }

Modified soInputMode
Declaration
From
var soInputMode: Int { get }
To
var soInputMode: OSType { get }

Modified soNumberMode
Declaration
From
var soNumberMode: Int { get }
To
var soNumberMode: OSType { get }

Declaration
From
var soOutputToAudioDevice: Int { get }
To
var soOutputToAudioDevice: OSType { get }

Declaration
From
var soOutputToExtAudioFile: Int { get }
To
var soOutputToExtAudioFile: OSType { get }

Declaration
From
var soOutputToFileWithCFURL: Int { get }
To
var soOutputToFileWithCFURL: OSType { get }

Declaration
From
var soPhonemeCallBack: Int { get }
To
var soPhonemeCallBack: OSType { get }

Declaration
From
var soPhonemeOptions: Int { get }
To
var soPhonemeOptions: OSType { get }

Declaration
From
var soPhonemeSymbols: Int { get }
To
var soPhonemeSymbols: OSType { get }

Modified soPitchBase
Declaration
From
var soPitchBase: Int { get }
To
var soPitchBase: OSType { get }

Modified soPitchMod
Declaration
From
var soPitchMod: Int { get }
To
var soPitchMod: OSType { get }

Modified soRate
Declaration
From
var soRate: Int { get }
To
var soRate: OSType { get }

Modified soRecentSync
Declaration
From
var soRecentSync: Int { get }
To
var soRecentSync: OSType { get }

Modified soRefCon
Declaration
From
var soRefCon: Int { get }
To
var soRefCon: OSType { get }

Modified soReset
Declaration
From
var soReset: Int { get }
To
var soReset: OSType { get }

Modified soSoundOutput
Declaration
From
var soSoundOutput: Int { get }
To
var soSoundOutput: OSType { get }

Declaration
From
var soSpeechDoneCallBack: Int { get }
To
var soSpeechDoneCallBack: OSType { get }

Modified soStatus
Declaration
From
var soStatus: Int { get }
To
var soStatus: OSType { get }

Declaration
From
var soSyncCallBack: Int { get }
To
var soSyncCallBack: OSType { get }

Declaration
From
var soSynthExtension: Int { get }
To
var soSynthExtension: OSType { get }

Modified soSynthType
Declaration
From
var soSynthType: Int { get }
To
var soSynthType: OSType { get }

Declaration
From
var soTextDoneCallBack: Int { get }
To
var soTextDoneCallBack: OSType { get }

Declaration
From
var soVoiceDescription: Int { get }
To
var soVoiceDescription: OSType { get }

Modified soVoiceFile
Declaration
From
var soVoiceFile: Int { get }
To
var soVoiceFile: OSType { get }

Modified soVolume
Declaration
From
var soVolume: Int { get }
To
var soVolume: OSType { get }

Declaration
From
var soWordCallBack: Int { get }
To
var soWordCallBack: OSType { get }

Declaration
From
func SpeakCFString(_ chan: SpeechChannel, _ aString: CFString!, _ options: CFDictionary!) -> OSErr
To
func SpeakCFString(_ chan: SpeechChannel, _ aString: CFString, _ options: CFDictionary?) -> OSErr

Declaration
From
typealias SpeechDoneProcPtr = CFunctionPointer<((SpeechChannel, SRefCon) -> Void)>
To
typealias SpeechDoneProcPtr = (SpeechChannel, SRefCon) -> Void

Declaration
From
typealias SpeechErrorCFProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, CFError!) -> Void)>
To
typealias SpeechErrorCFProcPtr = (SpeechChannel, SRefCon, CFError) -> Void

Declaration
From
typealias SpeechErrorProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, OSErr, Int) -> Void)>
To
typealias SpeechErrorProcPtr = (SpeechChannel, SRefCon, OSErr, Int) -> Void

Declaration
From
typealias SpeechPhonemeProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, Int16) -> Void)>
To
typealias SpeechPhonemeProcPtr = (SpeechChannel, SRefCon, Int16) -> Void

Declaration
From
typealias SpeechSyncProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, OSType) -> Void)>
To
typealias SpeechSyncProcPtr = (SpeechChannel, SRefCon, OSType) -> Void

Declaration
From
func SpeechSynthesisRegisterModuleURL(_ url: CFURL!) -> OSErr
To
func SpeechSynthesisRegisterModuleURL(_ url: CFURL) -> OSErr

Declaration
From
func SpeechSynthesisUnregisterModuleURL(_ url: CFURL!) -> OSErr
To
func SpeechSynthesisUnregisterModuleURL(_ url: CFURL) -> OSErr

Declaration
From
typealias SpeechTextDoneProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, UnsafeMutablePointer<UnsafePointer<Void>>, UnsafeMutablePointer<UInt>, UnsafeMutablePointer<Int32>) -> Void)>
To
typealias SpeechTextDoneProcPtr = (SpeechChannel, SRefCon, UnsafeMutablePointer<UnsafePointer<Void>>, UnsafeMutablePointer<UInt>, UnsafeMutablePointer<Int32>) -> Void

Declaration
From
typealias SpeechWordCFProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, CFString!, CFRange) -> Void)>
To
typealias SpeechWordCFProcPtr = (SpeechChannel, SRefCon, CFString, CFRange) -> Void

Declaration
From
typealias SpeechWordProcPtr = CFunctionPointer<((SpeechChannel, SRefCon, UInt, UInt16) -> Void)>
To
typealias SpeechWordProcPtr = (SpeechChannel, SRefCon, UInt, UInt16) -> Void

Declaration
From
func UAZoomEnabled() -> Boolean
To
func UAZoomEnabled() -> Bool

Declaration
From
func UseSpeechDictionary(_ chan: SpeechChannel, _ speechDictionary: CFDictionary!) -> OSErr
To
func UseSpeechDictionary(_ chan: SpeechChannel, _ speechDictionary: CFDictionary) -> OSErr