Swift API type

C56517
concept

A Swift API type is a named, strongly-typed construct (such as a struct, class, enum, or protocol) that defines the shape, behavior, and usage contract of values and interfaces exposed by a Swift-based application programming interface.

All labels observed (3)

Label Occurrences
Swift API type canonical 2
HomeKit API type 1
Swift struct 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: Swift API type
Generated description
A Swift API type is a named, strongly-typed construct (such as a struct, class, enum, or protocol) that defines the shape, behavior, and usage contract of values and interfaces exposed by a Swift-based application programming interface.

Instances (4)

Instance Via concept surface
AVCaptureDevice
AVAudioSession
OCKTask Swift struct
HMCharacteristic HomeKit API type