2#elif defined(__arm64__) && __arm64__
4#ifndef MOBILERTC_SWIFT_H
5#define MOBILERTC_SWIFT_H
6#pragma clang diagnostic push
7#pragma clang diagnostic ignored "-Wgcc-compat"
9#if !defined(__has_include)
10# define __has_include(x) 0
12#if !defined(__has_attribute)
13# define __has_attribute(x) 0
15#if !defined(__has_feature)
16# define __has_feature(x) 0
18#if !defined(__has_warning)
19# define __has_warning(x) 0
22#if __has_include(<swift/objc-prologue.h>)
23# include <swift/objc-prologue.h>
26#pragma clang diagnostic ignored "-Wauto-import"
28#include <Foundation/Foundation.h>
30#if defined(__cplusplus)
44#if defined(__cplusplus)
45#if defined(__arm64e__) && __has_include(<ptrauth.h>)
48#pragma clang diagnostic push
49#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
50# ifndef __ptrauth_swift_value_witness_function_pointer
51# define __ptrauth_swift_value_witness_function_pointer(x)
53# ifndef __ptrauth_swift_class_method_pointer
54# define __ptrauth_swift_class_method_pointer(x)
56#pragma clang diagnostic pop
60#if !defined(SWIFT_TYPEDEFS)
61# define SWIFT_TYPEDEFS 1
62# if __has_include(<uchar.h>)
64# elif !defined(__cplusplus)
65typedef uint_least16_t char16_t;
66typedef uint_least32_t char32_t;
68typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
69typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
70typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
71typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
72typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
73typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
74typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
75typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
76typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
77typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
78typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
79typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
82#if !defined(SWIFT_PASTE)
83# define SWIFT_PASTE_HELPER(x, y) x##y
84# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
86#if !defined(SWIFT_METATYPE)
87# define SWIFT_METATYPE(X) Class
89#if !defined(SWIFT_CLASS_PROPERTY)
90# if __has_feature(objc_class_property)
91# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
93# define SWIFT_CLASS_PROPERTY(...)
96#if !defined(SWIFT_RUNTIME_NAME)
97# if __has_attribute(objc_runtime_name)
98# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
100# define SWIFT_RUNTIME_NAME(X)
103#if !defined(SWIFT_COMPILE_NAME)
104# if __has_attribute(swift_name)
105# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
107# define SWIFT_COMPILE_NAME(X)
110#if !defined(SWIFT_METHOD_FAMILY)
111# if __has_attribute(objc_method_family)
112# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
114# define SWIFT_METHOD_FAMILY(X)
117#if !defined(SWIFT_NOESCAPE)
118# if __has_attribute(noescape)
119# define SWIFT_NOESCAPE __attribute__((noescape))
121# define SWIFT_NOESCAPE
124#if !defined(SWIFT_RELEASES_ARGUMENT)
125# if __has_attribute(ns_consumed)
126# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
128# define SWIFT_RELEASES_ARGUMENT
131#if !defined(SWIFT_WARN_UNUSED_RESULT)
132# if __has_attribute(warn_unused_result)
133# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
135# define SWIFT_WARN_UNUSED_RESULT
138#if !defined(SWIFT_NORETURN)
139# if __has_attribute(noreturn)
140# define SWIFT_NORETURN __attribute__((noreturn))
142# define SWIFT_NORETURN
145#if !defined(SWIFT_CLASS_EXTRA)
146# define SWIFT_CLASS_EXTRA
148#if !defined(SWIFT_PROTOCOL_EXTRA)
149# define SWIFT_PROTOCOL_EXTRA
151#if !defined(SWIFT_ENUM_EXTRA)
152# define SWIFT_ENUM_EXTRA
154#if !defined(SWIFT_CLASS)
155# if __has_attribute(objc_subclassing_restricted)
156# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
157# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
159# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
160# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
163#if !defined(SWIFT_RESILIENT_CLASS)
164# if __has_attribute(objc_class_stub)
165# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
166# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
168# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
169# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
172#if !defined(SWIFT_PROTOCOL)
173# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
174# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
176#if !defined(SWIFT_EXTENSION)
177# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
179#if !defined(OBJC_DESIGNATED_INITIALIZER)
180# if __has_attribute(objc_designated_initializer)
181# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
183# define OBJC_DESIGNATED_INITIALIZER
186#if !defined(SWIFT_ENUM_ATTR)
187# if __has_attribute(enum_extensibility)
188# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
190# define SWIFT_ENUM_ATTR(_extensibility)
193#if !defined(SWIFT_ENUM)
194# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
195# if __has_feature(generalized_swift_name)
196# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
198# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
201#if !defined(SWIFT_UNAVAILABLE)
202# define SWIFT_UNAVAILABLE __attribute__((unavailable))
204#if !defined(SWIFT_UNAVAILABLE_MSG)
205# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
207#if !defined(SWIFT_AVAILABILITY)
208# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
210#if !defined(SWIFT_WEAK_IMPORT)
211# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
213#if !defined(SWIFT_DEPRECATED)
214# define SWIFT_DEPRECATED __attribute__((deprecated))
216#if !defined(SWIFT_DEPRECATED_MSG)
217# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
219#if !defined(SWIFT_DEPRECATED_OBJC)
220# if __has_feature(attribute_diagnose_if_objc)
221# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
223# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
227#if !defined(IBSegueAction)
228# define IBSegueAction
231#if !defined(SWIFT_EXTERN)
232# if defined(__cplusplus)
233# define SWIFT_EXTERN extern "C"
235# define SWIFT_EXTERN extern
238#if !defined(SWIFT_CALL)
239# define SWIFT_CALL __attribute__((swiftcall))
241#if !defined(SWIFT_INDIRECT_RESULT)
242# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
244#if !defined(SWIFT_CONTEXT)
245# define SWIFT_CONTEXT __attribute__((swift_context))
247#if !defined(SWIFT_ERROR_RESULT)
248# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
250#if defined(__cplusplus)
251# define SWIFT_NOEXCEPT noexcept
253# define SWIFT_NOEXCEPT
255#if !defined(SWIFT_C_INLINE_THUNK)
256# if __has_attribute(always_inline)
257# if __has_attribute(nodebug)
258# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
260# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
263# define SWIFT_C_INLINE_THUNK inline
267#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
268# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
271#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
272# define SWIFT_IMPORT_STDLIB_SYMBOL
276#if __has_feature(objc_modules)
277#if __has_warning("-Watimport-in-framework-header")
278#pragma clang diagnostic ignored "-Watimport-in-framework-header"
283#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
284#pragma clang diagnostic ignored "-Wduplicate-method-arg"
285#if __has_warning("-Wpragma-clang-attribute")
286# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
288#pragma clang diagnostic ignored "-Wunknown-pragmas"
289#pragma clang diagnostic ignored "-Wnullability"
290#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
292#if __has_attribute(external_source_symbol)
293# pragma push_macro("any")
295# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="MobileRTC",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
296# pragma pop_macro("any")
301#if __has_attribute(external_source_symbol)
302# pragma clang attribute pop
304#if defined(__cplusplus)
306#pragma clang diagnostic pop
310#error unsupported Swift architecture