XPCDictionary.KeyValuePair
A type that contains a dictionary’s key-value pair.
Declaration
typealias KeyValuePair = (key: String, value: xpc_object_t)Discussion
XPCDictionary exposes its values as instances of xpc_object_t even if they were originally set with other types.