70 lines · plain
1---2Name: SwiftImportAs3Tags:4- Name: ImmortalRefType5 SwiftImportAs: reference6 Methods:7 - Name: methodReturningFrt__8 - Name: methodReturningFrt_returns_unretained9 SwiftReturnOwnership: unretained10 - Name: methodReturningFrt_returns_retained11 SwiftReturnOwnership: retained12- Name: RefCountedType13 SwiftImportAs: reference14 SwiftReleaseOp: RCRelease15 SwiftRetainOp: RCRetain16 SwiftConformsTo: MySwiftModule.MySwiftRefCountedProtocol17- Name: RefCountedTypeWithDefaultConvention18 SwiftImportAs: reference19 SwiftReleaseOp: release20 SwiftRetainOp: retain21 SwiftDefaultOwnership: unretained22- Name: OpaqueRefCountedType23 SwiftImportAs: reference24 SwiftReleaseOp: ORCRelease25 SwiftRetainOp: ORCRetain26- Name: NonCopyableType27 SwiftCopyable: false28 SwiftConformsTo: MySwiftModule.MySwiftNonCopyableProtocol29- Name: CopyableType30 SwiftCopyable: true31- Name: NonEscapableType32 SwiftEscapable: false33- Name: EscapableType34 SwiftEscapable: true35- Name: NoncopyableWithDestroyType36 SwiftCopyable: false37 SwiftDestroyOp: NCDDestroy38- Name: ImportAsUnsafeStruct39 SwiftSafety: unsafe40- Name: StructWithUnsafeMethod41 Methods:42 - Name: ImportAsUnsafeMethod43 SwiftSafety: unsafe44 - Name: ImportAsUnsafeMethodActuallySafe45 SwiftSafety: safe46 47Functions:48 - Name: functionReturningFrt__49 - Name: functionReturningFrt_returns_unretained50 SwiftReturnOwnership: unretained51 - Name: functionReturningFrt_returns_retained52 SwiftReturnOwnership: retained53 - Name: ImportAsUnsafe54 SwiftSafety: unsafe55 - Name: ImportAsUnsafeAlreadyAnnotated56 SwiftSafety: unspecified57Typedefs:58 - Name: WrappedOptions59 SwiftWrapper: struct60 SwiftConformsTo: Swift.OptionSet61SwiftVersions:62 - Version: 3.063 Functions:64 - Name: ImportAsUnsafeVersioned65 SwiftSafety: unsafe66 - Version: 6.067 Functions:68 - Name: ImportAsUnsafeVersioned69 SwiftSafety: safe70