API Differences in XPC in macOS 14.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in XPC in the macOS 14.0 SDK.

Table of Contents

Protocols

XPCPeerHandler

Classes

XPCListener
XPCSession

Structs

XPCReceivedMessage
XPCRichError

Functions & Methods

XPCPeerHandler
public func handleCancellation(error: XPC.XPCRichError)

Properties & Constants

XPCListener
public var debugDescription: Swift.String
XPCRichError
public var debugDescription: Swift.String
XPCSession
public var debugDescription: Swift.String
public var XPC_TYPE_RICH_ERROR: XPC.xpc_type_t

Conformances

XPCListener
Swift.CustomDebugStringConvertible
XPCRichError
Swift.CustomDebugStringConvertible
XPCSession
Swift.CustomDebugStringConvertible